﻿@charset "UTF-8"; @font-face {
    font-family: "OmnesRegular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Omnes-Regular.eot?") format("eot"), url("../fonts/Omnes-Regular.woff2") format("woff2"), url("../fonts/Omnes-Regular.woff") format("woff"), url("../fonts/Omnes-Regular.ttf") format("truetype"), url("../fonts/Omnes-Regular.svg#OmnesRegular") format("svg");
}

@font-face {
    font-family: "OmnesExtraLight";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OmnesExtraLight.eot?") format("eot"), url("../fonts/OmnesExtraLight.woff2") format("woff2"), url("../fonts/OmnesExtraLight.woff") format("woff"), url("../fonts/OmnesExtraLight.ttf") format("truetype"), url("../fonts/OmnesExtraLight.svg#OmnesExtraLight") format("svg");
}

@font-face {
    font-family: "OmnesLightItalic";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OmnesLight-Italic.eot?") format("eot"), url("../fonts/OmnesLight-Italic.woff2") format("woff2"), url("../fonts/OmnesLight-Italic.woff") format("woff"), url("../fonts/OmnesLight-Italic.ttf") format("truetype"), url("../fonts/OmnesLight-Italic.svg#OmnesLightItalic") format("svg");
}

@font-face {
    font-family: "OmnesMedium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OmnesMedium.eot?") format("eot"), url("../fonts/OmnesMedium.woff2") format("woff2"), url("../fonts/OmnesMedium.woff") format("woff"), url("../fonts/OmnesMedium.ttf") format("truetype"), url("../fonts/OmnesMedium.svg#OmnesMedium") format("svg");
}

@font-face {
    font-family: "OmnesSemiBold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OmnesSemiBold.eot?") format("eot"), url("../fonts/OmnesSemiBold.woff2") format("woff2"), url("../fonts/OmnesSemiBold.woff") format("woff"), url("../fonts/OmnesSemiBold.ttf") format("truetype"), url("../fonts/OmnesSemiBold.svg#OmnesSemiBold") format("svg");
}

@font-face {
    font-family: "OmnesLight";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/OmnesLight.eot?") format("eot"), url("../fonts/OmnesLight.woff2") format("woff2"), url("../fonts/OmnesLight.woff") format("woff"), url("../fonts/OmnesLight.ttf") format("truetype"), url("../fonts/OmnesLight.svg#OmnesLight") format("svg");
}

@font-face {
    font-family: "slick";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/slick.eot?") format("eot"), url("../fonts/slick.woff2") format("woff2"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.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.33333em;
    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.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -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: #fff;
}

/* 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: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before, .fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before, .fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before, .fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before, .fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before, .fa-users:before {
    content: "";
}

.fa-chain:before, .fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before, .fa-scissors:before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before, .fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before, .fa-sort:before {
    content: "";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "";
}

.fa-legal:before, .fa-gavel:before {
    content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before, .fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before, .fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before, .fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before, .fa-usd:before {
    content: "";
}

.fa-rupee:before, .fa-inr:before {
    content: "";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "";
}

.fa-won:before, .fa-krw:before {
    content: "";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before, .fa-car:before {
    content: "";
}

.fa-cab:before, .fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before, .fa-rebel:before {
    content: "";
}

.fa-ge:before, .fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before, .fa-weixin:before {
    content: "";
}

.fa-send:before, .fa-paper-plane:before {
    content: "";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before, .fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before, .fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before, .fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

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 {
    border: 0;
    padding: 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-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #424C5F;
    background-color: #2E384E;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #0072bc;
    text-decoration: none;
}

a:hover, a:focus {
    color: #004470;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #2E384E;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid white;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

body.sc-editor-enabled {
    margin-top: 185px;
}

body header.header-fixed {
    min-height: 82px;
}

@media all and (max-width: 991px) {
    body header.header-fixed {
        min-height: 78px;
    }
}

@media all and (max-width: 767px) {
    body header.header-fixed {
        min-height: 70px;
    }
    .footeremail{
        word-break: break-word 
    }
}

body header.header-fixed + main {
    padding-top: 82px;
}

@media all and (max-width: 991px) {
    body header.header-fixed + main {
        padding-top: 78px;
    }
}

@media all and (max-width: 767px) {
    body header.header-fixed + main {
        padding-top: 70px;
    }
}

body header.header-fixed.header-logo-center {
    min-height: 125px;
}

@media all and (max-width: 991px) {
    body header.header-fixed.header-logo-center {
        min-height: 115px;
    }
}

@media all and (max-width: 767px) {
    body header.header-fixed.header-logo-center {
        min-height: 111px;
    }
}

body header.header-fixed.header-logo-center + main {
    padding-top: 125px;
}

@media all and (max-width: 991px) {
    body header.header-fixed.header-logo-center + main {
        padding-top: 115px;
    }
}

@media all and (max-width: 767px) {
    body header.header-fixed.header-logo-center + main {
        padding-top: 111px;
    }
}

body header.header-fixed.header-has-top {
    min-height: 118px;
}

@media all and (max-width: 991px) {
    body header.header-fixed.header-has-top {
        min-height: 78px;
    }
}

@media all and (max-width: 767px) {
    body header.header-fixed.header-has-top {
        min-height: 70px;
    }
}

body header.header-fixed.header-has-top + main {
    padding-top: 118px;
}

@media all and (max-width: 991px) {
    body header.header-fixed.header-has-top + main {
        padding-top: 78px;
    }
}

@media all and (max-width: 767px) {
    body header.header-fixed.header-has-top + main {
        padding-top: 70px;
    }
}

body header.header-fixed.header-has-top.header-logo-center {
    min-height: 165px;
}

@media all and (max-width: 991px) {
    body header.header-fixed.header-has-top.header-logo-center {
        min-height: 115px;
    }
}

@media all and (max-width: 767px) {
    body header.header-fixed.header-has-top.header-logo-center {
        min-height: 111px;
    }
}

body header.header-fixed.header-has-top.header-logo-center + main {
    padding-top: 165px;
}

@media all and (max-width: 991px) {
    body header.header-fixed.header-has-top.header-logo-center + main {
        padding-top: 115px;
    }
}

@media all and (max-width: 767px) {
    body header.header-fixed.header-has-top.header-logo-center + main {
        padding-top: 111px;
    }
}

body header.header-fixed.bg-transparent.header-has-top + main .jumbotron > *:nth-child(1) {
    padding-top: 124px;
}

body header.header-fixed.bg-transparent + main {
    padding-top: 0;
}

body header.header-fixed.bg-transparent + main .jumbotron > *:nth-child(1) {
    padding-top: 82px;
}

body header.bg-transparent {
    background-color: rgba(0, 0, 0, 0.15) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15000000', endColorstr='#15000000');
}

body.home .page-header {
    margin: 0;
    padding: 0;
    border: 0;
}

body.header-static #main-container {
    padding-top: 0;
}

body #main-container {
    background-color: #FFF;
}

body #main-container main {
    background-color: #FFF;
}

body.pagelayout-fixed #main-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

body.pagelayout-fixed #main-container .navbar.navbar-fixed-top {
    margin-left: auto;
    margin-right: auto;
    max-width: 1170px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 800;
    line-height: 1.1;
    color: inherit;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #586071;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .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: 16px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #586071;
}

.text-primary {
    color: #0072bc;
}

a.text-primary:hover, a.text-primary:focus {
    color: #005389;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #0072bc;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #005389;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid white;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #d5d7dc;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid white;
}

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.42857;
    color: #d5d7dc;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid white;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 0px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #54668e;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}

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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before, .container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.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-left: 15px;
    padding-right: 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-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@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-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@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-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@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-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.container {
    position: relative;
    width: 100%;
    max-width: 1000px;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}

.row {
    /* Support equal height columns */
}

.row.no-gutters {
    padding: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row.row-col-eq {
    margin-bottom: 20px;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #586071;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #2E384E;
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-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: #586071;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0px;
}

.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-bottom-right-radius: 0;
    border-top-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-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #54668e;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #586071;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #586071;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .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: 0px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .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.33333;
    border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7c8aa4;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15;
    margin-right: -15;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

input {
    line-height: normal;
}

input[type="text"], input[type="password"] {
    padding: 0 0px;
}

input[type="text"]:focus, input[type="password"]:focus {
    padding: 0 10px;
}

input[type="text"][readonly], input[type="password"][readonly] {
    padding: 0;
}

input:focus {
    box-shadow: none;
    background-color: #fff;
}

.input-group input[type="text"] {
    padding-left: 10px;
}

input .checkbox label {
    vertical-align: middle;
    font-size: 14px;
}

label > input[type="checkbox"] {
    border: none;
    margin-top: 0px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0px;
    height: 15px;
    width: 15px;
}

label > input[type="checkbox"]:checked:before {
    border-width: 5px;
    background-color: #FFF;
    box-sizing: border-box;
}

label > input[type="checkbox"]:before {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    content: ' ';
    background-color: #d5d7dc;
    border: 1px solid #424C5F;
    top: 0px;
    left: 0;
    visibility: visible;
}

.bg-primary label > input[type="checkbox"]:before, .bg-secondary label > input[type="checkbox"]:before, .bg-dark label > input[type="checkbox"]:before, .bg-media label > input[type="checkbox"]:before {
    border-color: #424C5F;
}

input[type="file"] {
    display: none;
    position: relative;
    width: 120px;
    height: 40px;
    cursor: pointer;
}

input[type="file"] + label {
    text-align: center;
    font-weight: bold;
    padding: 10px 16px;
    border: 2px solid #2E384E;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

input[type="file"] + label:after {
    content: "\e022";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    vertical-align: middle;
}

input::-webkit-input-placeholder {
    color: #8b98af;
}

input:-moz-placeholder {
    color: #8b98af;
}

input::-moz-placeholder {
    color: #8b98af;
}

input:-ms-input-placeholder {
    color: #8b98af;
}

.bg-primary input::-webkit-input-placeholder, .bg-secondary input::-webkit-input-placeholder, .bg-dark input::-webkit-input-placeholder, .bg-media input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.bg-primary input:-moz-placeholder, .bg-secondary input:-moz-placeholder, .bg-dark input:-moz-placeholder, .bg-media input:-moz-placeholder {
    color: #b3b3b3;
}

.bg-primary input::-moz-placeholder, .bg-secondary input::-moz-placeholder, .bg-dark input::-moz-placeholder, .bg-media input::-moz-placeholder {
    color: #b3b3b3;
}

.bg-primary input:-ms-input-placeholder, .bg-secondary input:-ms-input-placeholder, .bg-dark input:-ms-input-placeholder, .bg-media input:-ms-input-placeholder {
    color: #b3b3b3;
}

label {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
}

.form-control {
    border-width: 0;
    border-bottom-width: 1px;
    background-color: transparent;
    padding: 0;
    height: 42px;
    margin: 0px 0;
    line-height: normal;
    box-shadow: none !important;
    color: #4D5668;
    border-radius: 0;
}

.form-inline .form-control {
    padding: 10px;
}

.bg-primary .form-control, .bg-secondary .form-control, .bg-dark .form-control, .bg-media .form-control {
    color: #FFF;
}

.bg-primary .form-control:focus, .bg-secondary .form-control:focus, .bg-dark .form-control:focus, .bg-media .form-control:focus {
    color: #424C5F;
}

.bg-white .form-control {
    color: #000;
}

.form-control:focus, .form-control:active {
    box-shadow: none !important;
    padding-left: 10px;
}

.has-success .form-control {
    border-color: #24C890;
}

.has-warning .form-control {
    border-color: #ABC824;
}

.has-error .form-control {
    border-color: #E65757;
}

.form-control::-webkit-input-placeholder {
    color: #8b98af;
}

.form-control:-moz-placeholder {
    color: #8b98af;
}

.form-control::-moz-placeholder {
    color: #8b98af;
}

.form-control:-ms-input-placeholder {
    color: #8b98af;
}

.bg-primary .form-control::-webkit-input-placeholder, .bg-secondary .form-control::-webkit-input-placeholder, .bg-dark .form-control::-webkit-input-placeholder, .bg-media .form-control::-webkit-input-placeholder {
    color: #b3b3b3;
}

.bg-primary .form-control:-moz-placeholder, .bg-secondary .form-control:-moz-placeholder, .bg-dark .form-control:-moz-placeholder, .bg-media .form-control:-moz-placeholder {
    color: #b3b3b3;
}

.bg-primary .form-control::-moz-placeholder, .bg-secondary .form-control::-moz-placeholder, .bg-dark .form-control::-moz-placeholder, .bg-media .form-control::-moz-placeholder {
    color: #b3b3b3;
}

.bg-primary .form-control:-ms-input-placeholder, .bg-secondary .form-control:-ms-input-placeholder, .bg-dark .form-control:-ms-input-placeholder, .bg-media .form-control:-ms-input-placeholder {
    color: #b3b3b3;
}

.input-group-addon {
    border-width: 0;
}

.has-success .input-group-addon {
    color: #24C890;
    background-color: #d9f8ee;
    border-color: #24C890;
}

.has-warning .input-group-addon {
    color: #ABC824;
    background-color: #f3f8d9;
    border-color: #ABC824;
}

.has-error .input-group-addon {
    color: #E65757;
    background-color: white;
    border-color: #E65757;
}

.help-block {
    margin-top: 0px;
}

.bg-primary .help-block, .bg-secondary .help-block, .bg-dark .help-block, .bg-media .help-block {
    color: #FFF;
}

.bg-white .help-block {
    color: #000;
}

.has-success .form-control-feedback, .has-success .help-block {
    color: #24C890;
}

.has-warning .form-control-feedback, .has-warning .help-block {
    color: #ABC824;
}

.has-error .form-control-feedback, .has-error .help-block {
    color: #E65757;
}

select {
    padding: 10px 0;
}

select.form-control {
    padding: 10px 0;
}

.bg-primary select:focus, .bg-secondary select:focus, .bg-dark select:focus, .bg-media select:focus {
    background-color: #fff;
}

textarea.form-control {
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

textarea.form-control:focus {
    background-color: #fff;
}

form.form-signin, form.form-register {
    max-width: 600px;
    margin: 0 auto;
}

form.form-signin hr, form.form-register hr {
    margin: 20px 0;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #2E384E;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default, input[type="file"] + label {
    color: #2E384E;
    background-color: #fff;
    border-color: #2E384E;
}

.btn-default:focus, input[type="file"] + label:focus, .btn-default.focus, input[type="file"] + label.focus {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: black;
}

.btn-default:hover, input[type="file"] + label:hover {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: #171c28;
}

.btn-default:active, input[type="file"] + label:active, .btn-default.active, input[type="file"] + label.active, .open > .btn-default.dropdown-toggle, .open > input[type="file"] + label.dropdown-toggle {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: #171c28;
}

.btn-default:active:hover, input[type="file"] + label:active:hover, .btn-default:active:focus, input[type="file"] + label:active:focus, .btn-default:active.focus, input[type="file"] + label:active.focus, .btn-default.active:hover, input[type="file"] + label.active:hover, .btn-default.active:focus, input[type="file"] + label.active:focus, .btn-default.active.focus, input[type="file"] + label.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > input[type="file"] + label.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > input[type="file"] + label.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .open > input[type="file"] + label.dropdown-toggle.focus {
    color: #2E384E;
    background-color: #d4d4d4;
    border-color: black;
}

.btn-default:active, input[type="file"] + label:active, .btn-default.active, input[type="file"] + label.active, .open > .btn-default.dropdown-toggle, .open > input[type="file"] + label.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, input[type="file"] + label.disabled:hover, .btn-default.disabled:focus, input[type="file"] + label.disabled:focus, .btn-default.disabled.focus, input[type="file"] + label.disabled.focus, .btn-default[disabled]:hover, input[type="file"] + label[disabled]:hover, .btn-default[disabled]:focus, input[type="file"] + label[disabled]:focus, .btn-default[disabled].focus, input[type="file"] + label[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] input[type="file"] + label:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] input[type="file"] + label:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] input[type="file"] + label.focus {
    background-color: #fff;
    border-color: #2E384E;
}

.btn-default .badge, input[type="file"] + label .badge {
    color: #fff;
    background-color: #2E384E;
}

.btn-primary {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #005389;
    border-color: #00253d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005389;
    border-color: #004d7f;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005389;
    border-color: #004d7f;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #003d65;
    border-color: #00253d;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #0072bc;
    border-color: #0072bc;
}

.btn-primary .badge {
    color: #0072bc;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #24C890;
    border-color: #24C890;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #1c9d71;
    border-color: #115c42;
}

.btn-success:hover {
    color: #fff;
    background-color: #1c9d71;
    border-color: #1b946b;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1c9d71;
    border-color: #1b946b;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #177f5b;
    border-color: #115c42;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #24C890;
    border-color: #24C890;
}

.btn-success .badge {
    color: #24C890;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #24ABC8;
    border-color: #24ABC8;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1c869d;
    border-color: #114f5c;
}

.btn-info:hover {
    color: #fff;
    background-color: #1c869d;
    border-color: #1b7f94;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1c869d;
    border-color: #1b7f94;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #176c7f;
    border-color: #114f5c;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #24ABC8;
    border-color: #24ABC8;
}

.btn-info .badge {
    color: #24ABC8;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #ABC824;
    border-color: #ABC824;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #869d1c;
    border-color: #4f5c11;
}

.btn-warning:hover {
    color: #fff;
    background-color: #869d1c;
    border-color: #7f941b;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #869d1c;
    border-color: #7f941b;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #6c7f17;
    border-color: #4f5c11;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #ABC824;
    border-color: #ABC824;
}

.btn-warning .badge {
    color: #ABC824;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #E65757;
    border-color: #E65757;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #df2b2b;
    border-color: #a51919;
}

.btn-danger:hover {
    color: #fff;
    background-color: #df2b2b;
    border-color: #de2222;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #df2b2b;
    border-color: #de2222;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #c81e1e;
    border-color: #a51919;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #E65757;
    border-color: #E65757;
}

.btn-danger .badge {
    color: #E65757;
    background-color: #fff;
}

.btn-link {
    color: #0072bc;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #004470;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #d5d7dc;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn, a.btn {
    white-space: normal;
}

.btn.btn-rounded, a.btn.btn-rounded {
    border-radius: 1000px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    background-color: #0470bb;
    padding: 9px 20px;
    border: 2px solid #0470bb;
    margin-left: 15px;
    transition: all .5s;
    margin-top: 10px;
}

.btn.btn-rounded:hover, a.btn.btn-rounded:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #0470bb;
}

.btn.btn-rounded.invers-color-style, a.btn.btn-rounded.invers-color-style {
    background-color: #FFF;
    color: #0470bb;
    border: 2px solid #FFF;
}

.btn.btn-border-only, a.btn.btn-border-only {
    background-color: transparent !important;
}

.btn.btn-hover-img-change, a.btn.btn-hover-img-change {
    border: none !important;
}

.btn.btn-hover-img-change > img:first-child, a.btn.btn-hover-img-change > img:first-child {
    display: inline-block;
}

.btn.btn-hover-img-change > img:last-of-type, a.btn.btn-hover-img-change > img:last-of-type {
    display: none;
}

.btn.btn-hover-img-change:hover, a.btn.btn-hover-img-change:hover {
    background-color: transparent;
}

.btn.btn-hover-img-change:hover > img:first-child, a.btn.btn-hover-img-change:hover > img:first-child {
    display: none;
}

.btn.btn-hover-img-change:hover > img:last-of-type, a.btn.btn-hover-img-change:hover > img:last-of-type {
    display: inline-block;
}

.btn.btn-hover-img-change.icon-right > span, a.btn.btn-hover-img-change.icon-right > span {
    float: left;
    margin-right: 10px;
}

a {
    text-align: center;
}

a > .tab {
    transition: all .5s;
    border-radius: 100px;
    padding: 5px 30px;
    border: 2px solid #7c3080;
    color: #FFF;
    display: inline-block;
}

a > .tab-blue {
    background-color: #0072bc;
    border-color: #0072bc;
}

a > .tab-megenda {
    background-color: #7c3080;
    border-color: #7c3080;
}

a > .tab-red {
    background-color: #FFF;
    border-color: #FF0000;
    color: #FF0000;
}

a > .tab-hollow {
    background-color: transparent;
    border-color: #0072bc;
    color: #0072bc;
}

a:hover {
    text-decoration: none;
}

a:hover > .tab-blue {
    background-color: transparent;
    color: #0072bc;
}

a:hover > .tab-megenda {
    background-color: transparent;
    color: #7c3080;
}

a:hover > .tab-red {
    background-color: #FF0000;
    color: #FFF;
    text-decoration: underline;
}

a:hover > .tab-hollow {
    background-color: #0072bc;
    color: #FFF;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

body {
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

a {
    color: #0072bc;
}

a:focus {
    color: #0072bc;
}

table > tbody > tr > td, table > tbody > tr > th, .table > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: middle;
}

.table {
    display: table;
    text-align: center;
}

.table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table .table-cell.width-20 {
    width: 20%;
    display: none;
}

.table .table-cell.width-60 {
    width: auto;
    text-align: left;
}

.table .table-cell:first-child {
    text-align: left;
}

.table .table-cell:last-child {
    text-align: right;
    font-size: 25px;
}

.table .table-cell button.navbar-toggle {
    display: inline-block;
    float: none;
}

@media all and (max-width: 767px) {
    .table .table-cell.width-20 {
        display: table-cell;
    }

    .table .table-cell.width-60 {
        width: 60%;
        text-align: center;
    }
}

@media all and (max-width: 767px) {
    .navbar-right .nav > li {
        position: relative;
        display: inline-block;
    }
}

.embed-responsive-item {
    max-width: 100%;
}

[data-toggle], [data-href] {
    cursor: pointer;
}

/*@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; } 

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }*/
address {
    font-family: serif;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #aef0da;
    border-color: #d6e9c6;
    color: #24C890;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #1c9d71;
}

.alert-info {
    background-color: #aee5f0;
    border-color: #bce8f1;
    color: #24ABC8;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #1c869d;
}

.alert-warning {
    background-color: #e5f0ae;
    border-color: #faebcc;
    color: #ABC824;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #869d1c;
}

.alert-danger {
    background-color: #fdf2f2;
    border-color: #ebccd1;
    color: #E65757;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #df2b2b;
}

.alert button.close {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #0072bc;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0072bc;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.glyphicon + .badge {
    position: absolute;
    top: 50%;
    left: 4px;
}

.bg-primary .badge, .bg-secondary .badge, .bg-dark .badge, .bg-primary .badge, .bg-secondary .badge.bg-primary {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

blockquote, .blockquote {
    border: none;
    padding: 0;
}

blockquote.blockquote-reverse, .blockquote.blockquote-reverse {
    border: none;
}

blockquote.blockquote-center, .blockquote.blockquote-center {
    text-align: center;
}

blockquote.blockquote-center img, .blockquote.blockquote-center img {
    display: inline-block;
}

blockquote header, .blockquote header {
    font-size: 14px;
}

blockquote header img + p, .blockquote header img + p {
    border-top: 1px solid #d5d7dc;
    padding-top: 10px;
}

blockquote header p, .blockquote header p {
    margin-bottom: 0px;
    color: #586071;
    font-style: italic;
}

blockquote header p:last-child, .blockquote header p:last-child {
    margin-bottom: 10px;
}

.bg-primary blockquote header p, .bg-secondary blockquote header p, .bg-dark blockquote header p, .bg-media blockquote header p, .bg-primary .blockquote header p, .bg-secondary .blockquote header p, .bg-dark .blockquote header p, .bg-media .blockquote header p {
    color: #FFF;
}

blockquote header .label, .blockquote header .label {
    margin-bottom: 0px;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #424C5F;
}

.bg-primary blockquote header .label, .bg-secondary blockquote header .label, .bg-dark blockquote header .label, .bg-media blockquote header .label, .bg-primary .blockquote header .label, .bg-secondary .blockquote header .label, .bg-dark .blockquote header .label, .bg-media .blockquote header .label {
    color: #fff;
    background-color: transparent !important;
}

.bg-white blockquote header .label, .bg-white .blockquote header .label {
    color: #000;
}

blockquote header .label:last-child, .blockquote header .label:last-child {
    margin-bottom: 10px;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, .blockquote h1, .blockquote h2, .blockquote h3, .blockquote h4, .blockquote h5, .blockquote h6 {
    margin-top: 5px;
}

blockquote p.lead, .blockquote p.lead {
    font-style: italic;
    font-size: 32px;
    color: #0072bc;
    line-height: 1.3;
}

blockquote footer, .blockquote footer {
    color: #8b98af;
    font-style: italic;
}

.bg-primary blockquote footer, .bg-secondary blockquote footer, .bg-dark blockquote footer, .bg-media blockquote footer, .bg-primary .blockquote footer, .bg-secondary .blockquote footer, .bg-dark .blockquote footer, .bg-media .blockquote footer {
    color: #FFF;
}

.bg-white blockquote footer, .bg-white .blockquote footer {
    color: #000;
}

.jumbotron > blockquote, .jumbotron > .blockquote {
    text-align: center;
}

.jumbotron > blockquote p, .jumbotron > .blockquote p {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

.bg-primary .jumbotron > blockquote p, .bg-secondary .jumbotron > blockquote p, .bg-dark .jumbotron > blockquote p, .bg-media .jumbotron > blockquote p, .bg-primary .jumbotron > .blockquote p, .bg-secondary .jumbotron > .blockquote p, .bg-dark .jumbotron > .blockquote p, .bg-media .jumbotron > .blockquote p {
    color: #FFF;
}

.jumbotron > blockquote p.lead, .jumbotron > .blockquote p.lead {
    font-size: 63px;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
}

[class*="block-grid-"]:after {
    clear: both;
}

.block-grid-no-padding .block-grid-item {
    padding: 0;
}

.block-grid-no-padding .block-grid-item > * {
    padding: 0;
}

.block-grid-item {
    display: inline;
    margin: 0;
    padding: 15 px;
    height: auto;
    float: left;
    list-style: none;
}

.block-grid-xs-1 > .block-grid-item {
    width: 100%;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-1 > .block-grid-item:nth-of-type(1n+ 1) {
    clear: both;
}

.block-grid-xs-2 > .block-grid-item {
    width: 50%;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-2 > .block-grid-item:nth-of-type(2n+ 1) {
    clear: both;
}

.block-grid-xs-3 > .block-grid-item {
    width: 33.33333%;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-3 > .block-grid-item:nth-of-type(3n+ 1) {
    clear: both;
}

.block-grid-xs-4 > .block-grid-item {
    width: 25%;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-4 > .block-grid-item:nth-of-type(4n+ 1) {
    clear: both;
}

.block-grid-xs-5 > .block-grid-item {
    width: 20%;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-5 > .block-grid-item:nth-of-type(5n+ 1) {
    clear: both;
}

.block-grid-xs-6 > .block-grid-item {
    width: 16.66667%;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-6 > .block-grid-item:nth-of-type(6n+ 1) {
    clear: both;
}

.block-grid-xs-7 > .block-grid-item {
    width: 14.28571%;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-7 > .block-grid-item:nth-of-type(7n+ 1) {
    clear: both;
}

.block-grid-xs-8 > .block-grid-item {
    width: 12.5%;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-8 > .block-grid-item:nth-of-type(8n+ 1) {
    clear: both;
}

.block-grid-xs-9 > .block-grid-item {
    width: 11.11111%;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-9 > .block-grid-item:nth-of-type(9n+ 1) {
    clear: both;
}

.block-grid-xs-10 > .block-grid-item {
    width: 10%;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-10 > .block-grid-item:nth-of-type(10n+ 1) {
    clear: both;
}

.block-grid-xs-11 > .block-grid-item {
    width: 9.09091%;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-11 > .block-grid-item:nth-of-type(11n+ 1) {
    clear: both;
}

.block-grid-xs-12 > .block-grid-item {
    width: 8.33333%;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
    clear: none;
}

.block-grid-xs-12 > .block-grid-item:nth-of-type(12n+ 1) {
    clear: both;
}

@media all and (min-width: 768px) {
    .block-grid-sm-1 > .block-grid-item {
        width: 100%;
    }

    .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+ 1) {
        clear: both;
    }

    .block-grid-sm-2 > .block-grid-item {
        width: 50%;
    }

    .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+ 1) {
        clear: both;
    }

    .block-grid-sm-3 > .block-grid-item {
        width: 33.33333%;
    }

    .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+ 1) {
        clear: both;
    }

    .block-grid-sm-4 > .block-grid-item {
        width: 25%;
    }

    .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+ 1) {
        clear: both;
    }

    .block-grid-sm-5 > .block-grid-item {
        width: 20%;
    }

    .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+ 1) {
        clear: both;
    }

    .block-grid-sm-6 > .block-grid-item {
        width: 16.66667%;
    }

    .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+ 1) {
        clear: both;
    }

    .block-grid-sm-7 > .block-grid-item {
        width: 14.28571%;
    }

    .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+ 1) {
        clear: both;
    }

    .block-grid-sm-8 > .block-grid-item {
        width: 12.5%;
    }

    .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+ 1) {
        clear: both;
    }

    .block-grid-sm-9 > .block-grid-item {
        width: 11.11111%;
    }

    .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+ 1) {
        clear: both;
    }

    .block-grid-sm-10 > .block-grid-item {
        width: 10%;
    }

    .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+ 1) {
        clear: both;
    }

    .block-grid-sm-11 > .block-grid-item {
        width: 9.09091%;
    }

    .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+ 1) {
        clear: both;
    }

    .block-grid-sm-12 > .block-grid-item {
        width: 8.33333%;
    }

    .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+ 1) {
        clear: both;
    }
}

@media all and (min-width: 992px) {
    .block-grid-md-1 > .block-grid-item {
        width: 100%;
    }

    .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-1 > .block-grid-item:nth-of-type(1n+ 1) {
        clear: both;
    }

    .block-grid-md-2 > .block-grid-item {
        width: 50%;
    }

    .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-2 > .block-grid-item:nth-of-type(2n+ 1) {
        clear: both;
    }

    .block-grid-md-3 > .block-grid-item {
        width: 33.33333%;
    }

    .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-3 > .block-grid-item:nth-of-type(3n+ 1) {
        clear: both;
    }

    .block-grid-md-4 > .block-grid-item {
        width: 25%;
    }

    .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-4 > .block-grid-item:nth-of-type(4n+ 1) {
        clear: both;
    }

    .block-grid-md-5 > .block-grid-item {
        width: 20%;
    }

    .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-5 > .block-grid-item:nth-of-type(5n+ 1) {
        clear: both;
    }

    .block-grid-md-6 > .block-grid-item {
        width: 16.66667%;
    }

    .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-6 > .block-grid-item:nth-of-type(6n+ 1) {
        clear: both;
    }

    .block-grid-md-7 > .block-grid-item {
        width: 14.28571%;
    }

    .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-7 > .block-grid-item:nth-of-type(7n+ 1) {
        clear: both;
    }

    .block-grid-md-8 > .block-grid-item {
        width: 12.5%;
    }

    .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-8 > .block-grid-item:nth-of-type(8n+ 1) {
        clear: both;
    }

    .block-grid-md-9 > .block-grid-item {
        width: 11.11111%;
    }

    .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-9 > .block-grid-item:nth-of-type(9n+ 1) {
        clear: both;
    }

    .block-grid-md-10 > .block-grid-item {
        width: 10%;
    }

    .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-10 > .block-grid-item:nth-of-type(10n+ 1) {
        clear: both;
    }

    .block-grid-md-11 > .block-grid-item {
        width: 9.09091%;
    }

    .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-11 > .block-grid-item:nth-of-type(11n+ 1) {
        clear: both;
    }

    .block-grid-md-12 > .block-grid-item {
        width: 8.33333%;
    }

    .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-md-12 > .block-grid-item:nth-of-type(12n+ 1) {
        clear: both;
    }
}

@media all and (min-width: 1200px) {
    .block-grid-lg-1 > .block-grid-item {
        width: 100%;
    }

    .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+ 1) {
        clear: both;
    }

    .block-grid-lg-2 > .block-grid-item {
        width: 50%;
    }

    .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+ 1) {
        clear: both;
    }

    .block-grid-lg-3 > .block-grid-item {
        width: 33.33333%;
    }

    .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+ 1) {
        clear: both;
    }

    .block-grid-lg-4 > .block-grid-item {
        width: 25%;
    }

    .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+ 1) {
        clear: both;
    }

    .block-grid-lg-5 > .block-grid-item {
        width: 20%;
    }

    .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+ 1) {
        clear: both;
    }

    .block-grid-lg-6 > .block-grid-item {
        width: 16.66667%;
    }

    .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+ 1) {
        clear: both;
    }

    .block-grid-lg-7 > .block-grid-item {
        width: 14.28571%;
    }

    .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+ 1) {
        clear: both;
    }

    .block-grid-lg-8 > .block-grid-item {
        width: 12.5%;
    }

    .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+ 1) {
        clear: both;
    }

    .block-grid-lg-9 > .block-grid-item {
        width: 11.11111%;
    }

    .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+ 1) {
        clear: both;
    }

    .block-grid-lg-10 > .block-grid-item {
        width: 10%;
    }

    .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+ 1) {
        clear: both;
    }

    .block-grid-lg-11 > .block-grid-item {
        width: 9.09091%;
    }

    .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+ 1) {
        clear: both;
    }

    .block-grid-lg-12 > .block-grid-item {
        width: 8.33333%;
    }

    .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
        clear: none;
    }

    .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+ 1) {
        clear: both;
    }
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "\\ ";
    padding: 0 5px;
    color: #586071;
}

.breadcrumb > .active {
    color: #2E384E;
}

.breadcrumb > li {
    font-size: 16px;
    font-weight: normal;
}

.ie9 .breadcrumb > li, .breadcrumb > li .lte-ie8 {
    margin-right: 1px;
}

@media all and (max-width: 767px) {
    .breadcrumb > li {
        font-size: 12px;
    }
}

.breadcrumb > li + li:before {
    color: #586071;
}

.bg-primary .breadcrumb > li + li:before, .bg-secondary .breadcrumb > li + li:before, .bg-dark .breadcrumb > li + li:before, .bg-media .breadcrumb > li + li:before {
    color: #FFF;
}

.bg-white .breadcrumb > li + li:before {
    color: #000;
}

@media all and (max-width: 767px) {
    .breadcrumb > li + li:before {
        padding: 0px;
    }
}

.breadcrumb > li a {
    color: #586071;
}

.bg-primary .breadcrumb > li a, .bg-secondary .breadcrumb > li a, .bg-dark .breadcrumb > li a, .bg-media .breadcrumb > li a {
    color: #FFF;
}

.bg-white .breadcrumb > li a {
    color: #000;
}

.breadcrumb > li.active {
    font-size: 24px;
    font-weight: 700;
}

@media all and (max-width: 767px) {
    .breadcrumb > li.active {
        font-size: 19px;
    }
}

.bg-primary .breadcrumb > li.active, .bg-secondary .breadcrumb > li.active, .bg-dark .breadcrumb > li.active, .bg-media .breadcrumb > li.active {
    color: #FFF;
}

.bg-white .breadcrumb > li.active {
    color: #000;
}

.breadcrumb > li.active:before {
    font-weight: normal;
    font-size: 16px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #2E384E;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default, input[type="file"] + label {
    color: #2E384E;
    background-color: #fff;
    border-color: #2E384E;
}

.btn-default:focus, input[type="file"] + label:focus, .btn-default.focus, input[type="file"] + label.focus {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: black;
}

.btn-default:hover, input[type="file"] + label:hover {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: #171c28;
}

.btn-default:active, input[type="file"] + label:active, .btn-default.active, input[type="file"] + label.active, .open > .btn-default.dropdown-toggle, .open > input[type="file"] + label.dropdown-toggle {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: #171c28;
}

.btn-default:active:hover, input[type="file"] + label:active:hover, .btn-default:active:focus, input[type="file"] + label:active:focus, .btn-default:active.focus, input[type="file"] + label:active.focus, .btn-default.active:hover, input[type="file"] + label.active:hover, .btn-default.active:focus, input[type="file"] + label.active:focus, .btn-default.active.focus, input[type="file"] + label.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > input[type="file"] + label.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > input[type="file"] + label.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .open > input[type="file"] + label.dropdown-toggle.focus {
    color: #2E384E;
    background-color: #d4d4d4;
    border-color: black;
}

.btn-default:active, input[type="file"] + label:active, .btn-default.active, input[type="file"] + label.active, .open > .btn-default.dropdown-toggle, .open > input[type="file"] + label.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, input[type="file"] + label.disabled:hover, .btn-default.disabled:focus, input[type="file"] + label.disabled:focus, .btn-default.disabled.focus, input[type="file"] + label.disabled.focus, .btn-default[disabled]:hover, input[type="file"] + label[disabled]:hover, .btn-default[disabled]:focus, input[type="file"] + label[disabled]:focus, .btn-default[disabled].focus, input[type="file"] + label[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] input[type="file"] + label:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] input[type="file"] + label:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] input[type="file"] + label.focus {
    background-color: #fff;
    border-color: #2E384E;
}

.btn-default .badge, input[type="file"] + label .badge {
    color: #fff;
    background-color: #2E384E;
}

.btn-primary {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #005389;
    border-color: #00253d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005389;
    border-color: #004d7f;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005389;
    border-color: #004d7f;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #003d65;
    border-color: #00253d;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #0072bc;
    border-color: #0072bc;
}

.btn-primary .badge {
    color: #0072bc;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #24C890;
    border-color: #24C890;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #1c9d71;
    border-color: #115c42;
}

.btn-success:hover {
    color: #fff;
    background-color: #1c9d71;
    border-color: #1b946b;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1c9d71;
    border-color: #1b946b;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #177f5b;
    border-color: #115c42;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #24C890;
    border-color: #24C890;
}

.btn-success .badge {
    color: #24C890;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #24ABC8;
    border-color: #24ABC8;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1c869d;
    border-color: #114f5c;
}

.btn-info:hover {
    color: #fff;
    background-color: #1c869d;
    border-color: #1b7f94;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1c869d;
    border-color: #1b7f94;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #176c7f;
    border-color: #114f5c;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #24ABC8;
    border-color: #24ABC8;
}

.btn-info .badge {
    color: #24ABC8;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #ABC824;
    border-color: #ABC824;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #869d1c;
    border-color: #4f5c11;
}

.btn-warning:hover {
    color: #fff;
    background-color: #869d1c;
    border-color: #7f941b;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #869d1c;
    border-color: #7f941b;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #6c7f17;
    border-color: #4f5c11;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #ABC824;
    border-color: #ABC824;
}

.btn-warning .badge {
    color: #ABC824;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #E65757;
    border-color: #E65757;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #df2b2b;
    border-color: #a51919;
}

.btn-danger:hover {
    color: #fff;
    background-color: #df2b2b;
    border-color: #de2222;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #df2b2b;
    border-color: #de2222;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #c81e1e;
    border-color: #a51919;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #E65757;
    border-color: #E65757;
}

.btn-danger .badge {
    color: #E65757;
    background-color: #fff;
}

.btn-link {
    color: #0072bc;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #004470;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #d5d7dc;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn, a.btn {
    white-space: normal;
}

.btn.btn-rounded, a.btn.btn-rounded {
    border-radius: 1000px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    background-color: #0470bb;
    padding: 9px 20px;
    border: 2px solid #0470bb;
    margin-left: 15px;
    transition: all .5s;
    margin-top: 10px;
}

.btn.btn-rounded:hover, a.btn.btn-rounded:hover {
    text-decoration: none;
    background-color: #FFF;
    color: #0470bb;
}

.btn.btn-rounded.invers-color-style, a.btn.btn-rounded.invers-color-style {
    background-color: #FFF;
    color: #0470bb;
    border: 2px solid #FFF;
}

.btn.btn-border-only, a.btn.btn-border-only {
    background-color: transparent !important;
}

.btn.btn-hover-img-change, a.btn.btn-hover-img-change {
    border: none !important;
}

.btn.btn-hover-img-change > img:first-child, a.btn.btn-hover-img-change > img:first-child {
    display: inline-block;
}

.btn.btn-hover-img-change > img:last-of-type, a.btn.btn-hover-img-change > img:last-of-type {
    display: none;
}

.btn.btn-hover-img-change:hover, a.btn.btn-hover-img-change:hover {
    background-color: transparent;
}

.btn.btn-hover-img-change:hover > img:first-child, a.btn.btn-hover-img-change:hover > img:first-child {
    display: none;
}

.btn.btn-hover-img-change:hover > img:last-of-type, a.btn.btn-hover-img-change:hover > img:last-of-type {
    display: inline-block;
}

.btn.btn-hover-img-change.icon-right > span, a.btn.btn-hover-img-change.icon-right > span {
    float: left;
    margin-right: 10px;
}

a {
    text-align: center;
}

a > .tab {
    transition: all .5s;
    border-radius: 100px;
    padding: 5px 30px;
    border: 2px solid #7c3080;
    color: #FFF;
    display: inline-block;
}

a > .tab-blue {
    background-color: #0072bc;
    border-color: #0072bc;
}

a > .tab-megenda {
    background-color: #7c3080;
    border-color: #7c3080;
}

a > .tab-red {
    background-color: #FFF;
    border-color: #FF0000;
    color: #FF0000;
}

a > .tab-hollow {
    background-color: transparent;
    border-color: #0072bc;
    color: #0072bc;
}

a:hover {
    text-decoration: none;
}

a:hover > .tab-blue {
    background-color: transparent;
    color: #0072bc;
}

a:hover > .tab-megenda {
    background-color: transparent;
    color: #7c3080;
}

a:hover > .tab-red {
    background-color: #FF0000;
    color: #FFF;
    text-decoration: underline;
}

a:hover > .tab-hollow {
    background-color: #0072bc;
    color: #FFF;
}

.counter {
    font-size: 18px;
    padding: .2em .6em .3em;
    background-color: #2E384E;
    color: #FFF;
    font-weight: bold;
}

.counter-success {
    background-color: #24C890;
    color: #FFF;
}

.counter-info {
    background-color: #24ABC8;
    color: #FFF;
}

.counter-warning {
    background-color: #ABC824;
    color: #FFF;
}

.counter-danger {
    background-color: #E65757;
    color: #FFF;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.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.42857;
    color: #54668e;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #4a5b7e;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0072bc;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #d5d7dc;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #0072bc;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.dropdown.coupons-wrapper .dropdown .nav > li > a:hover, .dropup.coupons-wrapper .dropdown .nav > li > a:hover {
    background: transparent;
}

.dropdown.mega-dropdown .dropdown-menu, .dropup.mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 15px 25px;
}

@media (max-width: 767px) {
    .dropdown.mega-dropdown .dropdown-menu, .dropup.mega-dropdown .dropdown-menu {
        padding-right: 0;
    }
}

.dropdown.mega-dropdown .dropdown-menu h3, .dropup.mega-dropdown .dropdown-menu h3 {
    font-size: 22px;
    color: #0072bc;
    padding: 0 0px 10px 5px;
}

.dropdown.mega-dropdown a, .dropup.mega-dropdown a {
    position: relative;
}

.dropdown.mega-dropdown a:hover, .dropup.mega-dropdown a:hover {
    background-color: #f1f1f1;
}

.dropdown.mega-dropdown a > .glyphicon, .dropup.mega-dropdown a > .glyphicon {
    position: absolute;
    right: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 14px;
}

.dropdown.mega-dropdown a.list-item, .dropup.mega-dropdown a.list-item {
    text-align: left;
}

.dropdown .nav > li, .dropup .nav > li {
    border-top: 1px solid #d7e4f2;
}

@media (max-width: 767px) {
    .dropdown .nav > li, .dropup .nav > li {
        border: none;
    }
}

.dropdown .nav > li > a, .dropup .nav > li > a {
    padding: 10px 14px;
    position: relative;
    margin: 0;
}

.dropdown .nav > li > a:hover, .dropup .nav > li > a:hover {
    background-color: #f1f1f1;
}

.dropdown .nav > li > .btn-rounded, .dropup .nav > li > .btn-rounded {
    margin-top: 10px;
}

.dropdown .grey-img, .dropdown .red-img, .dropup .grey-img, .dropup .red-img {
    width: 25px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.dropdown .grey-img, .dropup .grey-img {
    display: block;
}

.dropdown .red-img, .dropup .red-img {
    display: none;
}

.dropdown .nav li a.list-item:hover .red-img, .dropup .nav li a.list-item:hover .red-img {
    display: block;
}

.dropdown .nav li a.list-item:hover .grey-img, .dropup .nav li a.list-item:hover .grey-img {
    display: none;
}

.coupons-wrapper .dropdown .nav > li > a {
    background-color: transparent !important;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-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: #586071;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0px;
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0px;
}

.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-bottom-right-radius: 0;
    border-top-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-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #54668e;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #586071;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #586071;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .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: 0px;
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .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.33333;
    border-radius: 0px;
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7c8aa4;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15;
    margin-right: -15;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

input {
    line-height: normal;
}

input[type="text"], input[type="password"] {
    padding: 0 0px;
}

input[type="text"]:focus, input[type="password"]:focus {
    padding: 0 10px;
}

input[type="text"][readonly], input[type="password"][readonly] {
    padding: 0;
}

input:focus {
    box-shadow: none;
    background-color: #fff;
}

.input-group input[type="text"] {
    padding-left: 10px;
}

input .checkbox label {
    vertical-align: middle;
    font-size: 14px;
}

label > input[type="checkbox"] {
    border: none;
    margin-top: 0px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0px;
    height: 15px;
    width: 15px;
}

label > input[type="checkbox"]:checked:before {
    border-width: 5px;
    background-color: #FFF;
    box-sizing: border-box;
}

label > input[type="checkbox"]:before {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    content: ' ';
    background-color: #d5d7dc;
    border: 1px solid #424C5F;
    top: 0px;
    left: 0;
    visibility: visible;
}

.bg-primary label > input[type="checkbox"]:before, .bg-secondary label > input[type="checkbox"]:before, .bg-dark label > input[type="checkbox"]:before, .bg-media label > input[type="checkbox"]:before {
    border-color: #424C5F;
}

input[type="file"] {
    display: none;
    position: relative;
    width: 120px;
    height: 40px;
    cursor: pointer;
}

input[type="file"] + label {
    text-align: center;
    font-weight: bold;
    padding: 10px 16px;
    border: 2px solid #2E384E;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

input[type="file"] + label:after {
    content: "\e022";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    vertical-align: middle;
}

input::-webkit-input-placeholder {
    color: #8b98af;
}

input:-moz-placeholder {
    color: #8b98af;
}

input::-moz-placeholder {
    color: #8b98af;
}

input:-ms-input-placeholder {
    color: #8b98af;
}

.bg-primary input::-webkit-input-placeholder, .bg-secondary input::-webkit-input-placeholder, .bg-dark input::-webkit-input-placeholder, .bg-media input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.bg-primary input:-moz-placeholder, .bg-secondary input:-moz-placeholder, .bg-dark input:-moz-placeholder, .bg-media input:-moz-placeholder {
    color: #b3b3b3;
}

.bg-primary input::-moz-placeholder, .bg-secondary input::-moz-placeholder, .bg-dark input::-moz-placeholder, .bg-media input::-moz-placeholder {
    color: #b3b3b3;
}

.bg-primary input:-ms-input-placeholder, .bg-secondary input:-ms-input-placeholder, .bg-dark input:-ms-input-placeholder, .bg-media input:-ms-input-placeholder {
    color: #b3b3b3;
}

label {
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 0;
}

.form-control {
    border-width: 0;
    border-bottom-width: 1px;
    background-color: transparent;
    padding: 0;
    height: 42px;
    margin: 0px 0;
    line-height: normal;
    box-shadow: none !important;
    color: #4D5668;
    border-radius: 0;
}

.form-inline .form-control {
    padding: 10px;
}

.bg-primary .form-control, .bg-secondary .form-control, .bg-dark .form-control, .bg-media .form-control {
    color: #FFF;
}

.bg-primary .form-control:focus, .bg-secondary .form-control:focus, .bg-dark .form-control:focus, .bg-media .form-control:focus {
    color: #424C5F;
}

.bg-white .form-control {
    color: #000;
}

.form-control:focus, .form-control:active {
    box-shadow: none !important;
    padding-left: 10px;
}

.has-success .form-control {
    border-color: #24C890;
}

.has-warning .form-control {
    border-color: #ABC824;
}

.has-error .form-control {
    border-color: #E65757;
}

.form-control::-webkit-input-placeholder {
    color: #8b98af;
}

.form-control:-moz-placeholder {
    color: #8b98af;
}

.form-control::-moz-placeholder {
    color: #8b98af;
}

.form-control:-ms-input-placeholder {
    color: #8b98af;
}

.bg-primary .form-control::-webkit-input-placeholder, .bg-secondary .form-control::-webkit-input-placeholder, .bg-dark .form-control::-webkit-input-placeholder, .bg-media .form-control::-webkit-input-placeholder {
    color: #b3b3b3;
}

.bg-primary .form-control:-moz-placeholder, .bg-secondary .form-control:-moz-placeholder, .bg-dark .form-control:-moz-placeholder, .bg-media .form-control:-moz-placeholder {
    color: #b3b3b3;
}

.bg-primary .form-control::-moz-placeholder, .bg-secondary .form-control::-moz-placeholder, .bg-dark .form-control::-moz-placeholder, .bg-media .form-control::-moz-placeholder {
    color: #b3b3b3;
}

.bg-primary .form-control:-ms-input-placeholder, .bg-secondary .form-control:-ms-input-placeholder, .bg-dark .form-control:-ms-input-placeholder, .bg-media .form-control:-ms-input-placeholder {
    color: #b3b3b3;
}

.input-group-addon {
    border-width: 0;
}

.has-success .input-group-addon {
    color: #24C890;
    background-color: #d9f8ee;
    border-color: #24C890;
}

.has-warning .input-group-addon {
    color: #ABC824;
    background-color: #f3f8d9;
    border-color: #ABC824;
}

.has-error .input-group-addon {
    color: #E65757;
    background-color: white;
    border-color: #E65757;
}

.help-block {
    margin-top: 0px;
}

.bg-primary .help-block, .bg-secondary .help-block, .bg-dark .help-block, .bg-media .help-block {
    color: #FFF;
}

.bg-white .help-block {
    color: #000;
}

.has-success .form-control-feedback, .has-success .help-block {
    color: #24C890;
}

.has-warning .form-control-feedback, .has-warning .help-block {
    color: #ABC824;
}

.has-error .form-control-feedback, .has-error .help-block {
    color: #E65757;
}

select {
    padding: 10px 0;
}

select.form-control {
    padding: 10px 0;
}

.bg-primary select:focus, .bg-secondary select:focus, .bg-dark select:focus, .bg-media select:focus {
    background-color: #fff;
}

textarea.form-control {
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

textarea.form-control:focus {
    background-color: #fff;
}

form.form-signin, form.form-register {
    max-width: 600px;
    margin: 0 auto;
}

form.form-signin hr, form.form-register hr {
    margin: 20px 0;
}

.headline {
    padding: 50px 0;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6 {
    margin: 0;
}

.headline-row-holder {
    text-align: center;
}

.headline-row-holder h1 {
    color: #0072bc;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    margin-top: 10px;
    padding: 0 50px;
}

@media (max-width: 767px) {
    .headline-row-holder h1 {
        line-height: 55px;
        font-size: 36px;
    }
}

.icon-md {
    font-size: 24px;
}

@media all and (max-width: 767px) {
    .icon-md {
        font-size: 18px;
    }
}

.icon-lg {
    font-size: 48px;
}

@media all and (max-width: 767px) {
    .icon-lg {
        font-size: 32px;
    }
}

.icon-xl {
    font-size: 64px;
}

@media all and (max-width: 767px) {
    .icon-xl {
        font-size: 42px;
    }
}

.icon-xxl {
    font-size: 92px;
}

@media all and (max-width: 767px) {
    .icon-xxl {
        font-size: 60px;
    }
}

.icon-centered {
    display: block;
    text-align: center;
}

.icon-spacing {
    padding: 15px 0;
}

.img-responsive {
    width: 100%;
}

.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:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #424C5F;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #2d3441;
}

.label-primary {
    background-color: #0072bc;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #005389;
}

.label-success {
    background-color: #24C890;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #1c9d71;
}

.label-info {
    background-color: #24ABC8;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #1c869d;
}

.label-warning {
    background-color: #ABC824;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #869d1c;
}

.label-danger {
    background-color: #E65757;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #df2b2b;
}

.dl-horizontal dt {
    text-align: left;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.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-right-radius: 0px;
    border-top-left-radius: 0px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

a.list-group-item, button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: white;
    color: #d5d7dc;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #d5d7dc;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #89d1ff;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.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, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.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, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.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, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.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, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.comp-logo a {
    display: inline-block !important;
    padding: 0 !important;
}

.comp-logo a:hover {
    border: none !important;
}

@media (max-width: 767px) {
    .comp-logo a img {
        max-width: 75% !important;
        height: auto;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.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: #FFF;
}

.nav > li.disabled > a {
    color: #d5d7dc;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #d5d7dc;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #FFF;
    border-color: #0072bc;
}

.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.42857;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: white white #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF;
    background-color: #424C5F;
    border: 1px solid #424C5F;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.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: #0072bc;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #424C5F;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #424C5F;
        border-radius: 0px 0px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #424C5F;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.nav .open > a {
    background-color: transparent;
}

.nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
}

.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #0072bc;
    background-color: transparent;
    border: 1px solid transparent;
    margin-left: -1px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #004470;
    background-color: white;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #0072bc;
    background-color: transparent;
    border-color: #0072bc;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #d5d7dc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
    text-decoration: none;
    background-color: white;
}

.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: #d5d7dc;
    background-color: transparent;
    cursor: not-allowed;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 20px 15px;
    background-color: #FFF;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .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 th:first-child, .panel > .table-responsive:first-child > .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 th:first-child {
    border-top-left-radius: -1;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .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 th:last-child, .panel > .table-responsive:first-child > .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 th:last-child {
    border-top-right-radius: -1;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .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 th:first-child, .panel > .table-responsive:last-child > .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 th:first-child {
    border-bottom-left-radius: -1;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .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 th:last-child, .panel > .table-responsive:last-child > .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 th:last-child {
    border-bottom-right-radius: -1;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #54668e;
    background-color: #FFF;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #FFF;
    background-color: #54668e;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #0072bc;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0072bc;
}

.panel-primary > .panel-heading .badge {
    color: #0072bc;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0072bc;
}

.panel-success {
    border-color: #24C890;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #24C890;
    border-color: #24C890;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #24C890;
}

.panel-success > .panel-heading .badge {
    color: #24C890;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #24C890;
}

.panel-info {
    border-color: #24ABC8;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #24ABC8;
    border-color: #24ABC8;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #24ABC8;
}

.panel-info > .panel-heading .badge {
    color: #24ABC8;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #24ABC8;
}

.panel-warning {
    border-color: #ABC824;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #ABC824;
    border-color: #ABC824;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ABC824;
}

.panel-warning > .panel-heading .badge {
    color: #ABC824;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ABC824;
}

.panel-danger {
    border-color: #E65757;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #E65757;
    border-color: #E65757;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #E65757;
}

.panel-danger > .panel-heading .badge {
    color: #E65757;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #E65757;
}

@-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 {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #424C5F;
    text-align: center;
    background-color: #F2F3F4;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-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-image: -o-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-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;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #24C890;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-info {
    background-color: #24ABC8;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-warning {
    background-color: #ABC824;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-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-image: -o-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-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);
}

.progress-bar-danger {
    background-color: #E65757;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-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-image: -o-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-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);
}

.progress {
    min-height: 20px;
    height: auto;
    border-radius: 0;
}

.progress .progress-bar {
    padding: 5px;
    font-size: 14px;
    font-weight: 800;
    min-height: 20px;
    height: auto;
    text-align: left;
    box-shadow: none;
    white-space: nowrap;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 12px 15px;
    padding-bottom: 12px 15px;
    color: #586071;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 12px 15px;
    line-height: 1.42857;
    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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #2E384E;
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

table, .table {
    margin: 0;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #2E384E;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #424C5F;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #0072bc;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #2E384E;
    border-radius: 0px;
}

.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: #2E384E;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #2E384E;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #2E384E;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #2E384E;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #2E384E;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2E384E;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2E384E;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #2E384E;
}

mark {
    background-color: #d5d7dc;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 0px;
}

.well-sm {
    padding: 9px;
    border-radius: 0px;
}

.single-link-holder {
    text-align: center;
    margin: 30px auto;
}

.single-link-holder a {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    color: #00b7f2;
    text-decoration: underline;
    text-transform: uppercase;
}

.detailed-text li, .detailed-text p {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #012d74;
    line-height: 36px;
}

@media all and (max-width: 767px) {
    .detailed-text li, .detailed-text p {
        font-size: 16px;
    }
}

.detailed-text li.bigger-text-content, .detailed-text p.bigger-text-content {
    font-style: italic;
    font-weight: 500;
    font-size: 42px;
    color: #1cbbb4;
    line-height: 50px;
}

.detailed-text li a, .detailed-text p a {
    text-decoration: underline;
}

.rating-container {
    text-align: center;
}

.rating-container .bv-cleanslate.bv-cv2-cleanslate {
    display: inline-block !important;
}

.rating-container .bv-cv2-cleanslate .bv-inline-rating-container .bv-rating-stars-on {
    color: #edce01 !important;
}

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 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, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.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: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.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-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-group .btn + .btn {
    margin-left: -2px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: white;
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #e6e6e6;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;
    padding-left: 15;
    padding-right: 15;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.jumbotron .container {
    max-width: 1000px;
    padding: 0;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    zoom: 1; overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.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-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .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;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: #FFF;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #FFF;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.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: transparent;
}

.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: transparent;
}

.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: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFF;
    }

    .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: transparent;
    }

    .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: #FFF;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #FFF;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.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: #090909;
}

.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 {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .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: #090909;
    }

    .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: white;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: white;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.navbar {
    z-index: 16;
    text-align: center;
    margin-bottom: 0;
    padding: 0px 0;
}

.navbar .navigation-panel {
    text-align: center;
}

.header-fixed .navbar {
    margin-bottom: 0;
}

@media all and (max-width: 991px) {
    .navbar {
        min-height: 30px;
        padding: 0 0 4px 0;
        text-align: left;
    }
}

.navbar-toggle {
    margin-top: 25px;
    margin-bottom: 25px;
}

.navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #FFF;
}

@media all and (max-width: 991px) {
    .navbar-collapse {
        float: left;
        width: 100%;
    }
}

@media (min-width: 991px) {
    .navbar-collapse.collapse {
        display: inline-block !important;
    }
}

.navbar-right {
    text-align: right !important;
    margin-right: 0px;
}

@media (max-width: 991px) {
    .navbar-right {
        float: none;
    }

    .navbar-right .comp-search-toggle {
        display: none;
    }
}

.navbar-left {
    z-index: 1;
    float: left;
}

@media (max-width: 991px) {
    .navbar-left {
        float: none !important;
    }
}

.navbar-center {
    z-index: 1;
    float: left;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-center {
        float: none;
    }
}

.navbar-default [class*="col-"] {
    position: static;
}

.navbar-default .mobile-activity-bar {
    text-align: center;
}

.navbar-default .mobile-activity-bar .comp-navbar-toggle, .navbar-default .mobile-activity-bar .comp-search-toggle {
    display: none;
}

@media all and (max-width: 991px) {
    .navbar-default .mobile-activity-bar {
        position: relative;
        margin-top: 15px;
    }

    .navbar-default .mobile-activity-bar .comp-navbar-toggle, .navbar-default .mobile-activity-bar .comp-search-toggle {
        display: block;
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 37px;
        z-index: 1;
    }

    .navbar-default .mobile-activity-bar .comp-navbar-toggle a, .navbar-default .mobile-activity-bar .comp-search-toggle a {
        margin: 0 auto;
        font-size: 24px;
        padding: 0;
    }

    .navbar-default .mobile-activity-bar .comp-search-toggle {
        left: auto;
        right: 0;
    }
}

.navbar-default .main-nav-links {
    display: inline-block;
    text-align: center;
    height: 100%;
    z-index: 0;
    max-width: 680px;
}

@media all and (max-width: 991px) {
    .navbar-default .main-nav-links {
        transition: all .5s;
        position: absolute !important;
        left: -100%;
        top: 60px;
        padding: 20px 0;
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        width: 85%;
        text-align: left !important;
        background-color: #fff;
        z-index: 10;
        max-width: 300px;
    }

    .navbar-default .main-nav-links.open {
        left: -6px;
        overflow: auto;
    }

    .navbar-default .main-nav-links .nav.navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media all and (max-width: 991px) {
    .navbar-default .main-nav-links .navbar-nav {
        position: relative;
        margin-top: 15px;
    }
}

.navbar-default .main-nav-links .navbar-nav li a {
    padding: 0;
    border: none;
}

.navbar-default .main-nav-links .navbar-nav li a:hover {
    border: none;
}

@media all and (max-width: 767px) {
    .navbar-default .main-nav-links .navbar-nav li a {
        text-align: center;
    }
}

.navbar-default .navbar-right > .navbar-collapse {
    float: left;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav {
        float: none;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li {
        float: none;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #0072bc;
    border-bottom: 3px solid #e5f8fe;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-size: 15px;
    font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #00b7f2;
    border-bottom: 3px solid #00b7f2;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        border-bottom: none;
    }
}

.navbar-nav {
    margin: 0;
}

.navbar-nav.auto-fit {
    width: 100%;
}

@media (max-width: 991px) {
    .navbar-nav.nav-service {
        float: left;
    }

    .navbar-nav.nav-service a {
        color: #666666;
        margin: 13px 0 0 0;
        font-size: 13px;
        background-color: transparent;
        padding: 5px;
    }
}

.navbar-nav.nav-service a:not(.btn-rounded) {
    color: #666666;
    margin: 13px 0 0 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 11px;
    background-color: transparent;
}

@media (max-width: 991px) {
    .navbar-nav.nav-service a:not(.btn-rounded) {
        color: #666666;
        margin: 13px 0 0 0;
        font-size: 13px;
        background-color: transparent;
        padding: 5px;
        border: 2px solid #0470bb;
        border-radius: 100px;
    }
}

.navbar-nav.nav-service a:not(.btn-rounded):hover {
    text-decoration: underline;
    background-color: transparent;
}

.navbar-nav > li > a {
    padding: 10px;
}

.navbar-nav li > a[class*="-toggle"] > .closed {
    opacity: 1;
}

.navbar-nav li > a[class*="-toggle"] > .opened {
    opacity: 0;
}

.navbar-nav li.open > a[class*="-toggle"] > .closed {
    opacity: 0;
}

.navbar-nav li.open > a[class*="-toggle"] > .opened {
    opacity: 1;
}

.navbar-sign-in {
    background: #ffffff;
    overflow: initial;
    margin: 10px 0 0 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

@media all and (max-width: 767px) {
    .navbar-sign-in li {
        float: left;
    }
}

.navbar-sign-in li > a {
    font-weight: normal;
    font-size: 11px;
    color: #00b7f2;
    text-decoration: underline;
    border-left: 1px solid #F3F3F3;
    border-right: 1px solid #F3F3F3;
}

.navbar-sign-in li > a:hover {
    text-decoration: none;
    color: #00b7f2;
}

.navbar.filters-bar {
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}

.navbar.filters-bar [class*="col-"] {
    position: static;
}

.navbar.filters-bar.affix {
    top: 150px;
}

@media all and (max-width: 991px) {
    .navbar.filters-bar.affix {
        top: 198px;
    }
}

@media all and (max-width: 767px) {
    .navbar.filters-bar.affix {
        top: 115px;
    }
}

.navbar.filters-bar:not(.tab-filters) > .container {
    background-color: #0470bb;
}

.navbar.filters-bar:not(.tab-filters) > .container:last-child {
    background-color: #FFF;
    border-bottom: 1px solid #BCC3CA;
}

.navbar.filters-bar .nav.navbar-nav {
    padding: 10px 0;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media all and (max-width: 767px) {
    .navbar.filters-bar .nav.navbar-nav {
        margin: 0 8px;
    }
}

.navbar.filters-bar a > .icon {
    position: absolute;
    right: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 14px;
}

.navbar.filters-bar .btn-rounded {
    background: #ffffff;
    color: #4b4b4b;
    border: none;
    margin: 0;
    min-width: 250px;
}

.navbar.filters-bar .btn-rounded:focus, .navbar.filters-bar .btn-rounded:hover {
    background: #ffffff;
    color: #4b4b4b;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar.tab-navs li {
    background-color: #FFF;
    border: 2px solid #ace1fd;
}

.navbar.tab-navs li a {
    color: #9e9e9e;
    padding: 5px 10px;
    font-weight: 700;
}

.navbar.tab-navs li.selected {
    background-color: #ace1fd;
    border: 2px solid #ace1fd;
}

.navbar.tab-navs li.selected a {
    color: #00b7f2;
}

.navbar-rounded {
    float: none;
    background: #eee;
    padding: 0 25px;
    display: inline-block;
    border-radius: 50px;
}

@media all and (max-width: 767px) {
    .navbar-rounded {
        background: transparent;
        padding: 0;
        border-radius: 0;
        text-align: center;
    }
}

.navbar-rounded li a {
    color: #9e9e9e;
    padding: 13px 30px;
    display: block;
    font-weight: 500;
}

.navbar-rounded li a:hover {
    color: #387abe;
    background-color: transparent;
}

@media all and (max-width: 767px) {
    .navbar-rounded li a {
        padding: 13px 15px;
        min-width: 110px;
        background-color: #EEE;
    }
}

@media all and (max-width: 767px) {
    .navbar-rounded li {
        display: inline-block;
        margin: 0 -4px;
    }
}

.navbar.affix {
    width: 100%;
}

.navbar.page-internal-navbar {
    margin: 30px auto;
}

.navbar.page-internal-navbar.affix {
    background-color: #0095ff;
    min-height: 0;
}

.navbar.page-internal-navbar.affix .navbar-rounded {
    background: transparent;
    border-radius: 0;
}

.navbar.page-internal-navbar.affix .navbar-rounded li a {
    color: #FFF;
    padding: 3px 30px;
}

.navbar.page-internal-navbar.affix .navbar-rounded li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar.page-internal-navbar.affix .navbar-rounded li.selected a {
    background-color: white;
    color: #0095ff;
}

.off-canvas-sidebar {
    z-index: 1032;
    display: inline-block;
}

.off-canvas-sidebar-left {
    position: fixed;
    left: 0;
    top: 300px;
}

.show-sidebar-left .off-canvas-sidebar-left {
    transition: all 0.4s ease;
    left: 320px;
}

.off-canvas-sidebar-right {
    position: fixed;
    right: 0;
    top: 300px;
}

.show-sidebar-right .off-canvas-sidebar-right {
    transition: all 0.4s ease;
    right: 320px;
}

.sidebar {
    background-color: #FFF;
    transition: all 0.4s ease;
    margin-bottom: 30px;
}

.sidebar-toggle {
    border-color: transparent;
    position: relative;
    margin-right: 15px;
    padding: 13px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #0072bc;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    display: block;
    width: 100%;
}

.sidebar-toggle.collapsed {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.sidebar-toggle .text {
    color: #FFF;
    position: absolute;
    left: 40px;
    top: 11px;
}

.sidebar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFF;
}

.sidebar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.sidebar-collapse {
    display: block;
}

@media (max-width: 767px) {
    .sidebar-collapse {
        display: none;
    }
}

.bg-primary .sidebar, .bg-secondary .sidebar, .bg-dark .sidebar, .bg-media .sidebar {
    background-color: transparent;
    color: #FFF;
}

.sidebar.sidebar-fixed-left, .sidebar.sidebar-fixed-right {
    height: 100%;
    position: fixed;
    top: 0;
    width: 320px;
    z-index: 1032;
    overflow-y: auto;
}

.sidebar.sidebar-fixed-left {
    left: -320px;
}

.show-sidebar-left .sidebar.sidebar-fixed-left {
    left: 0;
}

.sidebar.sidebar-fixed-right {
    right: -320px;
}

.show-sidebar-right .sidebar.sidebar-fixed-right {
    right: 0;
}

.show-sidebar-left .sidebar.sidebar-fixed-left {
    left: 0;
}

.show-sidebar-right .sidebar.sidebar-fixed-right {
    right: 0;
}

.sidebar.sidebar-right {
    right: 0;
    left: auto;
}

.sidebar .nav li > a {
    padding-left: 0;
    color: #424C5F;
    background-color: transparent;
    font-weight: normal;
}

.bg-primary .sidebar .nav li > a, .bg-secondary .sidebar .nav li > a, .bg-dark .sidebar .nav li > a, .bg-media .sidebar .nav li > a {
    color: #FFF;
}

.sidebar .nav li > a:hover {
    padding-left: 10px;
}

.sidebar .nav li.active > a {
    color: #0072bc;
    font-weight: 800;
}

.bg-primary .sidebar .nav li.active > a, .bg-secondary .sidebar .nav li.active > a, .bg-dark .sidebar .nav li.active > a, .bg-media .sidebar .nav li.active > a {
    color: #FFF;
}

.sidebar .nav li.active > a:hover {
    background-color: transparent;
}

.sidebar .nav li.active > a:focus {
    color: #FFF;
}

.sidebar .nav li.open > .nav {
    max-height: 9999px;
}

.sidebar .nav .nav {
    border-left: 1px solid #d5d7dc;
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
}

.modal-header .close {
    float: right;
}

.well .media-list {
    margin: 40px 0;
}

.media-list-divided > * {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.media-list-divided > *.panel {
    padding: 20px;
}

.dropdown > .dropdown-menu {
    height: 0;
}

.dropdown > .dropdown-menu li a {
    margin-top: 0;
}

.dropdown.open .dropdown-menu {
    height: auto;
    position: absolute;
    background-color: #FFF;
}

.dropdown.country-selector {
    float: left;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .dropdown.country-selector {
        margin-top: 13px;
        margin-right: 10px;
    }
}

.dropdown.country-selector .dropdown-menu {
    position: absolute;
    top: 20px;
    right: auto;
    left: 15px;
    background-color: #FFF;
    border: 1px solid #666;
}

@media (max-width: 991px) {
    .dropdown.country-selector .dropdown-menu {
        top: 40px;
        right: 0;
        left: auto;
    }
}

.dropdown.country-selector .dropdown-menu li a {
    color: #666 !important;
    text-align: left;
}

.dropdown.country-selector .dropdown-menu li.active a {
    color: #FFF !important;
}

.dropdown.country-selector .flag-icon {
    max-width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 3px;
}

.dropdown.country-selector li a {
    margin-top: 0 !important;
}

.dropdown.mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 15px 25px;
    position: absolute;
}

@media (max-width: 991px) {
    .dropdown.mega-dropdown .dropdown-menu {
        padding-right: 0;
        padding-left: 5px;
        position: relative;
    }
}

@media (max-width: 767px) {
    .dropdown.mega-dropdown .dropdown-menu {
        position: absolute !important;
    }
}

.dropdown.mega-dropdown .dropdown-menu h3 {
    font-size: 22px;
    color: #0072bc;
    padding: 0 0px 10px 5px;
    margin-top: 0;
}

.dropdown.mega-dropdown a {
    position: relative;
}

.dropdown.mega-dropdown a:hover {
    background-color: #f1f1f1;
}

.dropdown.mega-dropdown a > .glyphicon {
    position: absolute;
    right: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 14px;
}

.dropdown .nav > li {
    border-top: 1px solid #d7e4f2;
}

@media (max-width: 767px) {
    .dropdown .nav > li {
        border: none;
    }
}

.dropdown .nav > li > a {
    padding: 10px 14px;
    position: relative;
    margin: 0;
}

.dropdown .nav > li > a:hover {
    background-color: #f1f1f1;
}

.dropdown .nav > li > .btn-rounded {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .dropdown.type-select {
        position: static;
    }
}

.dropdown.type-select .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    top: -10px;
    left: 30px;
}

.dropdown.type-select .dropdown-menu ul li {
    border: none;
}

.dropdown.type-select .dropdown-menu ul li a {
    padding: 5px 10px;
    color: #4d4d4d;
    font-size: 12px;
}

.dropdown.type-filters {
    width: 100%;
}

.dropdown.type-filters .dropdown-menu {
    background-color: #e5f8fe;
    box-shadow: none;
    border: none;
}

.dropdown.type-filters > a {
    color: #FFF;
}

.dropdown.type-filters > a:focus, .dropdown.type-filters > a:hover {
    background-color: transparent !important;
}

.dropdown.type-filters > a .icon {
    font-size: 25px;
    margin: 0;
    line-height: 1.5;
}

.dropdown.type-filters h4 {
    font-size: 13px;
    color: #4d4d4d;
}

.dropdown.type-filters .checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dropdown.type-filters .checkbox label {
    padding: 0;
}

@media (max-width: 767px) {
    .dropdown.type-filters .btn-txt {
        display: none;
    }
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .dropdown-menu {
    padding: 0;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .dropdown-content:not(.custom-block) h3 {
    margin-top: 46px;
    margin-bottom: 21px;
    font-size: 18px;
    min-height: 23px;
    text-align: left;
    text-transform: uppercase;
    color: #666;
    font-family: "Omnes",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .dropdown-content:not(.custom-block) a {
    text-align: left;
    font-weight: normal;
    /*& > .glyphicon{
                        right: auto;
                        left: auto;
                        margin: auto;
                        top: auto;
                        bottom: auto;
                        position: relative;
                        float: left;
                        margin-right: 10px;
                        vertical-align: middle;
                        line-height: 19px;
                   }*/
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .dropdown-content:not(.custom-block) a.btn-rounded {
    min-width: 200px;
    background: #fff;
    border: 2px solid #ccc;
    font-family: "Omnes",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #383838;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .dropdown-content:not(.custom-block) a.btn-rounded:hover {
    background: #fff;
    border-color: #d92032;
    color: #d92032;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .dropdown-content:not(.custom-block) a > img {
    max-width: 30px;
    margin-right: 10px;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .dropdown-content:not(.custom-block) .nav > li {
    border-top: none;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .dropdown-content:not(.custom-block) .nav > li a:hover {
    background-color: transparent;
    color: #d92032;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .custom-block {
    box-shadow: 2px 0px 3px 0px #ccc;
    padding: 0;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .custom-block > .row {
    margin: 0;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .custom-block img {
    margin-bottom: 15px;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .custom-block h3 {
    padding: 0 20px 10px 20px;
    font-family: "Omnes",Arial,sans-serif;
    font-weight: normal;
    color: #d92032;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .custom-block h3 img {
    max-width: 30px;
    float: right;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .custom-block p {
    font-family: "Omnes",Arial,sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    line-height: 32px;
    margin: 0;
    padding: 0px 20px 50px 20px;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .custom-block a {
    width: 80%;
    background: #fff;
    border: 2px solid #ccc;
    font-family: "Omnes",Arial,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #383838;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.dropdown.custom-left-box.mega-dropdown.custom-left-box .custom-block a:hover {
    background: #fff;
    border-color: #d92032;
    color: #d92032;
}

.dropdown.custom-left-box .nav > li {
    border-top: 1px solid #d7e4f2;
}

@media (max-width: 767px) {
    .dropdown.custom-left-box .nav > li {
        border: none;
    }
}

.dropdown.custom-left-box .nav > li > a {
    padding: 10px 14px;
    position: relative;
    margin: 0;
}

.dropdown.custom-left-box .nav > li > a:hover {
    background-color: #f1f1f1;
}

.dropdown.custom-left-box .nav > li > .btn-rounded {
    margin-top: 10px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 30px 10px;
    width: 100%;
    z-index: 2;
}

@media all and (min-width: 992px) {
    .csstransforms .mega-dropdown-menu {
        max-width: 1200px;
        left: 50%;
        top: calc(100% - 3px);
        transform: translate(-50%);
        -ms-transform: translate(-50%);
    }
}

.mega-dropdown-menu .list > li.active a {
    color: #0072bc;
    font-weight: 700;
}

.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li.dropdown-header {
    padding-left: 0;
    font-size: 16px;
}

@media all and (max-width: 991px) {
    .mega-dropdown-menu > li > ul > li.dropdown-header {
        padding-left: 0 !important;
    }
}

.page-header {
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0px;
    position: relative;
    padding: 0;
}

.page-header.bg-primary h1, .page-header.bg-dark h1, .page-header.bg-media h1 {
    color: #FFF;
}

.page-header h1 {
    color: #FFF;
}

.page-header.bg-media {
    position: relative;
}

.page-header.bg-media:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    content: ' ';
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CC000000', endColorstr='#00000000',GradientType=0 );
}

.page-header .jumbotron {
    min-height: 550px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.page-header .jumbotron p {
    letter-spacing: 5px;
    font-size: 16px;
    color: #FFF;
    line-height: 26px;
}

.page-header .jumbotron p i {
    font-size: 12px;
}

@media (max-width: 991px) {
    .page-header .jumbotron p {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 991px) {
    .page-header .jumbotron {
        min-height: 430px;
    }
}

@media (max-width: 767px) {
    .page-header .jumbotron {
        min-height: 200px;
    }
}

.bg-primary .panel-group .panel, .bg-secondary .panel-group .panel, .bg-dark .panel-group .panel, .bg-media .panel-group .panel {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #586071;
    box-shadow: none;
}

.bg-primary .panel-group .panel .panel-heading, .bg-primary .panel-group .panel .panel-body, .bg-primary .panel-group .panel .panel-footer, .bg-secondary .panel-group .panel .panel-heading, .bg-secondary .panel-group .panel .panel-body, .bg-secondary .panel-group .panel .panel-footer, .bg-dark .panel-group .panel .panel-heading, .bg-dark .panel-group .panel .panel-body, .bg-dark .panel-group .panel .panel-footer, .bg-media .panel-group .panel .panel-heading, .bg-media .panel-group .panel .panel-body, .bg-media .panel-group .panel .panel-footer {
    background-color: transparent;
    border: none;
    color: #FFF;
    padding-left: 0;
    padding-right: 0;
}

.bg-primary .panel-group .panel .panel-heading, .bg-secondary .panel-group .panel .panel-heading, .bg-dark .panel-group .panel .panel-heading, .bg-media .panel-group .panel .panel-heading {
    border-bottom: 1px solid #586071;
    margin-bottom: -1px;
}

.tabs-nav {
    position: relative;
}

.tabs-nav li > a {
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 0.6;
    border: 1px solid #586071;
    margin-left: -1px;
    color: #424C5F;
}

.tabs-nav li:hover {
    opacity: 1;
}

.tabs-nav li:hover > a {
    color: #0072bc;
    border: 1px solid #586071;
}

.tabs-nav li.active > a {
    color: #0072bc;
    opacity: 1;
}

.lightbox-video, .lightbox-image {
    position: relative;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000 !important;
}

.modal .modal-content {
    background-color: #e5f8fe;
}

.modal .close {
    padding: 5px;
    font-size: 40px;
    height: 40px;
    width: 40px;
    line-height: 25px;
}

@media all and (max-width: 767px) {
    .modal .close {
        font-size: 30px;
        height: 30px;
        width: 30px;
        line-height: 15px;
    }
}

.modal.zoom-modal img {
    max-width: 80%;
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2001;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

.lightbox-overlay .lightbox-window {
    position: absolute;
    /*top: 50%;
        margin-top: -300px;*/
    left: 48%;
    margin-left: -250px;
    z-index: 2002;
    max-width: 555px;
    background-color: #fff;
    opacity: 1;
    margin-top: 100px;
    margin-bottom: 100px;
    overflow-y: auto;
    display: none;
}

.lightbox-overlay .lightbox-closeButton {
    float: right;
    width: 25px;
    text-align: center;
    margin-right: 10px;
    margin-top: 10px;
}

.lightbox-overlay .lightbox-content {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 45px;
    padding-bottom: 25px;
}

.lightbox-overlay .lightbox-content-container {
    text-align: center;
}

.lightbox-overlay .lightbox-content-container-captionText {
    padding-bottom: 35px;
    font-size: 12px;
}

.lightbox-overlay .lightbox-content-container-image img {
    width: 100%;
}

.lightbox-overlay .instagram-modal-close-closeImage {
    width: 25px;
    height: 25px;
}

.lightbox-overlay .lightbox-text {
    color: #333333;
    font-size: 25px;
    background-color: #fff;
}

.lightbox-overlay .lightbox-text .heading {
    font-size: 25px;
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    padding: 15px 0;
}

.lightbox-overlay .lightbox-text .captionText {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.lightbox-overlay .socialIcons {
    margin-top: 15px;
}

.lightbox-overlay .socialIcons div {
    display: inline-block;
}

@media (max-width: 599px) {
    .lightbox-overlay .lightbox-content {
        width: 100%;
    }

    .lightbox-overlay .lightbox-window {
        top: 0;
        margin-top: 0;
        left: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .lightbox-overlay .lightbox-closeButton {
        margin-top: 20px;
        height: auto;
        width: auto;
        margin-right: 6px;
    }

    .lightbox-overlay .instagram-modal-close-closeImage {
        width: 20px;
        height: 18px;
    }

    .lightbox-overlay .lightbox-content {
        padding: 65px 25px 150px 25px;
    }
}

.search-bar {
    display: none;
}

.search-bar .search-form {
    padding: 15px 25px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f2f2f2 0%, #f6f6f6 20%, white 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f2f2f2), color-stop(20%, #f6f6f6), color-stop(100%, white));
    background: -webkit-linear-gradient(top, #f2f2f2 0%, #f6f6f6 20%, white 100%);
    background: -o-linear-gradient(top, #f2f2f2 0%, #f6f6f6 20%, white 100%);
    background: -ms-linear-gradient(top, #f2f2f2 0%, #f6f6f6 20%, white 100%);
    background: linear-gradient(to bottom, #f2f2f2 0%, #f6f6f6 20%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}

@media all and (max-width: 767px) {
    .search-bar .search-form {
        padding: 15px 5px;
    }
}

.search-bar .search-form > * {
    display: inline-block;
    vertical-align: middle;
}

.search-bar .search-form > form {
    width: calc(100% - 70px);
}

.search-bar .search-form > form input {
    background: transparent;
    font-size: 28px;
    color: #999999;
    font-style: italic;
    width: calc(100% - 175px);
    height: 50px;
    border: none;
    display: inline-block;
    margin: 0 10px;
    box-shadow: none;
    vertical-align: middle;
}

@media all and (max-width: 767px) {
    .search-bar .search-form > form input {
        font-size: 14px;
        width: calc(100% - 150px);
    }
}

.search-bar .search-form > form a {
    background: #ffffff;
    color: #0072bc;
    border: 2px solid #0072bc;
    margin-top: 2px;
}

@media all and (max-width: 767px) {
    .search-bar .search-form > form a {
        font-size: 12px;
        margin-left: 10px;
        padding: 5px 20px;
    }
}

.search-bar .search-form > form a:hover {
    color: #ffffff;
    background: #00b7f2;
    border: 2px solid #00b7f2;
}

.search-bar .search-form > .close-search {
    font-size: 35px;
    color: #666666;
    line-height: 25px;
}

.carousel .carousel-controls-holder a {
    z-index: 1;
}

.carousel .carousel-control {
    width: 5%;
}

.carousel .carousel-indicators {
    text-align: center;
}

.carousel.inline-controls .carousel-indicators {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.carousel .bg-has-image > .jumbotron > div:first-child {
    max-height: 550px;
    overflow: hidden;
}

.carousel .bg-has-image, .carousel .bg-has-video {
    position: relative;
}

.carousel .bg-has-image .jumbotron, .carousel .bg-has-video .jumbotron {
    padding: 0;
}

.carousel .bg-has-image .slide-content, .carousel .bg-has-video .slide-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 100%;
    padding: 30px;
}

@media (max-width: 767px) {
    .carousel .bg-has-image .slide-content, .carousel .bg-has-video .slide-content {
        padding: 10px 25px;
    }
}

@media (max-width: 767px) {
    .carousel .slide-content {
        padding: 10px;
        text-align: center;
    }

    .carousel .slide-content .banner-title-img-holder img {
        max-height: 25px;
    }

    .carousel .slide-content .banner-title-holder h1 {
        margin: 5px 0;
        font-size: 35px;
        line-height: 37px;
        margin-top: 70px;
        margin-bottom: 10px;
    }

    .carousel .slide-content .banner-description p {
        letter-spacing: 1px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 18px;
    }
}

.carousel .banner-cta-btn-holder span {
    vertical-align: middle;
}

.carousel .banner-cta-btn-holder .glyphicon {
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
}

.carousel .banner-cta-btn-holder a {
    position: relative;
    background-color: #FFF;
    color: #00b7f2;
    border: none;
    font-size: 13px;
    margin: 0;
}

.carousel .banner-cta-btn-holder a.icon-left {
    padding-left: 30px;
}

.carousel .banner-cta-btn-holder a.icon-left .glyphicon {
    left: 5px;
}

.carousel .banner-cta-btn-holder a.icon-right {
    padding-right: 30px;
}

.carousel .banner-cta-btn-holder a.icon-right .glyphicon {
    right: 5px;
}

.carousel .banner-cta-btn-holder a:hover {
    background-color: #00b7f2;
    color: #FFF;
}

@media (max-width: 767px) {
    .carousel .banner-cta-btn-holder a {
        font-size: 11px;
    }
}

.carousel .jumbotron h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

@media (max-width: 991px) {
    .carousel .jumbotron h1 {
        font-size: 44px;
        line-height: 44px;
    }
}

.filters-bar {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.filters-bar .select-label {
    color: #FFF;
    font-weight: 400;
}

.filters-bar .type-select .dropdown-menu {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .filters-bar .type-select .dropdown-menu {
        width: 95%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.filters-bar .selected-filters a {
    min-width: 50px;
    color: #4d4d4d;
    padding: 1px;
    margin-right: 10px;
}

.filters-bar .selected-filters a .icon {
    position: relative;
    right: auto;
    margin: auto;
    top: auto;
    bottom: auto;
    height: 14px;
}

.filters-bar .selected-filters .nav.navbar-nav {
    display: block;
    padding: 5px 0;
}

.filters-bar .checkbox label input[type="checkbox"]:checked + .cr + span {
    font-weight: 500;
}

.filters-bar.navbar .nav.navbar-nav:nth-last-match(ul) {
    width: 100%;
    border-left: 1px solid #FFF;
}

.filters-bar.tab-filters {
    background-color: #00b7f2;
    padding: 0;
}

.filters-bar.tab-filters a {
    background-color: #00b7f2;
    border: 2px solid #FFF;
    border-left: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 2px 15px;
    font-size: 13px;
    font-weight: 500;
    transition: all .5s;
}

.filters-bar.tab-filters a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #0072bc;
}

@media (max-width: 767px) {
    .filters-bar.tab-filters a {
        font-size: 18px;
    }
}

.filters-bar.tab-filters li {
    float: left;
}

.filters-bar.tab-filters li:first-child a {
    border-left: 2px solid #FFF;
}

.filters-bar.tab-filters li.selected a {
    background-color: white;
    color: #0072bc;
}

.links-bar {
    background-color: #ebebeb;
    padding: 5px 0;
    margin: 45px 0;
}

.links-bar .nav:not(.navbar-nav) {
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .links-bar .nav:not(.navbar-nav) {
        padding-top: 0px;
    }
}

.links-bar .nav:not(.navbar-nav) > li {
    display: inline-block;
    margin: 10px 0 0 20px;
}

@media (max-width: 767px) {
    .links-bar .nav:not(.navbar-nav) > li {
        margin: 0px 0 0 0px;
    }
}

.links-bar .nav:not(.navbar-nav) > li.left, .links-bar .nav:not(.navbar-nav) > li.right {
    top: 0px;
    margin: 5px;
}

.links-bar .nav:not(.navbar-nav) > li.left {
    float: left;
}

@media (max-width: 767px) {
    .links-bar .nav:not(.navbar-nav) > li.left {
        position: relative;
        float: left;
        text-align: left;
        margin-right: 10%;
    }

    .links-bar .nav:not(.navbar-nav) > li.left a {
        padding-left: 0;
    }
}

.links-bar .nav:not(.navbar-nav) > li.right {
    float: right;
}

@media (max-width: 767px) {
    .links-bar .nav:not(.navbar-nav) > li.right {
        position: relative;
        float: right;
        text-align: right;
        margin-left: 10%;
    }

    .links-bar .nav:not(.navbar-nav) > li.right a {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .links-bar .nav:not(.navbar-nav) > li.dropdown {
        position: static;
    }
}

.links-bar a {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-size: 11px;
    font-weight: 500;
    color: #00b7f2;
}

.links-bar a:hover {
    background-color: transparent;
}

.links-bar .dropdown-menu {
    width: 260px;
    left: auto;
    right: -260px;
    top: -14px;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.5));
    border: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .links-bar .dropdown-menu {
        left: 0;
        right: 0;
        margin: auto;
        top: 80px;
    }
}

.links-bar .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #FFF;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .links-bar .dropdown-menu:before {
        border-top: none;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFF;
        bottom: auto;
        top: -10px;
        right: 0;
    }
}

.links-bar .dropdown-menu li {
    margin: 0;
    border: none;
    display: inline-block;
}

.links-bar .dropdown-menu a {
    padding: 5px;
}

.links-bar.title-and-nav {
    background-color: #0095ff;
    width: 100%;
    z-index: 20;
    margin: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: height 1s;
}

.links-bar.title-and-nav h2 {
    float: left;
    padding: 17px 0;
    margin: 0;
    color: #FFF;
    font-size: 20px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.links-bar.title-and-nav ul {
    float: right;
}

.links-bar.title-and-nav ul .btn.btn-rounded {
    margin: 9px 0;
    padding: 7px 45px;
}

.links-bar.title-and-nav.affix {
    height: auto;
}

.comp-about h2 {
    color: #0072bc;
}

.comp-about .table-section {
    padding-bottom: 50px;
}

.comp-about table.table {
    /*thead{
			tr{
				th{
					color:#0072bc;
				}
			}
		}*/
}

.comp-about table.table tbody tr td {
    text-align: left;
}

article blockquote header {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

article blockquote header h1, article blockquote header h2, article blockquote header h3, article blockquote header h4, article blockquote header h5 {
    color: #424C5F;
}

article ul {
    margin: 30px 0;
}

article header {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d5d7dc;
}

@media all and (max-width: 767px) {
    article header {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

article header h1, article header h2, article header h3, article header h4, article header h5, article header h6 {
    color: #0072bc;
    margin-top: 0;
}

article header h1 small, article header h1 .small, article header h2 small, article header h2 .small, article header h3 small, article header h3 .small, article header h4 small, article header h4 .small, article header h5 small, article header h5 .small, article header h6 small, article header h6 .small {
    font-size: 45%;
    color: #424C5F;
}

article header h1 {
    margin-bottom: 25px;
}

@media all and (max-width: 767px) {
    article header h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

article header .lead {
    font-size: 20px;
    margin-bottom: 0;
}

article > figure {
    padding-top: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    max-width: 35%;
    display: inline-block;
    margin: 20px;
}

article ul, article ol {
    padding-left: 17px;
}

article ul li, article ol li {
    padding: 5px 0;
}

.bg-dark aside header, .bg-primary aside header, .bg-media aside header {
    color: #FFF;
}

.bg-dark aside header p, .bg-primary aside header p, .bg-media aside header p {
    color: #FFF;
}

.bg-dark aside p, .bg-primary aside p, .bg-media aside p {
    color: #586071;
}

footer {
    background: #fff;
    padding: 40px 0 0px 0;
    border-top: #00b7f2 2px solid;
    margin-top: 15px;
}

footer .nav.navbar-nav li {
    float: left;
}

footer .nav li a {
    font-size: 12px;
    color: #012d74;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    padding: 8px 5px;
    display: inline-block;
}

footer .nav li a:hover {
    color: #8cb6e0;
}

footer .nav p {
    padding: 15px 5px;
    margin: 0;
    font-size: 12px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 500;
    color: #012d74;
}

footer .footer-info-bar {
    background: #d5f0fc;
    margin-top: 30px;
}

footer .footer-info-bar a.btn.btn-hover-img-change {
    margin-left: 15px;
}

footer .footer-info-body {
    background: #eaf7fe;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 10px;
}

footer .footer-info-body p {
    padding-left: 5px;
    font-size: 10px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
}

footer .footer-info-body a.copyright {
    font-size: 10px;
    padding: 0 5px;
}

footer .footer-info-body a.btn-hover-img-change {
    font-size: 10px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    color: #012d74;
    padding-left: 5px;
}

footer .footer-info-body a.btn-hover-img-change span {
    vertical-align: top;
    line-height: 15px;
    margin-left: 5px;
}

footer .footer-info-body a.btn-hover-img-change:hover {
    color: #8cb6e0;
}

header {
    z-index: 30 !important;
    position: relative;
}

header.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    padding-top: 10px;
}

@media (max-width: 991px) {
    header.affix {
        padding-top: 10px;
    }
}

header.affix .header-top {
    display: none;
}

header.affix + .content-container {
    padding-top: 70px;
}

header.comp-header {
    background-color: #e5f8fe;
    z-index: 40 !important;
}

header .country-selector a.dropdown-toggle {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    margin: 13px 0 0 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    background-color: transparent;
    padding: 12px 15px;
    color: #666666;
}

header .country-selector a.dropdown-toggle:hover {
    text-decoration: underline;
    background-color: transparent;
}

@media (max-width: 991px) {
    header .country-selector a.dropdown-toggle {
        display: inline-block;
        padding: 3px 1px;
        border: 2px solid #0470bb;
        border-radius: 100px;
        margin: 0;
        line-height: 1;
        height: 27px;
        width: 27px;
        text-align: center;
    }
}

.header-static {
    background-color: #2E384E;
}

.header-fixed {
    position: fixed;
    padding: 0;
    z-index: 1030;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #2E384E;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .header-fixed {
        max-height: 100%;
        overflow-y: auto;
        width: calc(100% - 0px);
    }
}

.header-fixed.bg-transparent {
    background-color: rgba(0, 0, 0, 0.15) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15000000', endColorstr='#15000000');
}

.header-fixed .navbar-fixed-top {
    position: relative;
    width: 100%;
}

.header-top {
    /*@media (max-width: $screen-xs-max) {
            display: table-row;

      }*/
}

.header-top .navbar-nav > li {
    float: left;
}

.header-top .nav-service.navbar-nav > li {
    margin-right: 10px;
}

.section .section-header-bar, section .section-header-bar {
    background-color: #00b7f2;
    margin: 30px auto;
}

.section .section-header-bar h2, section .section-header-bar h2 {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
    padding: 19px 0;
    font-size: 34px;
    letter-spacing: 2px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section .section-header-bar h2, section .section-header-bar h2 {
        font-size: 24px;
    }
}

.section .comments-body p, section .comments-body p {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #012d74;
    line-height: 36px;
}

.template-show-grid .container {
    height: 100%;
}

.template-show-grid [class^='col-'], .template-show-grid [class*='col-'] {
    border: 1px solid #000 !important;
    min-height: 400px;
}

.comp-product-tile {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    background-color: #0072bc;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    margin: 15px auto;
    /*&[data-equal-height-group]{
		.cta-holder{ 
			text-align: center;
			position: absolute;
			bottom: 30px;
			right: 0;
			left: 0;
			margin: auto;
		}
	}*/
}

.comp-product-tile.content-vertical-middle {
    display: table;
}

.comp-product-tile.content-vertical-middle .content-box {
    display: table-cell;
    vertical-align: middle;
}

.comp-product-tile[data-href] {
    cursor: pointer;
}

.comp-product-tile[data-href]:hover {
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.comp-product-tile img {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.comp-product-tile h4 {
    margin: 0 -15px;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    background-color: #0092c4;
    color: #FFF;
    font-weight: 500;
}

.comp-product-tile .icon-bar {
    border-top: 1px solid #FFF;
    position: relative;
    margin-top: 30px;
}

.comp-product-tile .icon-bar img {
    position: absolute;
    max-width: 50px;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
    background-color: #0072bc;
    padding: 5px;
}

.comp-product-tile .rating-container {
    color: #FFF;
    margin-top: 30px;
    display: block;
}

.comp-product-tile .btn.btn-rounded {
    background-color: #d92032;
    margin: 0 auto;
    border: none;
}

.comp-product-tile .cta-holder {
    text-align: center;
}

.comp-product-tile ul {
    padding: 15px;
}

.comp-product-tile .content-box {
    padding: 0 15px 15px;
}

.comp-product-tile .content-box.icon-field {
    position: relative;
}

.comp-product-tile .content-box.icon-field .inner-content {
    position: absolute;
    top: 0;
}

.comp-product-tile .content-box.icon-field .inner-content .icon-bar img {
    height: 35px;
    top: -15px;
}

.comp-product-tile.promo-tile {
    background-color: #9078b7;
}

.comp-product-tile.promo-tile .btn.btn-rounded {
    text-transform: uppercase;
    background-color: #FFF;
    color: #7f56c6;
}

.comp-product-tile.promo-tile .btn.btn-rounded:hover {
    background-color: #CCC;
}

.comp-product-tile.gn-product-tile {
    background-color: #dbf3fe;
    padding: 15px;
    position: relative;
}

.comp-product-tile.gn-product-tile:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid #fff;
    pointer-events: none;
    left: 15px;
    top: 15px;
}

.comp-product-tile.gn-product-tile:not([class*="type-"]):not(.horizontal-tile):not(.vertical-tile) .img-box {
    padding: 30px 0 20px 0px;
}

.comp-product-tile.gn-product-tile:not([class*="type-"]):not(.horizontal-tile):not(.vertical-tile) .btn.btn-rounded {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #012d74;
    font-size: 18px;
    text-transform: uppercase;
}

.comp-product-tile.gn-product-tile:not([class*="type-"]):not(.horizontal-tile):not(.vertical-tile) .btn.btn-rounded:hover {
    background-color: transparent;
    color: #012d74;
}

.comp-product-tile.gn-product-tile.type-2 {
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-2 h2, .comp-product-tile.gn-product-tile.type-2 p, .comp-product-tile.gn-product-tile.type-2 a {
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-2 h2 {
    margin: 25px auto;
}

.comp-product-tile.gn-product-tile.type-2 .btn.btn-rounded {
    background-color: #0072bc;
    border: 2px solid #0072bc;
    text-transform: uppercase;
    padding: 5px 25px;
    color: #FFF;
    font-size: 15px;
}

.comp-product-tile.gn-product-tile.type-2 .btn.btn-rounded:hover {
    background-color: transparent;
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-3 {
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-3 p, .comp-product-tile.gn-product-tile.type-3 a {
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-3 h2 {
    margin: 25px auto;
    color: #FFF;
}

.comp-product-tile.gn-product-tile.type-3 h4 {
    background-color: transparent;
    color: #dfdc31;
}

.comp-product-tile.gn-product-tile.type-3 p {
    font-weight: 500;
    color: #0072bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.75;
}

.comp-product-tile.gn-product-tile.type-3 .btn.btn-rounded {
    background-color: #FFF;
    border: 2px solid #FFF;
    text-transform: uppercase;
    padding: 5px 25px;
    color: #0072bc;
    font-size: 15px;
    margin-top: 60px;
}

.comp-product-tile.gn-product-tile.type-3 .btn.btn-rounded:hover {
    background-color: transparent;
    color: #FFF;
}

.comp-product-tile.gn-product-tile.type-3 .content-box {
    padding-top: 68px;
}

.comp-product-tile.type-white-bg {
    background-color: #FFF;
    padding: 30px 0px 10px 0px;
}

.comp-product-tile.type-white-bg .btn.btn-rounded {
    background-color: transparent;
    color: #397bbe;
    font-size: 16px;
}

.comp-product-tile.type-white-bg .btn.btn-rounded span {
    display: block;
}

.comp-product-tile.type-white-bg .btn.btn-rounded span:last-child {
    color: #2e2e4d;
}

.comp-product-tile inline-tile {
    display: inline-block;
}

.comp-product-tile.sizes-tile {
    background-color: #dbf3fe;
    padding: 15px;
    position: relative;
    width: 100%;
    min-height: 290px;
}

.comp-product-tile.sizes-tile:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid #fff;
    pointer-events: none;
    left: 15px;
    top: 15px;
}

.comp-product-tile.sizes-tile .img-box {
    z-index: 1;
    position: relative;
}

.comp-product-tile.sizes-tile .img-box img {
    max-height: 92px;
    margin-top: -15px;
    padding-top: 0px;
}

.comp-product-tile.sizes-tile h2 {
    color: #022c73;
    font-size: 42px;
    margin-top: 5px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.comp-product-tile.sizes-tile p {
    color: #022c73;
}

.comp-product-tile.sizes-tile .description-text span:not(:first-child) {
    color: #0072bc;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1;
    display: block;
}

.comp-product-tile.sizes-tile .description-text span:not(:first-child):last-child {
    color: #0470bb;
    font-size: 13px;
    margin-top: 16px;
    display: block;
    margin-bottom: 10px;
}

.comp-product-tile.no-img-tile {
    background-size: cover;
}

.comp-product-tile.no-img-tile .content-box {
    padding: 15px;
}

.comp-product-tile.no-img-tile.sizes-tile h2 {
    color: #FFF;
    font-weight: 400;
    font-size: 25px;
    color: #00b7f2;
    line-height: 1.3;
}

.comp-product-tile.no-img-tile.sizes-tile .btn.btn-rounded {
    margin: 35px 0;
    color: #fff;
    background-color: #00b7f2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 40px;
    margin-bottom: 0;
}

.comp-product-tile.offer-tile {
    background-color: #dbf3fe;
    padding: 15px;
    position: relative;
}

.comp-product-tile.offer-tile:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid #fff;
    pointer-events: none;
    left: 15px;
    top: 15px;
}

.comp-product-tile.offer-tile .content-box {
    background-color: #FFF;
    padding: 5px 15px 15px;
    height: 227px;
}

@media (max-width: 767px) {
    .comp-product-tile.offer-tile .content-box {
        height: 227px;
    }
}

.comp-product-tile.offer-tile h2 {
    color: #12bec2;
    font-size: 22px;
}

.comp-product-tile.offer-tile p {
    color: #012d74;
    font-size: 18px;
}

.comp-product-tile.offer-tile .btn.btn-rounded, .comp-product-tile.offer-tile a.btn.btn-rounded {
    border-radius: 1000px;
    font-size: 11px;
    font-weight: 500;
    color: #FFF;
    background-color: #16bdbc;
    padding: 9px 40px;
    border: 2px solid #16bdbc;
    margin-left: 0;
    margin-top: 10px;
}

.comp-product-tile.offer-tile .btn.btn-rounded:hover, .comp-product-tile.offer-tile a.btn.btn-rounded:hover {
    background-color: transparent;
    color: #16bdbc;
}

.comp-product-tile.offer-tile .img-box img {
    height: 239px;
}

@media (max-width: 767px) {
    .comp-product-tile.offer-tile .img-box img {
        height: 258px;
    }
}

@media (min-width: 991px) {
    .comp-product-tile.offer-tile .img-box img {
        height: 168px;
    }
}

.comp-product-tile.review-tile {
    background-color: #EEE;
    color: #012d74;
    font-weight: 500;
    cursor: pointer;
}

.comp-product-tile.review-tile .rating-container {
    margin-bottom: 15px;
    color: #012d74;
}

.comp-product-tile.review-tile img {
    width: 100%;
}

@media (min-width: 991px) {
    .comp-product-tile.horizontal-tile {
        display: table;
        width: 100%;
        padding: 50px 35px;
    }
}

.comp-product-tile.horizontal-tile h2 {
    font-style: normal;
    font-weight: 400;
    border-bottom: none;
    font-size: 36px;
    color: #16bdbc;
    margin: 0 0 16px 0;
}

.comp-product-tile.horizontal-tile p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #012d74;
}

@media (min-width: 991px) {
    .comp-product-tile.horizontal-tile .img-box {
        display: table-cell;
        width: 45%;
        vertical-align: middle;
        text-align: center;
    }

    .comp-product-tile.horizontal-tile .img-box img {
        max-height: 250px;
    }
}

@media (max-width: 767px) {
    .comp-product-tile.horizontal-tile .content-box {
        text-align: center;
    }
}

@media (min-width: 991px) {
    .comp-product-tile.horizontal-tile .content-box {
        display: table-cell;
        width: 55%;
        vertical-align: middle;
        text-align: left;
    }
}

@media (min-width: 991px) {
    .comp-product-tile.horizontal-tile .cta-holder {
        text-align: left;
    }
}

.comp-product-tile.horizontal-tile .btn.btn-rounded {
    border-radius: 1000px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding: 9px 20px;
    margin-left: 0;
    transition: all .5s;
    margin-top: 10px;
    background-color: #16bdbc;
    border: 2px solid #16bdbc;
}

.comp-product-tile.horizontal-tile .btn.btn-rounded:hover {
    background-color: transparent;
    color: #16bdbc;
}

.comp-product-tile.gray-bg-tile {
    background-color: #eee;
}

.comp-product-tile.gray-bg-tile h2 {
    color: #d72335;
}

.comp-product-tile.gray-bg-tile p {
    color: #222;
}

.comp-product-tile.gray-bg-tile .btn.btn-rounded {
    background-color: #d72335;
    border: none;
}

.comp-product-tile.gray-bg-tile .btn.btn-rounded:hover {
    background-color: #fff;
    color: #d72335;
}

.comp-product-tile.vertical-tile h2 {
    color: #16bdbc;
}

.comp-product-tile.vertical-tile p {
    color: #222;
}

.comp-product-tile.vertical-tile .content-box {
    text-align: center;
    background-color: #e5f8fe;
    padding: 15px 15px 30px 15px;
}

.comp-product-tile.vertical-tile .cta-holder {
    text-align: center;
}

.comp-product-tile.vertical-tile .btn.btn-rounded {
    border-radius: 1000px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding: 9px 20px;
    margin-left: 0;
    transition: all .5s;
    margin-top: 10px;
    background-color: #16bdbc;
    border: 2px solid #16bdbc;
}

.comp-product-tile.vertical-tile .btn.btn-rounded:hover {
    background-color: transparent;
    color: #16bdbc;
}

.product-tile {
    position: relative;
    padding: 20px 20px 35px 20px;
    text-align: center;
}

.product-tile:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #FFF;
}

.product-tile.bg-primary {
    background-color: #e5f8fe !important;
}

.product-tile a {
    text-align: center;
}

.product-tile a img {
    max-height: 160px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-height: 160px;
}

@media (max-width: 991px) {
    .product-tile a img {
        max-height: 120px;
    }
}

.coupons-wrapper .comp-product-tile.horizontal-tile h2 {
    font-size: 20px;
}

.coupons-wrapper .comp-product-tile.horizontal-tile {
    box-shadow: none;
    padding: 20px 20px;
    margin: 0;
}

.coupons-wrapper .comp-product-tile.horizontal-tile .content-box {
    background: #e5f8fe;
    padding: 15px 15px;
    text-align: center;
}

.coupons-wrapper .comp-product-tile.horizontal-tile .cta-holder {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 800px) {
    .comp-product-tile.offer-tile .content-box {
        height: 330px;
    }
}

.comp-tile-carousel.bg-gray {
    background: #dee4ea;
    padding: 20px 0 10px;
}

.comp-tile-carousel .tile-content {
    background-color: #0072bc;
}

.comp-tile-carousel .tile-slide {
    padding: 15px;
}

.comp-tile-carousel .tile-slide.promo-tile-slide .tile-content {
    background-color: #9078b7;
}

.comp-tile-carousel .slick-prev, .comp-tile-carousel .slick-next {
    width: 40px;
    height: 40px;
}

@media (max-width: 767px) {
    .comp-tile-carousel .slick-prev, .comp-tile-carousel .slick-next {
        top: 102%;
    }
}

.comp-tile-carousel .slick-prev:before, .comp-tile-carousel .slick-next:before {
    font-family: 'Glyphicons Halflings';
    font-size: 35px;
    color: #0072bc;
}

@media (max-width: 767px) {
    .comp-tile-carousel .slick-dots {
        bottom: -18px;
    }
}

@media (max-width: 767px) {
    .comp-tile-carousel .slick-prev {
        left: 10px;
        z-index: 1;
    }
}

.comp-tile-carousel .slick-prev:before {
    content: "\e079";
}

@media (min-width: 768px) and (max-width: 1024px) {
    .comp-tile-carousel .slick-prev {
        left: -20px;
    }
}

@media (max-width: 767px) {
    .comp-tile-carousel .slick-next {
        right: 10px;
        z-index: 1;
    }
}

.comp-tile-carousel .slick-next:before {
    content: "\e080";
}

@media (min-width: 768px) and (max-width: 1024px) {
    .comp-tile-carousel .slick-next {
        right: -20px;
    }
}

.comp-tile-carousel .slick-dots button {
    border: 2px solid #0072bc;
    border-radius: 100px;
}

.comp-tile-carousel .slick-dots button:before {
    color: black;
    opacity: 1;
    width: 50%;
    height: 50%;
    content: "";
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
}

.comp-tile-carousel .slick-dots li.slick-active button {
    border: 2px solid #0072bc;
}

.comp-tile-carousel .slick-dots li.slick-active button:before {
    background-color: #0470bb;
}

.comp-tile-carousel .popular-items-holder {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}

.comp-page-not-found {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 575px;
    color: #FFF;
    text-align: center;
    padding: 0;
}

.comp-page-not-found .pnf-title-img-holder img {
    max-height: 25px;
}

.comp-page-not-found .pnf-title-holder h1 {
    font-size: 5em;
}

.comp-page-not-found .pnf-description p {
    letter-spacing: 1px;
    font-size: 2em;
    margin: 35px auto;
}

.comp-page-not-found .pnf-cta-btn-holder .btn.btn-rounded {
    color: #0470bb;
    background-color: #FFF;
    border-color: #FFF;
}

.comp-page-not-found .pnf-cta-btn-holder .btn.btn-rounded:hover {
    color: #FFF;
    background-color: #0470bb;
    border-color: #0470bb;
}

.comp-page-not-found .col-md-6.col-md-push-3 {
    text-align: center;
}

.comp-page-not-found .col-md-12 {
    text-align: left;
}

.comp-page-not-found .col-md-6.col-md-push-6 {
    text-align: right;
}

.comp-page-not-found .background-image {
    width: 640px;
    height: auto;
}

@media all and (max-width: 991px) {
    .comp-page-not-found .background-image {
        width: 100%;
    }
}

@media all and (max-width: 767px) {
    .comp-page-not-found .background-image {
        width: 100%;
    }
}

.comp-page-not-found .pnf-title-container {
    position: absolute;
    top: -460px;
}

@media screen and (max-width: 767px) {
    .comp-page-not-found {
        min-height: 0;
    }

    .comp-page-not-found .pnf-description p {
        font-size: 10px;
    }

    .comp-page-not-found .pnf-title-holder h1 {
        font-size: 24px;
    }

    .comp-page-not-found .pnf-title-container {
        top: -260px;
    }
}

.comp-unexpected-error {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 575px;
    color: #FFF;
    padding: 0px;
    text-align: center;
}

@media (max-width: 767px) {
    .comp-unexpected-error {
        background-position: top right;
        background-size: cover;
        padding: 0;
    }
}

.comp-unexpected-error .pnf-title-img-holder img {
    max-height: 25px;
}

.comp-unexpected-error .pnf-title-holder h1 {
    font-size: 5em;
}

@media (max-width: 767px) {
    .comp-unexpected-error .pnf-title-holder h1 {
        padding-top: 30px;
        font-size: 40px;
    }
}

.comp-unexpected-error .pnf-description p {
    letter-spacing: 1px;
    font-size: 2em;
    margin: 35px auto;
}

@media (max-width: 767px) {
    .comp-unexpected-error .pnf-description p {
        width: 77%;
        font-weight: 400;
        line-height: 27px;
        font-size: 17px;
    }
}

.comp-unexpected-error .pnf-cta-btn-holder .btn.btn-rounded {
    color: #0470bb;
    background-color: #FFF;
    border-color: #FFF;
}

.comp-unexpected-error .pnf-cta-btn-holder .btn.btn-rounded:hover {
    color: #FFF;
    background-color: #0470bb;
    border-color: #0470bb;
}

.comp-unexpected-error .col-md-6.col-md-push-3 {
    text-align: center;
}

.comp-unexpected-error .col-md-12 {
    text-align: left;
}

.comp-unexpected-error .col-md-6.col-md-push-6 {
    text-align: right;
}

.layout-box-inner-border {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    margin-bottom: 15px;
}

.layout-box-inner-border .img-container {
    position: relative;
}

.layout-box-inner-border .img-container .vdo-thumbail {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.layout-box-inner-border .content-holder > .row > [class*="col-"]:first-child {
    padding: 19px 30px 19px 30px;
}

.layout-box-inner-border:nth-child(odd) .content-holder > .row > [class*="col-"]:first-child {
    float: left;
}

.layout-box-inner-border.img-right .content-holder > .row > [class*="col-"]:first-child {
    float: left;
}

.layout-box-inner-border.img-left .content-holder > .row > [class*="col-"]:first-child {
    float: right;
}

.layout-box-inner-border:not(.media-video) > .container {
    background-color: #e5f8fe;
    padding: 15px;
}

.layout-box-inner-border:not(.media-video) > .container .content-holder {
    border: 3px solid #fff;
}

.layout-box-inner-border h2 {
    font-weight: 400;
    font-size: 36px;
    color: #0470bb;
    margin: 0 0 8px;
}

@media (max-width: 767px) {
    .layout-box-inner-border h2 {
        font-size: 24px;
    }
}

.layout-box-inner-border h5 {
    color: #00abaa;
    font-weight: 400;
}

.layout-box-inner-border p {
    font-weight: 400;
    font-size: 18px;
    color: #012d74;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .layout-box-inner-border p {
        font-size: 15px;
    }
}

.layout-box-inner-border p a.read-more {
    text-decoration: underline;
    font-size: 11px;
}

.layout-box-inner-border img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.layout-box-inner-border.media-video h2 {
    color: #00a5a0;
}

@media (max-width: 767px) {
    .layout-box-inner-border.img-top-xs .row {
        display: table;
    }

    .layout-box-inner-border.img-top-xs .row > [class*="col-"]:last-child {
        float: none !important;
        display: table-caption !important;
    }
}

.layout-box-inner-border .img-text-box {
    max-width: 75%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .layout-box-inner-border .img-text-box {
        max-width: 100%;
    }
}

.layout-box-inner-border .img-text-box p {
    font-size: 12px;
}

.layout-box-inner-border .img-text-box .img-section {
    display: inline-block;
    vertical-align: middle;
}

.layout-box-inner-border .img-text-box .text-section {
    display: inline-block;
    vertical-align: middle;
}

.layout-box-inner-border.custom-for-coupon-details {
    text-align: center;
    color: #12bec2;
    margin-top: 15px;
}

.layout-box-inner-border.custom-for-coupon-details h2 {
    color: #12bec2;
    font-size: 32px;
    margin-bottom: 20px;
}

.layout-box-inner-border.custom-for-coupon-details p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 0;
}

.layout-box-inner-border.custom-for-coupon-details .img-text-box {
    color: #012D74;
    border-left: none;
    border-right: none;
    border-top: 1px solid #adc5db;
    border-bottom: 1px solid #adc5db;
    padding: 15px;
    margin: 15px auto;
}

.layout-box-inner-border.custom-for-coupon-details .cta-holder {
    padding: 10px;
}

.layout-box-inner-border.custom-for-coupon-details .cta-holder .btn {
    color: #FFF;
    background-color: #12bec2;
    border-color: #12bec2;
    min-width: 140px;
    margin: auto 10px;
}

@media (max-width: 767px) {
    .layout-box-inner-border.custom-for-coupon-details .cta-holder .btn {
        min-width: 120px;
        margin: 10px;
    }
}

.layout-box-inner-border.custom-for-coupon-details .cta-holder .btn.btn-border-only {
    color: #12bec2;
    background-color: transparent;
}

.layout-box-inner-border.custom-for-coupon-details .text-dashed {
    position: relative;
    z-index: 1;
    max-width: 100px;
    margin: 10px auto;
}

.layout-box-inner-border.custom-for-coupon-details .text-dashed span {
    background: #e5f8fe;
    padding: 0 5px;
}

.layout-box-inner-border.custom-for-coupon-details .text-dashed:before {
    border-top: 1px solid #adc5db;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.comp-site-map h1 {
    font-size: 40px;
    font-weight: 100;
    color: #666;
}

.comp-site-map .nav-stacked > li > a {
    font-weight: bold;
}

.comp-site-map .has-child-links .nav-stacked li a {
    font-weight: normal;
}

.comp-site-map .nav.nav-stacked {
    padding-left: 0;
    list-style-position: outside;
}

.comp-site-map .nav.nav-stacked li {
    display: list-item;
}

.comp-site-map .nav.nav-stacked li a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    padding: 5px 5px;
}

.comp-site-map .nav.nav-stacked li a:hover {
    color: #0470bb;
}

.comp-site-map .nav.nav-stacked li.has-child-links > a {
    font-weight: bold;
}

.comp-site-map .nav.nav-stacked .nav-stacked {
    padding-left: 20px;
}

.comp-site-map .nav.nav-stacked .nav-stacked > li {
    list-style: inside disc;
}

.comp-site-map .nav.nav-stacked .nav-stacked .nav-stacked > li {
    list-style: inside circle;
}

.article-table {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.article-table td {
    vertical-align: top;
    padding: 15px 15px;
}

@media all and (max-width: 767px) {
    .article-table td {
        display: block;
        width: 100%;
        padding: 0;
    }
}

.article-table iframe {
    width: 390px;
    height: 300px;
}

@media all and (max-width: 767px) {
    .article-table iframe {
        width: 100%;
        height: 215px;
    }
}

.article-table h2 {
    color: #00a5a0;
    font-weight: 400;
    font-size: 36px;
    margin: 0 0 8px;
    margin-top: 20px;
}

@media all and (max-width: 767px) {
    .article-table h2 {
        font-size: 24px;
    }
}

.article-table p {
    font-weight: 400;
    font-size: 18px;
    color: #012d74;
    margin-bottom: 10px;
}

@media all and (max-width: 767px) {
    .article-table p {
        font-size: 15px;
    }
}

.comp-carousel-details-showcase {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.comp-carousel-details-showcase .slick-prev {
    height: 50px;
    width: 42px;
    left: -40px;
    z-index: 1;
}

.comp-carousel-details-showcase .slick-prev:before {
    content: "\e079";
    font-family: 'Glyphicons Halflings';
    font-size: 35px;
    color: #0072bc;
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .slick-prev {
        left: -5px;
    }
}

.comp-carousel-details-showcase .slick-next {
    height: 50px;
    width: 42px;
    right: -40px;
    z-index: 1;
}

.comp-carousel-details-showcase .slick-next:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 35px;
    color: #0072bc;
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .slick-next {
        right: -5px;
    }
}

.comp-carousel-details-showcase h1 {
    color: #7c3080;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    line-height: 47px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: normal;
}

.comp-carousel-details-showcase h2 {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #00a5a0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comp-carousel-details-showcase p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    color: #012d74;
    line-height: 1.5;
    margin-bottom: 25px;
}

.comp-carousel-details-showcase p.small-info {
    margin: 20px 0;
}

.comp-carousel-details-showcase .single-link-holder {
    text-align: left;
    margin: 15px 0;
}

.comp-carousel-details-showcase .btn.btn-rounded {
    margin: 0;
}

.comp-carousel-details-showcase .preview-carousel-holder {
    margin-bottom: 35px;
    max-height: 360px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .preview-carousel-holder {
        margin-bottom: 5px;
    }
}

.comp-carousel-details-showcase .thumbnail-carousel-holder .zoom-btn-holder {
    float: left;
    line-height: 2;
    font-size: 30px;
}

.comp-carousel-details-showcase .thumbnail-carousel {
    max-width: 300px;
    margin: 0 auto;
}

.comp-carousel-details-showcase .thumbnail-carousel .thumb-slide {
    border: 2px solid transparent;
}

.comp-carousel-details-showcase .thumbnail-carousel .thumb-slide.slick-current {
    border: 2px solid #00b7f2;
}

.comp-carousel-details-showcase .tab-navs {
    margin-bottom: 15px;
    margin-top: 45px;
}

.comp-carousel-details-showcase .tab-navs li {
    margin-top: 15px;
    float: left;
}

@media (max-width: 1024px) and (min-width: 600px) {
    .comp-carousel-details-showcase .thumbnail-carousel-holder .zoom-btn-holder {
        float: none;
    }
}

.comp-buy-now {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.comp-buy-now h1 {
    color: #0072bc;
    margin: 40px 0 0 0;
    font-size: 52px;
    margin-bottom: 15px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
}

.comp-buy-now p {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    color: #0072bc;
    margin-bottom: 30px;
}

.comp-buy-now p a {
    font-size: 13px;
    font-weight: 500;
    color: #00b7f2;
    margin-top: 10px;
    /* padding: 10px 24px; */
    padding: 10px 0 10px 0;
    display: block;
    text-align: left;
}

.comp-buy-now .step-size img {
    padding-top: 40px;
}

@media (max-width: 767px) {
    .comp-buy-now .layout-box-inner-border h2 {
        font-size: 26px;
        margin: 20px auto;
        padding: 0 50px;
        text-align: center;
    }
}

.comp-buy-now .layout-box-inner-border img {
    /*max-height: 90px;*/
    display: block;
    margin: 0 auto;
}

.comp-buy-now .comp-product-tile:not(.sizes-tile) {
    background-color: transparent;
}

.comp-buy-now .comp-product-tile .rating-container {
    margin: 15px auto;
    color: black;
    font-size: 20px;
}

.comp-buy-now .acc-header-tab h2 {
    font-size: 17px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    font-weight: normal;
    color: #0072bc;
    line-height: 1;
    word-wrap: break-word;
    padding: 20px 0 0;
}

@media (max-width: 767px) {
    .comp-buy-now .acc-header-tab h2 {
        font-size: 22px;
        text-align: left;
        padding: 0;
        margin: 10px auto;
    }
}

.comp-buy-now .acc-header-tab h3 {
    color: #fff;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    background: #1cbbb4;
    text-indent: 7px;
    display: block;
    margin: 10px 0;
    font-size: 25px;
    font-weight: lighter;
    padding: 20px 0 20px 10px;
}

@media (max-width: 767px) {
    .comp-buy-now .acc-header-tab h3 {
        font-size: 20px;
    }
}

.comp-buy-now .acc-header-tab p {
    margin: 0;
}

.comp-buy-now .retailer-accordion .retailer-holder {
    border-top: 1px solid #ccc;
}

.comp-buy-now .retailer-accordion .retailer-holder:last-child {
    border-bottom: 1px solid #ccc;
}

@media (max-width: 767px) {
    .comp-buy-now .retailer-accordion .retailer-holder {
        padding: 0 10px;
        border: none !important;
    }
}

.comp-buy-now .retailer-accordion .retailer {
    text-indent: 0;
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #e8e8e8;
}

.comp-buy-now .retailer-accordion .retailer a {
    display: block;
    text-align: left;
    padding: 0 10px;
}

.comp-buy-now .retailer-accordion .retailer a span {
    float: right;
    margin: 10px 0;
    color: #00b7f2;
    text-decoration: underline;
    font-weight: 500;
}

.comp-buy-now .retailer-accordion .retailer a span.close {
    display: none;
}

.comp-buy-now .retailer-accordion .retailer a span.open {
    display: block;
}

.comp-buy-now .retailer-accordion .retailer a span i {
    font-size: 35px;
    color: #999999;
    vertical-align: bottom;
    margin-left: 15px;
    line-height: 20px;
}

.comp-buy-now .retailer-accordion .retailer.ui-state-active a span.close {
    display: block;
}

.comp-buy-now .retailer-accordion .retailer.ui-state-active a span.open {
    display: none;
}

.comp-buy-now .retailer-accordion .retailer-details {
    height: auto !important;
}

.comp-buy-now .retailer-accordion .retail-wrapper {
    background: #e5f8fe;
    padding: 25px 20px;
    margin-bottom: 15px;
    width: 100%;
}

@media (max-width: 767px) {
    .comp-buy-now .retailer-accordion .retail-wrapper {
        text-align: center;
    }
}

.comp-buy-now .retailer-accordion .retail-wrapper h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #0072bc;
    margin: 0 0 10px;
    line-height: 1;
}

@media (max-width: 767px) {
    .comp-buy-now .retailer-accordion .retail-wrapper h3 {
        font-size: 30px;
    }
}

.comp-buy-now .retailer-accordion .retail-wrapper span {
    font-size: 13px;
    color: #012d74;
    margin: 0;
    line-height: 1.1;
}

.comp-buy-now .retailer-accordion .retail-wrapper .small-info {
    display: block;
}

@media (max-width: 767px) {
    .comp-buy-now .retailer-accordion .retail-wrapper .small-info {
        padding: 0 50px;
        margin: 10px auto;
        font-weight: 500;
        font-size: 11px !important;
    }
}

.comp-buy-now .retailer-accordion .retail-wrapper .btn-rounded {
    background-color: #0072bc;
    float: right;
    margin: 0;
}

.comp-buy-now .retailer-accordion .retail-wrapper .btn-rounded span {
    color: #FFF;
}

@media (max-width: 767px) {
    .comp-buy-now .retailer-accordion .retail-wrapper .btn-rounded {
        float: none;
    }
}

.comp-buy-now .btn.btn-rounded:hover, .comp-buy-now a.btn.btn-rounded:hover {
    text-decoration: none;
    color: #fff;
}

.comp-buy-now .bv-cv2-cleanslate .bv-core-container-159 .bv-inline-rating-container .bv-rating-stars-on {
    color: #edce01 !important;
}

.comp-contact-us {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.comp-contact-us h1, .comp-contact-us h2, .comp-contact-us h3, .comp-contact-us h4, .comp-contact-us h5, .comp-contact-us h6 {
    color: #0072bc;
}

.comp-contact-us h1 {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    color: #0072bc;
    line-height: 62px;
    margin: 70px 0;
}

@media (max-width: 767px) {
    .comp-contact-us h1 {
        padding-bottom: 20px;
        font-size: 32px;
        line-height: 52px;
        text-align: left;
        margin: 15px 0;
    }
}

.comp-contact-us .conformation-msg h1#Thankyou {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.comp-contact-us h4 {
    font-size: 26px;
    line-height: 24px;
    margin: 0px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .comp-contact-us h3 {
        font-size: 16px;
    }
}

.comp-contact-us p {
    font-weight: 400;
    color: #012d74;
    font-size: 16px;
    margin-bottom: 30px;
}

.comp-contact-us label {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 18px;
    color: #012D74;
}

@media (max-width: 767px) {
    .comp-contact-us label {
        font-size: 13px;
    }
}

.comp-contact-us select {
    font-size: 13px;
    -moz-appearance: none;
    width: 100%;
    height: 2.2em;
    line-height: 20px;
    color: #666666;
    border: 3px solid #C5EFFC;
    border-radius: 4px;
    padding: 0;
    text-indent: 0.6em;
    outline: none;
    overflow: auto;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-repeat: no-repeat;
    background-position: 100% center;
    -webkit-appearance: none !important;
}

.comp-contact-us .inline-div {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .comp-contact-us input {
        font-size: 12px;
    }
}

.comp-contact-us input[type="text"] {
    font-size: 16px;
    -moz-appearance: none;
    width: 100%;
    height: 2.2em;
    line-height: 20px;
    color: #666666;
    border: 3px solid #C5EFFC;
    border-radius: 4px;
    padding: 0 1em;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
}

.comp-contact-us input[type="radio"].custom-icon {
    display: none;
}

.comp-contact-us input[type="radio"].custom-icon + label .icon {
    font-size: 30px;
    color: #0072bc;
    vertical-align: sub;
}

.comp-contact-us input[type="radio"].custom-icon + label .not-selected {
    display: inline-block;
}

.comp-contact-us input[type="radio"].custom-icon + label .selected {
    display: none;
}

.comp-contact-us input[type="radio"].custom-icon:checked + label .selected {
    display: inline-block;
}

.comp-contact-us input[type="radio"].custom-icon:checked + label .not-selected {
    display: none;
}

.comp-contact-us textarea {
    font-size: 16px;
    -moz-appearance: none;
    width: 100%;
    height: 110px;
    line-height: 20px;
    color: #666666;
    border: 3px solid #C5EFFC;
    border-radius: 4px;
    padding: 0 1em;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: auto;
    resize: none;
    -webkit-appearance: none;
}

.comp-contact-us select + p, .comp-contact-us input + p {
    font-size: 13px;
    color: #002973;
    margin: 15px 7px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .comp-contact-us select + p, .comp-contact-us input + p {
        font-size: 12px;
    }
}

.comp-contact-us .input-wrap {
    margin-top: 15px;
}

.comp-contact-us .reveal-box-holder a {
    font-size: 14px;
    font-weight: 500;
    color: #0097FF;
    line-height: 18px;
}

.comp-contact-us .btn.btn-rounded {
    cursor: pointer;
    display: inline-block;
    min-width: 150px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    outline: none;
    margin: 0;
    background-color: #D7D7D7;
    border: 0px solid #fff;
}

.comp-contact-us .contact-box {
    background-color: #ccf1fc;
    padding: 10px;
    margin-bottom: 40px;
}

.comp-contact-us .inner-box {
    background-color: #e6f8fe;
    border: 3px solid #fff;
    padding: 0 25px;
}

.comp-contact-us .inner-box h5 {
    font-style: normal;
    font-weight: 400;
    color: #0072bc;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.comp-contact-us .inner-box p {
    font-style: normal;
    font-weight: 400;
    color: #012d74;
    font-size: 13px;
    margin-bottom: 15px;
}

.comp-contact-us .inner-box p a {
    text-decoration: underline;
}

.comp-contact-us label.error {
    color: #FF0000;
}

.comp-contact-us input.error, .comp-contact-us textarea.error, .comp-contact-us select.error {
    border-color: #FF0000;
}

.page-header h1.coupon-page-heading {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    color: #0072bc;
    margin: 80px 0 45px;
    line-height: 50px;
    margin-top: 55px;
    margin-bottom: 35px;
    text-align: left;
    padding: 0;
}

@media (max-width: 767px) {
    .page-header h1.coupon-page-heading {
        margin-top: 35px;
        margin-bottom: 30px;
        font-size: 34px;
        text-align: center;
    }
}

.comp-youtube-video-list .youtube-video-player {
    width: 100%;
    display: block;
    margin: 25px 0 50px;
    background: #000;
    overflow: hidden;
}

.comp-youtube-video-list .RYPP {
    width: 100%;
    position: relative;
    padding-right: 250px;
    background: #1a1a1a;
    overflow: hidden;
    font: 400 14px/120% Arial, Helvetica, sans-serif;
    color: #999;
}

.comp-youtube-video-list .RYPP .RYPP-video {
    width: 100%;
    padding-top: 56.25%;
    float: left;
    position: relative;
}

.comp-youtube-video-list .RYPP .RYPP-video > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.comp-youtube-video-list .RYPP.r16-9 .RYPP-video {
    padding-top: 56.25%;
}

.comp-youtube-video-list .RYPP.r4-3 .RYPP-video {
    padding-top: 75%;
}

.comp-youtube-video-list .RYPP.r2-1 .RYPP-video {
    padding-top: 50%;
}

.comp-youtube-video-list .RYPP .RYPP-items {
    width: 100%;
    position: absolute;
    left: 0;
    top: 64px;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.comp-youtube-video-list .RYPP .RYPP-playlist {
    width: 250px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #222;
}

.comp-youtube-video-list .RYPP .RYPP-playlist a {
    color: #999;
}

.comp-youtube-video-list .RYPP .RYPP-playlist a:hover {
    color: #fff;
}

.comp-youtube-video-list .RYPP .RYPP-playlist > header {
    width: 100%;
    height: 64px;
    padding: 16px 0 0 8px;
    background: #222;
    border-left: 8px solid #222;
    border-right: 8px solid #222;
    border-bottom: 1px solid #3a3a3a;
    z-index: 2;
}

.comp-youtube-video-list .RYPP .RYPP-playlist > header ._h1 {
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.comp-youtube-video-list .RYPP .RYPP-playlist > header p {
    margin: 0;
    padding: 0;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol {
    padding: 0 0 16px 0;
    margin: 0;
    list-style: none;
    counter-reset: item;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    padding: 12px 0 12px 12px;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li > img {
    width: 18%;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid transparent;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li > p {
    width: 76%;
    margin: 0;
    padding: 0 16px 0 0;
    float: right;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    color: #cacaca;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li > p > small {
    margin: 0;
    padding: 0;
    font-size: 80%;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li:hover {
    background-color: #3a3a3a;
    cursor: pointer;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li.selected {
    background-color: #3a3a3a;
    cursor: pointer;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li.selected > p {
    color: #fff;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li.selected > img {
    border: 2px solid #c03636;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li.selected:before {
    content: '▶';
    font-size: 10px;
    color: #c03636;
}

.comp-youtube-video-list .RYPP .RYPP-playlist ol li:before {
    counter-increment: item;
    content: counter(item);
    font-size: 80%;
}

.comp-youtube-video-list .RYPP-items::-webkit-scrollbar {
    width: 6px;
    background: #3a3a3a;
}

.comp-youtube-video-list .RYPP-items::-webkit-scrollbar-thumb {
    background: #999;
}

@media only screen and (max-width: 639px) {
    .comp-youtube-video-list .RYPP {
        padding-right: 0;
    }

    .comp-youtube-video-list .RYPP .RYPP-playlist {
        width: 100%;
        position: static;
        float: left;
    }

    .comp-youtube-video-list .RYPP .RYPP-playlist .RYPP-items {
        position: static;
        max-height: 350px;
        overflow: auto;
    }
}

.comp-supplemental-tile {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    background-color: #CCC;
    margin-top: 20px;
}

.comp-supplemental-tile .tiles-holder.horizontal {
    max-height: 200px;
    display: table;
}

@media (max-width: 767px) {
    .comp-supplemental-tile .tiles-holder.horizontal {
        display: block;
        max-height: initial;
    }
}

.comp-supplemental-tile .tiles-holder.horizontal .tile {
    padding-right: 10px;
}

.comp-supplemental-tile .tiles-holder.horizontal .img-responsive {
    width: auto;
}

@media (max-width: 767px) {
    .comp-supplemental-tile .tiles-holder.horizontal .img-responsive {
        width: 100%;
        height: auto;
    }
}

.comp-supplemental-tile .tile {
    position: relative;
    display: table-cell;
    vertical-align: top;
}

.comp-supplemental-tile .tile h4 {
    color: #ffffff;
    font-size: 2.42424vw;
    padding: 10px 30px;
    text-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
    background-color: rgba(181, 181, 181, 0.5);
}

.comp-supplemental-tile .tile .tile-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.comp-supplemental-tile .tile .tile-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.comp-supplemental-tile .tile .tile-detail:hover {
    background-color: rgba(0, 183, 242, 0.8);
}

.comp-supplemental-tile .tile .tile-detail:hover h4 {
    background-color: transparent;
}

.comp-supplemental-tile .tile .tile-action-box {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #FFF;
}

.comp-supplemental-tile .tile .tile-action-box a {
    float: right;
    font-size: 16px;
}

.comp-supplemental-tile .tile .tile-action-box > div {
    margin: 5px 0;
}

.comp-supplemental-tile .tile:hover .tile-action-box {
    display: block;
}

.comp-supplemental-tile .btn-like .like {
    display: block;
}

.comp-supplemental-tile .btn-like .unlike {
    display: none;
}

.comp-supplemental-tile .btn-like.liked .like {
    display: none;
}

.comp-supplemental-tile .btn-like.liked .unlike {
    display: block;
}

.comp-mosiac-tile .ms-col-1, .comp-mosiac-tile .ms-col-2, .comp-mosiac-tile .ms-col-3 {
    float: left;
    width: 33.33%;
}

.comp-mosiac-tile .ms-col-2-small, .comp-mosiac-tile .ms-col-3-small {
    float: left;
    width: 50%;
}

.comp-mosiac-tile .mosaic {
    height: auto;
    background-color: #FFF;
    margin: 0 auto;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 800;
    background-color: #ee2c74;
}

@media (max-width: 767px) {
    .comp-mosiac-tile .mosaic {
        padding: 0 5px !important;
    }
}

.comp-mosiac-tile .mosaic-tile {
    overflow: hidden;
}

.comp-mosiac-tile .padding0 {
    padding: 0;
}

.comp-mosiac-tile .mosaic a {
    position: relative;
    display: block;
    overflow: hidden;
}

.comp-mosiac-tile .mosaic a img {
    width: 100%;
}

.comp-mosiac-tile .mosaic button.spread-get-sample-btn:hover {
    background-color: black !important;
}

.comp-mosiac-tile .mosaic .btn.spread-get-sample-btn, .comp-mosiac-tile .mosaic .btn.spread-get-sample-btn:active, .comp-mosiac-tile .mosaic .btn.spread-get-sample-btn:focus:active {
    border: 3px solid #FFF;
    /*WUNA-1057:STU btn changes*/
    border-radius: 0px;
    font-style: normal;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    background-color: transparent;
    height: 44px;
    /*WUNA-1057:STU btn changes*/
    padding: 0 18px;
    /*WUNA-1057:STU btn changes*/
    line-height: 38px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 80%;
}

@media (max-width: 767px) {
    .comp-mosiac-tile .mosaic .btn.spread-get-sample-btn, .comp-mosiac-tile .mosaic .btn.spread-get-sample-btn:active, .comp-mosiac-tile .mosaic .btn.spread-get-sample-btn:focus:active {
        margin-top: 10px;
    }
}

.comp-mosiac-tile .mosaic .btn.spread-get-sample-btn:hover, .comp-mosiac-tile .mosaic .btn.spread-get-sample-btn:focus, .comp-mosiac-tile .mosaic .btn.spread-get-sample-btn:active {
    background-color: #231f20 !important;
    border: 3px solid #231f20 !important;
}

.comp-mosiac-tile .mosaic .watch-video .play-button1 {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    width: 90px;
    bottom: 0;
    height: 90px;
    margin: 0 auto;
}

.comp-mosiac-tile .tile {
    width: 100%;
    overflow: hidden;
}

.comp-mosiac-tile .tile.work figcaption {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -moz-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
}

.comp-mosiac-tile .tile.work img {
    /*-moz-transform: scale(1);
     -ms-transform: scale(1);
     -webkit-transform: scale(1);
     transform: scale(1);
    */
    height: 100%;
    display: block;
}

.comp-mosiac-tile .tile.work figure:hover figcaption, .comp-mosiac-tile .tile.work figure:active figcaption, .comp-mosiac-tile .tile.work figure:focus figcaption {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.comp-mosiac-tile .tile.work figure:hover img, .comp-mosiac-tile .tile.work figure:active img, .comp-mosiac-tile .tile.work figure:focus img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.comp-mosiac-tile .tile figure {
    height: 100%;
    width: 100%;
    background: #ee2c74;
    position: relative;
}

.comp-mosiac-tile .tile figure figcaption {
    opacity: 0;
    position: absolute;
    top: 10%;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.comp-mosiac-tile .tile figure img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.comp-mosiac-tile .tile figure:hover figcaption, .comp-mosiac-tile .tile figure:active figcaption, .comp-mosiac-tile .tile figure:focus figcaption {
    opacity: 1;
}

.comp-mosiac-tile .tile figure:hover img, .comp-mosiac-tile .tile figure:active img, .comp-mosiac-tile .tile figure:hover canvas, .comp-mosiac-tile .tile figure:active canvas, .comp-mosiac-tile .tile figure:focus img, .comp-mosiac-tile .tile figure:focus canvas {
    opacity: 0.2;
}

.comp-mosiac-tile .tile figure span {
    text-align: center;
    letter-spacing: -0.06em;
    font-size: 32px;
    line-height: 35px;
    color: #FFF !important;
    letter-spacing: 0px;
    display: block;
}

.comp-mosiac-tile .tile figure p.desc_hover {
    font-size: 18px;
    line-height: 20px;
    color: #FFF;
    padding: 5px 15px;
    font-weight: 400;
}

.comp-mosiac-tile .donation .tile figure span {
    font-size: 30px;
}

.comp-mosiac-tile .figcaption-text {
    position: absolute !important;
    bottom: 35px !important;
    width: 100% !important;
    text-align: center;
    transform: translateX(-50%) translateY(50%) !important;
    -ms-transform: translateX(-50%) translateY(50%) !important;
    -moz-transform: translateX(-50%) translateY(50%) !important;
    -webkit-transform: translateX(-50%) translateY(50%) !important;
    bottom: 50% !important;
    left: 50%;
    float: none !important;
}

.comp-mosiac-tile .figcaption-text p {
    color: #FFF;
}

.comp-mosiac-tile .lightbox-content-image .figcaption-text {
    display: block !important;
}

.comp-mosiac-tile .mosaic.donation .figcaption-text button.spread-get-sample-btn, .comp-mosiac-tile .mosaic.donation .figcaption-text a.spread-get-sample-btn {
    font-size: 12px;
}

.comp-mosiac-tile .ms-col-2-small .donation span, .comp-mosiac-tile .ms-col-3-small .donation span {
    font-size: 18px;
    line-height: 1.3;
}

.comp-mosiac-tile .mosaic .donation .btn.spread-get-sample-btn, .comp-mosiac-tile .mosaic .donation .btn.spread-get-sample-btn:active, .comp-mosiac-tile .mosaic .donation .btn.spread-get-sample-btn:focus {
    padding: 0 20px;
}

.comp-mosiac-tile .pinterest-block .spread-button-container {
    position: absolute;
    width: 100%;
    text-align: center;
}

.comp-mosiac-tile .tile .spread-button-container {
    bottom: 75px;
    position: inherit;
    margin-top: 10px;
}

.comp-mosiac-tile .twitter-block .spread-button-container {
    position: absolute;
    width: 100%;
    text-align: center;
}

.comp-mosiac-tile .twitter-icon .spread-button-container, .comp-mosiac-tile .pinterest-icon .spread-button-container {
    bottom: 35px;
}

.comp-mosiac-tile .pinterest-icon .spread-button-container .btn.spread-get-sample-btn {
    color: #FFF !important;
    border-color: #FFF !important;
}

.comp-mosiac-tile .pinterest-icon:hover .spread-button-container .btn.spread-get-sample-btn, .comp-mosiac-tile .pinterest-icon .spread-button-container .btn.spread-get-sample-btn:hover {
    color: #FFF !important;
    border-color: #FFF !important;
}

.comp-mosiac-tile a.text-dec-none:hover {
    text-decoration: none !important;
}

.comp-mosiac-tile .youtube-text img {
    width: auto !important;
    height: auto !important;
    text-align: center;
    display: block;
    margin: 0 auto 8px;
}

.comp-mosiac-tile .youtube-text {
    background-color: #231f20;
    color: #FFF;
}

.comp-mosiac-tile .instagram-text {
    background-color: #FEE0ED;
    text-transform: uppercase;
    color: #000;
}

.comp-mosiac-tile .mosaic .instagram-text .btn.spread-get-sample-btn {
    color: #000 !important;
    border-color: #000 !important;
}

.comp-mosiac-tile .mosaic .instagram-text:hover .btn.spread-get-sample-btn {
    color: #FFF !important;
    border-color: #FFF !important;
}

.comp-mosiac-tile .mosaic .instagram-text .btn.spread-get-sample-btn:hover {
    color: #FFF !important;
    border-color: #000 !important;
}

.comp-mosiac-tile .youtube-text:hover, .comp-mosiac-tile .instagram-text:hover {
    background-color: #EE2B74;
    color: #FFF;
}

.comp-mosiac-tile .youtube-text, .comp-mosiac-tile .instagram-text {
    width: auto !important;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}

.comp-mosiac-tile .youtube-text {
    padding: 23px 0px;
    height: 200px;
}

.comp-mosiac-tile .instagram-text {
    padding: 43px 0px;
}

.comp-mosiac-tile .instagram-text span {
    width: 233px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.comp-mosiac-tile .instagram-text .spread-get-sample-btn {
    width: 220px;
}

.comp-mosiac-tile .play-video {
    position: relative;
}

.comp-mosiac-tile .twitter-icon, .comp-mosiac-tile .pinterest-icon {
    background-size: 100% 100%;
    width: 100%;
    height: 200px;
}

.comp-mosiac-tile .twitter-icon {
    background-color: #B8BDD5;
}

.comp-mosiac-tile .pinterest-icon {
    background-color: #CDDC29;
}

.comp-mosiac-tile .twitter-icon:hover, .comp-mosiac-tile .pinterest-icon:hover {
    background-color: #EE2B74;
}

.comp-mosiac-tile .twitter-icon img, .comp-mosiac-tile .pinterest-icon img {
    width: auto !important;
    height: 60px !important;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.comp-mosiac-tile .cta-holder {
    text-align: center;
}

.comp-mosiac-tile .cta-holder .btn-rounded {
    border-radius: 1000px;
    font-size: 11px;
    font-weight: 500;
    color: #FFF;
    background-color: #16bdbc;
    padding: 9px 40px;
    border: 2px solid #16bdbc;
    margin-left: 0;
    margin-top: 10px;
}

div[id^=Mosaic] .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border: none;
    outline: none;
    margin-top: 120px;
}

div[id^=Mosaic] .videoModal-close {
    float: right;
    margin-bottom: 15px;
    cursor: pointer;
}

div[id^=Mosaic] .modal-content iframe {
    border: none;
    padding: 0;
    margin: 0;
}

div[id^=Mosaic] .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

div[id^=Mosaic] .modal-body {
    padding: 0;
}

@media screen and (max-width: 767px) {
    .comp-mosiac-tile .ms-col-1, .comp-mosiac-tile .ms-col-2, .comp-mosiac-tile .ms-col-3 {
        width: 100%;
    }

    .comp-mosiac-tile .mosaic .watch-video .play-button1 {
        top: 135px;
    }

    .comp-mosiac-tile figcaption {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 600px) {
    .comp-mosiac-tile .figcaption-text p {
        margin-bottom: -5px;
    }

    .comp-mosiac-tile .tile figure span {
        font-size: 21px;
        line-height: 28px;
    }

    .comp-mosiac-tile .tile figure p.desc_hover {
        line-height: 17px;
    }

    .comp-mosiac-tile .mosaic .btn.spread-get-sample-btn {
        margin-top: 5px;
    }

    .comp-mosiac-tile .mosaic .watch-video .play-button1 {
        top: 80px;
    }

    .comp-mosiac-tile .ms-col-2-small .donation span, .comp-mosiac-tile .ms-col-3-small .donation span {
        font-size: 17px;
        line-height: 1;
    }

    .comp-mosiac-tile .youtube-text span {
        font-size: 16px;
    }

    .comp-mosiac-tile .mosaic-tile figure img {
        min-height: 257px;
    }
}

.comp-banner-journey-list h2 {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-size: 50px;
    font-weight: 100;
    font-style: normal;
    color: #666;
    width: 100%;
    text-align: center;
    line-height: 6.2rem;
    position: relative;
    text-shadow: -16px -16px 16px #fff, 0 -16px 16px #fff, 16px -16px 16px #fff, -16px 0 16px #fff, 0 0 16px #fff, 16px 0 16px #fff, -16px 16px 16px #fff, 0 16px 16px #fff, 16px 16px 16px #fff;
}

@media (max-width: 767px) {
    .comp-banner-journey-list h2 {
        font-size: 35px;
        line-height: 4.2rem;
    }
}

@media (max-width: 991px) {
    .comp-banner-journey-list h2 {
        font-size: 42px;
    }
}

.comp-banner-journey-list .cta-holder {
    text-align: center;
}

.comp-banner-journey-list .banner-section {
    position: relative;
    overflow: hidden;
}

.comp-banner-journey-list .banner-content-holder {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .banner-content-holder {
        position: relative;
        top: auto;
        bottom: auto;
        padding-bottom: 50px;
        padding-top: 170px;
    }
}

.comp-banner-journey-list .boxes-holder {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .boxes-holder {
        position: relative;
        top: auto;
        bottom: auto;
    }
}

.comp-banner-journey-list .banner-content .btn.btn-rounded {
    background-color: #d92032;
    color: #FFF;
    border: 2px solid #fff;
}

.comp-banner-journey-list .banner-content .btn.btn-rounded:hover {
    background-color: #FFF;
    color: #d92032;
    border: 2px solid #d92032;
}

.comp-banner-journey-list .bg-img-holder {
    position: relative;
    z-index: -1;
}

.comp-banner-journey-list .join-box .reward-logo {
    height: 34px;
}

.comp-banner-journey-list [data-href] .hover-content {
    display: none;
    position: absolute;
    color: #666;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
}

.comp-banner-journey-list [data-href]:hover .hover-content {
    display: block;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile {
    background: linear-gradient(#fff, #d0d0d0);
    padding: 0;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .img-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-align: left;
    width: 40%;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile .img-box {
        width: 30%;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .img-box img {
    margin: 0;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .description-text {
    font-size: 13px;
    margin-bottom: 5px;
    color: #d92032;
    text-align: center;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .cta-holder {
    position: relative;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .btn-text-only {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-align: center;
    text-decoration: underline;
    font-size: 9px;
    margin-top: 0;
    font-weight: 400;
    white-space: normal;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .content-box {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box {
    background-size: calc(100% - 6px) calc(100% - 6px);
    background-position: center;
    padding: 15px;
    padding-bottom: 0px;
    background-color: #FFF;
    border: 3px solid #FFF;
    padding: 3px;
    position: relative;
}

@media (max-width: 991px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box {
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box {
        padding: 3px 35px;
        max-width: 100%;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .img-box {
    position: absolute;
    left: 5px;
    top: 10px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .img-box {
        left: 50px;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .img-box img {
    max-height: 34px;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .content-box {
    width: 100%;
    padding: 0;
}

@media (max-width: 991px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .content-box {
        width: 55%;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .inner-content {
    overflow: hidden;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .description-text {
    float: right;
    width: 50%;
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 5px;
    color: #FFF;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .btn.btn-rounded {
    background-color: #FFF;
    color: #d92032;
    border: none;
    min-width: 70%;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .btn.btn-text-only {
    color: #fff;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .cta-holder {
    text-align: center;
}

.comp-banner-journey-list .section-indicator {
    position: fixed;
    right: 10%;
    top: 50%;
    z-index: 30;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator {
        top: 163px;
        left: 0;
        right: auto;
        width: 100%;
        height: 60px;
        background-color: rgba(125, 125, 125, 0.5);
        -webkit-transition: left .5s ease;
        -moz-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }

    .comp-banner-journey-list .section-indicator ul {
        height: 70%;
        width: 90%;
        padding: 0;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 9px auto;
        border-radius: 60px;
    }
}

.comp-banner-journey-list .section-indicator .section-indicator-bg {
    position: absolute;
    top: -110px;
    left: -90px;
}

.comp-banner-journey-list .section-indicator li {
    list-style: none;
    position: absolute;
}

.comp-banner-journey-list .section-indicator li img {
    max-height: 30px;
}

.comp-banner-journey-list .section-indicator li .normal {
    display: block;
}

.comp-banner-journey-list .section-indicator li .active {
    display: none;
}

.comp-banner-journey-list .section-indicator li.selected .normal {
    display: none;
}

.comp-banner-journey-list .section-indicator li.selected .active {
    display: block;
}

.comp-banner-journey-list .section-indicator li:nth-child(1) {
    top: 2px;
    left: 36px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li:nth-child(1) {
        top: 15px;
        left: 20%;
    }
}

.comp-banner-journey-list .section-indicator li:nth-child(2) {
    top: 80px;
    left: 52px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li:nth-child(2) {
        top: 15px;
        left: 40%;
    }
}

.comp-banner-journey-list .section-indicator li:nth-child(3) {
    top: 150px;
    left: 26px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li:nth-child(3) {
        top: 15px;
        left: 60%;
    }
}

.comp-banner-journey-list .section-indicator li:nth-child(4) {
    top: 240px;
    left: 60px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li:nth-child(4) {
        top: 15px;
        left: 80%;
    }
}

/*Due date CSS Starts Desktop*/
.due-date-calculator {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    /*Backend CSS Starts*/
}

.due-date-calculator h2 {
    margin-top: 27px;
    margin-bottom: 22px;
    font-size: 48px;
    line-height: 47px;
    color: #d92032;
    font-weight: 400;
}

.due-date-calculator .due-date-calc-section h2 {
    margin-top: 27px;
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 47px !important;
    color: #FFF;
}

.due-date-calculator .due-date-section .main-heading {
    font-size: 36px;
    color: #f28ab8;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 27px;
}

.due-date-calculator .due-date-section .page-description-para {
    font-family: "Omnes",Arial,sans-serif;
    font-size: 16px;
    color: #918b89;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}

.due-date-calculator .due-date-section .sub-heading {
    font-size: 20px;
    color: #d92032;
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 32px;
    margin-top: 10px;
}

.due-date-calculator .due-date-section .pregnant-woman {
    position: relative;
    top: 1px;
    float: right;
    left: 14px;
    height: 387px;
}

.due-date-calculator .due-date-section .calc-header {
    background-color: #d92032;
    padding: 20px 0;
}

.due-date-calculator .due-date-section .due-calc-heading {
    font-size: 22px;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.due-date-calculator .due-date-section .calc-body {
    background-color: #f5f5f5;
    padding: 30px 25px;
}

.due-date-calculator .due-date-section .calc-body-para {
    font-size: 16px;
    color: #918b89;
    text-align: center;
}

.due-date-calculator .due-date-section .date-picker-section {
    background-color: #efefef;
    padding: 17px;
}

.due-date-calculator .due-date-section .last-period-wrapper {
    text-align: center;
}

.due-date-calculator .due-date-section .due-first-day-para {
    font-size: 17px;
    color: #888888;
    text-align: center;
    font-weight: 700;
}

.due-date-calculator .due-date-section .due-date-dd {
    font-size: 15px;
    color: #2f2f2f;
    border: none;
    border-radius: 4px;
    width: 22%;
    padding-left: 20px;
    font-weight: 700;
}

.due-date-calculator .due-date-section .due-date-mm {
    font-size: 15px;
    color: #2f2f2f;
    border: none;
    border-radius: 4px;
    width: 40%;
    padding-left: 20px;
    font-weight: 700;
}

.due-date-calculator .due-date-section .due-date-yyyy {
    font-size: 15px;
    color: #2f2f2f;
    border: none;
    border-radius: 4px;
    width: 28%;
    padding-left: 20px;
    font-weight: 700;
}

.due-date-calculator .due-date-section .mrgin-right20 {
    margin-right: 10px;
}

.due-date-calculator .due-date-section .cycle-length-wrapper {
    text-align: center;
}

.due-date-calculator .due-date-section .due-date-days {
    font-size: 15px;
    color: #2f2f2f;
    border: none;
    border-radius: 4px;
    width: 80%;
    padding-left: 20px;
    font-weight: 700;
}

.due-date-calculator .due-date-section .calculator-btn-container {
    text-align: center;
    margin-top: 20px;
}

.due-date-calculator .due-date-section .calculator-btn-container a {
    display: inline-block;
    font-size: 16px;
    background-color: #d92032;
    color: #fff;
    padding: 10px 20px;
}

.due-date-calculator .due-date-section .mob-image-pregnant {
    display: none;
}

.due-date-calculator .due-date-section .due-hidden-desktop {
    display: none;
}

.due-date-calculator .due-date-section .hidden {
    display: none;
}

.due-date-calculator .due-date-section .calc-body-again {
    background-color: #f5f5f5;
    padding: 30px 25px;
}

.due-date-calculator .due-date-section .due-calculated-wrapper {
    text-align: center;
}

.due-date-calculator .due-date-section .due-congratulations-text {
    font-size: 15px;
    color: #d92032;
    margin-bottom: 0;
    font-weight: 700;
}

.due-date-calculator .due-date-section .due-date-result-calculated {
    font-size: 30px;
    color: #d92032;
    margin-bottom: 0;
    font-weight: 700;
}

.due-date-calculator .due-date-section .conception-date {
    font-size: 20px;
    color: #d92032;
    font-weight: 700;
    padding-top: 5px;
}

.due-date-calculator .due-date-section .conception-date span {
    margin-left: 20px;
}

.due-date-calculator .due-date-section .calc-body-para2 {
    font-size: 13px;
    color: #918b89;
    text-align: center;
    margin-top: 25px;
    width: 72%;
    margin: 25px auto;
}

.due-date-calculator .due-date-section .calculator-btn-container2 {
    text-align: center;
}

.due-date-calculator .due-date-section .calculator-btn-container2 a {
    display: inline-block;
    font-size: 16px;
    background-color: #d92032;
    color: #fff;
    padding: 10px 20px;
}

.due-date-calculator h2 {
    margin-top: 27px;
    margin-bottom: 22px;
}

.due-date-calculator .off-canvas-wrap .inner-wrap .content .content-article p {
    color: #6a6a6a;
    margin-bottom: 10px;
}

.due-date-calculator .due-date-section {
    margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
    .due-date-calculator {
        /*Backend CSS Starts*/
    }

    .due-date-calculator .due-date-section .calc-body {
        padding: 15px 10px;
        margin-bottom: 25px;
    }

    .due-date-calculator .due-date-section .due-first-day-para {
        margin-bottom: 5px;
    }

    .due-date-calculator .due-date-section .due-date-dd {
        padding-left: 9px;
        width: 21%;
    }

    .due-date-calculator .due-date-section .due-date-mm {
        padding-left: 12px;
    }

    .due-date-calculator .due-date-section .due-date-yyyy {
        padding-left: 9px;
    }

    .due-date-calculator .due-date-section .date-picker-section {
        padding: 10px;
        margin-left: -9px;
        margin-right: -9px;
    }

    .due-date-calculator .due-date-section .mrgin-left20 {
        margin-left: 4px;
    }

    .due-date-calculator .due-date-section .due-date-mm {
        padding-left: 5px;
        width: 44%;
    }

    .due-date-calculator .due-date-section .cycle-length-wrapper {
        margin-top: 15px;
    }

    .due-date-calculator .due-date-section .pregnant-woman {
        display: none;
    }

    .due-date-calculator .due-date-section .sub-heading {
        border-bottom: none;
        position: relative;
        /*top: 90px;*/
        font-size: 16px;
        margin-bottom: 0px;
    }

    .due-date-calculator .due-date-section .border-line-due {
        border-bottom: 1px solid #cacaca;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .due-date-calculator .due-date-section .line-img-preg {
        display: inline-block;
    }

    .due-date-calculator .due-date-section .mob-image-pregnant {
        display: block;
        text-align: center;
    }

    .due-date-calculator .due-date-section .due-hidden-desktop {
        display: block;
    }

    .due-date-calculator .due-date-section .due-hidden-mobile {
        display: none;
    }

    .due-date-calculator .due-date-section .main-heading {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .due-date-calculator .due-date-section .calc-header {
        padding: 16px 0;
    }

    .due-date-calculator .due-date-section .calc-body-again {
        padding: 30px 0px;
    }

    .due-date-calculator .due-date-section .calc-body-para2 {
        width: auto;
    }

    .due-date-calculator .due-date-section .due-congratulations-text {
        font-size: 14px;
    }

    .due-date-calculator .due-date-section .conception-date {
        font-size: 14px;
    }

    .due-date-calculator .due-date-section .conception-date span {
        margin-left: 10px;
    }

    .due-date-calculator .due-date-section .calculator-btn-container2 a {
        margin-top: 25px;
    }

    .due-date-calculator .due-date-section .due-date-days {
        padding-left: 20px;
        width: 50%;
    }

    .due-date-calculator .gutter-paddzero {
        padding-left: 0;
        padding-right: 0;
    }

    .due-date-calculator h2 {
        margin-top: 15px;
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 700;
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
    .due-date-calculator .due-date-section .sub-heading {
        /*top: 116px;*/ font-size: 18px;
    }
}

.due-date-calculator .due-date-section .pregnant-woman-mob {
    height: 160px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .due-date-calculator .due-date-section .pregnant-woman {
        width: 100%;
    }
}

.comp-ovulation-calculatorWrap {
    /* keyframes #anim_titles */
    /*carousel indictors custom*/
    /*custom carousel*/
    /*carousel text*/
    /*.average-cycle-next-button {
     width: 172px;
}
*/
    /*.average-cycle-back-button {
     margin-left: -57px;
}
*/
    /*new styles*/
    /*---------styles required to include hover states------------*/
    /*------------------------------------------------------------*/
    /* Hide the original radios and checkboxes (but still accessible) :not(#foo) > is a rule filter to block browsers that don't support that selector from applying rules they shouldn't */
    /* Change from unchecked to checked graphic */
}

.comp-ovulation-calculatorWrap #recaptcha_area {
    margin: auto;
}

.comp-ovulation-calculatorWrap .copy-text {
    padding-top: 30px;
}

.comp-ovulation-calculatorWrap .carousel-control .calendar-left-arrow.glyphicon-chevron-right, .comp-ovulation-calculatorWrap .carousel-control .calendar-right-arrow.glyphicon-chevron-left, .comp-ovulation-calculatorWrap .carousel-control .icon-prev, .comp-ovulation-calculatorWrap .carousel-control .icon-next {
    font-size: 18px;
}

.comp-ovulation-calculatorWrap .first-day-calendar.forcast-calendar a:active .calendar-left-arrow {
    font-size: 18px;
}

.comp-ovulation-calculatorWrap .calendar-left-arrow.glyphicon-chevron-right {
    font-size: 18px;
}

.comp-ovulation-calculatorWrap .calendar-right-arrow.glyphicon-chevron-left {
    font-size: 18px;
}

.comp-ovulation-calculatorWrap .average-period-carousel .item {
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-name: anim_titles;
    -moz-animation-duration: 1s;
    -moz-animation-name: anim_titles;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0;
    -moz-animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-name: anim_titles;
    animation-timing-function: linear;
    animation-delay: 0;
    animation-fill-mode: forwards;
}

@-webkit-keyframes anim_titles {
    0% {
        right: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
    }

    10% {
        right: 90%;
        opacity: 0.1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
    }

    20% {
        right: 80%;
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
    }

    30% {
        right: 70%;
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
    }

    40% {
        right: 60%;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
    }

    50% {
        right: 50%;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
    }

    60% {
        right: 40%;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
    }

    70% {
        right: 30%;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
    }

    80% {
        right: 20%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
    }

    90% {
        right: 10%;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
    }

    100% {
        right: 0%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
}

@-moz-keyframes anim_titles {
    0% {
        right: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
    }

    10% {
        right: 90%;
        opacity: 0.1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
    }

    20% {
        right: 80%;
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
    }

    30% {
        right: 70%;
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
    }

    40% {
        right: 60%;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
    }

    50% {
        right: 50%;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
    }

    60% {
        right: 40%;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
    }

    70% {
        right: 30%;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
    }

    80% {
        right: 20%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
    }

    90% {
        right: 10%;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
    }

    100% {
        right: 0%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
}

.comp-ovulation-calculatorWrap .first-day-calendar td {
    cursor: pointer;
}

@keyframes anim_titles {
    0% {
        right: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
    }

    10% {
        right: 90%;
        opacity: 0.1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
    }

    20% {
        right: 80%;
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        -moz-opacity: 0.2;
        -khtml-opacity: 0.2;
    }

    30% {
        right: 70%;
        opacity: 0.3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
    }

    40% {
        right: 60%;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
    }

    50% {
        right: 50%;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
    }

    60% {
        right: 40%;
        opacity: 0.6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        -khtml-opacity: 0.6;
    }

    70% {
        right: 30%;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
    }

    80% {
        right: 20%;
        opacity: 0.8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
    }

    90% {
        right: 10%;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
    }

    100% {
        right: 0%;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }
}

.comp-ovulation-calculatorWrap .period-calculator-main-bg-div {
    width: 100%;
    background-color: #e6e6e6;
    position: absolute;
    z-index: 0;
}

.comp-ovulation-calculatorWrap .carousel-indicators li {
    cursor: default;
}

.comp-ovulation-calculatorWrap .track-period-heading, .comp-ovulation-calculatorWrap .first-day-heading {
    /*font-family: Gotham-BlackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    text-align: center;
}

.comp-ovulation-calculatorWrap .calender-image-div {
    text-align: center;
}

.comp-ovulation-calculatorWrap .track-period-desription, .comp-ovulation-calculatorWrap .track-period-ps {
    /*font-family: Gotham-Book;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.comp-ovulation-calculatorWrap .track-period-ps {
    margin-top: 10px;
}

.comp-ovulation-calculatorWrap .start-tracking-button, .comp-ovulation-calculatorWrap .get-reminder-button-div span {
    border: 3px solid #000;
    text-align: center;
    /*font-family: gotham-blackitalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
}

.comp-ovulation-calculatorWrap .period-calclator-track-period, .comp-ovulation-calculatorWrap .period-calclator-login-signup {
    float: none;
    margin: auto;
    text-align: center;
}

.comp-ovulation-calculatorWrap .start-tracking-button a, .comp-ovulation-calculatorWrap .first-day-next-button a, .comp-ovulation-calculatorWrap .first-day-next-button a:hover, .comp-ovulation-calculatorWrap .start-tracking-button a:hover, .comp-ovulation-calculatorWrap .get-reminder-button-div a, .comp-ovulation-calculatorWrap .get-reminder-button-div a:hover {
    text-decoration: none;
    color: #000;
}

.comp-ovulation-calculatorWrap .first-day-back-button, .comp-ovulation-calculatorWrap .first-day-next-button {
    display: inline-block;
}

.comp-ovulation-calculatorWrap .first-day-back-next {
    width: 200px;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}

.comp-ovulation-calculatorWrap .first-day-back-button {
    position: absolute;
    margin-left: -100px;
    padding-top: 7px;
}

.comp-ovulation-calculatorWrap .first-day-back-button.main-carousel-back {
    left: 50%;
    margin-left: -142px;
}

.comp-ovulation-calculatorWrap .black-arrow-back-img {
    background: url("../images/back-arrow.png") 0 no-repeat;
    background-size: contain;
    height: 22px;
    width: 15px;
}

.comp-ovulation-calculatorWrap .black-arrow-back-img:hover, .comp-ovulation-calculatorWrap .black-arrow-back-img:active {
    /* WUNA-1802 */
    background: url("../images/pink-arrow.png") 0 no-repeat;
    background-size: contain;
}

.comp-ovulation-calculatorWrap .first-day-next-button {
    text-align: center;
    width: auto;
}

.comp-ovulation-calculatorWrap .first-day-next-button a {
    /*font-family: gotham-blackitalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-size: 12px;
}

.comp-ovulation-calculatorWrap .period-calclator-login-signup .login-container {
    padding-top: 40px;
}

.comp-ovulation-calculatorWrap .carousel-indicators {
    bottom: -60px;
}

.comp-ovulation-calculatorWrap .carousel-indicators li {
    border: 2px solid #000;
    border-radius: 0;
    height: 6px;
    width: 20px;
}

.comp-ovulation-calculatorWrap .carousel-indicators .active {
    border: none;
    height: 6px;
    width: 20px;
    background-color: #ee2c74;
    margin-bottom: 1px;
}

.comp-ovulation-calculatorWrap .carousel-indicators li:first-of-type {
    margin-right: -2px;
}

.comp-ovulation-calculatorWrap .carousel-indicators li:nth-of-type(3) {
    margin-left: -2px;
}

.comp-ovulation-calculatorWrap .carousel-control, .comp-ovulation-calculatorWrap .carousel-control:hover, .comp-ovulation-calculatorWrap .carousel-control:focus {
    outline: 0;
    color: #000;
    text-decoration: none;
    opacity: 1;
    background: none !important;
}

.comp-ovulation-calculatorWrap .calculator-main-carousel > .carousel-control .glyphicon-chevron-left, .comp-ovulation-calculatorWrap .calculator-main-carousel > .carousel-control .glyphicon-chevron-right {
    top: 100%;
    font-size: 25px;
}

.comp-ovulation-calculatorWrap .calculator-main-carousel > .carousel-control {
    width: 0;
    left: 50%;
}

.comp-ovulation-calculatorWrap .average-period-carousel .carousel-control, .comp-ovulation-calculatorWrap .average-period-carousel .carousel-control.right, .comp-ovulation-calculatorWrap .average-period-carousel .carousel-control.left {
    color: #000 !important;
    opacity: 1 !important;
    background: none;
    text-shadow: none;
    height: 35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.comp-ovulation-calculatorWrap .average-period-carousel .carousel-control .glyphicon-chevron-left:hover, .comp-ovulation-calculatorWrap .average-period-carousel .carousel-control .glyphicon-chevron-right:hover, .comp-ovulation-calculatorWrap .average-period-carousel .carousel-control .glyphicon-chevron-left:active, .comp-ovulation-calculatorWrap .average-period-carousel .carousel-control .glyphicon-chevron-right:active {
    /* WUNA-1802 */
    color: #ee2c74;
}

.comp-ovulation-calculatorWrap .average-period-carousel {
    width: 384px;
    margin: auto;
    text-align: center;
}

.comp-ovulation-calculatorWrap .average-period-carousel .carousel-inner {
    background-color: #ee2c74;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    left: 50%;
    margin-left: -125px;
}

.comp-ovulation-calculatorWrap .average-period-day-number {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 800;
    color: white;
}

.comp-ovulation-calculatorWrap .average-period-day-text {
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 700;
    color: white;
}

.comp-ovulation-calculatorWrap .login-button {
    margin: auto;
    display: inline-block;
}

.comp-ovulation-calculatorWrap .login-button a {
    /*font-family: Gotham-blackitalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-font: 12px;
    color: black;
    text-decoration: none;
}

.comp-ovulation-calculatorWrap .login-label {
    /*font-family: Gotham-Book;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.comp-ovulation-calculatorWrap .no-thanks a {
    /*font-family: Gotham-BlackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.comp-ovulation-calculatorWrap .no-thanks .black-arrow-back-img {
    position: relative;
    height: 15px;
    display: inline-block;
    top: 3px;
}

.comp-ovulation-calculatorWrap .no-thanks a:hover {
    color: #ee2c74;
}

.comp-ovulation-calculatorWrap .no-thanks a:hover .black-arrow-back-img {
    background: url("../images/pink-arrow.png") no-repeat;
    background-size: contain;
}

.comp-ovulation-calculatorWrap .period-calclator-login-details {
    margin: auto;
    text-align: center;
}

.comp-ovulation-calculatorWrap .period-calclator-login-details label {
    font-weight: normal;
}

.comp-ovulation-calculatorWrap .period-calclator-login-details form {
    margin-top: 50px;
}

.comp-ovulation-calculatorWrap .period-calclator-signup-details form {
    margin-top: 10px;
}

.comp-ovulation-calculatorWrap .label-text {
    float: left;
    /*font-family: Gotham-BlackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-size: 12px;
}

.comp-ovulation-calculatorWrap .email-id-field, .comp-ovulation-calculatorWrap .passwd-field, .comp-ovulation-calculatorWrap .name-field {
    margin-bottom: 20px;
    /*WUNA-1735*/
    width: 100%;
    border: 2px solid #000;
    height: 41px;
    background: transparent;
    padding: 5px;
    /*font-family: Gotham-BlackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    /*WUNA-1735*/
}

.comp-ovulation-calculatorWrap .email-id-field:focus, .comp-ovulation-calculatorWrap .passwd-field:focus, .comp-ovulation-calculatorWrap .name-field:focus {
    outline: none;
}

.comp-ovulation-calculatorWrap .login-submit {
    border: 3px solid #000;
    background: none;
}

.comp-ovulation-calculatorWrap .social-login-div {
    margin-top: 30px;
}

.comp-ovulation-calculatorWrap .social-login-text {
    /*font-family: gotham-blackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-size: 12px;
    color: #a1a1a1;
}

.comp-ovulation-calculatorWrap .social-login-icons {
    margin: 15px auto 70px auto;
}

.comp-ovulation-calculatorWrap .social-login-icons img {
    width: 37px;
    padding: 0px 2px 0px 2px;
}

.comp-ovulation-calculatorWrap .login-submit {
    /*font-family: Gotham-blackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-size: 12px;
}

.comp-ovulation-calculatorWrap .period-calclator-login-details .login-submit {
    height: 44px;
    padding: 0px 30px;
}

.comp-ovulation-calculatorWrap .submit-back-div {
    position: relative;
    margin-left: 0;
}

.comp-ovulation-calculatorWrap .submit-back-div .submit-back-img {
    margin-left: -82px;
    position: absolute;
    margin-top: 8px;
}

.comp-ovulation-calculatorWrap .first-name-div, .comp-ovulation-calculatorWrap .last-name-div {
    display: inline-block;
    width: 49%;
}

.comp-ovulation-calculatorWrap .period-calclator-signup-details .track-period-desription {
    width: 100%;
    margin: 0;
    left: 0;
}

.comp-ovulation-calculatorWrap .period-calclator-signup-details .social-login-icons {
    margin: 15px auto 15px auto;
}

.comp-ovulation-calculatorWrap .period-calclator-signup-details .first-day-back-button {
    padding-top: 10px;
}

.comp-ovulation-calculatorWrap .signup-subscription-checkbox-div {
    width: 36px;
    height: 36px;
    border: 2px solid #000;
    margin: auto;
    margin-bottom: 8px;
}

.comp-ovulation-calculatorWrap .period-calclator-update-calendar {
    margin: auto;
    float: none;
    text-align: center;
}

.comp-ovulation-calculatorWrap .instruction-heading {
    /*font-family: gotham-BlackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
}

.comp-ovulation-calculatorWrap .instruction-text {
    /*font-family: gotham-Book;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    margin: 10px auto 15px auto;
}

.comp-ovulation-calculatorWrap .android-ios-instruction-div {
    margin: 85px auto 30px auto;
}

.comp-ovulation-calculatorWrap .get-reminder-button-div span {
    padding: 10px 30px 0px 30px;
    height: 44px;
    display: inline-block;
}

.comp-ovulation-calculatorWrap .period-calclator-update-calendar .no-thanks {
    margin-top: 15px;
}

.comp-ovulation-calculatorWrap .start-tracking-button {
    border: 0;
}

.comp-ovulation-calculatorWrap .start-tracking-button span {
    padding-right: 30px;
    padding-left: 30px;
    height: 44px;
    border: 3px solid #000;
    display: inline-block;
    padding-top: 10px;
}

.comp-ovulation-calculatorWrap .first-day-next-button span {
    padding: 10px 30px 0px 30px;
    height: 44px;
    border: 3px solid #000000;
    display: block;
}

.comp-ovulation-calculatorWrap html:lang(fr-ca) .first-day-next-button span {
    padding: 2px 30px 2px 30px;
}

.comp-ovulation-calculatorWrap .login-button span {
    padding: 10px 30px 0px 30px;
    height: 44px;
    border: 3px solid #000000;
    display: block;
}

.comp-ovulation-calculatorWrap input[type='radio'], .comp-ovulation-calculatorWrap input[type='checkbox'] {
    width: 100%;
    height: 100%;
    /* Hide the input, but have it still be clickable */
    opacity: 0;
    position: relative;
    z-index: 1;
}

.comp-ovulation-calculatorWrap input[type='checkbox'] + div {
    width: 34px;
    height: 34px;
    position: relative;
    top: -42px;
    left: -1px;
    z-index: 0;
}

.comp-ovulation-calculatorWrap input[type='checkbox']:checked + div {
    background: url("../images/checked_state.png") no-repeat;
    background-size: contain;
}

@media (max-width: 599px) {
    .comp-ovulation-calculatorWrap .period-calclator-track-period-bg {
        width: 100%;
        background-color: #e6e6e6;
        position: absolute;
        z-index: -1;
        height: 225px;
    }

    .comp-ovulation-calculatorWrap .period-calculator-main-div, .comp-ovulation-calculatorWrap .period-calclator-track-period {
        padding: 0;
    }

    .comp-ovulation-calculatorWrap .period-calculator {
        margin-top: -22px;
    }

    .comp-ovulation-calculatorWrap .period-calculator-main-div {
        max-width: 1024px;
        height: 800px;
        margin: auto;
    }

    .comp-ovulation-calculatorWrap .track-period-heading, .comp-ovulation-calculatorWrap .track-period-desription {
        position: relative;
        left: 50%;
        margin-left: -157.5px;
    }

    .comp-ovulation-calculatorWrap .track-period-heading {
        font-size: 30px;
        padding-top: 40px;
        line-height: 30px;
        width: 315px;
    }

    .comp-ovulation-calculatorWrap .calender-image-div {
        margin: 40px 0px 30px 0px;
    }

    .comp-ovulation-calculatorWrap .calender-image {
        height: 110px;
    }

    .comp-ovulation-calculatorWrap .track-period-desription {
        font-size: 15px;
        width: 315px;
    }

    .comp-ovulation-calculatorWrap .start-tracking-button {
        width: auto;
        height: 44px;
        padding-top: 4px;
        margin: 75px auto 17px auto;
    }

    .comp-ovulation-calculatorWrap .start-tracking-button a, .comp-ovulation-calculatorWrap .start-tracking-button a:hover {
        font-size: 12px;
    }

    .comp-ovulation-calculatorWrap .track-period-ps {
        font-size: 10px;
    }

    .comp-ovulation-calculatorWrap .first-day-heading {
        font-size: 18px;
        padding-top: 48px;
        width: 275px;
        margin: auto;
    }

    .comp-ovulation-calculatorWrap .first-day-calendar {
        min-height: 360px;
    }

    .comp-ovulation-calculatorWrap .average-period-calender {
        height: 367px;
    }

    .comp-ovulation-calculatorWrap .first-day-back-button {
        padding-top: 20px;
    }

    .comp-ovulation-calculatorWrap .average-period-carousel .carousel-inner {
        height: 178px;
        width: 178px;
        left: 50%;
        margin-left: -89px;
    }

    .comp-ovulation-calculatorWrap .average-period-heading, .comp-ovulation-calculatorWrap .first-day-heading {
        line-height: 20px;
    }

    .comp-ovulation-calculatorWrap .carousel-control .glyphicon-chevron-left, .comp-ovulation-calculatorWrap .carousel-control .glyphicon-chevron-right, .comp-ovulation-calculatorWrap .carousel-control .icon-prev, .comp-ovulation-calculatorWrap .carousel-control .icon-next {
        font-size: 30px;
    }

    .comp-ovulation-calculatorWrap .carousel-indicators {
        margin-bottom: 18px;
    }

    .comp-ovulation-calculatorWrap .average-period-carousel {
        width: 284px;
    }

    .comp-ovulation-calculatorWrap .average-period-day-number {
        font-size: 86.4px;
        padding-top: 10px;
        height: 96px;
    }

    .comp-ovulation-calculatorWrap .average-period-day-text {
        font-size: 38.6px;
    }

    .comp-ovulation-calculatorWrap .average-period-calender {
        padding-top: 65px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-average-period-bg {
        position: absolute;
        width: 100%;
        height: 290px;
        background-color: #e6e6e6;
        z-index: -1;
    }

    .comp-ovulation-calculatorWrap .login-signup-container {
        margin-top: 40px;
    }

    .comp-ovulation-calculatorWrap .login-container {
        margin-bottom: 20px;
    }

    .comp-ovulation-calculatorWrap .login-label {
        margin-bottom: 10px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-login-signup {
        padding: 0;
    }

    .comp-ovulation-calculatorWrap .period-calclator-login-signup-bg {
        position: absolute;
        background-color: #e6e6e6;
        height: 108px;
        width: 100%;
        margin: 0;
        z-index: -1;
    }

    .comp-ovulation-calculatorWrap .email-id-div, .comp-ovulation-calculatorWrap .passwd-div {
        padding: 0px 30px 0px 30px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-login-details form {
        margin-top: 5px;
    }

    .comp-ovulation-calculatorWrap .social-login-div {
        margin-top: 10px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-login-details-bg {
        width: 100%;
        background-color: #e6e6e6;
        position: absolute;
        z-index: -1;
        height: 255px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-signup-details .social-login-div {
        margin-top: 0px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-signup-details-bg {
        width: 100%;
        background-color: #e6e6e6;
        position: absolute;
        z-index: -1;
        height: 497px;
    }

    .comp-ovulation-calculatorWrap .android-ios-instruction-div {
        margin: 40px auto 25px auto;
    }

    .comp-ovulation-calculatorWrap .period-calclator-update-calendar {
        padding: 0;
    }

    .comp-ovulation-calculatorWrap .period-calclator-update-calendar-bg {
        width: 100%;
        background-color: #e6e6e6;
        position: absolute;
        z-index: -1;
        height: 108px;
    }

    .comp-ovulation-calculatorWrap .instruction-text {
        padding-right: 15px;
        padding-left: 15px;
    }

    .comp-ovulation-calculatorWrap .forcast-calendar .left.carousel-control {
        left: 60px;
    }

    .comp-ovulation-calculatorWrap .forcast-calendar .right.carousel-control {
        right: 60px;
    }

    .comp-ovulation-calculatorWrap .signup-details-text-div {
        font-size: 14px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-first-day .forcast-calendar, .comp-ovulation-calculatorWrap .period-calclator-period-forecast .forcast-calendar {
        /*WUNA-1857*/
        height: auto;
    }

    .comp-ovulation-calculatorWrap .period-calclator-first-day .forcast-calendar .header, .comp-ovulation-calculatorWrap .period-calclator-period-forecast .forcast-calendar .header {
        /*WUNA-1857*/
        margin-top: 7px;
        height: 25px;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .comp-ovulation-calculatorWrap {
        /*WUNA-1857*/
    }

    .comp-ovulation-calculatorWrap .period-calculator-main-bg-div {
        z-index: -1;
    }

    .comp-ovulation-calculatorWrap .period-calclator-track-period, .comp-ovulation-calculatorWrap .period-calclator-login-signup {
        padding: 0;
    }

    .comp-ovulation-calculatorWrap .period-calculator-main-bg-div {
        width: 100%;
        height: 243px;
    }

    .comp-ovulation-calculatorWrap .period-calculator {
        margin-top: -9px;
    }

    .comp-ovulation-calculatorWrap .period-calculator-main-div {
        max-width: 1024px;
        height: 978px;
        margin: auto;
    }

    .comp-ovulation-calculatorWrap .track-period-heading, .comp-ovulation-calculatorWrap .track-period-desription {
        position: relative;
        left: 50%;
        margin-left: -187.5px;
    }

    .comp-ovulation-calculatorWrap .track-period-heading {
        font-size: 30px;
        padding-top: 120px;
        line-height: 30px;
        width: 375px;
    }

    .comp-ovulation-calculatorWrap .calender-image-div {
        margin: 32px 0px 46px 0px;
    }

    .comp-ovulation-calculatorWrap .calender-image {
        height: 122px;
    }

    .comp-ovulation-calculatorWrap .track-period-desription {
        font-size: 15px;
        width: 375px;
    }

    .comp-ovulation-calculatorWrap .start-tracking-button {
        width: auto;
        height: 35px;
        padding-top: 4px;
        margin: 40px auto 17px auto;
        display: inline-block;
    }

    .comp-ovulation-calculatorWrap .start-tracking-button a, .comp-ovulation-calculatorWrap .start-tracking-button a:hover {
        font-size: 12px;
    }

    .comp-ovulation-calculatorWrap .track-period-ps {
        font-size: 10px;
    }

    .comp-ovulation-calculatorWrap .first-day-heading {
        font-size: 30px;
        padding-top: 120px;
        width: 430px;
        margin: auto;
        position: relative;
        left: 50%;
        margin-left: -215px;
    }

    .comp-ovulation-calculatorWrap .first-day.first-day-heading {
        padding-top: 80px;
    }

    .comp-ovulation-calculatorWrap .first-day-calendar {
        height: 400px;
    }

    .comp-ovulation-calculatorWrap .first-day-heading, .comp-ovulation-calculatorWrap .average-period-heading {
        line-height: 32px;
    }

    .comp-ovulation-calculatorWrap .average-period-calender {
        padding-top: 40px;
    }

    .comp-ovulation-calculatorWrap .average-period-calendar {
        height: 390px;
    }

    .comp-ovulation-calculatorWrap .average-period-day-number {
        font-size: 119px;
        padding-top: 15px;
        height: 135px;
    }

    .comp-ovulation-calculatorWrap .average-period-day-text {
        font-size: 53px;
    }

    .comp-ovulation-calculatorWrap .login-signup-heading {
        width: 350px;
        position: relative;
        left: 50%;
        margin-left: -175px;
    }

    .comp-ovulation-calculatorWrap .login-signup-container {
        margin-top: 80px;
    }

    .comp-ovulation-calculatorWrap .login-container {
        margin-bottom: 30px;
    }

    .comp-ovulation-calculatorWrap .login-label {
        margin-bottom: 10px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-login-details {
        width: 445px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-update-calendar {
        width: 330px;
    }

    .comp-ovulation-calculatorWrap .update-calendar-heading {
        padding-right: 15px;
    }

    .comp-ovulation-calculatorWrap .login-page-bg-height {
        height: 422px;
    }

    .comp-ovulation-calculatorWrap .signup-page-bg-height {
        height: 630px;
    }

    .comp-ovulation-calculatorWrap .average-period-calender {
        height: 400px;
    }

    .comp-ovulation-calculatorWrap .signup-details-text-div {
        font-size: 14px;
    }

    .comp-ovulation-calculatorWrap .carousel-indicators {
        margin-bottom: 18px;
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .comp-ovulation-calculatorWrap .forcast-calendar .left.carousel-control {
        left: 60px;
    }

    .comp-ovulation-calculatorWrap .forcast-calendar .right.carousel-control {
        right: 60px;
    }
}

@media (min-width: 1025px) {
    .comp-ovulation-calculatorWrap .period-calculator {
        margin-top: -18px;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        background-color: #ffffff;
        position: relative;
        z-index: 0;
    }

    .comp-ovulation-calculatorWrap .first-day-heading {
        min-height: 194px;
    }

    .comp-ovulation-calculatorWrap .period-calculator-main-bg-div {
        width: 100%;
        height: 260px;
        max-width: 1280px;
    }

    .comp-ovulation-calculatorWrap .period-calculator-main-div {
        max-width: 1024px;
        height: 978px;
        margin: auto;
        position: relative;
    }

    .comp-ovulation-calculatorWrap .track-period-heading {
        font-size: 30px;
        padding-top: 130px;
        line-height: 30px;
    }

    .comp-ovulation-calculatorWrap .calender-image-div {
        margin: 32px 0px 46px 0px;
    }

    .comp-ovulation-calculatorWrap .calender-image {
        height: 122px;
    }

    .comp-ovulation-calculatorWrap .track-period-desription {
        font-size: 15px;
        width: 375px;
        margin-left: -32px;
    }

    .comp-ovulation-calculatorWrap .start-tracking-button {
        width: auto;
        height: 35px;
        padding-top: 4px;
        margin: 40px auto 17px auto;
        display: inline-block;
    }

    .comp-ovulation-calculatorWrap .start-tracking-button a, .comp-ovulation-calculatorWrap .start-tracking-button a:hover {
        font-size: 12px;
    }

    .comp-ovulation-calculatorWrap .track-period-ps {
        font-size: 10px;
    }

    .comp-ovulation-calculatorWrap .first-day-heading {
        font-size: 30px;
        padding-top: 135px;
    }

    .comp-ovulation-calculatorWrap .first-day-calendar {
        height: auto;
        min-height: 430px;
        margin-top: -5px;
    }

    .comp-ovulation-calculatorWrap .average-period-calender {
        padding-top: 40px;
    }

    .comp-ovulation-calculatorWrap .first-day-heading, .comp-ovulation-calculatorWrap .average-period-heading {
        line-height: 32px;
    }

    .comp-ovulation-calculatorWrap .average-period-calendar {
        height: 390px;
    }

    .comp-ovulation-calculatorWrap .average-period-day-number {
        font-size: 119px;
        padding-top: 15px;
        height: 135px;
    }

    .comp-ovulation-calculatorWrap .average-period-day-text {
        font-size: 53px;
    }

    .comp-ovulation-calculatorWrap .login-signup-heading {
        width: 350px;
        position: relative;
        left: 50%;
        margin-left: -175px;
    }

    .comp-ovulation-calculatorWrap .login-signup-container {
        margin-top: 80px;
    }

    .comp-ovulation-calculatorWrap .login-container {
        margin-bottom: 30px;
    }

    .comp-ovulation-calculatorWrap .login-label {
        margin-bottom: 10px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-login-details {
        position: relative;
        width: 445px;
    }

    .comp-ovulation-calculatorWrap .period-calclator-update-calendar {
        width: 330px;
    }

    .comp-ovulation-calculatorWrap .update-calendar-heading {
        padding-right: 15px;
    }

    .comp-ovulation-calculatorWrap .login-page-bg-height {
        height: 422px;
    }

    .comp-ovulation-calculatorWrap .signup-page-bg-height {
        height: 630px;
    }

    .comp-ovulation-calculatorWrap .average-period-calender {
        height: 420px;
    }

    .comp-ovulation-calculatorWrap .signup-details-text-div {
        font-size: 12px;
    }
}

/***********Calendar Styles*************************/
.first-day-calendar .header {
    position: relative;
    height: 70px;
}

.first-day-calendar .header .carousel-control {
    z-index: 101;
    top: -2px;
    width: 70px;
    height: 30px;
}

.first-day-calendar .header .col {
    z-index: 100;
}

.first-day-calendar .header .carousel-control img {
    height: 15px;
}

.first-day-calendar .header .monthLabel {
    /*font-family: Gotham-BlackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

.first-day-calendar .header .daysLabel th {
    color: #737373;
    text-align: center;
    font-size: 16px;
    font-family: Helvetica;
    text-transform: uppercase;
    padding: 0.5em;
    min-width: 33px;
}

.calenders {
    height: 360px;
    /*WUNA-1792*/
    overflow: auto;
    position: relative;
}

.calendar-right-arrow, .calendar-left-arrow {
    height: 15px;
    width: 10px;
    margin: auto;
    top: 8px;
    /*WUNA-1857*/
    position: relative;
}

.calendar-right-arrow {
    background: url("../images/right-arrow-black.png") no-repeat;
    background-size: contain;
}

.calendar-left-arrow {
    background: url("../images/left-arrow-black.png") no-repeat;
    background-size: contain;
}

.first-day-calendar.forcast-calendar a:hover .calendar-right-arrow, .first-day-calendar.forcast-calendar a:active .calendar-right-arrow {
    /* WUNA-1802 */
    background: url("../images/right-arrow-pink.png") no-repeat;
    background-size: contain;
}

.first-day-calendar.forcast-calendar a:hover .calendar-left-arrow, .first-day-calendar.forcast-calendar a:active .calendar-left-arrow {
    /* WUNA-1802 */
    background: url("../images/left-arrow-pink.png") no-repeat;
    background-size: contain;
}

.first-day-calendar.forcast-calendar .left.carousel-control, .first-day-calendar.forcast-calendar .left.carousel-control {
    display: none;
}

/*WUNA-1857*/
.first-day-calendar.first-day.forcast-calendar .left.carousel-control, .first-day-calendar.first-day.forcast-calendar .left.carousel-control {
    display: inline;
}

.first-day-calendar.first-day.forcast-calendar .right.carousel-control, .first-day-calendar.first-day.forcast-calendar .right.carousel-control {
    display: none;
}

/*WUNA-1857*/
/*.currentmonth {
     color: blue;
     text-align: center;
}
 .currentday {
     border: 1px solid black;
     color: #00FF00;
     text-align: center;
}
 */
table.calendar {
    width: 100%;
}

table.calendar td, table.calendar th {
    padding: 0.5em;
}

table.calendar td.day {
    padding: 0;
    position: relative;
}

table.calendar td.day div {
    /*font-family: Gotham-Book;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    width: 20px;
    height: 50px;
    text-align: center;
    color: #000;
    position: relative;
    margin: 0 auto;
    line-height: 51px;
}

table.calendar td.day span {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #ee2c74;
    text-transform: uppercase;
    position: absolute;
    top: -2px;
}

table.calendar td.day.active div, table.calendar td.day.period div, table.calendar td.day.ovulation div {
    color: #fff;
}

table.calendar td.day.active div:after, table.calendar td.day.period div:after, table.calendar td.day.ovulation div:after {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: #ee2c74;
    display: block;
    top: 11px;
    left: -5px;
    position: absolute;
    z-index: -1;
    -webkit-backface-visibility: hidden;
}

table.calendar td.day.ovulation div:after {
    background: #36c3ff;
}

/*table.calendar tr{
     height: 60px;
}
 table.calendar tr:last-of-type td{
     height: 60px;
}
*/
/* table.calendar tr{
     height: 50px;
}
*/
table.calendar tr {
    height: 60px;
}

table.calendar tr td {
    /*height: 50px;
     width:40px;
    */
}

table.calendar tr:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
}

.forecastFooter {
    position: relative;
}

.forecastFooter ul {
    margin: 0 auto 20px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 40px;
    /*WUNA-1808*/
}

.forecastFooter ul, .forecastFooter li {
    list-style: none;
    padding: 0;
}

.forecastFooter li {
    float: left;
    margin-right: 10px;
}

.colorCode {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-right: 5px;
}

.forecastFooter li .label {
    float: left;
    color: #424242;
    font-size: 15px;
    padding: 0;
    font-weight: normal;
}

.colorCode.period {
    background: #ee2c74;
}

.colorCode.ovulation {
    background: #36c3ff;
}

.first-day-back-button.startOver {
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 0;
}

.first-day-back-button.startOver a, .first-day-back-button.startOver a:hover {
    /*font-family: Gotham-BlackItalic;
    */
    font-family: "Gotham A", "Gotham B";
    font-style: italic;
    font-weight: 800;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.first-day-back-button.startOver a .black-arrow-back-img {
    position: relative;
    height: 15px;
    display: inline-block;
    top: 3px;
}

.first-day-back-button.startOver a:hover {
    color: #ee2c74;
}

.first-day-back-button.startOver a:hover .black-arrow-back-img {
    background: url("../images/pink-arrow.png") no-repeat;
    background-size: contain;
}

@media (min-width: 1025px) {
    .calenders {
        overflow: inherit;
    }
}

@media (max-width: 1024px) and (min-width: 600px) {
    .forcast-calendar .header {
        margin-top: 15px;
    }

    .first-day-calendar {
        width: 330px;
        margin: 0 auto;
    }

    .first-day-calendar.forcast-calendar {
        width: auto;
        height: auto;
        min-height: 425px;
    }

    .first-day-calendar .header .daysLabel {
        margin-top: 12px;
    }

    .calenders {
        margin-top: 13px;
        padding-top: 15px;
        height: 280px;
        /*WUNA-1792*/
    }

    /*.datePicker tr:last-of-type{
     position: absolute;
     z-index: 1;
}
 .datePicker tr:last-of-type td{
     padding: .9em .72em;
}
*/
    .calenders div.col-sm-12:first-child {
        margin-top: 0;
    }

    .calenders div.col-sm-12 {
        margin-top: -60px;
    }

    .datePicker tr:last-of-type td {
        position: relative;
    }

    /*.datePicker tr:last-of-type td div {
     position: absolute;
     z-index: 1;
     top: 0;
     left: 0;
     
     width: 40px;
     height: 60px;
     line-height: 60px;
}*/
    table.calendar tr:last-of-type td.day.active div:after {
        left: 5px;
        top: 14px;
    }

    /* WUNA-1802 */
    .first-day-calendar.forcast-calendar a:hover .calendar-right-arrow {
        background: url("../images/right-arrow-black.png") no-repeat;
        background-size: contain;
    }

    .first-day-calendar.forcast-calendar a:hover .calendar-left-arrow {
        background: url("../images/left-arrow-black.png") no-repeat;
        background-size: contain;
    }

    .first-day-calendar.forcast-calendar a:active .calendar-right-arrow {
        background: url("../images/right-arrow-pink.png") no-repeat;
        background-size: contain;
    }

    .first-day-calendar.forcast-calendar a:active .calendar-left-arrow {
        background: url("../images/left-arrow-pink.png") no-repeat;
        background-size: contain;
    }

    .average-period-carousel .carousel-control .glyphicon-chevron-left:hover, .average-period-carousel .carousel-control .glyphicon-chevron-right:hover {
        color: #000;
    }

    .average-period-carousel .carousel-control .glyphicon-chevron-left:active, .average-period-carousel .carousel-control .glyphicon-chevron-right:active {
        color: #ee2c74;
    }

    .black-arrow-back-img:hover {
        background: url("../images/back-arrow.png") 0 no-repeat;
        background-size: contain;
    }

    .black-arrow-back-img:active {
        background: url("../images/pink-arrow.png") 0 no-repeat;
        background-size: contain;
    }

    /* WUNA-1802 */
}

@media (max-width: 768px) and (min-width: 600px) {
    .calenders {
        margin-top: 13px;
        padding-top: 15px;
        height: 280px;
        /*WUNA-1792*/
    }

    .first-day-calendar {
        width: 330px;
        margin: 0 auto;
    }

    .forecastFooter ul {
        position: relative;
        right: 0;
        bottom: 0;
        /*WUNA-1808*/
        float: right;
    }

    .calender-forecast-xs-sm {
        max-width: 330px;
        margin: auto;
        clear: both;
    }

    .first-day-calendar.forcast-calendar {
        width: 320px;
    }
}

@media (max-width: 599px) {
    .calenders {
        margin-top: 13px;
        padding-top: 15px;
        height: 280px;
        /*WUNA-1792*/
    }

    .first-day-calendar {
        width: 320px;
        margin: 0 auto;
    }

    .forecastFooter {
        text-align: center;
    }

    .forecastFooter ul {
        position: relative;
        right: 0;
        bottom: 0;
        /*WUNA-1808*/
        display: inline-block;
        margin-bottom: 15px;
    }

    .datePicker tr:last-of-type td {
        position: relative;
    }

    .datePicker tr:last-of-type td div {
        position: absolute;
        z-index: 1;
        top: 0;
        /* left: 0; */
        width: 40px;
        height: 60px;
        line-height: 60px;
    }

    table.calendar tr:last-of-type td.day.active div:after {
        /* WUNA-1649 */
        left: 5px;
        top: 14px;
    }

    /*.datePicker tr:last-of-type td{
        padding: .9em .72em;
    }*/
    .calenders div.col-sm-12:first-child {
        margin-top: 0;
    }

    .calenders div.col-sm-12 {
        margin-top: -60px;
    }

    .first-day-back-button.startOver {
        margin: -10px auto;
    }

    /* WUNA-1802 */
    .first-day-calendar.forcast-calendar a:hover .calendar-right-arrow {
        background: url("../images/right-arrow-black.png") no-repeat;
        background-size: contain;
    }

    .first-day-calendar.forcast-calendar a:hover .calendar-left-arrow {
        background: url("../images/left-arrow-black.png") no-repeat;
        background-size: contain;
    }

    .first-day-calendar.forcast-calendar a:active .calendar-right-arrow {
        background: url("../images/right-arrow-pink.png") no-repeat;
        background-size: contain;
    }

    .first-day-calendar.forcast-calendar a:active .calendar-left-arrow {
        background: url("../images/left-arrow-pink.png") no-repeat;
        background-size: contain;
    }

    .average-period-carousel .carousel-control .glyphicon-chevron-left:hover, .average-period-carousel .carousel-control .glyphicon-chevron-right:hover {
        color: #000;
    }

    .average-period-carousel .carousel-control .glyphicon-chevron-left:active, .average-period-carousel .carousel-control .glyphicon-chevron-right:active {
        color: #ee2c74;
    }

    .black-arrow-back-img:hover {
        background: url("../images/back-arrow.png") 0 no-repeat;
        background-size: contain;
    }

    .black-arrow-back-img:active {
        background: url("../images/pink-arrow.png") 0 no-repeat;
        background-size: contain;
    }

    /* WUNA-1802 */
}

/*WUNA-1577*/
/*** Tablet Portorite ***/
@media (min-width: 600px) and (max-width: 768px) {
    .forecastFooter ul {
        margin: 0;
        margin-top: -100px;
        margin-right: 10%;
    }

    .forecastFooter li {
        float: none;
        clear: both;
        margin: 0;
        margin-top: 10px;
    }
}

/*WUNA-1577*/
/*  iscroll styles for WUNA-1792 */
#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.comp-social-tile {
    margin: 50px 0;
}

.comp-social-tile .bg-grey {
    background-color: #0470bb;
}

.comp-social-tile .social-heading-wrapper .social-tile-heading {
    color: #FFF;
    font-size: 36px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 800;
    padding: 0 10px;
    line-height: 1.42;
}

@media (max-width: 767px) {
    .comp-social-tile .social-heading-wrapper .social-tile-heading {
        line-height: 1;
    }
}

.comp-social-tile .social-heading-wrapper .social-share-links-wrapper {
    padding-left: 0;
    margin-bottom: 30px;
}

.comp-social-tile .social-heading-wrapper .social-share-links-wrapper li {
    display: inline-block;
}

.comp-social-tile .social-heading-wrapper .social-share-links-wrapper li a img {
    width: 50px;
    height: 50px;
}

@media (max-width: 767px) {
    .comp-social-tile .social-heading-wrapper .social-share-links-wrapper li a img {
        width: 40px;
        height: 40px;
    }
}

.comp-social-tile .social-sider-wrapper {
    padding-bottom: 60px;
}

.comp-social-tile .social-sider-wrapper .slide {
    padding: 0 15px;
}

.comp-social-tile .social-sider-wrapper .slick-prev:before {
    font-family: 'Glyphicons Halflings';
    font-size: 35px;
    color: #fff;
    content: "\e079";
}

.comp-social-tile .social-sider-wrapper .slick-next {
    right: -25px;
}

.comp-social-tile .social-sider-wrapper .slick-next, .comp-social-tile .social-sider-wrapper .slick-prev {
    top: 40%;
    height: 35px;
    width: 35px;
}

.comp-social-tile .social-sider-wrapper .slick-next:before {
    font-family: 'Glyphicons Halflings';
    font-size: 35px;
    color: #fff;
    content: "\e080";
}

.comp-social-tile .follow-social-button {
    margin-top: 40px;
}

.comp-social-tile .follow-social-button .follow-link {
    padding: 9px 30px 9px 30px;
    border: 3px solid #0470bb;
    line-height: 24px;
    color: #0470bb;
    font-weight: 800;
    font-size: 14px;
    display: inline-block;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    text-transform: uppercase;
}

.comp-social-tile .follow-social-button .follow-link .social-icon {
    display: inline-block;
    position: relative;
    left: 10px;
}

.comp-social-tile .follow-social-button .follow-link .social-icon img {
    width: 25px;
    height: 25px;
}

.comp-social-tile .follow-social-button .follow-link:hover {
    color: #fff;
    background-color: #0470bb;
}

.modal-social-tile .modal-dialog {
    max-width: 500px !important;
}

.modal-social-tile .modal-dialog .modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-social-tile .modal-dialog .modal-header .close {
    border: none;
    background: transparent;
}

.modal-social-tile .modal-dialog .modal-header .close img {
    width: 25px;
}

@media (max-width: 767px) {
    .modal-social-tile .modal-dialog .modal-header .close img {
        width: 20px;
    }
}

.modal-social-tile .modal-dialog .modal-body {
    padding: 0 45px 45px 45px;
}

@media (max-width: 767px) {
    .modal-social-tile .modal-dialog .modal-body {
        padding: 0 25px 25px 25px;
    }
}

.modal-social-tile .modal-dialog .modal-body .like-container {
    padding: 20px 0;
}

@media (max-width: 767px) {
    .modal-social-tile .modal-dialog .modal-body .like-container {
        padding: 10px 0;
    }
}

.modal-social-tile .modal-dialog .modal-body .like-container img {
    width: 20px;
}

.modal-social-tile .modal-dialog .modal-body .caption-text-cont .caption-text {
    padding-bottom: 35px;
    font-size: 12px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    border-bottom: 2px dotted #e6e6e6;
}

@media (max-width: 767px) {
    .modal-social-tile .modal-dialog .modal-body .caption-text-cont .caption-text {
        padding-bottom: 15px;
    }
}

.modal-social-tile .modal-dialog .modal-body .follow-us-wrap a {
    font-size: 16px;
    color: #000000;
    font-style: italic;
    font-weight: 800;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
}

@media (max-width: 767px) {
    .modal-social-tile .modal-dialog .modal-body .follow-us-wrap a {
        margin-top: 10px;
    }
}

.modal-social-tile .modal-dialog .modal-body .follow-us-wrap a .brand-to-follow {
    color: #EE2C74;
}

.baby-name-finder {
    width: 100%;
    height: 100%;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.baby-name-finder .background--theme--blue {
    display: block;
    position: relative;
    background-color: #278dcd;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.baby-name-finder .dd-select {
    width: 153px !important;
    background: #eeeeee;
    border-radius: 20px !important;
    z-index: 99999;
    height: 30px !important;
    line-height: 7px;
    text-shadow: 1px 1px #ffffff;
    font-weight: 500 !important;
}

.baby-name-finder .dd-selected {
    font-family: "museo_sans500", Arial, sans-serif;
    font-size: 15px;
    color: #c5c5c5;
}

.baby-name-finder .dd-selected:hover {
    font-family: "museo_sans500", Arial, sans-serif;
    font-size: 15px;
    color: #278dcd;
}

.baby-name-finder .dd-options {
    width: 150px !important;
    margin-top: -20px !important;
    left: 2px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.baby-name-finder .dd-options li a {
    height: 50px;
    line-height: 25px;
}

.baby-name-finder .dd-options li a label {
    font-family: "museo_sans500", Arial, sans-serif;
    font-size: 15px;
    color: #c5c5c5;
}

.baby-name-finder .dd-options li:first-child a {
    height: 70px;
    line-height: 60px;
}

.baby-name-finder .dd-options li:last-child {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.baby-name-finder .dd-options li:last-child a {
    height: 50px;
    line-height: 25px;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.baby-name-finder .dd-options li:last-child a label {
    font-family: "museo_sans500", Arial, sans-serif;
    font-size: 15px;
    color: #c5c5c5;
}

.baby-name-finder .dd-options > li:last-child > .dd-option {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.baby-name-finder .top--shadow {
    position: absolute;
    width: 1277px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 800px) {
    .baby-name-finder .top--shadow {
        top: 0px;
        position: fixed;
        transform: translateX(0%);
        width: 100% !important;
        left: 0;
        display: none !important;
    }
}

.baby-name-finder .bottom--shadow {
    position: absolute;
    width: 1277px;
    bottom: 0px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow-x: hidden;
}

@media (max-width: 800px) {
    .baby-name-finder .bottom--shadow {
        display: none !important;
    }
}

@media (max-height: 700px) {
    .baby-name-finder .bottom--shadow {
        display: none !important;
    }
}

.baby-name-finder .Wrapper {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 350px) {
    .baby-name-finder .Wrapper {
        overflow-x: hidden;
    }
}

.baby-name-finder .Wrapper .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #278dcd;
    top: 0;
    left: 0;
}

.baby-name-finder .Wrapper .Wrapper--Inner {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    transform: translateX(0);
    top: 30px;
    transform: translateY(0%);
}

@media screen and (max-width: 350px) {
    .baby-name-finder .Wrapper .Wrapper--Inner {
        overflow-x: hidden;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 100%;
    }
}

@media (max-width: 400px) {
    .baby-name-finder .Wrapper .Wrapper--Inner {
        top: 0%;
        height: 100%;
        transform: translateY(0);
    }
}

.baby-name-finder .bold {
    font-weight: bold;
    text-align: left;
}

.baby-name-finder .grid-6 {
    width: 60%;
    float: left;
}

.baby-name-finder .namesContent {
    top: 30px;
    display: block;
    position: relative;
    max-width: 839px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.baby-name-finder .clearFix {
    clear: both;
}

.baby-name-finder .letter_Paging {
    display: block;
    position: relative;
    max-width: 839px;
    margin: 0 auto;
    padding-left: 30px;
}

.baby-name-finder .letter_Paging ul .selected {
    background-color: #67afdc;
}

.baby-name-finder .letter_Paging ul .selected p {
    color: #d4e8f5;
}

.baby-name-finder .letter_Paging ul li {
    float: left;
    margin-top: 20px;
    background: url("/tools/images/icons/letter_border.png");
    background-repeat: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.baby-name-finder .letter_Paging ul li p {
    font-family: "museo_sans500", Arial, sans-serif;
    color: #67afdc;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.baby-name-finder .grid-4 {
    width: 40%;
    float: left;
}

.baby-name-finder .grid-4 li {
    margin-left: 10px !important;
    border: none !important;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 28px;
    float: left;
}

.baby-name-finder .grid-4 li .girl {
    display: block;
    padding: 0px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    background: url("../images/icons/girl_names_icon.png");
    background-repeat: none;
    width: 17px;
    height: 18px;
}

.baby-name-finder .grid-4 li .boy {
    display: block;
    padding: 0px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    background: url("../images/icons/boy_names_icon.png");
    background-repeat: none;
    width: 14px;
    height: 18px;
}

.baby-name-finder .paging {
    background: #68afdc;
    height: 44px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -20px !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.baby-name-finder .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
    margin-top: 5px !important;
    margin-left: 20px !important;
}

.baby-name-finder .pagination > li > a {
    font-family: "museo_sans900", Arial, sans-serif;
}

.baby-name-finder .pagination > li > a, .baby-name-finder .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #c3dff1;
    text-decoration: none;
    background-color: transparent !important;
    border: none !important;
}

.baby-name-finder .pagination > li > a:hover {
    color: white;
}

.baby-name-finder .pagination > .disabled > span, .baby-name-finder .pagination > .disabled > span:hover, .baby-name-finder .pagination > .disabled > span:focus, .baby-name-finder .pagination > .disabled > a, .baby-name-finder .pagination > .disabled > a:hover, .baby-name-finder .pagination > .disabled > a:focus {
    color: white;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.baby-name-finder .headerDes {
    width: 100%;
    background-color: #419bd3;
    height: 44px;
    line-height: 44px;
}

.baby-name-finder .headerDes p {
    margin-left: 10px;
    color: #c3dff1;
    font-family: "museo_sans900", Arial, sans-serif !important;
    font-weight: bold;
    font-size: 14px;
}

.baby-name-finder .headerBar {
    width: 100%;
    background-color: #68afdc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 44px;
    line-height: 44px;
}

.baby-name-finder .headerBar img {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 13px;
    float: left;
}

.baby-name-finder .headerBar p {
    font-family: "museo_sans900", Arial, sans-serif;
    font-size: 18px;
    color: white !important;
    padding-left: 15px;
}

.baby-name-finder .panel-heading {
    background: #4ea1d6 !important;
    border-color: #4ea1d6 !important;
}

.baby-name-finder .panel-group .panel {
    margin-top: 5px !important;
    border-color: #68afdc !important;
    border-bottom: none;
}

.baby-name-finder .panel-group .panel-heading + .panel-collapse > .panel-body, .baby-name-finder .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
    border-top: none !important;
}

.baby-name-finder .panel-body {
    padding: 0;
    margin: 0;
    background-color: #278dcd;
}

.baby-name-finder .panel-body li {
    font-size: 14px;
    font-family: "museo_sans500", Arial, sans-serif;
    color: white !important;
    border-top: 1px solid #68afdc;
}

.baby-name-finder .panel-body li .nameHolder {
    display: inline-block;
    height: auto;
    width: 100%;
}

.baby-name-finder .panel-body li p {
    top: 0;
    padding: 10px;
    color: white !important;
    padding-left: 10px;
    line-height: 18px;
}

.baby-name-finder .panel-title {
    color: #d4e8f5;
    font-family: "museo_sans900", Arial, sans-serif !important;
    font-size: 12px;
}

.baby-name-finder .panel-title a {
    line-height: 30px;
    text-decoration: none;
}

.baby-name-finder .panel-title .girl {
    display: block;
    padding: 0px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    background: url("../images/girl_names_icon.png");
    background-repeat: none;
    width: 17px;
    height: 18px;
}

.baby-name-finder .panel-title .boy {
    display: block;
    padding: 0px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    background: url("../images/boy_names_icon.png");
    background-repeat: none;
    width: 14px;
    height: 18px;
}

.baby-name-finder .panel-heading {
    cursor: pointer;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.baby-name-finder .panel-group .panel {
    margin-top: 0 !important;
    margin-bottom: 0;
    border-radius: 0 !important;
}

.baby-name-finder .wrapper--baby--names {
    position: relative;
    width: 100%;
    max-width: 396px;
    margin: 0 auto;
}

.baby-name-finder .dd-container {
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.baby-name-finder .searchBox {
    position: relative;
}

.baby-name-finder .textField {
    position: relative;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.baby-name-finder .textField p {
    font-family: "museo_sans700", Arial, sans-serif;
    font-size: 14px;
    color: white;
}

.baby-name-finder .searchSelect {
    position: relative;
    float: left;
}

.baby-name-finder .searchBtn {
    position: relative;
    float: left;
}

.baby-name-finder .tabs {
    display: block;
    max-width: 820px;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 825px) {
    .baby-name-finder .tabs {
        margin-top: 60px;
    }
}

@media (max-width: 400px) {
    .baby-name-finder .tabs {
        margin-top: 30px;
    }
}

.baby-name-finder .tabs .hrDottedline {
    height: 1px;
    border: 1px dotted white !important;
    max-width: 605px;
    margin-left: 205px;
}

.baby-name-finder .tabs ul .left.active a {
    font-family: "museo_sans900", Arial, sans-serif !important;
    color: white !important;
    background-color: #278dcd !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border: 1px dotted white !important;
    border-bottom: none !important;
    height: 46px !important;
    margin-top: -1px !important;
    z-index: 99999;
}

.baby-name-finder .tabs ul .left a {
    font-family: "museo_sans900", Arial, sans-serif !important;
    color: white !important;
    background-color: #68afdc !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 0px !important;
    border: 1px dotted white !important;
    margin-top: 0 !important;
    z-index: 0;
}

.baby-name-finder .tabs ul .right.active a {
    font-family: "museo_sans900", Arial, sans-serif !important;
    color: white !important;
    background-color: #278dcd !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    border: 1px dotted white !important;
    height: 46px !important;
    margin-top: -1px !important;
    border-bottom: none !important;
    z-index: 99999;
}

.baby-name-finder .tabs ul .right a {
    font-family: "museo_sans900", Arial, sans-serif !important;
    color: white !important;
    background-color: #68afdc !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 15px !important;
    border: 1px dotted white !important;
    border-left: none !important;
    margin-top: 0 !important;
    margin-left: -10px;
    z-index: 0;
}

.baby-name-finder .nav-tabs {
    border-bottom: none !important;
}

.baby-name-finder .searchNames {
    max-width: 815px;
    margin: 0 auto;
    padding: 0px;
}

.baby-name-finder .searchNames .inputBox {
    display: block;
    position: relative;
    float: left;
    width: 140px;
    height: 40px;
    margin-right: 25px;
}

@media screen and (max-width: 825px) {
    .baby-name-finder .searchNames .inputBox {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

.baby-name-finder .searchNames .inputBox input {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 10px;
}

.baby-name-finder .searchNames .genderSelect {
    display: block;
    position: relative;
    float: left;
    width: 330px;
    height: 40px;
}

@media screen and (max-width: 825px) {
    .baby-name-finder .searchNames .genderSelect {
        float: none;
        padding-left: 15px;
        width: 100%;
        max-width: 350px;
    }
}

@media screen and (max-width: 350px) {
    .baby-name-finder .searchNames .genderSelect {
        min-height: 80px;
        width: 100%;
        max-width: 280px;
    }
}

.baby-name-finder .searchNames .genderSelect .formplate {
    position: relative;
    width: 65px;
    float: left;
    margin-top: 10px;
}

.baby-name-finder .searchNames .genderSelect .formplate p {
    font-family: "museo_sans700", Arial, sans-serif;
    font-size: 14px;
    color: white;
}

@media screen and (max-width: 350px) {
    .baby-name-finder .searchNames .genderSelect .formplate {
        width: 75px;
        padding-left: 5px;
    }
}

.baby-name-finder .searchNames .originSelect {
    display: block;
    position: relative;
    float: left;
    width: 184px;
    height: 40px;
}

@media screen and (max-width: 825px) {
    .baby-name-finder .searchNames .originSelect {
        float: left;
        padding-left: 5px;
    }
}

@media screen and (max-width: 350px) {
    .baby-name-finder .searchNames .originSelect {
        float: none;
        padding-left: 5px;
    }
}

.baby-name-finder .searchNames .originSelect label {
    display: inline-block;
    color: #b4b3b2;
    text-shadow: 1px 1px #ffffff;
    font-size: 14px;
    font-family: 'museo_sans500', Arial, sans-serif;
    padding: 0;
    font-weight: 300;
}

.baby-name-finder .searchNames .searchCTA {
    display: block;
    position: relative;
    float: left;
    width: 120px;
    height: 40px;
}

@media screen and (max-width: 825px) {
    .baby-name-finder .searchNames .searchCTA {
        float: left;
    }
}

@media screen and (max-width: 350px) {
    .baby-name-finder .searchNames .searchCTA {
        float: none;
        padding-left: 15px;
        margin-top: 10px;
    }
}

.baby-name-finder .searchGender {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px !important;
}

.baby-name-finder .searchGender .textField {
    position: relative;
    float: left;
    margin-top: 12px;
    margin-left: 5px;
    margin-right: 5px;
}

.baby-name-finder .searchGender .textField p {
    font-family: "museo_sans700", Arial, sans-serif;
    font-size: 14px;
    color: white;
}

.baby-name-finder .searchGender ul li {
    margin-left: 10px;
}

.baby-name-finder .searchGender ul li p {
    font-family: "museo_sans700", Arial, sans-serif;
    font-size: 14px;
    color: white;
}

.baby-name-finder .searchGender ul li p {
    line-height: 17px;
    margin-left: 5px;
}

.baby-name-finder .huggies--btn:hover p {
    color: #81807f;
}

.baby-name-finder .loader {
    display: none;
    margin: 6em auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(175, 133, 23, 0.2);
    border-right: 1.1em solid rgba(175, 133, 23, 0.2);
    border-bottom: 1.1em solid rgba(175, 133, 23, 0.2);
    border-left: 1.1em solid #af8517;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    overflow: hidden;
}

.baby-name-finder .loader, .baby-name-finder .loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.baby-name-finder .bs-example {
    margin: 20px;
}

.baby-name-finder .dd-options {
    max-height: 280px !important;
}

.baby-name-finder .letter_Paging ul li {
    float: left;
    margin-top: 20px;
    background: url("../images/letter_border.png");
    background-repeat: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.baby-name-finder .huggies--btn {
    margin-left: -6px;
    display: block;
    width: 127px;
    height: 39px;
    background: url(../images/buttonBabyName.png) center center no-repeat !important;
    margin-bottom: 15px;
    cursor: pointer;
}

.baby-name-finder .searchNames .searchCTA {
    display: block;
    position: relative;
    float: left;
    width: 120px;
    height: 40px;
}

.baby-name-finder .searchBtn {
    position: relative;
    float: left;
}

.baby-name-finder .huggies--btn p {
    width: 127px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #b4b3b2;
    text-shadow: 1px 1px #ffffff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .baby-name-finder .searchNames .inputBox {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .baby-name-finder .searchNames .inputBox {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
}

.comp-baby-height-calculator {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    /*.height-predictor .calculator-body .form-container .baby .boy:before, 
	.height-predictor .calculator-body .form-container .baby .girl:before {
		content: ''; 
		display: block; 
		width: 62px; 
		height: 27px; 
		background-repeat: no-repeat; 
		background-size: contain; 
		background-position: 50% 50%; 
		margin-top: 6px
	}*/
    /*.height-predictor .calculator-body .form-container .baby .boy:before {
		background-image: url("./Project/images/boy.svg")
	}*/
    /*.height-predictor .calculator-body .form-container .baby .girl:before {
		background-image: url("./Project/images/girl.svg")
	}*/
    /*.height-predictor .scale:before {
		content: ''; 
		display: block; 
		background-image: url("./Project/images/giraffe.svg"); 
		height: 300px; background-size: cover; width: 178px; 
		position: absolute; 
		bottom: -10px; left: -29px
	}*/
}

.comp-baby-height-calculator h2 {
    font-weight: normal;
    font-size: 26px;
    color: #e62e49;
}

.comp-baby-height-calculator p {
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.comp-baby-height-calculator .height-predictor {
    color: #666;
    margin: 30px 0;
    clear: both;
}

.comp-baby-height-calculator .mini.height-predictor {
    margin: 10px 0 0 0;
}

.comp-baby-height-calculator .height-predictor .calculator-title {
    border-radius: 10px 10px 0 0;
    font-family: 'Huggies Omnes Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff !important;
    font-size: 30px;
    display: block;
    padding: 28px 30px 30px 150px;
    position: relative;
    margin: 0;
    line-height: 1em;
    text-decoration: none !important;
    outline: none;
}

.comp-baby-height-calculator .height-predictor .calculator-title:hover {
    text-decoration: none !important;
}

.comp-baby-height-calculator .height-predictor .calculator-title strong {
    font-family: 'Huggies Omnes Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff !important;
}

.comp-baby-height-calculator .height-predictor .calculator-title .calculator-title-icon-container {
    border-radius: 50%;
    width: 108px;
    height: 108px;
    background: #fff;
    border: 14px solid #000;
    position: absolute;
    top: -10px;
    left: 20px;
    text-align: center;
}

.comp-baby-height-calculator .height-predictor .calculator-title .calculator-title-icon-container:before {
    border-radius: 50%;
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    border: #fff 1px dashed;
    top: -4px;
    left: -4px;
}

.comp-baby-height-calculator .height-predictor .calculator-title .calculator-title-icon-container i {
    line-height: 78px;
    vertical-align: middle;
    color: #000;
    font-size: 32px;
}

.comp-baby-height-calculator .height-predictor .calculator-body {
    border-radius: 0 0 10px 10px;
    padding: 30px 20px 45px;
}

.comp-baby-height-calculator .height-predictor .calculator-body .description {
    text-align: center;
    margin-bottom: 25px;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container {
    border-radius: 8px;
    padding: 20px 0 8px 0;
    text-align: center;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container form {
    margin: 0;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container label, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .p-label {
    margin-bottom: 8px;
    font-weight: bold;
    display: block;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .form-group {
    margin: 0 5px 15px;
    display: inline-block;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .calculate-button {
    margin: 8px auto -23px;
    color: #fff;
    background: #000;
    display: block;
}

.comp-baby-height-calculator .height-predictor .calculator-body .calculate-button {
    font-family: 'Huggies Omnes Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    padding: 8px 20px 11px;
    border: none;
    border-radius: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    -webkit-appearance: button;
    -webkit-font-smoothing: auto;
}

@media screen and (max-width: 767px) {
    .comp-baby-height-calculator .nano.height-predictor .calculator-title .calculator-title-icon-container {
        left: 50%;
        margin-left: -54px;
    }
}

.comp-baby-height-calculator .height-predictor {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    -webkit-font-smoothing: auto;
    width: 100%;
}

.comp-baby-height-calculator .height-predictor.splash .calculator-body {
    background-color: #60dba6;
    padding: 0 20px;
}

.comp-baby-height-calculator .height-predictor.splash .splash {
    display: block;
    position: relative;
}

.comp-baby-height-calculator .height-predictor.splash .splash .scale {
    bottom: -20px;
    left: 35%;
}

.comp-baby-height-calculator .height-predictor.splash .splash .words {
    color: #fff !important;
    font-family: 'Huggies Omnes Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 35px;
    line-height: 42px;
    display: block;
    text-align: center;
    padding: 20px 0 300px 0;
}

.comp-baby-height-calculator .height-predictor.splash .splash .try-button {
    background-color: #f24daf;
    background-image: none;
    box-shadow: none;
    border-width: 0;
    border-radius: 16px;
    text-shadow: none;
    color: #fff;
    outline: none;
    margin: 15px auto 0 auto;
    padding: 8px 20px;
    display: block;
    font-family: 'Huggies Omnes Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

.comp-baby-height-calculator .height-predictor.splash .form-container, .comp-baby-height-calculator .height-predictor.splash .results {
    display: none;
}

@media (min-width: 640px) and (max-width: 768px) {
    .comp-baby-height-calculator .height-predictor.splash .calculator-title {
        padding: 28px 5px 30px 285px;
    }

    .comp-baby-height-calculator .height-predictor.splash .calculator-title .calculator-title-icon-container-small {
        left: 235px;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash {
        height: 215px;
        padding-left: 275px;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash .scale {
        bottom: -15px;
        left: 55px;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash .words {
        height: 215px;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 20px 0;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash .try-button {
        margin-left: 0;
        margin-right: 0;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash .try-button:hover, .comp-baby-height-calculator .height-predictor.splash .splash .try-button:focus {
        background-color: #f57dc4;
    }
}

@media (min-width: 992px) {
    .comp-baby-height-calculator .height-predictor.splash .calculator-title {
        padding: 28px 5px 30px 285px;
    }

    .comp-baby-height-calculator .height-predictor.splash .calculator-title .calculator-title-icon-container-small {
        left: 235px;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash {
        height: 215px;
        padding-left: 275px;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash .scale {
        bottom: -15px;
        left: 55px;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash .words {
        height: 215px;
        display: table-cell;
        vertical-align: middle;
        text-align: left;
        padding: 20px 0;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash .try-button {
        margin-left: 0;
        margin-right: 0;
    }

    .comp-baby-height-calculator .height-predictor.splash .splash .try-button:hover, .comp-baby-height-calculator .height-predictor.splash .splash .try-button:focus {
        background-color: #f57dc4;
    }
}

.comp-baby-height-calculator .height-predictor .splash {
    display: none;
}

.comp-baby-height-calculator .height-predictor .calculator-title {
    background-color: #55c393;
    padding: 28px 20px 30px 85px;
}

.comp-baby-height-calculator .height-predictor .calculator-title .calculator-title-icon-container-small {
    display: inline-block;
    text-align: left;
    font-size: 45px;
    line-height: 85px;
    position: absolute;
    top: 0;
    left: 25px;
}

.comp-baby-height-calculator .height-predictor .calculator-body {
    background-color: #e9f7f1;
    padding: 30px 20px 35px;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container {
    background-color: #e0f4eb;
    border: 1px dashed #ade2cb;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .form-inline {
    text-align: center;
}

@media (min-width: 768px) {
    .comp-baby-height-calculator .height-predictor .calculator-body .form-container .form-inline {
        text-align: left;
    }
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .form-group {
    width: 31%;
    min-width: 170px;
    display: inline-block;
    margin: 0;
    padding: 0 5px 10px 5px;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: top;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .form-group label {
    text-align: center;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby {
    white-space: nowrap;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby.boy .boy, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby.girl .girl {
    border: 2px solid #ade2cb;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby.boy .girl, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby.girl .boy {
    opacity: .5;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby .boy, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby .girl {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 10px;
    width: 66px;
    height: 43px;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby .boy .bg-img, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby .girl .bg-img {
    display: block;
    width: 62px;
    height: 27px;
    margin-top: 6px;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .baby .girl {
    margin-left: 3px;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .mother, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .father {
    position: relative;
    border-radius: 10px;
    margin-right: 50px;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .mother input, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .father input {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 43px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857;
    color: #666;
    background-color: white;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 10px 0 0 10px;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .mother input:focus, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .father input:focus {
    border-color: #ade2cb;
    outline: 0;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .mother:after, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .father:after {
    content: 'cm';
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    background-color: #f1faf7;
    height: 43px;
    line-height: 43px;
    width: 50px;
    color: #999;
    font-size: 15px;
    border-radius: 0 10px 10px 0;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .calculate-button {
    clear: both;
    background-color: #23b274;
    color: #fff;
    outline: none;
    text-shadow: none;
    box-shadow: none;
}

.comp-baby-height-calculator .height-predictor .calculator-body .form-container .calculate-button:hover, .comp-baby-height-calculator .height-predictor .calculator-body .form-container .calculate-button:focus {
    background-color: #31d78f;
}

.comp-baby-height-calculator .height-predictor .results {
    margin-top: 30px;
    border-radius: 6px;
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
}

.comp-baby-height-calculator .height-predictor .results.boy {
    background-color: #64cef6;
}

.comp-baby-height-calculator .height-predictor .results.boy .words:after {
    background-color: #88d9f8;
}

.comp-baby-height-calculator .height-predictor .results.boy .marker.min, .comp-baby-height-calculator .height-predictor .results.boy .marker.max {
    background-color: #f362bb;
}

.comp-baby-height-calculator .height-predictor .results.boy .marker.min:before, .comp-baby-height-calculator .height-predictor .results.boy .marker.max:before {
    border-color: transparent #f362bb transparent transparent;
}

.comp-baby-height-calculator .height-predictor .results.boy .marker.prob {
    background-color: #e7007a;
}

.comp-baby-height-calculator .height-predictor .results.boy .marker.prob:before {
    border-color: transparent #e7007a transparent transparent;
}

.comp-baby-height-calculator .height-predictor .results.girl {
    background-color: #f24daf;
}

.comp-baby-height-calculator .height-predictor .results.girl .words:after {
    background-color: #da9dd5;
}

.comp-baby-height-calculator .height-predictor .results.girl .marker.min, .comp-baby-height-calculator .height-predictor .results.girl .marker.max {
    background-color: #80d7f7;
}

.comp-baby-height-calculator .height-predictor .results.girl .marker.min:before, .comp-baby-height-calculator .height-predictor .results.girl .marker.max:before {
    border-color: transparent #80d7f7 transparent transparent;
}

.comp-baby-height-calculator .height-predictor .results.girl .marker.prob {
    background-color: #00aeef;
}

.comp-baby-height-calculator .height-predictor .results.girl .marker.prob:before {
    border-color: transparent #00aeef transparent transparent;
}

.comp-baby-height-calculator .height-predictor .results.boy .gender:before {
    content: 'boy';
}

.comp-baby-height-calculator .height-predictor .results.girl .gender:before {
    content: 'girl';
}

.comp-baby-height-calculator .height-predictor .results .heading {
    text-align: center;
    color: #fff;
    font-family: 'Huggies Omnes Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 24px;
    padding: 30px 0 0 0;
}

.comp-baby-height-calculator .height-predictor .results .heading strong {
    color: #fff !important;
    font-family: 'Huggies Omnes Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.comp-baby-height-calculator .height-predictor .results .cols {
    display: block;
}

.comp-baby-height-calculator .height-predictor .results .graph, .comp-baby-height-calculator .height-predictor .results .words {
    vertical-align: middle;
    text-align: center;
}

.comp-baby-height-calculator .height-predictor .results .graph {
    display: inline-block;
    height: 330px;
    width: 250px;
    margin-top: 30px;
    position: relative;
}

.comp-baby-height-calculator .height-predictor .results .words {
    display: block;
    position: relative;
    padding: 30px 0 10px 0;
}

.comp-baby-height-calculator .height-predictor .results .words:after {
    content: '';
    display: block;
    position: absolute;
    left: 10%;
    bottom: -20px;
    width: 80%;
    height: 1px;
}

@media (min-width: 768px) {
    .comp-baby-height-calculator .height-predictor .results {
        text-align: left;
    }

    .comp-baby-height-calculator .height-predictor .results .cols {
        display: table-row;
    }

    .comp-baby-height-calculator .height-predictor .results .graph, .comp-baby-height-calculator .height-predictor .results .words {
        display: table-cell;
        position: relative;
        height: 340px;
    }

    .comp-baby-height-calculator .height-predictor .results .graph {
        width: 45%;
        right: 55%;
    }

    .comp-baby-height-calculator .height-predictor .results .words {
        top: 0;
        width: 55%;
        left: 45%;
        padding: 0;
    }

    .comp-baby-height-calculator .height-predictor .results .words:after {
        left: 0;
        top: 10%;
        bottom: 0;
        width: 1px;
        height: 80%;
    }
}

.comp-baby-height-calculator .height-predictor .results .words {
    position: relative;
}

.comp-baby-height-calculator .height-predictor .results .words .message {
    color: #fff;
    font-family: 'Huggies Omnes Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    padding: 0 30px;
}

.comp-baby-height-calculator .height-predictor .results .words .message strong {
    color: #fff !important;
    font-family: 'Huggies Omnes Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.comp-baby-height-calculator .height-predictor .results .words .disclaimer {
    color: #fff;
    font-size: 12px;
    padding: 20px 30px 0;
}

.comp-baby-height-calculator .height-predictor .scale {
    position: absolute;
    bottom: 10px;
    left: 75px;
    width: 40px;
    height: 220px;
}

.comp-baby-height-calculator .height-predictor .scale .bg-img {
    display: block;
    height: 300px;
    width: 178px;
    position: absolute;
    bottom: -10px;
    left: -29px;
}

.comp-baby-height-calculator .height-predictor .scale.s275 {
    counter-reset: notches 275;
}

.comp-baby-height-calculator .height-predictor .scale.s270 {
    counter-reset: notches 270;
}

.comp-baby-height-calculator .height-predictor .scale.s265 {
    counter-reset: notches 265;
}

.comp-baby-height-calculator .height-predictor .scale.s260 {
    counter-reset: notches 260;
}

.comp-baby-height-calculator .height-predictor .scale.s255 {
    counter-reset: notches 255;
}

.comp-baby-height-calculator .height-predictor .scale.s250 {
    counter-reset: notches 250;
}

.comp-baby-height-calculator .height-predictor .scale.s245 {
    counter-reset: notches 245;
}

.comp-baby-height-calculator .height-predictor .scale.s240 {
    counter-reset: notches 240;
}

.comp-baby-height-calculator .height-predictor .scale.s235 {
    counter-reset: notches 235;
}

.comp-baby-height-calculator .height-predictor .scale.s230 {
    counter-reset: notches 230;
}

.comp-baby-height-calculator .height-predictor .scale.s225 {
    counter-reset: notches 225;
}

.comp-baby-height-calculator .height-predictor .scale.s220 {
    counter-reset: notches 220;
}

.comp-baby-height-calculator .height-predictor .scale.s215 {
    counter-reset: notches 215;
}

.comp-baby-height-calculator .height-predictor .scale.s210 {
    counter-reset: notches 210;
}

.comp-baby-height-calculator .height-predictor .scale.s205 {
    counter-reset: notches 205;
}

.comp-baby-height-calculator .height-predictor .scale.s200 {
    counter-reset: notches 200;
}

.comp-baby-height-calculator .height-predictor .scale.s195 {
    counter-reset: notches 195;
}

.comp-baby-height-calculator .height-predictor .scale.s190 {
    counter-reset: notches 190;
}

.comp-baby-height-calculator .height-predictor .scale.s185 {
    counter-reset: notches 185;
}

.comp-baby-height-calculator .height-predictor .scale.s180 {
    counter-reset: notches 180;
}

.comp-baby-height-calculator .height-predictor .scale.s175 {
    counter-reset: notches 175;
}

.comp-baby-height-calculator .height-predictor .scale.s170 {
    counter-reset: notches 170;
}

.comp-baby-height-calculator .height-predictor .scale.s165 {
    counter-reset: notches 165;
}

.comp-baby-height-calculator .height-predictor .scale.s160 {
    counter-reset: notches 160;
}

.comp-baby-height-calculator .height-predictor .scale.s155 {
    counter-reset: notches 155;
}

.comp-baby-height-calculator .height-predictor .scale.s150 {
    counter-reset: notches 150;
}

.comp-baby-height-calculator .height-predictor .scale.s145 {
    counter-reset: notches 145;
}

.comp-baby-height-calculator .height-predictor .scale.s140 {
    counter-reset: notches 140;
}

.comp-baby-height-calculator .height-predictor .scale.s135 {
    counter-reset: notches 135;
}

.comp-baby-height-calculator .height-predictor .scale.s130 {
    counter-reset: notches 130;
}

.comp-baby-height-calculator .height-predictor .scale.s125 {
    counter-reset: notches 125;
}

.comp-baby-height-calculator .height-predictor .scale.s120 {
    counter-reset: notches 120;
}

.comp-baby-height-calculator .height-predictor .scale.s115 {
    counter-reset: notches 115;
}

.comp-baby-height-calculator .height-predictor .scale.s110 {
    counter-reset: notches 110;
}

.comp-baby-height-calculator .height-predictor .scale.s105 {
    counter-reset: notches 105;
}

.comp-baby-height-calculator .height-predictor .scale.s100 {
    counter-reset: notches 100;
}

.comp-baby-height-calculator .height-predictor .scale.s95 {
    counter-reset: notches 95;
}

.comp-baby-height-calculator .height-predictor .scale.s90 {
    counter-reset: notches 90;
}

.comp-baby-height-calculator .height-predictor .scale.s85 {
    counter-reset: notches 85;
}

.comp-baby-height-calculator .height-predictor .scale.s80 {
    counter-reset: notches 80;
}

.comp-baby-height-calculator .height-predictor .scale.s75 {
    counter-reset: notches 75;
}

.comp-baby-height-calculator .height-predictor .scale .notch {
    counter-increment: notches -5;
    background-color: #ba7139;
    height: 2px;
    margin: 23px 0 23px 20px;
    position: relative;
}

.comp-baby-height-calculator .height-predictor .scale .notch:after {
    content: '';
    position: absolute;
    top: -9px;
    left: 27px;
    color: white;
    text-align: left;
    opacity: .5;
    content: counter(notches) "cm";
    font-family: 'Huggies Omnes Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
}

.comp-baby-height-calculator .height-predictor .scale .marker {
    color: white;
    position: absolute;
    bottom: 0;
    left: 40px;
    height: 26px;
    line-height: 26px;
    text-align: left;
    padding-left: 10px;
    font-family: 'Huggies Omnes Medium', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    white-space: nowrap;
}

.comp-baby-height-calculator .height-predictor .scale .marker.min, .comp-baby-height-calculator .height-predictor .scale .marker.max {
    padding-right: 20px;
}

.comp-baby-height-calculator .height-predictor .scale .marker.min:before, .comp-baby-height-calculator .height-predictor .scale .marker.max:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 8px 13px 0;
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
}

.comp-baby-height-calculator .height-predictor .scale .marker.min {
    bottom: 58px;
}

.comp-baby-height-calculator .height-predictor .scale .marker.max {
    bottom: 158px;
}

.comp-baby-height-calculator .height-predictor .scale .marker.prob, .comp-baby-height-calculator .height-predictor .scale .marker.eg {
    bottom: 101px;
    height: 40px;
    line-height: 40px;
    padding-right: 25px;
    font-size: 24px;
}

.comp-baby-height-calculator .height-predictor .scale .marker.prob:before, .comp-baby-height-calculator .height-predictor .scale .marker.eg:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12px 20px 0;
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
}

.comp-baby-height-calculator .height-predictor .scale .marker.eg {
    background-color: #55c393;
    -webkit-animation: movingmarker 20s 0s infinite;
    -moz-animation: movingmarker 20s 0s infinite;
    animation: movingmarker 20s 0s infinite;
}

.comp-baby-height-calculator .height-predictor .scale .marker.eg:before {
    border-color: transparent #55c393 transparent transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
    .comp-baby-height-calculator .height-predictor .scale {
        left: 45px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    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;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 22px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 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 {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1px -1px 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 {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    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: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.bg-primary {
    background-color: #0072bc !important;
    color: #FFF !important;
}

.bg-secondary {
    background-color: #424C5F !important;
    color: #FFF;
}

.bg-secondary-dark {
    color: #FFF !important;
    background-color: #2E384E !important;
}

.bg-secondary-dark p {
    opacity: 0.4;
}

.bg-secondary-dark p.lead {
    opacity: 1;
}

.bg-secondary-light {
    color: #FFF;
    background-color: #4D5668 !important;
}

.bg-secondary-lighter {
    color: #FFF;
    background-color: #586071 !important;
}

.bg-white {
    background-color: #fff;
    color: #000;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.bg-dark {
    background-color: #2E384E;
    color: #FFF;
}

.bg-transparent {
    background-color: transparent !important;
    color: #FFF;
}

.bg-transparent a, .bg-transparent p, .bg-transparent h1, .bg-transparent h2, .bg-transparent h3, .bg-transparent h4, .bg-transparent h5, .bg-transparent h6, .bg-transparent i {
    color: #FFF !important;
}

.bg-transparent .dropdown-menu a, .bg-transparent .dropdown-menu h1, .bg-transparent .dropdown-menu h2, .bg-transparent .dropdown-menu h3, .bg-transparent .dropdown-menu h4, .bg-transparent .dropdown-menu h5, .bg-transparent .dropdown-menu h6, .bg-transparent .dropdown-menu p, .bg-transparent .dropdown-menu i, .bg-transparent .mega-dropdown-menu a, .bg-transparent .mega-dropdown-menu h1, .bg-transparent .mega-dropdown-menu h2, .bg-transparent .mega-dropdown-menu h3, .bg-transparent .mega-dropdown-menu h4, .bg-transparent .mega-dropdown-menu h5, .bg-transparent .mega-dropdown-menu h6, .bg-transparent .mega-dropdown-menu p, .bg-transparent .mega-dropdown-menu i {
    color: #424C5F !important;
}

.bg-media {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    position: relative;
    overflow: hidden;
}

.bg-media:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000011;
    opacity: 0.6;
    z-index: 0;
}

.bg-media > * {
    z-index: 1;
    position: relative;
}

.bg-media > .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    z-index: 0;
}

.bg-parallax {
    background-attachment: fixed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-primary, .bg-secondary, .bg-dark, .bg-media {
    color: #FFF;
}

.bg-primary .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media), .bg-secondary .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media), .bg-dark .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media), .bg-media .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) {
    color: #424C5F !important;
}

.bg-primary .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) .btn-default, .bg-primary .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) input[type="file"] + label, .bg-secondary .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) .btn-default, .bg-secondary .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) input[type="file"] + label, .bg-dark .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) .btn-default, .bg-dark .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) input[type="file"] + label, .bg-media .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) .btn-default, .bg-media .dropdown-menu:not(.bg-primary):not(.bg-secondary):not(.bg-dark):not(.bg-media) input[type="file"] + label {
    color: #424C5F !important;
    border-color: #424C5F !important;
}

@media all and (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}

@media all and (min-width: 1200px) {
    .pull-left-lg {
        float: left;
    }
}

.row-vertical-align {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.row-vertical-align [class^="col-"], .row-vertical-align [class*="col-"] {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

.row-no-gutter [class^="col-"], .row-no-gutter [class*="col-"] {
    padding: 0 !important;
}

.p-x-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.p-x-1 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.p-x-2 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.p-x-3 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.p-x-4 {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.p-x-5 {
    padding-right: 100px !important;
    padding-left: 100px !important;
}

.p-x-6 {
    padding-right: 120px !important;
    padding-left: 120px !important;
}

.p-x-7 {
    padding-right: 140px !important;
    padding-left: 140px !important;
}

.p-x-8 {
    padding-right: 160px !important;
    padding-left: 160px !important;
}

.p-x-9 {
    padding-right: 180px !important;
    padding-left: 180px !important;
}

.p-x-10 {
    padding-right: 200px !important;
    padding-left: 200px !important;
}

.p-x-11 {
    padding-right: 220px !important;
    padding-left: 220px !important;
}

.p-x-12 {
    padding-right: 240px !important;
    padding-left: 240px !important;
}

.p-x-13 {
    padding-right: 260px !important;
    padding-left: 260px !important;
}

.p-x-14 {
    padding-right: 280px !important;
    padding-left: 280px !important;
}

.p-x-15 {
    padding-right: 300px !important;
    padding-left: 300px !important;
}

.p-x-16 {
    padding-right: 320px !important;
    padding-left: 320px !important;
}

.p-x-17 {
    padding-right: 340px !important;
    padding-left: 340px !important;
}

.p-x-18 {
    padding-right: 360px !important;
    padding-left: 360px !important;
}

.p-x-19 {
    padding-right: 380px !important;
    padding-left: 380px !important;
}

.p-x-20 {
    padding-right: 400px !important;
    padding-left: 400px !important;
}

.p-y-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.p-y-1 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.p-y-2 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.p-y-3 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.p-y-4 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.p-y-5 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.p-y-6 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}

.p-y-7 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}

.p-y-8 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
}

.p-y-9 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
}

.p-y-10 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
}

.p-y-11 {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
}

.p-y-12 {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
}

.p-y-13 {
    padding-top: 260px !important;
    padding-bottom: 260px !important;
}

.p-y-14 {
    padding-top: 280px !important;
    padding-bottom: 280px !important;
}

.p-y-15 {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
}

.p-y-16 {
    padding-top: 320px !important;
    padding-bottom: 320px !important;
}

.p-y-17 {
    padding-top: 340px !important;
    padding-bottom: 340px !important;
}

.p-y-18 {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
}

.p-y-19 {
    padding-top: 380px !important;
    padding-bottom: 380px !important;
}

.p-y-20 {
    padding-top: 400px !important;
    padding-bottom: 400px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-1 {
    padding-top: 20px !important;
}

.p-t-2 {
    padding-top: 40px !important;
}

.p-t-3 {
    padding-top: 60px !important;
}

.p-t-4 {
    padding-top: 80px !important;
}

.p-t-5 {
    padding-top: 100px !important;
}

.p-t-6 {
    padding-top: 120px !important;
}

.p-t-7 {
    padding-top: 140px !important;
}

.p-t-8 {
    padding-top: 160px !important;
}

.p-t-9 {
    padding-top: 180px !important;
}

.p-t-10 {
    padding-top: 200px !important;
}

.p-t-11 {
    padding-top: 220px !important;
}

.p-t-12 {
    padding-top: 240px !important;
}

.p-t-13 {
    padding-top: 260px !important;
}

.p-t-14 {
    padding-top: 280px !important;
}

.p-t-15 {
    padding-top: 300px !important;
}

.p-t-16 {
    padding-top: 320px !important;
}

.p-t-17 {
    padding-top: 340px !important;
}

.p-t-18 {
    padding-top: 360px !important;
}

.p-t-19 {
    padding-top: 380px !important;
}

.p-t-20 {
    padding-top: 400px !important;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-1 {
    padding-bottom: 20px !important;
}

.p-b-2 {
    padding-bottom: 40px !important;
}

.p-b-3 {
    padding-bottom: 60px !important;
}

.p-b-4 {
    padding-bottom: 80px !important;
}

.p-b-5 {
    padding-bottom: 100px !important;
}

.p-b-6 {
    padding-bottom: 120px !important;
}

.p-b-7 {
    padding-bottom: 140px !important;
}

.p-b-8 {
    padding-bottom: 160px !important;
}

.p-b-9 {
    padding-bottom: 180px !important;
}

.p-b-10 {
    padding-bottom: 200px !important;
}

.p-b-11 {
    padding-bottom: 220px !important;
}

.p-b-12 {
    padding-bottom: 240px !important;
}

.p-b-13 {
    padding-bottom: 260px !important;
}

.p-b-14 {
    padding-bottom: 280px !important;
}

.p-b-15 {
    padding-bottom: 300px !important;
}

.p-b-16 {
    padding-bottom: 320px !important;
}

.p-b-17 {
    padding-bottom: 340px !important;
}

.p-b-18 {
    padding-bottom: 360px !important;
}

.p-b-19 {
    padding-bottom: 380px !important;
}

.p-b-20 {
    padding-bottom: 400px !important;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-1 {
    padding-left: 20px !important;
}

.p-l-2 {
    padding-left: 40px !important;
}

.p-l-3 {
    padding-left: 60px !important;
}

.p-l-4 {
    padding-left: 80px !important;
}

.p-l-5 {
    padding-left: 100px !important;
}

.p-l-6 {
    padding-left: 120px !important;
}

.p-l-7 {
    padding-left: 140px !important;
}

.p-l-8 {
    padding-left: 160px !important;
}

.p-l-9 {
    padding-left: 180px !important;
}

.p-l-10 {
    padding-left: 200px !important;
}

.p-l-11 {
    padding-left: 220px !important;
}

.p-l-12 {
    padding-left: 240px !important;
}

.p-l-13 {
    padding-left: 260px !important;
}

.p-l-14 {
    padding-left: 280px !important;
}

.p-l-15 {
    padding-left: 300px !important;
}

.p-l-16 {
    padding-left: 320px !important;
}

.p-l-17 {
    padding-left: 340px !important;
}

.p-l-18 {
    padding-left: 360px !important;
}

.p-l-19 {
    padding-left: 380px !important;
}

.p-l-20 {
    padding-left: 400px !important;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-1 {
    padding-right: 20px !important;
}

.p-r-2 {
    padding-right: 40px !important;
}

.p-r-3 {
    padding-right: 60px !important;
}

.p-r-4 {
    padding-right: 80px !important;
}

.p-r-5 {
    padding-right: 100px !important;
}

.p-r-6 {
    padding-right: 120px !important;
}

.p-r-7 {
    padding-right: 140px !important;
}

.p-r-8 {
    padding-right: 160px !important;
}

.p-r-9 {
    padding-right: 180px !important;
}

.p-r-10 {
    padding-right: 200px !important;
}

.p-r-11 {
    padding-right: 220px !important;
}

.p-r-12 {
    padding-right: 240px !important;
}

.p-r-13 {
    padding-right: 260px !important;
}

.p-r-14 {
    padding-right: 280px !important;
}

.p-r-15 {
    padding-right: 300px !important;
}

.p-r-16 {
    padding-right: 320px !important;
}

.p-r-17 {
    padding-right: 340px !important;
}

.p-r-18 {
    padding-right: 360px !important;
}

.p-r-19 {
    padding-right: 380px !important;
}

.p-r-20 {
    padding-right: 400px !important;
}

.m-x-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.m-x-1 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.m-x-2 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.m-x-3 {
    margin-right: 60px !important;
    margin-left: 60px !important;
}

.m-x-4 {
    margin-right: 80px !important;
    margin-left: 80px !important;
}

.m-x-5 {
    margin-right: 100px !important;
    margin-left: 100px !important;
}

.m-x-6 {
    margin-right: 120px !important;
    margin-left: 120px !important;
}

.m-x-7 {
    margin-right: 140px !important;
    margin-left: 140px !important;
}

.m-x-8 {
    margin-right: 160px !important;
    margin-left: 160px !important;
}

.m-x-9 {
    margin-right: 180px !important;
    margin-left: 180px !important;
}

.m-x-10 {
    margin-right: 200px !important;
    margin-left: 200px !important;
}

.m-x-11 {
    margin-right: 220px !important;
    margin-left: 220px !important;
}

.m-x-12 {
    margin-right: 240px !important;
    margin-left: 240px !important;
}

.m-x-13 {
    margin-right: 260px !important;
    margin-left: 260px !important;
}

.m-x-14 {
    margin-right: 280px !important;
    margin-left: 280px !important;
}

.m-x-15 {
    margin-right: 300px !important;
    margin-left: 300px !important;
}

.m-x-16 {
    margin-right: 320px !important;
    margin-left: 320px !important;
}

.m-x-17 {
    margin-right: 340px !important;
    margin-left: 340px !important;
}

.m-x-18 {
    margin-right: 360px !important;
    margin-left: 360px !important;
}

.m-x-19 {
    margin-right: 380px !important;
    margin-left: 380px !important;
}

.m-x-20 {
    margin-right: 400px !important;
    margin-left: 400px !important;
}

.m-y-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.m-y-1 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.m-y-2 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.m-y-3 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

.m-y-4 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.m-y-5 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.m-y-6 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
}

.m-y-7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
}

.m-y-8 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
}

.m-y-9 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
}

.m-y-10 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
}

.m-y-11 {
    margin-top: 220px !important;
    margin-bottom: 220px !important;
}

.m-y-12 {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
}

.m-y-13 {
    margin-top: 260px !important;
    margin-bottom: 260px !important;
}

.m-y-14 {
    margin-top: 280px !important;
    margin-bottom: 280px !important;
}

.m-y-15 {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
}

.m-y-16 {
    margin-top: 320px !important;
    margin-bottom: 320px !important;
}

.m-y-17 {
    margin-top: 340px !important;
    margin-bottom: 340px !important;
}

.m-y-18 {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
}

.m-y-19 {
    margin-top: 380px !important;
    margin-bottom: 380px !important;
}

.m-y-20 {
    margin-top: 400px !important;
    margin-bottom: 400px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-t-1 {
    margin-top: 20px !important;
}

.m-t-2 {
    margin-top: 40px !important;
}

.m-t-3 {
    margin-top: 60px !important;
}

.m-t-4 {
    margin-top: 80px !important;
}

.m-t-5 {
    margin-top: 100px !important;
}

.m-t-6 {
    margin-top: 120px !important;
}

.m-t-7 {
    margin-top: 140px !important;
}

.m-t-8 {
    margin-top: 160px !important;
}

.m-t-9 {
    margin-top: 180px !important;
}

.m-t-10 {
    margin-top: 200px !important;
}

.m-t-11 {
    margin-top: 220px !important;
}

.m-t-12 {
    margin-top: 240px !important;
}

.m-t-13 {
    margin-top: 260px !important;
}

.m-t-14 {
    margin-top: 280px !important;
}

.m-t-15 {
    margin-top: 300px !important;
}

.m-t-16 {
    margin-top: 320px !important;
}

.m-t-17 {
    margin-top: 340px !important;
}

.m-t-18 {
    margin-top: 360px !important;
}

.m-t-19 {
    margin-top: 380px !important;
}

.m-t-20 {
    margin-top: 400px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-1 {
    margin-bottom: 20px !important;
}

.m-b-2 {
    margin-bottom: 40px !important;
}

.m-b-3 {
    margin-bottom: 60px !important;
}

.m-b-4 {
    margin-bottom: 80px !important;
}

.m-b-5 {
    margin-bottom: 100px !important;
}

.m-b-6 {
    margin-bottom: 120px !important;
}

.m-b-7 {
    margin-bottom: 140px !important;
}

.m-b-8 {
    margin-bottom: 160px !important;
}

.m-b-9 {
    margin-bottom: 180px !important;
}

.m-b-10 {
    margin-bottom: 200px !important;
}

.m-b-11 {
    margin-bottom: 220px !important;
}

.m-b-12 {
    margin-bottom: 240px !important;
}

.m-b-13 {
    margin-bottom: 260px !important;
}

.m-b-14 {
    margin-bottom: 280px !important;
}

.m-b-15 {
    margin-bottom: 300px !important;
}

.m-b-16 {
    margin-bottom: 320px !important;
}

.m-b-17 {
    margin-bottom: 340px !important;
}

.m-b-18 {
    margin-bottom: 360px !important;
}

.m-b-19 {
    margin-bottom: 380px !important;
}

.m-b-20 {
    margin-bottom: 400px !important;
}

.m-l-0 {
    margin-left: 0px !important;
}

.m-l-1 {
    margin-left: 20px !important;
}

.m-l-2 {
    margin-left: 40px !important;
}

.m-l-3 {
    margin-left: 60px !important;
}

.m-l-4 {
    margin-left: 80px !important;
}

.m-l-5 {
    margin-left: 100px !important;
}

.m-l-6 {
    margin-left: 120px !important;
}

.m-l-7 {
    margin-left: 140px !important;
}

.m-l-8 {
    margin-left: 160px !important;
}

.m-l-9 {
    margin-left: 180px !important;
}

.m-l-10 {
    margin-left: 200px !important;
}

.m-l-11 {
    margin-left: 220px !important;
}

.m-l-12 {
    margin-left: 240px !important;
}

.m-l-13 {
    margin-left: 260px !important;
}

.m-l-14 {
    margin-left: 280px !important;
}

.m-l-15 {
    margin-left: 300px !important;
}

.m-l-16 {
    margin-left: 320px !important;
}

.m-l-17 {
    margin-left: 340px !important;
}

.m-l-18 {
    margin-left: 360px !important;
}

.m-l-19 {
    margin-left: 380px !important;
}

.m-l-20 {
    margin-left: 400px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-r-1 {
    margin-right: 20px !important;
}

.m-r-2 {
    margin-right: 40px !important;
}

.m-r-3 {
    margin-right: 60px !important;
}

.m-r-4 {
    margin-right: 80px !important;
}

.m-r-5 {
    margin-right: 100px !important;
}

.m-r-6 {
    margin-right: 120px !important;
}

.m-r-7 {
    margin-right: 140px !important;
}

.m-r-8 {
    margin-right: 160px !important;
}

.m-r-9 {
    margin-right: 180px !important;
}

.m-r-10 {
    margin-right: 200px !important;
}

.m-r-11 {
    margin-right: 220px !important;
}

.m-r-12 {
    margin-right: 240px !important;
}

.m-r-13 {
    margin-right: 260px !important;
}

.m-r-14 {
    margin-right: 280px !important;
}

.m-r-15 {
    margin-right: 300px !important;
}

.m-r-16 {
    margin-right: 320px !important;
}

.m-r-17 {
    margin-right: 340px !important;
}

.m-r-18 {
    margin-right: 360px !important;
}

.m-r-19 {
    margin-right: 380px !important;
}

.m-r-20 {
    margin-right: 400px !important;
}

.inline-div {
    display: inline-block;
}

.checkbox label:after, .radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}

.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}

.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }

    .text-left-sm {
        text-align: left;
    }

    .text-center-sm {
        text-align: center;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }

    .text-left-md {
        text-align: left;
    }

    .text-center-md {
        text-align: center;
    }

    .text-right-md {
        text-align: right;
    }

    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }

    .text-left-lg {
        text-align: left;
    }

    .text-center-lg {
        text-align: center;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-justify-lg {
        text-align: justify;
    }
}

.small-info {
    font-style: italic !important;
    font-size: 10px !important;
    margin-bottom: 10px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #2E384E;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default, input[type="file"] + label {
    color: #2E384E;
    background-color: #fff;
    border-color: #2E384E;
}

.btn-default:focus, input[type="file"] + label:focus, .btn-default.focus, input[type="file"] + label.focus {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: black;
}

.btn-default:hover, input[type="file"] + label:hover {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: #171c28;
}

.btn-default:active, input[type="file"] + label:active, .btn-default.active, input[type="file"] + label.active, .open > .btn-default.dropdown-toggle, .open > input[type="file"] + label.dropdown-toggle {
    color: #2E384E;
    background-color: #e6e6e6;
    border-color: #171c28;
}

.btn-default:active:hover, input[type="file"] + label:active:hover, .btn-default:active:focus, input[type="file"] + label:active:focus, .btn-default:active.focus, input[type="file"] + label:active.focus, .btn-default.active:hover, input[type="file"] + label.active:hover, .btn-default.active:focus, input[type="file"] + label.active:focus, .btn-default.active.focus, input[type="file"] + label.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > input[type="file"] + label.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > input[type="file"] + label.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .open > input[type="file"] + label.dropdown-toggle.focus {
    color: #2E384E;
    background-color: #d4d4d4;
    border-color: black;
}

.btn-default:active, input[type="file"] + label:active, .btn-default.active, input[type="file"] + label.active, .open > .btn-default.dropdown-toggle, .open > input[type="file"] + label.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled:hover, input[type="file"] + label.disabled:hover, .btn-default.disabled:focus, input[type="file"] + label.disabled:focus, .btn-default.disabled.focus, input[type="file"] + label.disabled.focus, .btn-default[disabled]:hover, input[type="file"] + label[disabled]:hover, .btn-default[disabled]:focus, input[type="file"] + label[disabled]:focus, .btn-default[disabled].focus, input[type="file"] + label[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] input[type="file"] + label:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] input[type="file"] + label:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] input[type="file"] + label.focus {
    background-color: #fff;
    border-color: #2E384E;
}

.btn-default .badge, input[type="file"] + label .badge {
    color: #fff;
    background-color: #2E384E;
}

.btn-primary {
    color: #fff;
    background-color: #0072bc;
    border-color: #0072bc;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #005389;
    border-color: #00253d;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005389;
    border-color: #004d7f;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005389;
    border-color: #004d7f;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #003d65;
    border-color: #00253d;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #0072bc;
    border-color: #0072bc;
}

.btn-primary .badge {
    color: #0072bc;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #24C890;
    border-color: #24C890;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #1c9d71;
    border-color: #115c42;
}

.btn-success:hover {
    color: #fff;
    background-color: #1c9d71;
    border-color: #1b946b;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1c9d71;
    border-color: #1b946b;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #177f5b;
    border-color: #115c42;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #24C890;
    border-color: #24C890;
}

.btn-success .badge {
    color: #24C890;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #24ABC8;
    border-color: #24ABC8;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #1c869d;
    border-color: #114f5c;
}

.btn-info:hover {
    color: #fff;
    background-color: #1c869d;
    border-color: #1b7f94;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1c869d;
    border-color: #1b7f94;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #176c7f;
    border-color: #114f5c;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #24ABC8;
    border-color: #24ABC8;
}

.btn-info .badge {
    color: #24ABC8;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #ABC824;
    border-color: #ABC824;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #869d1c;
    border-color: #4f5c11;
}

.btn-warning:hover {
    color: #fff;
    background-color: #869d1c;
    border-color: #7f941b;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #869d1c;
    border-color: #7f941b;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #6c7f17;
    border-color: #4f5c11;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #ABC824;
    border-color: #ABC824;
}

.btn-warning .badge {
    color: #ABC824;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #E65757;
    border-color: #E65757;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #df2b2b;
    border-color: #a51919;
}

.btn-danger:hover {
    color: #fff;
    background-color: #df2b2b;
    border-color: #de2222;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #df2b2b;
    border-color: #de2222;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #c81e1e;
    border-color: #a51919;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #E65757;
    border-color: #E65757;
}

.btn-danger .badge {
    color: #E65757;
    background-color: #fff;
}

.btn-link {
    color: #0072bc;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #004470;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #d5d7dc;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn, a.btn {
    white-space: normal;
}

.btn.btn-rounded, a.btn.btn-rounded {
    /*font-family: "Gotham Rounded A", "Gotham Rounded B";*/
    font-family: "OmnesRegular",arial,sans-serif !important;
    font-size: 12px;
    background: #d92032;
    border-radius: 25px;
    width: 200px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 0;
    border: none;
    margin-top: 0;
}

.btn.btn-rounded:hover, a.btn.btn-rounded:hover {
    text-decoration: none;
    background-color: #d92032;
    color: #FFF;
}

.btn.btn-rounded.invers-color-style, a.btn.btn-rounded.invers-color-style {
    background-color: #FFF;
    color: #0470bb;
    border: 2px solid #FFF;
}

.btn.btn-border-only, a.btn.btn-border-only {
    background-color: transparent !important;
}

.btn.btn-hover-img-change, a.btn.btn-hover-img-change {
    border: none !important;
}

.btn.btn-hover-img-change > img:first-child, a.btn.btn-hover-img-change > img:first-child {
    display: inline-block;
}

.btn.btn-hover-img-change > img:last-of-type, a.btn.btn-hover-img-change > img:last-of-type {
    display: none;
}

.btn.btn-hover-img-change:hover, a.btn.btn-hover-img-change:hover {
    background-color: transparent;
}

.btn.btn-hover-img-change:hover > img:first-child, a.btn.btn-hover-img-change:hover > img:first-child {
    display: none;
}

.btn.btn-hover-img-change:hover > img:last-of-type, a.btn.btn-hover-img-change:hover > img:last-of-type {
    display: inline-block;
}

.btn.btn-hover-img-change.icon-right > span, a.btn.btn-hover-img-change.icon-right > span {
    float: left;
    margin-right: 10px;
}

a {
    text-align: center;
}

a > .tab {
    transition: all .5s;
    border-radius: 100px;
    padding: 5px 30px;
    border: 2px solid #7c3080;
    color: #FFF;
    display: inline-block;
}

a > .tab-blue {
    background-color: #0072bc;
    border-color: #0072bc;
}

a > .tab-megenda {
    background-color: #7c3080;
    border-color: #7c3080;
}

a > .tab-red {
    background-color: #FFF;
    border-color: #FF0000;
    color: #FF0000;
}

a > .tab-hollow {
    background-color: transparent;
    border-color: #0072bc;
    color: #0072bc;
}

a:hover {
    text-decoration: none;
}

a:hover > .tab-blue {
    background-color: transparent;
    color: #0072bc;
}

a:hover > .tab-megenda {
    background-color: transparent;
    color: #7c3080;
}

a:hover > .tab-red {
    background-color: #FF0000;
    color: #FFF;
    text-decoration: underline;
}

a:hover > .tab-hollow {
    background-color: #0072bc;
    color: #FFF;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.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-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .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;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-brand {
    color: #FFF;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #FFF;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.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: transparent;
}

.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: transparent;
}

.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: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #FFF;
    }

    .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: transparent;
    }

    .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: #FFF;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #FFF;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: white;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: white;
}

.navbar-inverse .navbar-nav > li > a {
    color: white;
}

.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: #090909;
}

.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 {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .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: #090909;
    }

    .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: white;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: white;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

@media all and (max-width: 991px) {
    .content-container {
        box-shadow: -6px 0px 8px 1px #aaaaaa;
    }
}

.navbar {
    z-index: 16;
    text-align: center;
    margin-bottom: 0;
    padding: 0px 0;
}

.navbar .navigation-panel {
    text-align: center;
}

.header-fixed .navbar {
    margin-bottom: 0;
}

@media all and (max-width: 991px) {
    .navbar {
        min-height: 30px;
        padding: 0 0 4px 0;
        text-align: left;
    }
}

.navbar-toggle {
    margin-top: 25px;
    margin-bottom: 25px;
}

.navbar-toggle:hover {
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #FFF;
}

@media all and (max-width: 991px) {
    .navbar-collapse {
        float: left;
        width: 100%;
    }
}

@media (min-width: 991px) {
    .navbar-collapse.collapse {
        display: inline-block !important;
    }
}

.navbar-right {
    text-align: right !important;
    margin-right: 0px;
}

@media (max-width: 991px) {
    .navbar-right {
        float: none;
    }

    .navbar-right .comp-search-toggle {
        display: none;
    }
}

.navbar-left {
    z-index: 1;
    float: left;
}

@media (max-width: 991px) {
    .navbar-left {
        float: none !important;
    }
}

.navbar-left ul.comp-logo .huggies-logo {
    height: 60px;
    width: auto;
}

@media (max-width: 991px) {
    .navbar-left ul.comp-logo .huggies-logo {
        width: 80px;
        height: 32px;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .navbar-left ul.comp-logo img {
        width: 80px;
        height: 32px;
        display: inline-block;
    }
}

.navbar-center {
    z-index: 1;
    float: right;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar-center {
        float: none;
    }
}

.navbar-default [class*="col-"] {
    position: static;
}

.navbar-default .mobile-activity-bar {
    text-align: center;
}

.navbar-default .mobile-activity-bar .comp-navbar-toggle, .navbar-default .mobile-activity-bar .comp-search-toggle {
    display: none;
}

@media all and (max-width: 991px) {
    .navbar-default .mobile-activity-bar {
        position: relative;
        margin-top: 10px;
    }

    .navbar-default .mobile-activity-bar .comp-navbar-toggle, .navbar-default .mobile-activity-bar .comp-search-toggle {
        display: block;
        float: none;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: auto;
        z-index: 1;
    }

    .navbar-default .mobile-activity-bar .comp-navbar-toggle a, .navbar-default .mobile-activity-bar .comp-search-toggle a {
        margin: 0 auto;
        font-size: 24px;
        padding: 0;
    }

    .navbar-default .mobile-activity-bar .comp-search-toggle {
        left: auto;
        right: 0;
        top: 4px;
    }
}

.navbar-default .main-nav-links {
    display: inline-block;
    text-align: center;
    height: 100%;
    z-index: 0;
    max-width: 680px;
}

@media all and (max-width: 991px) {
    .navbar-default .main-nav-links {
        transition: all .5s;
        position: absolute !important;
        left: -100%;
        top: 0;
        padding: 20px 0;
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        width: 80%;
        text-align: left !important;
        background-color: #fff;
        z-index: 10;
        max-width: 300px;
        /*CSS for mobile nav starts here*/
        /*css for mobile nav ends here*/
    }

    .navbar-default .main-nav-links.open {
        left: -35%;
        overflow: auto;
        width: 33%;
    }

    .navbar-default .main-nav-links.open li {
        margin: 0;
    }

    .navbar-default .main-nav-links .nav.navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-default .main-nav-links li {
        width: 100%;
        margin: 0;
    }

    .navbar-default .main-nav-links li.dropdown {
        list-style: none;
        margin: 0;
    }

    .navbar-default .main-nav-links li.dropdown a {
        padding: 16px 0;
        border-bottom: 1px dashed #e6e6e6;
        font-family: "OmnesRegular",Arial,sans-serif;
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        color: #666;
        text-align: left;
        display: block;
        margin: 0 20px;
    }

    .navbar-default .main-nav-links li.dropdown a:last-child {
        border-bottom: none;
    }

    .navbar-default .main-nav-links li.dropdown ul.innerUL {
        list-style: none;
        padding: 0;
    }

    .navbar-default .main-nav-links li.dropdown ul.innerUL li a {
        padding: 6px 0;
        font-size: 16px;
        margin-left: 35px;
        font-family: "Omnes",Arial,sans-serif;
    }
    .navbar-default .main-nav-links li.dropdown ul.innerUL li span {
        padding: 6px 0;
        font-size: 16px;
        margin-left: 20px;
        font-family: "Omnes",Arial,sans-serif;
    }

    .navbar-default .main-nav-links .signinJoin {
        padding: 20px;
        background: #f6f6f6;
    }

    .navbar-default .main-nav-links .signinJoin a {
        color: #d92032;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .navbar-default .main-nav-links .trySampleBtn {
        padding: 20px;
        background: #f6f6f6;
    }

    .navbar-default .main-nav-links .trySampleBtn .btnRed {
        font-size: 12px;
        background: #d92032;
        border-radius: 25px;
        width: 180px;
        line-height: 31px;
        color: #fff;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
    }

    .navbar-default .main-nav-links .langSelMob {
        padding: 20px 0 20px 20px;
    }

    .navbar-default .main-nav-links .langSelMob li {
        display: inline-block;
        width: auto;
    }

    .navbar-default .main-nav-links .langSelMob li .countryForLang {
        color: #333;
        font-size: 14px;
        font-family: 'OmnesRegular',arial,sans-serif;
        margin-bottom: 0;
    }

    .navbar-default .main-nav-links .langSelMob li .langSel li {
        color: #333;
        font-size: 14px;
        font-family: 'OmnesRegular',arial,sans-serif;
        line-height: 12px;
    }

    .navbar-default .main-nav-links .langSelMob li .langSel li:first-child {
        border-right: 1px solid red;
        padding-right: 5px;
    }

    .navbar-default .main-nav-links .langSelMob li .langSel li a.clrchange {
        color: #d92032;
    }

    .navbar-default .main-nav-links .pullupsNgoodnites {
        padding-top: 20px;
    }

    .navbar-default .main-nav-links .pullupsNgoodnites p {
        font-size: 16px;
        line-height: 26px;
        color: #666;
        text-transform: uppercase;
        text-align: center;
    }

    .navbar-default .main-nav-links .faqlinks {
        padding: 40px 0 20px 0;
    }

    .navbar-default .main-nav-links .faqlinks .contact-col {
        padding-left: 20px;
    }

    .navbar-default .main-nav-links .faqlinks .contact-col li {
        padding: 10px 0;
        display: block;
    }

    .navbar-default .main-nav-links .faqlinks .contact-col li a {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: #666;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .navbar-default .main-nav-links .lookingMore {
        padding: 20px;
        background: #f6f6f6;
    }

    .navbar-default .main-nav-links .lookingMore .col-both {
        margin-left: 0;
        padding-left: 0;
    }

    .navbar-default .main-nav-links .lookingMore li {
        display: block;
        padding: 10px 0;
    }

    .navbar-default .main-nav-links .lookingMore li .lookingTitle {
        color: #d92032;
        text-transform: none;
        font-size: 14px;
    }

    .navbar-default .main-nav-links .lookingMore li .copy {
        font-size: 10px;
        color: #666;
    }

    .navbar-default .main-nav-links .lookingMore li .lookingLink {
        font-family: "Omnes",Arial,sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: #666;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

    .navbar-default .main-nav-links .lookingMore li .sprite-arrowlink {
        background-position: 0 -55px;
        background-image: url(../../project/images/mySprite.png);
        background-repeat: no-repeat;
        display: inline-block;
        height: 10px;
        width: 12px;
        margin-top: 2px;
        margin-left: 5px;
    }

    .navbar-default .main-nav-links .termCondFooter ul {
        padding-left: 20px;
    }

    .navbar-default .main-nav-links .termCondFooter ul li {
        display: block;
        padding: 10px 0;
    }

    .navbar-default .main-nav-links .termCondFooter ul li a {
        font-family: "Omnes",Arial,sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        color: #666;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
}

@media all and (max-width: 767px) {
    .navbar-default .main-nav-links.open {
        left: -81%;
        width: 78%;
        max-height:100vh;
    }
}

@media all and (max-width: 767px) and (orientation: landscape) {
    .navbar-default .main-nav-links.open {
        left: -45%;
        width: 44%;
    }
}

@media all and (max-width: 991px) {
    .navbar-default .main-nav-links .navbar-nav {
        position: relative;
        margin-top: 15px;
    }
}

.navbar-default .main-nav-links .navbar-nav li a {
    padding: 0;
    border: none;
}

.navbar-default .main-nav-links .navbar-nav li a:hover {
    border: none;
}

@media all and (max-width: 767px) {
    .navbar-default .main-nav-links .navbar-nav li a {
        text-align: center;
    }
}

.navbar-default .navbar-right > .navbar-collapse {
    float: left;
}

.navbar-default .navbar-nav.comp-search-toggle li {
    margin-left: 26.8px !important;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav {
        float: none;
        left: -311px;
    }
}

.navbar-default .navbar-nav > li {
    display: inline-block;
    margin-left: 20px;
    list-style: none;
    min-width: 20px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left: 0;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li {
        float: none;
    }
}

.navbar-default .navbar-nav > li > a {
    padding: 16px 0 24px 0;
    border-bottom: 3px solid;
    border-bottom-color: transparent;
    line-height: 20px;
    transition: border-bottom-color .5s linear;
    -webkit-transition: border-bottom-color .5s linear;
    -moz-transition: border-bottom-color .5s linear;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    color: #333;
    text-align: right;
    text-decoration: none;
    font-family: 'OmnesRegular',arial,sans-serif;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    border-bottom-color: #d92032 !important;
    color: #555;
}

.navbar-default .navbar-nav > li > a.navbar-toggle {
    color: #d92032;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a.search-toggle {
        color: #9b9b9b;
        font-size: 20px;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        border-bottom: none;
    }
}

.navbar-nav {
    margin: 0;
}

.navbar-nav.auto-fit {
    width: 100%;
}

@media (max-width: 991px) {
    .navbar-nav.nav-service {
        float: left;
    }

    .navbar-nav.nav-service a {
        color: #666666;
        margin: 13px 0 0 0;
        font-size: 13px;
        background-color: transparent;
        padding: 5px;
    }
}

.navbar-nav.nav-service a:not(.btn-rounded) {
    color: #666666;
    margin: 13px 0 0 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 11px;
    background-color: transparent;
}

@media (max-width: 991px) {
    .navbar-nav.nav-service a:not(.btn-rounded) {
        color: #666666;
        margin: 13px 0 0 0;
        font-size: 13px;
        background-color: transparent;
        padding: 5px;
        border: 2px solid #0470bb;
        border-radius: 100px;
    }
}

.navbar-nav.nav-service a:not(.btn-rounded):hover {
    text-decoration: underline;
    background-color: transparent;
}

.navbar-nav > li > a {
    padding: 10px;
}

.navbar-nav li > a[class*="-toggle"] > .closed {
    opacity: 1;
}

.navbar-nav li > a[class*="-toggle"] > .opened {
    opacity: 0;
}

.navbar-nav li.open > a[class*="-toggle"] > .closed {
    opacity: 0;
}

.navbar-nav li.open > a[class*="-toggle"] > .opened {
    opacity: 1;
}

.navbar-sign-in {
    background: #ffffff;
    overflow: initial;
    margin: 0 0 0 0;
    padding: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 10;
}

@media all and (max-width: 767px) {
    .navbar-sign-in li {
        float: left;
    }
}

.navbar-sign-in li > a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #d92032;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 30px;
    line-height: 1em;
    display: inline-block;
    background-color: #fff;
    text-decoration: none;
}

.navbar-sign-in li > a:hover {
    text-decoration: none;
    color: #d92032;
}

.navbar-sign-in li > a.hdpCampaign {
    background-color: #d92032;
    color: #fff;
}

.navbar.filters-bar {
    text-align: left;
    width: 100%;
    height: 52px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    margin-top: -52px;
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s;
    z-index: 1;
    position: relative;
}

.navbar.filters-bar [class*="col-"] {
    position: relative;
}

.navbar.filters-bar.affix {
    top: 150px;
}

@media all and (max-width: 991px) {
    .navbar.filters-bar.affix {
        top: 198px;
    }
}

@media all and (max-width: 767px) {
    .navbar.filters-bar.affix {
        top: 115px;
    }
}

.navbar.filters-bar:not(.tab-filters) > .container {
    background-color: #0470bb;
}

.navbar.filters-bar:not(.tab-filters) > .container:last-child {
    background-color: #FFF;
    border-bottom: 1px solid #BCC3CA;
}

.navbar.filters-bar .nav.navbar-nav {
    padding: 10px 0;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@media all and (max-width: 767px) {
    .navbar.filters-bar .nav.navbar-nav {
        margin: 0 8px;
    }
}

.navbar.filters-bar a > .icon {
    position: absolute;
    right: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 14px;
}

.navbar.filters-bar .btn-rounded {
    background: #ffffff;
    color: #4b4b4b;
    border: none;
    margin: 0;
    min-width: 250px;
}

.navbar.filters-bar .btn-rounded:focus, .navbar.filters-bar .btn-rounded:hover {
    background: #ffffff;
    color: #4b4b4b;
    border: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.navbar.tab-navs li {
    background-color: #FFF;
    border: 2px solid #ace1fd;
}

.navbar.tab-navs li a {
    color: #9e9e9e;
    padding: 5px 10px;
    font-weight: 700;
}

.navbar.tab-navs li.selected {
    background-color: #ace1fd;
    border: 2px solid #ace1fd;
}

.navbar.tab-navs li.selected a {
    color: #00b7f2;
}

.navbar-rounded {
    width: 100%;
    float: none;
    background: #f0f0f0;
    padding: 20px 30px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
}

@media all and (max-width: 767px) {
    .navbar-rounded {
        background: transparent;
        padding: 0;
        border-radius: 0;
        text-align: center;
    }
}

.navbar-rounded li a {
    font-family: 'OmnesMedium',Arial,sans-serif;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 70px;
}

.navbar-rounded li a:hover {
    color: #333333;
    background-color: transparent;
}

@media all and (max-width: 991px) {
    .navbar-rounded li a {
        padding: 2px 20px;
        min-width: 110px;
        background-color: transparent;
    }
}

@media all and (max-width: 767px) {
    .navbar-rounded li {
        display: inline-block;
        margin: 0 -4px;
    }
}

.navbar.affix {
    width: 100%;
}

.navbar.page-internal-navbar {
    margin: 30px auto;
}

.navbar.page-internal-navbar.affix {
    background-color: #0095ff;
    min-height: 0;
}

.navbar.page-internal-navbar.affix .navbar-rounded {
    background: transparent;
    border-radius: 0;
}

.navbar.page-internal-navbar.affix .navbar-rounded li a {
    color: #FFF;
    padding: 3px 30px;
}

.navbar.page-internal-navbar.affix .navbar-rounded li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar.page-internal-navbar.affix .navbar-rounded li.selected a {
    background-color: white;
    color: #0095ff;
}

.navbar.page-internal-navbar .pageScrollerMob {
    margin-top: 20px;
    border: none;
    background-color: #eeeeee;
    outline: none;
    font-family: 'OmnesMedium',Arial,sans-serif;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    width: 100%;
    padding-left: 10px;
}

@media all and (max-width: 991px) {
    .main-container {
        left: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: left .5s ease;
        -moz-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }

    .in-main {
        left: 34%;
        position: fixed;
    }

    .positionRel {
        position: relative;
    }
}

@media all and (max-width: 991px) and (orientation: landscape) {
    .in-main {
        left: 44%;
    }
}

@media all and (max-width: 767px) {
    .main-container {
        left: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: left .5s ease;
        -moz-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }

    .in-main {
        left: 80%;
        position: fixed;
    }

    .in-main .section-indicator, .in-main .section-indicator .slide-nav {
        left: 80%;
    }

    .positionRel {
        position: relative;
    }
}

@media all and (max-width: 767px) and (orientation: landscape) {
    .in-main {
        left: 44%;
    }
}

.menu-icon {
    color: #FFF;
    display: block;
    height: 2.8125rem;
    padding: 0;
    position: relative;
    text-indent: 2.1875rem;
    transform: translate3d(0, 0, 0);
    width: 2.8125rem;
}

.menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -.5rem;
    left: .90625rem;
    box-shadow: 0 0 0 1px #d92032, 0 7px 0 1px #d92032, 0 14px 0 1px #d92032;
    width: 2rem;
}

.mobM {
    display: block;
    right: 45px;
    top: 45px;
    width: 45px;
    height: 45px;
    opacity: 1;
}

.menu-icon span.mobM:before, .menu-icon span.mobM:after {
    position: absolute;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #d92032;
}

.mobM:before {
    transform: rotate(45deg);
    left: 20px;
    top: 5px;
}

.menu-icon span.mobM:after {
    transform: rotate(-45deg);
    box-shadow: none !important;
    left: 20px;
    top: 10px;
}

.noPadding {
    padding: 0;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-bottom: 3px solid #d92032;
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        border-bottom: none;
    }
}

@media (max-width: 767px) {
    ul.comp-logo li a img {
        height: 32px;
        width: 80px;
    }
}

@media (min-width: 991px) {
    .navbar-left ul.comp-logo img {
        height: 60px;
        max-width: 100px;
    }

    nav#mainNavbar .col-md-2:nth-child(1) {
        width: 25%;
    }

    nav#mainNavbar .col-md-8 {
        padding-left: 0;
    }

    nav#mainNavbar .col-md-2:nth-child(3) {
        width: 8.33333%;
        padding-left: 0;
    }

    nav#mainNavbar .col-md-2:nth-child(3) .navbar-right {
        float: left !important;
    }
}

/*submenu like huggies in*/
.navbar-sign-in ul.nav.navbar-nav>li {
    width: 100%;
}

.navbar-sign-in ul.nav.navbar-nav {
    width: 100%;
}



#login-btn {
    border-left: none;
}

.navbar-sign-in ul.nav.navbar-nav>li>a {
    border-radius: 0;
}

/*submenu like huggies in*/
#signInModal, #freeSampleSignInModal {
    background: transparent;
    border: none;
    box-shadow: none;
}

#signInModal .modal-dialog, #freeSampleSignInModal .modal-dialog {
    width: 75%;
    margin-top: 100px;
}

@media (max-width: 767px) {
    #signInModal .modal-dialog, #freeSampleSignInModal .modal-dialog {
        width: 100%;
        margin-top: 60px;
        margin-left: 0;
    }
}

#signInModal .modal-dialog .modal-content, #freeSampleSignInModal .modal-dialog .modal-content {
    border-radius: 40px;
}

#signInModal .modal-dialog .modal-content .modal-header, #freeSampleSignInModal .modal-dialog .modal-content .modal-header {
    background-color: #c8363a;
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
    padding: 18px;
    position: relative;
}

#signInModal .modal-dialog .modal-content .modal-header .modal-title, #freeSampleSignInModal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: "OmnesExtraLight",arial,sans-serif;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

#signInModal .modal-dialog .modal-content .modal-header .close, #freeSampleSignInModal .modal-dialog .modal-content .modal-header .close {
    background: transparent;
    border: none;
    position: absolute;
    top: -60px;
    right: 20px;
}

#signInModal .modal-dialog .modal-content .modal-header .close span, #freeSampleSignInModal .modal-dialog .modal-content .modal-header .close span {
    color: #AAA;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
    font-family: 'OmnesRegular',arial,sans-serif;
    line-height: 1;
}

#signInModal .modal-dialog .modal-content .modal-body, #freeSampleSignInModal .modal-dialog .modal-content .modal-body {
    background: #fff;
    border-bottom-left-radius: 37px;
    border-bottom-right-radius: 37px;
}

#signInModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-signin-forgotpassword, #freeSampleSignInModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-signin-forgotpassword {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #d92032;
    text-decoration: underline;
    text-align: left;
    display: block;
    margin: 0 0 2px;
}

#signInModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-buttons, #freeSampleSignInModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-buttons {
    margin: 25px 0;
}

#signInModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-buttons .btn.btn-rounded, #freeSampleSignInModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-buttons .btn.btn-rounded {
    margin-left: 0;
    text-transform: capitalize;
}

#signInModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-buttons .consumer-signin-button, #freeSampleSignInModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-buttons .consumer-signin-button {
    display: inline-block;
    width: 200px;
    background-color: #c8363a;
    color: #fff;
    border-radius: 100px;
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

#signInModal .modal-dialog .modal-content .modal-body .center-mobile span, #freeSampleSignInModal .modal-dialog .modal-content .modal-body .center-mobile span {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: #666;
    margin-bottom: 0px;
}

#signInModal .modal-dialog .modal-content .modal-body .center-mobile a, #freeSampleSignInModal .modal-dialog .modal-content .modal-body .center-mobile a {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #d92032;
    text-decoration: underline;
}

.modal-backdrop.in {
    background: #000;
    opacity: 0.6;
}

.signOutModal .modal-dialog {
    width: 60%;
    margin-top: 100px;
}

@media (max-width: 991px) {
    .signOutModal .modal-dialog {
        width: 82%;
    }
}

@media (max-width: 767px) {
    .signOutModal .modal-dialog {
        width: 100%;
        margin-left: 0;
    }
}

.signOutModal .modal-dialog .modal-content .modal-header {
    background-color: #d3434f;
    border: 2px solid #fff;
    padding: 21px 40px;
    position: relative;
}

.signOutModal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: "OmnesRegular";
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

.signOutModal .modal-dialog .modal-content .modal-header .close {
    background: transparent;
    border: none;
    position: absolute;
    top: -55px;
    right: 10px;
}

.signOutModal .modal-dialog .modal-content .modal-header .close span {
    color: #AAA;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
    font-family: 'OmnesRegular',arial,sans-serif;
    line-height: 1;
}

.signOutModal .modal-dialog .modal-content .modal-body {
    background: #fff;
}

.signOutModal .modal-dialog .modal-content .modal-body .content-box {
    width: 52%;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .signOutModal .modal-dialog .modal-content .modal-body .content-box {
        width: 100%;
        float: none;
    }
}

.signOutModal .modal-dialog .modal-content .modal-body .content-box h6 {
    font-size: 27px;
    color: #d92032;
    font-family: "OmnesRegular";
    font-weight: 400;
}

.signOutModal .modal-dialog .modal-content .modal-body .content-box p {
    font-family: "OmnesRegular";
    font-size: 20px;
    line-height: .9;
    color: #686868;
}

.signOutModal .modal-dialog .modal-content .modal-body .content-box .button-box {
    padding: 30px 0 100px 0;
}

@media (max-width: 991px) {
    .signOutModal .modal-dialog .modal-content .modal-body .content-box .button-box {
        text-align: center;
        padding-bottom: 30px;
    }
}

.signOutModal .modal-dialog .modal-content .modal-body .content-box .button-box .btn {
    background-color: #c53640;
    padding: 8px 40px;
    font-family: "OmnesRegular";
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
}

@media (max-width: 991px) {
    .signOutModal .modal-dialog .modal-content .modal-body .content-box .button-box .btn {
        width: 75%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .signOutModal .modal-dialog .modal-content .modal-body .content-box .button-box .btn {
        width: 100%;
    }
}

.signOutModal .modal-dialog .modal-content .modal-body .content-box .button-box .btn.signOutButton {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .signOutModal .modal-dialog .modal-content .modal-body .content-box .button-box .btn.signOutButton {
        margin: 20px 0 0;
    }
}

#reviewNowModal .modal-dialog {
    width: 56%;
    margin-top: 100px;
}

@media (max-width: 991px) {
    #reviewNowModal .modal-dialog {
        width: 96%;
    }
}

@media (max-width: 767px) {
    #reviewNowModal .modal-dialog {
        width: 100%;
        margin-top: 60px;
        margin-left: 0;
    }
}

#reviewNowModal .modal-dialog .modal-content {
    border-radius: 40px;
}

#reviewNowModal .modal-dialog .modal-content .modal-header {
    background-color: #c8363a;
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
    padding: 18px;
    position: relative;
}

#reviewNowModal .modal-dialog .modal-content .modal-header .modal-title {
    font-family: "OmnesExtraLight",arial,sans-serif;
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}

#reviewNowModal .modal-dialog .modal-content .modal-header .close {
    background: transparent;
    border: none;
    position: absolute;
    top: -60px;
    right: 20px;
}

#reviewNowModal .modal-dialog .modal-content .modal-header .close span {
    color: #AAA;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
    font-family: 'OmnesRegular',arial,sans-serif;
    line-height: 1;
}

#reviewNowModal .modal-dialog .modal-content .modal-body {
    background: #fff;
    border-bottom-left-radius: 37px;
    border-bottom-right-radius: 37px;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-signin-forgotpassword {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #d92032;
    text-decoration: underline;
    text-align: left;
    display: block;
    margin: 0 0 2px;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-buttons {
    margin: 25px 0;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .consumer-signup .consumer-buttons .consumer-signin-button {
    display: inline-block;
    width: 200px;
    background-color: #c8363a;
    color: #fff;
    border-radius: 100px;
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .center-mobile span {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: #666;
    margin-bottom: 0px;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .center-mobile a {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #d92032;
    text-decoration: underline;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .count-bar {
    padding: 20px;
    background: #f7f7f7;
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .product-box {
    padding: 10px;
    margin-bottom: 25px;
    cursor: pointer;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .product-box:hover {
    border: 1px solid #c8363a;
    padding: 9px;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .product-box .img-box {
    text-align: center;
    padding-bottom: 6px;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .product-box .img-box img {
    width: 80px;
}

#reviewNowModal .modal-dialog .modal-content .modal-body .product-box .text-box {
    text-align: center;
}

#sorryModal, #errorModal, #ValidationModal {
  background: transparent;
  border: none;
  box-shadow: none; }
  @media (max-width: 767px) {
    #sorryModal, #errorModal, #ValidationModal {
      padding-right: 0 !important; } }
  #sorryModal .modal-dialog, #errorModal .modal-dialog, #ValidationModal .modal-dialog {
    width: 50%;
    margin-top: 100px; }
    @media (max-width: 991px) {
      #sorryModal .modal-dialog, #errorModal .modal-dialog, #ValidationModal .modal-dialog {
        width: 75%; } }
    @media (max-width: 767px) {
      #sorryModal .modal-dialog, #errorModal .modal-dialog, #ValidationModal .modal-dialog {
        width: 100%;
        margin-top: 60px;
        margin-left: 0; } }
    #sorryModal .modal-dialog .modal-content, #errorModal .modal-dialog .modal-content, #ValidationModal .modal-dialog .modal-content {
      border-radius: 40px; }
      #sorryModal .modal-dialog .modal-content .modal-header, #errorModal .modal-dialog .modal-content .modal-header, #ValidationModal .modal-dialog .modal-content .modal-header {
        background-color: #c8363a;
        border-top-left-radius: 37px;
        border-top-right-radius: 37px;
        padding: 18px;
        position: relative; }
        #sorryModal .modal-dialog .modal-content .modal-header .modal-title, #errorModal .modal-dialog .modal-content .modal-header .modal-title, #ValidationModal .modal-dialog .modal-content .modal-header .modal-title {
          font-family: "OmnesExtraLight",arial,sans-serif;
          color: #fff;
          font-size: 30px;
          text-align: center;
          text-transform: uppercase;
          font-weight: 400; }
        #sorryModal .modal-dialog .modal-content .modal-header .close, #errorModal .modal-dialog .modal-content .modal-header .close, #ValidationModal .modal-dialog .modal-content .modal-header .close {
          background: transparent;
          border: none;
          position: absolute;
          top: -60px;
          right: 20px; }
          #sorryModal .modal-dialog .modal-content .modal-header .close span, #errorModal .modal-dialog .modal-content .modal-header .close span, #ValidationModal .modal-dialog .modal-content .modal-header .close span {
            color: #AAA;
            cursor: pointer;
            font-size: 40px;
            font-weight: 700;
            font-family: 'OmnesRegular',arial,sans-serif;
            line-height: 1; }
      #sorryModal .modal-dialog .modal-content .modal-body, #errorModal .modal-dialog .modal-content .modal-body, #ValidationModal .modal-dialog .modal-content .modal-body {
        background: #fff;
        border-bottom-left-radius: 37px;
        border-bottom-right-radius: 37px; }
        #sorryModal .modal-dialog .modal-content .modal-body .sorryModalText, #errorModal .modal-dialog .modal-content .modal-body .sorryModalText, #ValidationModal .modal-dialog .modal-content .modal-body .sorryModalText {
          font-family: "OmnesRegular",Arial,sans-serif;
          font-size: 22px;
          text-align: center;
          color: #666;
          padding: 25px 0 15px 0; }
        #sorryModal .modal-dialog .modal-content .modal-body .closeSorry, #sorryModal .modal-dialog .modal-content .modal-body .errorBtn, #errorModal .modal-dialog .modal-content .modal-body .closeSorry, #errorModal .modal-dialog .modal-content .modal-body .errorBtn, #ValidationModal .modal-dialog .modal-content .modal-body .closeSorry, #ValidationModal .modal-dialog .modal-content .modal-body .errorBtn {
          width: 150px;
          line-height: 10px;
          position: static;
          display: block;
          margin: 0 auto 50px auto;
          outline: none;
          background-color: #c8363a;
          padding: 10px;
          font-family: "OmnesRegular";
          border-radius: 25px;
          color: #fff;
          text-transform: uppercase;
          text-align: center; }
        #sorryModal .modal-dialog .modal-content .modal-body .center-mobile span, #errorModal .modal-dialog .modal-content .modal-body .center-mobile span, #ValidationModal .modal-dialog .modal-content .modal-body .center-mobile span {
          font-family: "OmnesRegular",Arial,sans-serif;
          font-size: 12px;
          font-weight: 300;
          font-style: normal;
          color: #666;
          margin-bottom: 0px; }
        #sorryModal .modal-dialog .modal-content .modal-body .center-mobile a, #errorModal .modal-dialog .modal-content .modal-body .center-mobile a, #ValidationModal .modal-dialog .modal-content .modal-body .center-mobile a {
          font-family: "OmnesRegular",Arial,sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-style: normal;
          color: #d92032;
          text-decoration: underline; }

.consumer-input-wrap {
    margin: 15px 0;
}

.consumer-input-wrap label {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 0 7px;
    cursor: default;
    padding: 5px 5px;
    display: block;
}

.consumer-input-wrap label.error {
    font-size: 12px;
    color: #ff2433;
}

.consumer-input-wrap input {
    box-shadow: inset -1px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: #f7f6f6;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 14px;
    height: 20px;
    padding: 8px 18px;
    width: 100%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border-color .15s linear,background .15s linear;
    -moz-transition: border-color .15s linear,background .15s linear;
    -ms-transition: border-color .15s linear,background .15s linear;
    -o-transition: border-color .15s linear,background .15s linear;
    transition: border-color .15s linear,background .15s linear;
}

.consumer-input-wrap input:focus {
    background: #fafafa;
    border-color: #999;
    outline: 0;
    padding: 8px 18px;
}

.consumer-input-wrap input.error {
    border: 5px solid #ff2433;
}

@media screen and (max-width: 768px) {
    .consumer-input-wrap input {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px;
    }

    .consumer-input-wrap input:focus {
        padding: 18px;
    }
}

.dropdown > .dropdown-menu {
    height: 0;
}

.dropdown > .dropdown-menu li a {
    margin-top: 0;
}

.dropdown.open .dropdown-menu {
    height: auto;
    position: absolute;
    background-color: #FFF;
}

.dropdown.country-selector {
    float: left;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .dropdown.country-selector {
        margin-top: 13px;
        margin-right: 10px;
    }
}

.dropdown.country-selector .dropdown-menu {
    position: absolute;
    top: 20px;
    right: auto;
    left: 15px;
    background-color: #FFF;
    border: 1px solid #666;
}

@media (max-width: 991px) {
    .dropdown.country-selector .dropdown-menu {
        top: 40px;
        right: 0;
        left: auto;
    }
}

.dropdown.country-selector .dropdown-menu li a {
    color: #666 !important;
    text-align: left;
}

.dropdown.country-selector .dropdown-menu li.active a {
    color: #FFF !important;
}

.dropdown.country-selector .flag-icon {
    max-width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 1px 3px;
}

.dropdown.country-selector li a {
    margin-top: 0 !important;
}

.dropdown.mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    position: absolute;
    /*CSS for Tips and Advice*/
}

@media (max-width: 991px) {
    .dropdown.mega-dropdown .dropdown-menu {
        padding-right: 0;
        padding-left: 5px;
        position: relative;
        display: none;
    }
}

@media (max-width: 767px) {
    .dropdown.mega-dropdown .dropdown-menu {
        position: absolute !important;
        display: none;
    }
}

.dropdown.mega-dropdown .dropdown-menu h3 {
    font-size: 22px;
    color: #0072bc;
    padding: 0 0px 10px 5px;
    margin-top: 0;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialQoute {
    -webkit-box-shadow: inset -10px 0px 40px #e5e5e5;
    -moz-box-shadow: inset -10px 0px 40px #e5e5e5;
    -o-box-shadow: inset -10px 0px 40px #e5e5e5;
    box-shadow: inset -10px 0px 40px #e5e5e5;
    min-height: 200px;
    background: url(../../project/images/mm_wh_bg.png) no-repeat center;
    background-size: contain;
    display: table;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialQoute .spanWrapper {
    display: table-cell;
    vertical-align: middle;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialQoute .spanWrapper .spriteTestimonialUp {
    background-image: url(../../project/images/mySprite.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    background-position: 0 -2854px;
    margin: 0px auto 0px auto;
    display: block;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialQoute .spanWrapper .spriteTestimonialDown {
    background-image: url(../../project/images/mySprite.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 12px;
    background-position: 0 -2842px;
    margin: 0px auto 0px auto;
    display: block;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialQoute .spanWrapper p {
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666;
    padding: 10px 35px;
    text-align: center;
    margin-bottom: 0;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialProfile {
    background-color: #e3e3e3;
    padding: 20px 0;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialProfile span {
    font-weight: 500;
    font-size: 12px;
    padding: 0 35px;
    display: inherit;
    text-align: left;
    color: #333;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialProfile .user {
    color: #d92032;
    font-weight: 600;
}

.dropdown.mega-dropdown .dropdown-menu .testimonialProfile .user_info span {
    display: inline-block;
    padding: 0;
}

.dropdown.mega-dropdown .dropdown-menu .seeAllTesti {
    background-color: #e3e3e3;
    display: flex;
}

.dropdown.mega-dropdown .dropdown-menu .seeAllTesti a {
    font-style: normal;
    color: #333;
    text-transform: uppercase;
    text-decoration: underline;
    margin-bottom: 30px;
    padding: 0 20px 0 35px;
    font-size: 12px;
    float: left;
    border-bottom: none;
    font-weight: 300;
    text-align: left;
    display: inline-block;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks {
    padding-left: 20px;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks .whyHuggiesAnchor {
    padding: 16px 0 0 0;
    color: #555;
    text-transform: uppercase;
    display: inline-block;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks .whyHuggiesAnchor .whyHuggiesTitle {
    font-family: "OmnesRegular",arial,sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
    color: #666;
    font-weight: 300;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks .whyHuggiesAnchor .whyHuggiesTitle:hover {
    color: #d92032;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks .olRight {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks .olRight li a {
    font-size: 17px;
    font-weight: normal;
    color: #555;
    padding: 5px 0;
    display: inline-block;
    font-family: "OmnesRegular",arial,sans-serif;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks .olRight li a:hover {
    color: #d92032;
    background: #fff;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks .whyHuggiesCTA {
    background: #fff;
    border: 2px solid;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: #666;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 30px;
    line-height: 31px;
    margin-top: 30px;
    max-width: 100%;
    text-align: center;
    min-width: 215px;
    display: inline-block;
    margin-left: 20px;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks .whyHuggiesCTA:hover {
    color: #d92032;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols {
    -webkit-box-shadow: 0 2px 10px 2px #ccc;
    -moz-box-shadow: 0 2px 10px 2px #ccc;
    -o-box-shadow: 0 2px 10px 2px #ccc;
    box-shadow: 0 2px 10px 2px #ccc;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .productImages {
    position: relative;
}
.dropdown.mega-dropdown .dropdown-menu .prodCols .productImages img {
    width:100%;
	height:auto;
	margin-top:20px;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .productImages .recommendedBadge {
    background: url("/-/media/feature/products/HuggiesID/recommended.png") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    height: 38px;
    min-width: 185px;
    top: -16px;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .productImages .recommendedBadge span {
    font-size: 12px;
    color: #fff;
    padding: 5px 20px 0 10px;
    text-align: left;
    display: block;
    font-family: "OmnesRegular",Arial,sans-serif;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .productImages .recommendedBadge::before {
    background: url("/-/media/feature/products/HuggiesID/recommended_before.png") no-repeat center;
    width: 7px;
    height: 8px;
    content: '';
    position: absolute;
    height: 37px;
    left: -7px;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .stickerBlue {
    background-color: #c8363a;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .stickerBlue p {
    text-transform: uppercase;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .productInfo .productTitle {
    padding: 0;
    margin: 20px 0 0 20px;
    }

.dropdown.mega-dropdown .dropdown-menu .prodCols .productInfo .productTitle a {
    /*font-weight: normal;
    font-style: normal;
    font-size: 24px;
    padding-left: 20px;
    color: #d92032;
    padding-bottom: 12px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;*/
    font-size: 24px;
    color: #c8363a;
    font-family: 'OmnesMedium',arial,sans-serif; 
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .productInfo .productTitle a:hover {
    color: #d92032;
    background: #fff;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .productInfo .productSizes {
    font-size: 14px;
    padding-left: 20px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 20px;
}

.dropdown.mega-dropdown .dropdown-menu .prodCols .productInfo .btnRed {
    margin: 0 auto 20px auto;
    display: block;
    font-size: 12px;
    background: #d92032;
    border-radius: 25px;
    width: 200px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-left {
    padding-left: 15px;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-left .diapers {
    padding: 16px 0 0 0;
    color: #555;
    text-transform: uppercase;
    display: inline-block;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-left span.diapers {
    padding: 16px 0 0 0;
    color: #555;
    text-transform: uppercase;
    display: block;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-left .diapers .diapersTitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
    color: #666;
    font-weight: 300;
    font-family: "OmnesRegular",arial,sans-serif;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-left .diapers .diapersTitle:hover {
    color: #d92032;
    background: #fff;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-left .olProd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-left .olProd li a {
    font-size: 17px;
    font-weight: normal;
    color: #555;
    padding: 5px 0;
    display: inline-block;
    font-family: "OmnesRegular",arial,sans-serif;
    padding-left: 6px;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-left .olProd li a:hover {
    color: #d92032;
    background: #fff;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-right {
    padding-left: 15px;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-right .pants {
    padding: 16px 0 0 0;
    color: #555;
    text-transform: uppercase;
    display: inline-block;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-right .pants .pantsTitle {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
    color: #666;
    font-weight: 300;
    font-family: "OmnesRegular",arial,sans-serif;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-right .pants .pantsTitle:hover {
    color: #d92032;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-right .olProd {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-right .olProd li a {
    font-size: 17px;
    font-weight: normal;
    color: #555;
    padding: 5px 0;
    display: inline-block;
    font-family: "OmnesRegular",arial,sans-serif;
}

.dropdown.mega-dropdown .dropdown-menu .rightLinks-right .olProd li a:hover {
    color: #d92032;
    background: #fff;
}

.dropdown.mega-dropdown .dropdown-menu .productCTA {
    background: #fff;
    border: 2px solid;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: #666;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 30px;
    line-height: 31px;
    margin-top: 30px;
    max-width: 100%;
    text-align: center;
    min-width: 215px;
    display: inline-block;
    margin-left: 20px;
}

.dropdown.mega-dropdown .dropdown-menu .productCTA:hover {
    color: #d92032;
    background: #fff;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols {
    webkit-box-shadow: 0 2px 10px 2px #ccc;
    -moz-box-shadow: 0 2px 10px 2px #ccc;
    -o-box-shadow: 0 2px 10px 2px #ccc;
    box-shadow: 0 2px 10px 2px #ccc;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .productImages img {
    max-height: 188px;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .stickerRed {
    background-color: #c8363a;
    text-align: center;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .stickerRed p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'OmnesMedium',arial,sans-serif;
    font-size: 18px;
    padding: 5px;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .productInfo {
    text-align: center;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .productInfo .productTitle {
    text-align: center;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .productInfo .productTitle a {
    font-size: 24px;
    color: #c8363a;
    font-family: 'OmnesMedium',arial,sans-serif;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .productInfo .productTitle a:hover {
    color: #d92032;
    background: #fff;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .productInfo .btnRed {
    margin: 20px 0;
    font-size: 12px;
    background: #d92032;
    border-radius: 25px;
    width: 200px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceCols .productInfo .btnRed:hover {
    color: #d92032;
    background: #fff;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceRight.rightLinksLeftTips {
    padding-left: 20px;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceRight.rightLinksLeftTips .parentinganchor {
    display: block;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceRight.rightLinksLeftTips .parentinganchor .menuTitte {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: left;
    color: #666;
    font-weight: 300;
    font-family: "OmnesRegular",arial,sans-serif;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceRight.rightLinksLeftTips .parentinganchor .menuTitte:hover {
    color: #d92032;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceRight.rightLinksLeftTips .olTips {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceRight.rightLinksLeftTips .olTips li img {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 0px;
    width: 30px;
    height: auto;
    padding: 3px;
    display: inline-block;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceRight.rightLinksLeftTips .olTips li a {
    font-size: 17px;
    font-weight: normal;
    color: #555;
    padding: 5px 0;
    display: inline-block;
    font-family: "OmnesRegular",arial,sans-serif;
}

.dropdown.mega-dropdown .dropdown-menu .tipsnadviceRight.rightLinksLeftTips .olTips li a:hover {
    color: #d92032;
}

.dropdown.mega-dropdown .dropdown-menu .tipsCTA {
    background: #fff;
    border: 2px solid;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: #666;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 30px;
    line-height: 31px;
    margin-top: 30px;
    max-width: 100%;
    text-align: center;
    min-width: 215px;
    display: inline-block;
    margin-left: 20px;
}

.dropdown.mega-dropdown .dropdown-menu .tipsCTA:hover {
    color: #d92032;
}

.dropdown.mega-dropdown a {
    position: relative;
}

.dropdown.mega-dropdown a:hover {
    background-color: transparent;
}

.dropdown.mega-dropdown a > .glyphicon {
    position: absolute;
    right: 10px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 14px;
}

.dropdown .nav > li {
    border-top: 1px solid #d7e4f2;
}

@media (max-width: 767px) {
    .dropdown .nav > li {
        border: none;
    }
}

.dropdown .nav > li > a {
    padding: 10px 14px;
    position: relative;
    margin: 0;
}

.dropdown .nav > li > a:hover {
    background-color: #f1f1f1;
}

.dropdown .nav > li > .btn-rounded {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .dropdown.type-select {
        position: static;
    }
}

.dropdown.type-select .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    top: -10px;
    left: 30px;
}

.dropdown.type-select .dropdown-menu ul li {
    border: none;
}

.dropdown.type-select .dropdown-menu ul li a {
    padding: 5px 10px;
    color: #4d4d4d;
    font-size: 12px;
}

.dropdown.type-filters {
    width: 100%;
}

.dropdown.type-filters .dropdown-menu {
    background-color: #e5f8fe;
    box-shadow: none;
    border: none;
}

.dropdown.type-filters > a {
    color: #FFF;
}

.dropdown.type-filters > a:focus, .dropdown.type-filters > a:hover {
    background-color: transparent !important;
}

.dropdown.type-filters > a .icon {
    font-size: 25px;
    margin: 0;
    line-height: 1.5;
}

.dropdown.type-filters h4 {
    font-size: 13px;
    color: #4d4d4d;
}

.dropdown.type-filters .checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.dropdown.type-filters .checkbox label {
    padding: 0;
}

@media (max-width: 767px) {
    .dropdown.type-filters .btn-txt {
        display: none;
    }
}

.filters-bar {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

.filters-bar .select-label {
    color: #FFF;
    font-weight: 400;
}

.filters-bar .type-select .dropdown-menu {
    margin-top: 10px;
    padding: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .filters-bar .type-select .dropdown-menu {
        width: 95%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.filters-bar .selected-filters a {
    min-width: 50px;
    color: #4d4d4d;
    padding: 1px;
    margin-right: 10px;
}

.filters-bar .selected-filters a .icon {
    position: relative;
    right: auto;
    margin: auto;
    top: auto;
    bottom: auto;
    height: 14px;
}

.filters-bar .selected-filters .nav.navbar-nav {
    display: block;
    padding: 5px 0;
}

.filters-bar .checkbox label input[type="checkbox"]:checked + .cr + span {
    font-weight: 500;
}

.filters-bar.navbar .nav.navbar-nav:nth-last-match(ul) {
    width: 100%;
    border-left: 1px solid #FFF;
}

.filters-bar.tab-filters {
    padding: 0;
    height: 52px;
    background: rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    margin-top: -52px;
    -webkit-transition: margin-top .5s;
    transition: margin-top .5s;
    z-index: 1;
    position: relative;
}

@media (max-width: 767px) {
    .filters-bar.tab-filters {
        margin-top: 0;
    }
}

.filters-bar.tab-filters a {
    background-color: #00b7f2;
    border: 2px solid #FFF;
    border-left: none;
    color: #FFF;
    text-transform: uppercase;
    padding: 2px 15px;
    font-size: 13px;
    font-weight: 500;
    transition: all .5s;
}

.filters-bar.tab-filters a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #0072bc;
}

@media (max-width: 767px) {
    .filters-bar.tab-filters a {
        font-size: 18px;
    }
}

.filters-bar.tab-filters .filterTxt {
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    padding: 17px 0 17px 0;
    margin-bottom: 0;
    font-weight: 600;
}

@media (max-width: 767px) {
    .filters-bar.tab-filters .filterTxt {
        font-size: 10px;
        padding-left: 15px;
    }
}

.filters-bar.tab-filters .toolBox {
    display: block;
    height: 52px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    background: rgba(0, 0, 3, 0.3);
    padding: 0;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    -webkit-box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 21px 0 rgba(255, 255, 255, 0.5);
    border-radius: 1px;
    border: none;
}

.filters-bar.tab-filters .toolBox:hover {
    background: rgba(0, 0, 3, 0.3);
    color: #fff;
}

.filters-bar.tab-filters .toolBox .filter-open {
    padding: 17px 20px;
    display: block;
}

.filters-bar.tab-filters .toolBox .filter-open .sprite-filter-icon {
    background-image: url(../../project/images/mySprite.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 16px;
    background-position: 0 -578px;
}

.filters-bar.tab-filters .toolBox .filter-open .sprite-filter-icon.right {
    float: right;
}

.filters-bar.tab-filters .toolBox .filter-close {
    display: block;
    padding: 17px 20px;
    height: 52px;
}

.filters-bar.tab-filters .toolBox .filter-close .sprite-close-white {
    background-image: url(../../project/images/mySprite.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 20px;
    background-position: 0 -135px;
}

.filters-bar.tab-filters .toolBox .filter-close .sprite-close-white.right {
    float: right;
}

.filters-bar.tab-filters li {
    float: left;
}

.filters-bar.tab-filters li:first-child a {
    border-left: 2px solid #FFF;
}

.filters-bar.tab-filters li.selected a {
    background-color: white;
    color: #0072bc;
}

@media (max-width: 991px) {
    .noPaddingMob {
        padding: 0;
    }
}

.filterBox {
    padding: 45px 0 35px 0;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 178px;
    z-index: 1;
    min-height: 374px;
    display: block;
    /*sldier filter css starst from here*/
}

@media (max-width: 991px) {
    .filterBox {
        top: 195px;
    }
}

@media (max-width: 767px) {
    .filterBox {
        min-height: 395px;
        top: 85px;
    }
}

.filterBox .btnFilter .typeTitle {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'OmnesRegular',arial,sans-serif;
    font-weight: bold;
}

.filterBox .btnFilter .filterBtns {
    text-transform: uppercase;
    background-color: #9e9e9e;
    color: #fff;
    padding: 20px 40px;
    font-size: 12px;
    border-radius: 10px;
    margin-right: 10px;
    width: 160px;
    border: none;
}

@media (max-width: 991px) {
    .filterBox .btnFilter .filterBtns {
        width: 130px;
    }
}

.filterBox .btnFilter .filterBtnActive {
    background-color: #d92032;
}

.filterBox .rangeSliderWrapper {
    padding-left: 20px;
}

.filterBox .sliderFiletHeading {
    position: relative;
    top: 30px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'OmnesRegular',arial,sans-serif;
}

.filterBox #showcase {
    margin: 0 20px;
    text-align: center;
}

.filterBox #rangeWeight {
    height: 10px;
    margin-top: 45px;
}

.filterBox #rangeAge {
    height: 10px;
    margin-top: 45px;
    margin-bottom: 35px;
}

.filterBox #value-span, .filterBox #value-input {
    width: 50%;
    float: left;
    display: block;
    text-align: center;
    margin: 0;
}

.filterBox .noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    left: -15px;
    top: -9px;
    border-radius: 50px;
    cursor: pointer;
}

.filterBox .noUi-handle:after, .filterBox .noUi-handle:before {
    background: none;
}

.filterBox .noUi-handle {
    background: #d21925;
    box-shadow: none;
}

.filterBox .noUi-connect {
    background: #e4972a;
    border: none;
    box-shadow: none;
}

.filterBox .noUi-marker {
    display: none;
}

.filterBox .noUi-value small, .filterBox .noUi-value span, .filterBox .noUi-value {
    font-size: 12px;
    padding-top: 0px;
    color: #000;
    font-weight: 600;
}

.filterBox .filterBox {
    padding: 45px 0 35px 0;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 179px;
    z-index: 1;
    min-height: 374px;
    display: none;
}

.filterBox .resetFilter {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-align: right;
}

.filterBox .heightColReset {
    min-height: 145px;
}

@media (max-width: 767px) {
    .filterBox .heightColReset {
        min-height: 35px;
    }
}

.search-bar {
    display: none;
}

.search-bar .search-form {
    height: 80px;
    padding: 0 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    z-index: 0;
}

@media all and (max-width: 767px) {
    .search-bar .search-form {
        padding: 0;
    }
}

.search-bar .search-form > * {
    display: inline-block;
    vertical-align: middle;
}

.search-bar .search-form > form {
    width: calc(100% - 85px);
}

@media all and (max-width: 991px) {
    .search-bar .search-form > form {
        width: calc(100% - 100px);
    }
}

@media all and (max-width: 767px) {
    .search-bar .search-form > form {
        width: calc(100% - 35px);
    }
}

.search-bar .search-form > form input {
    background: transparent;
    color: #999999;
    width: calc(100% - 220px);
    height: 80px;
    vertical-align: middle;
    margin: 0 0 0 30px;
    padding: 15px 0;
    border: none;
    font-size: 30px;
    font-weight: 100;
    font-style: italic;
    font-family: 'OmnesLightItalic',arial,sans-serif;
    box-shadow: none;
    text-indent: 10px;
}

@media all and (max-width: 991px) {
    .search-bar .search-form > form input {
        font-size: 14px;
        width: calc(100% - 140px);
    }
}

.search-bar .search-form > form input:focus {
    background: #fafafa;
    border-color: #999;
    outline: 0;
}

.search-bar .search-form > form a {
    background: #e6e6e6;
    border: none;
    border-radius: 25px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 133px;
    line-height: 50px;
    font-size: 14px;
    margin-top: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-family: "OmnesRegular",arial,sans-serif !important;
}

@media all and (max-width: 991px) {
    .search-bar .search-form > form a {
        font-size: 12px;
        margin-left: 10px;
        width: 80px;
        padding: 0;
        line-height: 44px;
    }
}

.search-bar .search-form > form a:hover {
    background: #d92032;
    color: #fff;
    border: none;
}

.search-bar .search-form > .close-search {
    font-size: 35px;
    color: #666666;
    line-height: 25px;
}

.search-bar .search-form > .close-search .glyphicon-remove-sign:before {
    font-size: 42px;
}

.search-bar .search-form > .glyphicon-search {
    font-size: 20px;
}

@media all and (max-width: 991px) {
    .search-bar .search-form > .glyphicon-search {
        padding-left: 10px;
        margin-left: 30px;
    }

    .search-bar .search-form > .glyphicon-search:before {
        color: #9b9b9b;
    }
}

@media all and (max-width: 767px) {
    .search-bar .search-form > .glyphicon-search {
        margin-left: 0;
    }
}

header {
    z-index: 30 !important;
    position: fixed;
    width: 100%;
}

header.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    padding-top: 10px;
}

@media (max-width: 991px) {
    header.affix {
        padding-top: 0;
    }
}

header.affix .header-top {
    display: none;
}

header.affix + .content-container {
    padding-top: 70px;
}

header.comp-header {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 40 !important;
    top: 0;
}

@media (max-width: 991px) {
    header.comp-header {
        background-color: #fff;
        -webkit-box-shadow: 0 8px 6px -9px #666;
        -moz-box-shadow: 0 8px 6px -9px #666;
        box-shadow: 0 8px 6px -9px #666;
    }
}

header .country-selector a.dropdown-toggle {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    margin: 13px 0 0 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    background-color: transparent;
    padding: 12px 15px;
    color: #666666;
}

header .country-selector a.dropdown-toggle:hover {
    text-decoration: underline;
    background-color: transparent;
}

@media (max-width: 991px) {
    header .country-selector a.dropdown-toggle {
        display: inline-block;
        padding: 3px 1px;
        border: 2px solid #0470bb;
        border-radius: 100px;
        margin: 0;
        line-height: 1;
        height: 27px;
        width: 27px;
        text-align: center;
    }
}

.header-static {
    background-color: #2E384E;
}

.header-fixed {
    position: fixed;
    padding: 0;
    z-index: 1030;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #2E384E;
    box-sizing: border-box;
}

@media (max-width: 991px) {
    .header-fixed {
        max-height: 100%;
        overflow-y: auto;
        width: calc(100% - 0px);
    }
}

.header-fixed.bg-transparent {
    background-color: rgba(0, 0, 0, 0.15) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#15000000', endColorstr='#15000000');
}

.header-fixed .navbar-fixed-top {
    position: relative;
    width: 100%;
}

.header-top {
    padding-top: 30px;
    opacity: 1;
}

@media (max-width: 991px) {
    .header-top {
        padding-top: 0;
    }
}

.header-top .navbar-nav > li {
    float: left;
}

.header-top .navbar-nav > li a.contactUsLink {
    color: #333;
    font-size: 14px;
    font-family: 'OmnesRegular',arial,sans-serif;
    margin: 0;
    padding-top: 6px;
}

.header-top .navbar-nav > li a.contactUsLink span {
    margin-left: 90px;
    color: #333;
    font-size: 14px;
    font-family: 'OmnesRegular',arial,sans-serif;
}

.header-top .nav-service.navbar-nav > li {
    margin-right: 0px;
}

.header-top .nav-service.navbar-nav > li p.countryForLang {
    color: #333;
    font-size: 14px;
    font-family: 'OmnesRegular',arial,sans-serif;
    margin-bottom: 0;
    padding-top: 10px;
}

.header-top .nav-service.navbar-nav > li .langSel {
    padding-left: 20px;
    padding-top: 4px;
}

.header-top .nav-service.navbar-nav > li .langSel li {
    color: #333;
    font-size: 14px;
    font-family: 'OmnesRegular',arial,sans-serif;
    line-height: 12px;
    display: inline-block;
    margin-top: 10px;
}

.header-top .nav-service.navbar-nav > li .langSel li a {
    font-size: 14px;
    font-family: 'OmnesRegular',arial,sans-serif;
    padding-bottom: 0;
}

.header-top .nav-service.navbar-nav > li .langSel li:first-child {
    border-right: 1px solid red;
    padding-right: 5px;
}

.header-top .nav-service.navbar-nav > li .langSel li a.clrchange {
    color: #d92032;
}

footer {
    background: #fff;
    padding: 30px 0 27px 0;
    box-shadow: 0 -4px 10px -5px #333;
    border-top: none;
    margin-top: 0;
}

footer .social-media-row {
    font-family: "OmnesMedium",Arial,sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    padding: 60px 0 42px 0;
    overflow: auto;
}

footer .social-media-row .looking-for {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    color: #d92032;
    text-transform: uppercase;
}

footer .social-media-row ul li a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    padding: 4px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
	text-align:left;
}

footer .social-media-row ul li a:hover {
    color: #d92032;
}

footer .social-media-row .nav.navbar-nav li {
    float: none;
    display: block;
}

footer .nav.navbar-nav li {
    float: left;
}

footer .nav li a {
    font-size: 12px;
    color: #012d74;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    padding: 8px 5px;
    display: inline-block;
}

footer .nav li a:hover {
    color: #8cb6e0;
}

footer .nav li a.contact-row {
    font-family: "OmnesMedium",Arial,sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    padding: 0;
}

footer .nav p {
    padding: 15px 5px;
    margin: 0;
    font-size: 12px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 500;
    color: #012d74;
}

footer .footer-info-bar {
    /*background: $footer-info-bar-bg-color;*/
    background: #ebebeb;
    margin-top: 0;
    padding: 20px;
}

footer .footer-info-bar a.btn.btn-hover-img-change {
    margin-left: 15px;
}

footer .footer-info-bar .brand-row p {
    font-family: "OmnesMedium",Arial,sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
}

footer .footer-info-body {
    /*background: $footer-info-body-bg-color;*/
    background: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 10px;
}

footer .footer-info-body p {
    padding-left: 5px;
    font-size: 10px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
}

footer .footer-info-body a.copyright {
    font-size: 10px;
    padding: 0 5px;
}

footer .footer-info-body a.btn-hover-img-change {
    font-size: 10px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 400;
    color: #012d74;
    padding-left: 5px;
}

footer .footer-info-body a.btn-hover-img-change span {
    vertical-align: top;
    line-height: 15px;
    margin-left: 5px;
}

footer .footer-info-body a.btn-hover-img-change:hover {
    color: #8cb6e0;
}

footer .footer-info-body .copyright-row {
    padding-top: 30px;
    color: #707070;
    text-transform: uppercase;
}

footer .footer-info-body .copyright-row p {
    font-family: "OmnesMedium",Arial,sans-serif;
    font-size: 12px;
}

footer .footer-wrapper-mob .footer-title {
    display: inline-block;
}

footer .footer-wrapper-mob .footer-title a {
    font-family: "OmnesMedium",Arial,sans-serif;
    font-size: 14px;
    color: #d92032;
}

@media (max-width: 991px) {
    footer .footer-wrapper-mob .footer-title a.footer-mob-title {
        color:#000;
        font-weight: bold;
    }

    footer .footer-info-body {
        padding-left: 15px;
        padding-bottom: 0;
    }
    footer .footer-info-bar ul{
    margin-bottom:0; 
}
}



footer .footer-wrapper-mob .footer-title a.footer-grey {
    color: #666;
    text-transform: capitalize;
}

footer .footer-wrapper-mob ul {
    padding: 0;
    list-style: none;
}

footer .footer-wrapper-mob ul li {
    padding: 2px 0;
}

footer .footer-wrapper-mob ul li a {
    font-family: "OmnesMedium",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #666;
}

footer .footer-wrapper-mob ul li a img {
    width: 35px;
}

footer .footer-wrapper .container ul li:not(:first-child) span {
    font-family: "OmnesMedium",Arial,sans-serif;
    font-size: 12px;
    text-decoration: none;
}

footer .social-media-row .looking-for {
    margin: 0 !important;
    padding: 0;
    color: #d92032;
    cursor: auto;
    font-family: OmnesMedium, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.footer-wrapper .col-sm-2 > ul.nav.nav-stacked span {
    color: #666666;
}

.footer-wrapper .col-sm-2 > ul.nav.nav-stacked li a {
    padding: 0;
}

.footer-wrapper .col-sm-2 ul.nav.nav-stacked span {
    cursor: pointer;
    display: block;
    font-family: OmnesMedium, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

@media only screen and (min-device-width: 768px) {
    .footer-wrapper .col-sm-4 {
        padding-right: 0;
        max-width: 31.8%;
        padding-left: 0;
    }

    .footer-wrapper .col-sm-2 {
        padding-left: 0;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .footer-wrapper .col-sm-2 {
        padding-left: 5px;
    }

    .footer-wrapper .col-sm-4 {
        padding-right: 0;
        max-width: 24.8%;
        padding-left: 5px;
    }
}

footer .nav p {
    color: #222222;
    cursor: auto;
    display: block;
    font-family: OmnesMedium, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

footer .footer-info-body p {
    color: #707070;
    cursor: auto;
    display: block;
    font-family: OmnesMedium, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
}

@media only screen and (max-device-width: 991px) {
    .comp-footer .footer-wrapper-mob .container .row li span {
        text-transform: uppercase;
    }
}

/*For Footer Issue Fix*/
@media only screen and (min-device-width: 768px) {
    .footer-info-bar .col-md-12, .footer-info-body .col-sm-3 {
        padding: 0;
    }

    .footer-info-bar .col-md-12 .pull-left, .footer-info-body .col-sm-3 p {
        padding: 0;
    }
}

.comp-banner-journey-list h2 {
    margin-bottom: 40px;
    /*font-family: $font-family-primary;*/
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 50px;
    font-weight: 100;
    font-style: normal;
    color: #666;
    width: 100%;
    text-align: center;
    line-height: 6.2rem;
    position: relative;
    text-shadow: -16px -16px 16px #fff, 0 -16px 16px #fff, 16px -16px 16px #fff, -16px 0 16px #fff, 0 0 16px #fff, 16px 0 16px #fff, -16px 16px 16px #fff, 0 16px 16px #fff, 16px 16px 16px #fff;
}

@media (max-width: 767px) {
    .comp-banner-journey-list h2 {
        font-size: 35px;
        line-height: 4.2rem;
    }
}

@media (max-width: 991px) {
    .comp-banner-journey-list h2 {
        font-size: 42px;
    }
}

.comp-banner-journey-list .cta-holder {
    text-align: center;
}

.comp-banner-journey-list .banner-section {
    position: relative;
    overflow: hidden;
}

.comp-banner-journey-list #expecting-mom .banner-content-holder{
	top: 20%;
}

.comp-banner-journey-list .banner-content-holder {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .banner-content-holder {
        position: relative;
        top: auto;
        bottom: auto;
        padding-bottom: 50px;
        padding-top: 170px;
    }
	.comp-banner-journey-list #expecting-mom .banner-content-holder{
	 top: auto;
	}
}

.comp-banner-journey-list #expecting-mom .boxes-holder {
	bottom:22%;
}
.comp-banner-journey-list .boxes-holder {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .boxes-holder {
        position: relative;
        top: auto;
        bottom: auto;
    }
	.comp-banner-journey-list #expecting-mom .boxes-holder {
		bottom:auto;
	}
}

.comp-banner-journey-list .banner-content .btn.btn-rounded {
    background-color: #d92032;
    color: #FFF;
    border: 2px solid #fff;
}

.comp-banner-journey-list .banner-content .btn.btn-rounded:hover {
    background-color: #d92032;
    color: #FFF;
    border: 2px solid #FFF;
}

.comp-banner-journey-list .bg-img-holder {
    position: relative;
    z-index: -1;
}

.comp-banner-journey-list .join-box .reward-logo {
    height: 34px;
}

.comp-banner-journey-list [data-href] .hover-content {
    display: none;
    position: absolute;
    color: #666;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
}

.comp-banner-journey-list [data-href]:hover .hover-content {
    display: none;
}

.comp-banner-journey-list .comp-product-tile img.logoHuggies {
    width: 85px;
    margin-top: 30px;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile {
    background: linear-gradient(#fff, #d0d0d0);
    padding: 0;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile {
        margin-bottom: 20px;
		 display: table;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .img-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-align: left;
    width: 40%;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile .img-box {
        width: 30%;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .img-box img {
    margin: 0;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .description-text {
    font-size: 14px;
    margin-bottom: 5px;
    color: #d92032;
    text-align: center;
    font-family: "OmnesRegular",arial,sans-serif;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .description-text span {
    font-family: "OmnesRegular",arial,sans-serif;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .cta-holder {
    position: relative;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .btn-text-only {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    text-align: center;
    text-decoration: underline;
    font-size: 10px;
    margin-top: 0;
    font-weight: 400;
    white-space: normal;
    font-family: "OmnesRegular",arial,sans-serif;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .content-box {
    display: table-cell;
    width: 55%;
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box {
    background-size: calc(100% - 6px) calc(100% - 6px);
    background-position: center;
    padding: 15px;
    padding-bottom: 0px;
    background-color: #FFF;
    border: 3px solid #FFF;
    padding: 3px;
    position: relative;
    min-height: 127px;
}

@media (max-width: 991px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box {
        max-width: 100%;
        min-height: 130px;
    }
}

@media (max-width: 767px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box {
        padding: 3px 35px;
        max-width: 100%;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .img-box {
    position: absolute;
    left: 5px;
    top: 10px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .img-box {
        left: 50px;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .img-box img {
    max-height: 34px;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .content-box {
    width: 100%;
    padding: 0;
}

@media (max-width: 991px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .content-box {
        width: 55%;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .inner-content {
    overflow: hidden;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .description-text {
    text-align: left;
    width: 100%;
    color: #FFF;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .description-text span {
    font-size: 10px;
    margin-bottom: 0;
    margin-top: 20px;
    padding-right: 5px;
    display: inline-block;
    font-family: "OmnesRegular",arial,sans-serif;
}

@media (max-width: 991px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .description-text span {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .description-text span {
        margin-top: 5px;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .btn.btn-rounded {
    background-color: #FFF;
    color: #d92032;
    border: none;
    min-width: 70%;
    padding: 0;
    width: 140px;
    float: left;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .btn.btn-rounded {
        margin-top: 0px;
        width: 130px;
    }
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile.join-box .btn.btn-text-only {
    color: #fff;
}

.comp-banner-journey-list .comp-product-tile.horizontal-tile .cta-holder {
    text-align: center;
}

.comp-banner-journey-list .section-indicator {
    position: fixed;
    right: 10%;
    top: 50%;
    z-index: 30;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator {
        top: 53px;
        left: 0;
        right: auto;
        width: 100%;
        height: 60px;
        background-color: rgba(125, 125, 125, 0.5);
        -webkit-transition: left .5s ease;
        -moz-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }

    .comp-banner-journey-list .section-indicator ul {
        height: 70%;
        width: 90%;
        padding: 0;
        margin: 0;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 9px auto;
        border-radius: 60px;
    }
}

.comp-banner-journey-list .section-indicator .slide-nav {
    position: fixed;
    z-index: 1;
    left: auto;
    right: 0%;
    top: 146px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator .slide-nav {
        z-index: 99;
        left: 0;
        width: 100%;
        top: 50px;
        text-align: center;
        padding: 9px 5px;
        -webkit-transition: left .5s ease;
        -moz-transition: left .5s ease;
        -o-transition: left .5s ease;
        transition: left .5s ease;
    }

    .comp-banner-journey-list .section-indicator .slide-nav:after {
        background-image: -ms-linear-gradient(top, #b5b5b5 0%, #d3d3d2 20);
        background: -webkit-gradient(linear, left top, left bottom, from(#b5b5b5), to(#d3d3d2));
        background: -webkit-linear-gradient(#b5b5b5, #d3d3d2);
        background: -moz-linear-gradient(top, #b5b5b5, #d3d3d2);
        background: -ms-linear-gradient(#b5b5b5, #d3d3d2);
        background: -o-linear-gradient(#b5b5b5, #d3d3d2);
        background: linear-gradient(#b5b5b5, #d3d3d2);
        opacity: 0.45;
        position: absolute;
        width: 100%;
        content: " ";
        display: block;
        height: 60px;
        top: 0;
        left: 0;
    }
}

.comp-banner-journey-list .section-indicator .slide-nav ul.tab-group {
    background-image: url("/-/media/feature/bannerjourneylist/bg_journey_steps.png");
    width: 285px;
    height: 379px;
    background-repeat: no-repeat;
    padding: 65px 0 0 50px;
    background-position: -19px -55px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator .slide-nav ul.tab-group {
        background-image: none;
        position: relative;
        z-index: 100;
        height: 40px;
        line-height: 40px;
        width: 92%;
        background-repeat: no-repeat;
        padding: 0;
        margin: 0 auto;
        background-position: 0 0;
        background: #fff;
        opacity: 0.8;
        background-size: contain;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        -webkit-border-top-left-radius: 25px;
        -webkit-border-top-right-radius: 25px;
        -webkit-border-bottom-left-radius: 25px;
        -webkit-border-bottom-right-radius: 25px;
        -moz-border-radius-topleft: 25px;
        -moz-border-radius-topright: 25px;
        -moz-border-radius-bottomleft: 25px;
        -moz-border-radius-bottomright: 25px;
    }
}

.comp-banner-journey-list .section-indicator .section-indicator-bg {
    position: absolute;
    top: -110px;
    left: -90px;
}

.comp-banner-journey-list .section-indicator li {
    list-style: none;
    position: absolute;
}

.comp-banner-journey-list .section-indicator li a:focus {
    text-decoration: none;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li {
        width: 75px;
    }
}

.comp-banner-journey-list .section-indicator li .indicatorTxt {
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 12px;
}

.comp-banner-journey-list .section-indicator li img {
    max-height: 30px;
}

.comp-banner-journey-list .section-indicator li .normal {
    display: inline-block;
}

.comp-banner-journey-list .section-indicator li .active {
    display: none;
}

.comp-banner-journey-list .section-indicator li.selected .normal {
    display: none;
}

.comp-banner-journey-list .section-indicator li.selected .active {
    display: inline-block;
}

.comp-banner-journey-list .section-indicator .journeyText {
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 300;
}

.comp-banner-journey-list .section-indicator li:nth-child(1) {
    top: 58px;
    left: 115px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li:nth-child(1) {
        top: 0;
        left: 10%;
        background: url("/-/media/feature/bannerjourneylist/HuggiesID/bg_steps_mobile.png") no-repeat;
        background-position: 52px 10px;
    }
}

.comp-banner-journey-list .section-indicator li:nth-child(1) a {
    padding-right: 20px;
}

.comp-banner-journey-list .section-indicator li:nth-child(2) {
    top: 135px;
    left: 122px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li:nth-child(2) {
        top: 0;
        left: 30%;
        background: url("/-/media/feature/bannerjourneylist/HuggiesID/bg_steps_mobile_center.png") no-repeat;
        background-position: 50px 10px;
    }
}

.comp-banner-journey-list .section-indicator li:nth-child(2) a {
    padding-right: 10px;
}

.comp-banner-journey-list .section-indicator li:nth-child(3) {
    top: 203px;
    left: 97px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li:nth-child(3) {
        top: 0;
        left: 50%;
        background: url("/-/media/feature/bannerjourneylist/HuggiesID/bg_steps_mobile.png") no-repeat;
        background-position: 52px 10px;
    }
}

.comp-banner-journey-list .section-indicator li:nth-child(3) a {
    padding-right: 10px;
}

.comp-banner-journey-list .section-indicator li:nth-child(4) {
    top: 290px;
    left: 130px;
}

@media (max-width: 767px) {
    .comp-banner-journey-list .section-indicator li:nth-child(4) {
        top: 0;
        left: 70%;
    }
}

#expecting-mom {
    /*background: url(../../Project/images/bannerJourney1.jpg) no-repeat;*/
    height: 850px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    #expecting-mom {
        background-size: 180% 100%;
    }
}

#moving-baby {
    /*background: url(../../Project/images/bannerJourney2.jpg);*/
    height: 850px;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    #moving-baby {
        background-size: 100% 100%;
    }
}

#new-mom {
    /*background: url(../../Project/images/bannerJourney3.jpg);*/
    height: 850px;
    background-position: center;
    background-size: cover;
}

#toddler-time {
    /*background: url(../../Project/images/bannerJourney4.jpg);*/
    height: 850px;
    background-position: center;
    background-size: cover;
}

.bg-img-holder > img {
    height: auto;
    width: 100%;
    position: absolute;
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .comp-banner-journey-list .container.boxes-holder .col-sm-12.col-md-4, .comp-banner-journey-list .container.boxes-holder .col-sm-6.col-md-4 {
        width: 33.33333%;
    }

    .comp-banner-journey-list .container.boxes-holder .comp-product-tile {
        min-height: 125px;
    }

    .comp-banner-journey-list .bg-img-holder > img {
        min-height: 1100px;
    }
}

/*here*/
@media (max-width: 767px) {
    .in-main .section-indicator, .in-main .section-indicator .slide-nav {
        left: 80%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .in-main .section-indicator .slide-nav {
        left: 100%;
    }
}
.product-detail .navigation-panel .navbar-nav.navbar-rounded > li{
	float:none;
	display:inline-block;
}
.comp-product-tile {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    background-color: #0072bc;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    margin: 0 auto;
    /*&[data-equal-height-group]{
		.cta-holder{ 
			text-align: center;
			position: absolute;
			bottom: 30px;
			right: 0;
			left: 0;
			margin: auto;
		}
	}*/
}

.comp-product-tile.content-vertical-middle {
    display: table;
}

.comp-product-tile.content-vertical-middle .content-box {
    display: table-cell;
    vertical-align: middle;
}

.comp-product-tile[data-href] {
    cursor: pointer;
}

.comp-product-tile img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
	/*height: 160px;*/
}
.comp-product-tile.gn-product-tile.type-2 img{
	height:160px;
} 
.comp-product-tile h4 {
    margin: 0 -15px;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    background-color: #0092c4;
    color: #FFF;
    font-weight: 500;
}

.comp-product-tile .icon-bar {
    border-top: 1px solid #FFF;
    position: relative;
    margin-top: 30px;
}

.comp-product-tile .icon-bar img {
    position: absolute;
    max-width: 50px;
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
    background-color: #0072bc;
    padding: 5px;
}

.comp-product-tile .rating-container {
    color: #FFF;
    margin-top: 30px;
    display: block;
}

.comp-product-tile .btn.btn-rounded {
    background-color: #d92032;
    margin: 0 auto;
    border: none;
}

.comp-product-tile .cta-holder {
    text-align: center;
}

.comp-product-tile ul {
    padding: 15px;
}

.comp-product-tile .content-box {
    padding: 0;
}

.comp-product-tile .content-box .productNameBlock {
    background-color: #c8363a;
    padding: 12px 15px 12px 15px;
}

.comp-product-tile .content-box .productNameBlock .productName {
    width: 100%;
    color: #fff;
    font-family: "OmnesMedium";
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    min-height: 55px;
}

.comp-product-tile .content-box .productInfo {
    padding: 15px 27px 20px 27px;
    box-shadow: -5px 5px 5px #eaeaea, -5px 5px 3px #f5f5f5, 5px 5px 3px #f5f5f5;
    margin-bottom: 28px;
}

@media screen and (min-width: 1025px) {
    .comp-product-tile .content-box .productInfo {
        min-height: 400px;
    }
}

.comp-product-tile .content-box .productInfo .productInfoHeading {
    font-family: "OmnesMedium";
    font-weight: normal;
    font-size: 24px;
    color: #c8363a;
    margin: 0 0 22px 0;
    min-height: 56px;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .comp-product-tile .content-box .productInfo .productInfoHeading {
        font-size: 18px;
        min-height: 46px;
    }
}

@media (max-width: 767px) {
    .comp-product-tile .content-box .productInfo .productInfoHeading {
        min-height: auto;
    }
}

.comp-product-tile .content-box .productInfo .productInfoList {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .comp-product-tile .content-box .productInfo .productInfoList {
        margin-bottom: 15px;
    }
}

.comp-product-tile .content-box .productInfo .productInfoList ul {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .comp-product-tile .content-box .productInfo .productInfoList ul {
        padding: 0 15px;
    }
}

.comp-product-tile .content-box .productInfo .productInfoList ul li {
    font-family: "OmnesMedium";
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 1.3;
}

.comp-product-tile .content-box .productInfo .selectSize .sizes {
    float: left;
    font-family: "OmnesMedium";
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}

.comp-product-tile .content-box .productInfo .btnRed {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    font-family: "OmnesSemiBold";
    font-weight: bold;
    font-size: 18px;
    width: 240px;
    background: #d92032;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .comp-product-tile .content-box .productInfo .btnRed {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .comp-product-tile .content-box .productInfo .btnRed {
        width: 240px;
    }
}

.comp-product-tile.promo-tile {
    background-color: #9078b7;
}

.comp-product-tile.promo-tile .btn.btn-rounded {
    text-transform: uppercase;
    background-color: #FFF;
    color: #7f56c6;
}

.comp-product-tile.promo-tile .btn.btn-rounded:hover {
    background-color: #CCC;
}

.comp-product-tile.gn-product-tile {
    background-color: #fff;
    padding: 0;
    position: relative;
}

.comp-product-tile.gn-product-tile:before {
    content: none;
}

.comp-product-tile.gn-product-tile:not([class*="type-"]):not(.horizontal-tile):not(.vertical-tile) .img-box {
    padding: 0;
}

.comp-product-tile.gn-product-tile:not([class*="type-"]):not(.horizontal-tile):not(.vertical-tile) .btn.btn-rounded {
    border-radius: 0;
    border: none;
    background-color: transparent;
    color: #012d74;
    font-size: 18px;
    text-transform: uppercase;
}

.comp-product-tile.gn-product-tile:not([class*="type-"]):not(.horizontal-tile):not(.vertical-tile) .btn.btn-rounded:hover {
    background-color: transparent;
    color: #012d74;
}

.comp-product-tile.gn-product-tile.type-2 {
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-2 h2, .comp-product-tile.gn-product-tile.type-2 p, .comp-product-tile.gn-product-tile.type-2 a {
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-2 h2 {
    margin: 25px auto;
}

.comp-product-tile.gn-product-tile.type-2 .btn.btn-rounded {
    background-color: #0072bc;
    border: 2px solid #0072bc;
    text-transform: uppercase;
    padding: 5px 25px;
    color: #FFF;
    font-size: 15px;
}

.comp-product-tile.gn-product-tile.type-2 .btn.btn-rounded:hover {
    background-color: transparent;
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-3 {
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-3 p, .comp-product-tile.gn-product-tile.type-3 a {
    color: #0072bc;
}

.comp-product-tile.gn-product-tile.type-3 h2 {
    margin: 25px auto;
    color: #FFF;
}

.comp-product-tile.gn-product-tile.type-3 h4 {
    background-color: transparent;
    color: #dfdc31;
}

.comp-product-tile.gn-product-tile.type-3 p {
    font-weight: 500;
    color: #0072bc;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.75;
}

.comp-product-tile.gn-product-tile.type-3 .btn.btn-rounded {
    background-color: #FFF;
    border: 2px solid #FFF;
    text-transform: uppercase;
    padding: 5px 25px;
    color: #0072bc;
    font-size: 15px;
    margin-top: 60px;
}

.comp-product-tile.gn-product-tile.type-3 .btn.btn-rounded:hover {
    background-color: transparent;
    color: #FFF;
}

.comp-product-tile.gn-product-tile.type-3 .content-box {
    padding-top: 68px;
}

.comp-product-tile.gn-product-tile.product-detail-tile {
    box-shadow: 1px 1px 24px 0px #C9C9C9;
    margin-bottom: 30px;
}

.comp-product-tile.gn-product-tile.product-detail-tile .img-box {
    text-align: center;
    background-color: #f0f0f0;
    padding: 25px 0 !important;
}

.comp-product-tile.gn-product-tile.product-detail-tile .img-box img {
    width: auto;
}

.comp-product-tile.gn-product-tile.product-detail-tile .content-box .productInfo {
    padding: 0;
    box-shadow: none;
    margin: 0;
    min-height: unset;
}

.comp-product-tile.gn-product-tile.product-detail-tile .content-box .productInfo .productInfoHeading {
    font-size: 18px;
    font-family: 'OmnesMedium',Arial,sans-serif;
    color: #c8363a;
    padding: 0 20px;
    margin: 20px 0 8px;
    min-height: 55px;
}

.comp-product-tile.gn-product-tile.product-detail-tile .content-box .productInfo .productInfoDesc {
    font-size: 14px;
    font-family: 'OmnesMedium',Arial,sans-serif;
    color: #666666;
    padding: 0 20px 30px 20px;
    margin-bottom: 0;
}

.comp-product-tile.type-white-bg {
    background-color: #FFF;
    padding: 30px 0px 10px 0px;
}

.comp-product-tile.type-white-bg .btn.btn-rounded {
    background-color: transparent;
    color: #397bbe;
    font-size: 16px;
}

.comp-product-tile.type-white-bg .btn.btn-rounded span {
    display: block;
}

.comp-product-tile.type-white-bg .btn.btn-rounded span:last-child {
    color: #2e2e4d;
}

.comp-product-tile inline-tile {
    display: inline-block;
}

.comp-product-tile.sizes-tile {
    background-color: #dbf3fe;
    padding: 15px;
    position: relative;
    width: 100%;
    min-height: 290px;
}

.comp-product-tile.sizes-tile:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid #fff;
    pointer-events: none;
    left: 15px;
    top: 15px;
}

.comp-product-tile.sizes-tile .img-box {
    z-index: 1;
    position: relative;
}

.comp-product-tile.sizes-tile .img-box img {
    max-height: 92px;
    margin-top: -15px;
    padding-top: 0px;
}

.comp-product-tile.sizes-tile h2 {
    color: #022c73;
    font-size: 42px;
    margin-top: 5px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

.comp-product-tile.sizes-tile p {
    color: #022c73;
}

.comp-product-tile.sizes-tile .description-text span:not(:first-child) {
    color: #0072bc;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1;
    display: block;
}

.comp-product-tile.sizes-tile .description-text span:not(:first-child):last-child {
    color: #0470bb;
    font-size: 13px;
    margin-top: 16px;
    display: block;
    margin-bottom: 10px;
}

.comp-product-tile.no-img-tile {
    background-size: cover;
}

.comp-product-tile.no-img-tile .content-box {
    padding: 15px;
}

.comp-product-tile.no-img-tile.sizes-tile h2 {
    color: #FFF;
    font-weight: 400;
    font-size: 25px;
    color: #00b7f2;
    line-height: 1.3;
}

.comp-product-tile.no-img-tile.sizes-tile .btn.btn-rounded {
    margin: 35px 0;
    color: #fff;
    background-color: #00b7f2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding: 10px 40px;
    margin-bottom: 0;
}

.comp-product-tile.offer-tile {
    background-color: #dbf3fe;
    padding: 15px;
    position: relative;
}

.comp-product-tile.offer-tile:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 3px solid #fff;
    pointer-events: none;
    left: 15px;
    top: 15px;
}

.comp-product-tile.offer-tile .content-box {
    background-color: #FFF;
    padding: 5px 15px 15px;
    height: 227px;
}

@media (max-width: 767px) {
    .comp-product-tile.offer-tile .content-box {
        height: 227px;
    }
}

.comp-product-tile.offer-tile h2 {
    color: #12bec2;
    font-size: 22px;
}

.comp-product-tile.offer-tile p {
    color: #012d74;
    font-size: 18px;
}

.comp-product-tile.offer-tile .btn.btn-rounded, .comp-product-tile.offer-tile a.btn.btn-rounded {
    border-radius: 1000px;
    font-size: 11px;
    font-weight: 500;
    color: #FFF;
    background-color: #16bdbc;
    padding: 9px 40px;
    border: 2px solid #16bdbc;
    margin-left: 0;
    margin-top: 10px;
}

.comp-product-tile.offer-tile .btn.btn-rounded:hover, .comp-product-tile.offer-tile a.btn.btn-rounded:hover {
    background-color: transparent;
    color: #16bdbc;
}

.comp-product-tile.offer-tile .img-box img {
    height: 239px;
}

@media (max-width: 767px) {
    .comp-product-tile.offer-tile .img-box img {
        height: 258px;
    }
}

@media (min-width: 991px) {
    .comp-product-tile.offer-tile .img-box img {
        height: 168px;
    }
}

.comp-product-tile.review-tile {
    background-color: #EEE;
    color: #012d74;
    font-weight: 500;
    cursor: pointer;
}

.comp-product-tile.review-tile .rating-container {
    margin-bottom: 15px;
    color: #012d74;
}

.comp-product-tile.review-tile img {
    width: 100%;
}

@media (min-width: 991px) {
    .comp-product-tile.horizontal-tile {
        display: table;
        width: 100%;
        padding: 50px 35px;
    }
}

.comp-product-tile.horizontal-tile h2 {
    font-style: normal;
    font-weight: 400;
    border-bottom: none;
    font-size: 36px;
    color: #16bdbc;
    margin: 0 0 16px 0;
}

.comp-product-tile.horizontal-tile p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #012d74;
}

@media (min-width: 991px) {
    .comp-product-tile.horizontal-tile .img-box {
        display: table-cell;
        width: 45%;
        vertical-align: middle;
        text-align: center;
    }

    .comp-product-tile.horizontal-tile .img-box img {
        max-height: 250px;
    }
}

@media (max-width: 767px) {
    .comp-product-tile.horizontal-tile .content-box {
        text-align: center;
    }
}

@media (min-width: 991px) {
    .comp-product-tile.horizontal-tile .content-box {
        display: table-cell;
        width: 55%;
        vertical-align: middle;
        text-align: left;
    }
}

@media (min-width: 991px) {
    .comp-product-tile.horizontal-tile .cta-holder {
        text-align: left;
    }
}

.comp-product-tile.horizontal-tile .btn.btn-rounded {
    border-radius: 1000px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding: 9px 20px;
    margin-left: 0;
    transition: all .5s;
    margin-top: 10px;
    background-color: #16bdbc;
    border: 2px solid #16bdbc;
}

.comp-product-tile.horizontal-tile .btn.btn-rounded:hover {
    background-color: transparent;
    color: #16bdbc;
}

.comp-product-tile.gray-bg-tile {
    background-color: #eee;
}

.comp-product-tile.gray-bg-tile h2 {
    color: #d72335;
}

.comp-product-tile.gray-bg-tile p {
    color: #222;
}

.comp-product-tile.gray-bg-tile .btn.btn-rounded {
    background-color: #d72335;
    border: none;
}

.comp-product-tile.gray-bg-tile .btn.btn-rounded:hover {
    background-color: #fff;
    color: #d72335;
}

.comp-product-tile.vertical-tile h2 {
    color: #16bdbc;
}

.comp-product-tile.vertical-tile p {
    color: #222;
}

.comp-product-tile.vertical-tile .content-box {
    text-align: center;
    background-color: #e5f8fe;
    padding: 15px 15px 30px 15px;
}

.comp-product-tile.vertical-tile .cta-holder {
    text-align: center;
}

.comp-product-tile.vertical-tile .btn.btn-rounded {
    border-radius: 1000px;
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    padding: 9px 20px;
    margin-left: 0;
    transition: all .5s;
    margin-top: 10px;
    background-color: #16bdbc;
    border: 2px solid #16bdbc;
}

.comp-product-tile.vertical-tile .btn.btn-rounded:hover {
    background-color: transparent;
    color: #16bdbc;
}

.product-tile {
    position: relative;
    padding: 20px 20px 35px 20px;
    text-align: center;
}

.product-tile:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 2px solid #FFF;
}

.product-tile.bg-primary {
    background-color: #e5f8fe !important;
}

.product-tile a {
    text-align: center;
}

.product-tile a img {
    max-height: 160px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-height: 160px;
}

@media (max-width: 991px) {
    .product-tile a img {
        max-height: 120px;
    }
}

.coupons-wrapper .comp-product-tile.horizontal-tile h2 {
    font-size: 20px;
}

.coupons-wrapper .comp-product-tile.horizontal-tile {
    box-shadow: none;
    padding: 20px 20px;
    margin: 0;
}

.coupons-wrapper .comp-product-tile.horizontal-tile .content-box {
    background: #e5f8fe;
    padding: 15px 15px;
    text-align: center;
}

.coupons-wrapper .comp-product-tile.horizontal-tile .cta-holder {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 800px) {
    .comp-product-tile.offer-tile .content-box {
        height: 330px;
    }
}

.comp-carousel-details-showcase {
    background: url("/-/media/Feature/Products/All/productDetailBanner.jpg");
    position: relative;
    width: 100%;
    min-height: 730px;
    background-repeat: no-repeat;
    background-size: 100%;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
}

@media (max-width: 991px) {
    .comp-carousel-details-showcase {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase {
        background-size: cover;
        min-height: 730px;
    }
}

.comp-carousel-details-showcase .banner-text {
    margin-top: 220px;
}

@media (max-width: 991px) {
    .comp-carousel-details-showcase .banner-text {
        margin-top: 60px;
        margin-left: 50px;
    }
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .banner-text {
        margin-top: 100px;
        margin-left: 0;
        line-height: 1.3;
        max-width: 86%;
    }
}

.comp-carousel-details-showcase .slick-prev {
    height: 50px;
    width: 42px;
    left: -40px;
    z-index: 1;
}

.comp-carousel-details-showcase .slick-prev:before {
    background-image: url("/-/media/feature/products/HuggiesID/slickPrevious.png");
    background-repeat: no-repeat;
    font-family: none;
    color: transparent;
    opacity: 1;
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .slick-prev:before {
        font-size: 20px;
    }
}

.comp-carousel-details-showcase .slick-prev.slick-disabled:before {
    background-image: url("/-/media/feature/products/HuggiesID/slickPrevDisabled.png");
}

@media (max-width: 991px) {
    .comp-carousel-details-showcase .slick-prev {
        left: -25px;
    }
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .slick-prev {
        left: -10px;
        top: 40px;
        width: 20px;
        height: 20px;
        z-index: 2;
    }
}

.comp-carousel-details-showcase .slick-next {
    height: 50px;
    width: 42px;
    right: -40px;
    z-index: 1;
}

.comp-carousel-details-showcase .slick-next:before {
    background-image: url("/-/media/feature/products/HuggiesID/slickNext.png");
    background-repeat: no-repeat;
    font-family: none;
    color: transparent;
    opacity: 1;
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .slick-next:before {
        font-size: 20px;
    }
}

.comp-carousel-details-showcase .slick-next.slick-disabled:before {
    background-image: url("/-/media/feature/products/HuggiesID/slickNextDisabled.png");
}

@media (max-width: 991px) {
    .comp-carousel-details-showcase .slick-next {
        right: -25px;
    }
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .slick-next {
        right: -10px;
        top: 40px;
        width: 20px;
        height: 20px;
        z-index: 2;
    }
}

.comp-carousel-details-showcase h1 {
    margin-bottom: 10px;
    font-family: 'OmnesLight',Arial,sans-serif;
    font-size: 52px;
    font-weight: normal;
    color: #666666;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase h1 {
        font-size: 42px;
        line-height: 1;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
	.comp-carousel-details-showcase h1 {
        font-size: 40px;
        line-height: 1;
    }
	.comp-carousel-details-showcase .banner-text p{
		line-height:1;
	}
}
.comp-carousel-details-showcase h2 {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #00a5a0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.comp-carousel-details-showcase p {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    height: auto;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase p {
        font-size: 16px;
    }
}

.comp-carousel-details-showcase p.small-info {
    margin: 20px 0;
}

.comp-carousel-details-showcase .single-link-holder {
    text-align: left;
    margin: 15px 0;
}

.comp-carousel-details-showcase .btn.btn-rounded {
    margin: 0;
}

.comp-carousel-details-showcase .preview-carousel-holder {
    margin: 220px 0 35px 0;
    max-height: 360px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .comp-carousel-details-showcase .preview-carousel-holder {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .preview-carousel-holder {
        margin-top: 30px 0 50px 0;
    }
}

.comp-carousel-details-showcase .preview-carousel-holder .preview-slide img {
    width: auto;
    margin: 0 auto;
	height: -webkit-fill-available;
}

@media (max-width: 991px) {
    .comp-carousel-details-showcase .preview-carousel-holder .preview-slide img {
        width: 200px;
		height:auto;
    } 
}

.comp-carousel-details-showcase .thumbnail-carousel-holder .zoom-btn-holder {
    float: left;
    line-height: 2;
    font-size: 30px;
}

.comp-carousel-details-showcase .thumbnail-carousel {
    max-width: none;
    margin: 0 auto;
}

.comp-carousel-details-showcase .thumbnail-carousel .thumb-slide {
    width: 80px;
    height: 100px;
    margin: 0 auto;
    border: 1px solid #d7d7d7;
    box-sizing: border-box;
    background-color: transparent;
    border: none;
}

@media (max-width: 991px) {
    .comp-carousel-details-showcase .thumbnail-carousel .thumb-slide {
        width: 65px;
        height: 65px;
    }
}

@media (max-width: 767px) {
    .comp-carousel-details-showcase .thumbnail-carousel .thumb-slide {
        width: 70px;
        height: 120px;
    }
}

.comp-carousel-details-showcase .thumbnail-carousel .thumb-slide.slick-current {
    border: none;
}

.comp-carousel-details-showcase .tab-navs {
    margin-bottom: 15px;
    margin-top: 45px;
}

.comp-carousel-details-showcase .tab-navs li {
    margin-top: 15px;
    float: left;
}

@media (max-width: 1024px) and (min-width: 600px) {
    .comp-carousel-details-showcase .thumbnail-carousel-holder .zoom-btn-holder {
        float: none;
    }
}

.comp-carousel-details-showcase .banner-text p {
    height: auto;
    color: #666666;
    cursor: auto;
    display: block;
    font-family: OmnesRegular, arial, sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 43.2px;
    margin-block-end: 20px;
    margin-block-start: 0px;
    margin-bottom: 20px;
}

.comp-carousel-details-showcase .test .btn.btn-rounded {
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: OmnesRegular, arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.container-article {
    margin-top: 190px;
}

.container-article .article-listing {
    position: relative;
    margin-bottom: 30px;
}

.container-article .article-listing .article-list-banner {
    min-height: 300px !important;
}

@media (max-width: 991px) {
    .container-article .article-listing .article-list-banner {
        min-height: 200px !important;
    }
}

@media (max-width: 767px) {
    .container-article .article-listing .article-list-banner {
        min-height: 420px !important;
    }
}

.container-article .article-listing .article-list-banner img {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.container-article .article-listing .article-list-banner .container .prod-title, .container-article .article-listing .article-list-banner .container .description {
    width: 50%;
    top: 25px;
}

.container-article .article-listing .article-list-banner .container .prod-title {
    font-family: "OmnesLight";
    font-size: 52px;
    line-height: 1;
    font-weight: normal;
    color: #666666;
}

@media (max-width: 767px) {
    .container-article .article-listing .article-list-banner .container .prod-title {
        font-size: 40px;
        width: 90%;
        max-width: 90%;
        padding-top: 160px;
    }
}

@media (max-width: 991px) {
    .container-article .article-listing .article-list-banner .container .prod-title {
        font-size: 40px;
    }
}

.container-article .article-listing .article-list-banner .container .description {
    font-family: "OmnesRegular";
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: #666666;
}

@media (max-width: 991px) {
    .container-article .article-listing .article-list-banner .container .description {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .container-article .article-listing .article-list-banner .container .description {
        font-size: 14px;
        width: 100%;
        max-width: 100%;
    }
}

.container-article .article-listing .nav {
    margin: 30px 0;
    background: #f0f0f0;
}

.container-article .article-listing .nav li {
    padding: 5px 0 0;
    border-bottom: 10px solid transparent;
    width: 192px;
}

.container-article .article-listing .nav li a {
    color: #666666;
    font-size: 15px;
    padding: 10px 0px;
    margin: 10px 0;
    background-color: transparent;
    border-right: 1px solid #ccc;
    font-family: "OmnesMedium";
}

.container-article .article-listing .nav li:last-child a {
    border-right: 0;
}

.container-article .article-listing .nav li.active {
    border-bottom: 10px solid #c8363a;
    color: #666666;
}

.container-article .article-listing .nav li.active a {
    color: #666666;
    background-color: transparent;
}

.container-article .article-listing .nav li.active a::hover {
    color: #666666;
}

.container-article .article-listing .filterBlock {
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
}

.container-article .article-listing .filterBlock .btn {
    border: none;
    background: none;
    box-shadow: none;
    text-decoration: none;
    font-family: "OmnesMedium";
    font-size: 18px;
    color: #666666;
    font-weight: normal;
}

.container-article .article-listing .filterBlock .btn.active {
    background: none;
    color: #c8363a;
    text-decoration: underline;
}

.container-article .article-listing .filterBlock .btn::hover {
    background: none;
}

.container-article .article-listing .viewMore {
    margin: 40px auto;
}

.container-article .article-listing .viewMore .btn.btn-rounded {
    text-transform: capitalize;
}

.container-article .article-listing .comp-article-tile {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    background-color: #0072bc;
    background-repeat: no-repeat;
    background-size: contain;
    color: #FFF;
    margin: 0 auto;
    box-shadow: 1px 1px 14px -3px #C9C9C9;
    margin-bottom: 30px;
}

.container-article .article-listing .comp-article-tile .img-box img {
    height: 152px;
}

.container-article .article-listing .comp-article-tile .content-box {
    padding: 30px 20px 30px 20px;
    margin-bottom: 8px;
    min-height: 175px !important;
    max-height: 175px !important;
    overflow: hidden;
    background-color: #fff;
}

.container-article .article-listing .comp-article-tile .content-box h2.articleInfoHeading {
    font-family: "OmnesMedium";
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    width: 100%;
    margin: 5px 0 0;
    line-height: 1.4;
}

.container-article .article-listing .comp-article-tile .content-box .articleInfo {
    font-family: "OmnesMedium";
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 0px;
    line-height: 1.6;
}

.container-article .article-listing .comp-article-tile .content-box .articleInfo p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.container-article .article-listing .comp-article-tile .content-box .btnRed {
    font-family: "OmnesMedium";
    font-size: 12px;
    font-weight: normal;
    color: #c8363a;
}

.container-article .article-details {
    padding-top: 10px;
}

.container-article .article-details .breadcrumb {
    margin-bottom: 0;
}

.container-article .article-details .breadcrumb li a {
    font-size: 16px;
    font-family: "OmnesRegular";
    color: #666666;
}

.container-article .article-details .breadcrumb li span {
    font-size: 16px;
    font-family: "OmnesRegular";
    color: #666666;
}

.container-article .article-details .breadcrumb li:after {
    content: "";
    border: solid #6a6a6a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    left: 4px;
    top: -1px;
}

.container-article .article-details .breadcrumb li:before {
    content: "";
}

.container-article .article-details .breadcrumb li:last-child:after {
    border: none;
}

.container-article .article-details .breadcrumb li.active {
    font-size: 16px;
    font-family: "OmnesRegular";
    color: #666666;
    font-weight: normal;
}

.container-article .article-details .read-time {
    font-size: 16px;
    font-family: "OmnesRegular";
    color: #666666;
    font-weight: normal;
    display: inline-block;
    padding-right: 10px;
   /* border-right: 1px solid #666;*/
}

.container-article .article-details .prod-title, .container-article .article-details .description {
    top: auto;
    left: auto;
}

.container-article .article-details .prod-title {
    display: inline-block;
    vertical-align: middle;
    font-family: "OmnesExtraLight";
    font-size: 40px;
    font-weight: normal;
    color: #d92032;
    padding: 0;
    line-height: 1.4;
    text-shadow: none;
    align-self: center;
    border-bottom: 2px solid #f3f3f3;
    padding-bottom: 15px;
    width: 100%;
    margin-top: 0;
}

@media (max-width: 991px) {
    .container-article .article-details .prod-title {
        line-height: 40px;
    }
}

.container-article .article-details .description {
    font-family: "OmnesExtraLight";
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    text-shadow: none;
}

.container-article .article-details .banner-img-wrapper::before, .container-article .article-details .banner-img-wrapper::after {
    display: none;
}

.container-article .article-details::after, .container-article .article-details::before {
    clear: both;
}

.container-article .article-details .share-block {
    margin: 10px auto 20px auto;
    width: auto;
    display: inline-block;
}

.container-article .article-details .share-block .share-label {
    font-family: "OmnesRegular";
    font-size: 16px;
    font-weight: normal;
    color: #c8363a;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
}

.container-article .article-details .share-block .social-icons {
    display: inline-block;
}

.container-article .article-details .share-block .social-icons a {
    width: 30px;
    display: inline-block;
    height: 30px;
    margin: 0 10px;
    border-radius: 3px;
    cursor: pointer;
}

.container-article .article-details .share-block .social-icons a.facebook {
    background: #b6b6b6;
    color: #fff;
    text-align: right;
    padding-right: 5px;
    font-size: 24px;
    margin-left: 30px;
}

.container-article .article-details .share-block .social-icons a.facebook:hover {
    background-color: #3a559f;
}

.container-article .article-details .share-block .social-icons a.twitter {
    background: #fff;
    color: #b6b6b6;
    text-align: center;
    font-size: 32px;
}

.container-article .article-details .share-block .social-icons a.twitter span:hover {
    color: #55adee;
}

.container-article .article-details .bodyContent {
    padding-top: 30px;
}

.container-article .article-details .bodyContent .detailText p, .container-article .article-details .bodyContent .detailText ul li,
.container-article .article-details .bodyContent .detailText ol li {
    font-family: "OmnesRegular";
    font-size: 16px;
    font-weight: normal;
    color: #444444;
    margin-bottom: 1.25rem;
}
.container-article .article-details .bodyContent .detailText p.imgWrapper{
	text-align:center;
}
.container-article .article-details .bodyContent .detailText h5 {
    font-family: "OmnesMedium";
    font-size: 16px;
    font-weight: bold;
    color: #c8363a;
    margin-bottom: 0px;
}

.container-article .article-details .bodyContent .joinUs {
    background-color: #c8363a;
    padding: 20px 40px;
    width: 100%;
    height: 100%;
    margin: 40px 0;
}

.container-article .article-details .bodyContent .joinUs .joinUsContent {
    text-align: center;
}

.container-article .article-details .bodyContent .joinUs .joinUsContent .joinUsText {
    font-family: "OmnesRegular",arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
}

.container-article .article-details .bodyContent .joinUs .joinUsContent .joinUsButton {
    display: inline-block;
    width: 200px;
    background-color: #fff;
    color: #c8363a;
    border-radius: 100px;
    font-family: "OmnesSemiBold",arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
}

.container-article .article-details .bodyContent .likeArticle {
    margin-top: 20px;
}

.container-article .article-details .bodyContent .likeArticle .likeArticleText {
    font-family: "OmnesMedium",arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666666;
    text-align: center;
}

.container-article .article-details .bodyContent .likeArticle .likeArticlelist .articleBlock {
    box-shadow: 1px 1px 14px -3px #C9C9C9;
    margin-bottom: 30px;
}

.container-article .article-details .bodyContent .likeArticle .likeArticlelist .articleBlock .articleBlockContent {
    padding: 30px 20px 30px 20px;
    margin-bottom: 8px;
    min-height: 175px !important;
    max-height: 175px !important;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-article .article-details .bodyContent .likeArticle .likeArticlelist .articleBlock .articleBlockContent {
        padding: 30px 10px 30px 10px;
    }
}

.container-article .article-details .bodyContent .likeArticle .likeArticlelist .articleBlock .articleBlockContent .articleBlockHead {
    font-family: "OmnesMedium";
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    width: 100%;
    margin-bottom: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-article .article-details .bodyContent .likeArticle .likeArticlelist .articleBlock .articleBlockContent .articleBlockHead {
        font-size: 12px;
    }
}

.container-article .article-details .bodyContent .likeArticle .likeArticlelist .articleBlock .articleBlockContent .readMore {
    font-family: "OmnesMedium";
    font-size: 12px;
    font-weight: normal;
    color: #c8363a;
}
.container-article .article-details .bodyContent .detailText p a{
	text-decoration:underline;
	color: #d92032;
}

.container-article .article-details .sidebar-articles a img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 800px) {
    .comp-article-tile.offer-tile .content-box {
        height: 330px;
    }
}

@media (max-width: 1023px) {
    .container-article {
        margin-top: 55px;
    }

    .container-article .article-listing {
        position: relative;
        margin-bottom: 0;
        top: 0;
        padding-top: 0;
    }

    .container-article .article-listing .article-list-banner {
        min-height: auto;
    }

    .container-article .article-listing .article-list-banner .container {
        height: auto;
    }

    .container-article .article-listing .article-list-banner .banner-img-wrapper {
        display: block;
        height: 160px;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .container-article .article-listing .article-list-banner .prod-title, .container-article .article-listing .article-list-banner .description {
        width: 90%;
        max-width: 90%;
        top: 0;
    }

    .container-article .article-listing .article-list-banner .prod-title {
        font-size: 40px;
        margin-top: 0;
        padding: 20px 0 0;
    }

    .container-article .article-listing .article-list-banner .description {
        font-size: 14px;
        width: 90%;
    }

    .container-article .article-listing .nav {
        margin: 30px 0;
        background: #f0f0f0;
    }

    .container-article .article-listing .nav li {
        padding: 5px 0 0;
        border-bottom: 2px solid transparent;
        width: 25%;
        margin: 0;
    }

    .container-article .article-listing .nav li a {
        padding: 10px 0px;
        font-size: 11px;
        border-bottom: 3px solid transparent;
        font-weight: bold;
        margin: 0;
    }

    .container-article .article-listing .nav li:last-child a {
        border-right: 0;
    }

    .container-article .article-listing .nav li.active {
        border-bottom: 2px solid #c8363a;
        color: #666666;
    }

    .container-article .article-listing .nav li.active a {
        color: #666666;
        background-color: transparent;
    }

    .container-article .article-listing .nav li.active a::hover {
        color: #666666;
    }

    .container-article .article-listing .filterBlock {
        margin: 0 auto 20px;
    }

    .container-article .article-listing .filterBlock .btn {
        font-size: 12px;
    }

    .container-article .article-listing .viewMore {
        margin: 40px auto;
    }

    .container-article .article-listing .viewMore .btn.btn-rounded {
        text-transform: capitalize;
    }

    .container-article .article-listing .tab-content .in {
        position: relative;
        left: 0;
    }

    .container-article .article-listing .comp-article-tile {
        font-family: "Gotham Rounded A", "Gotham Rounded B";
        background-color: #0072bc;
        background-repeat: no-repeat;
        background-size: contain;
        color: #FFF;
        margin: 0 auto;
        box-shadow: 1px 1px 14px -3px #C9C9C9;
        margin-bottom: 30px;
    }

    .container-article .article-listing .comp-article-tile .img-box img {
        height: auto;
    }

    .container-article .article-listing .comp-article-tile .content-box {
        padding: 30px 20px 30px 20px;
        margin-bottom: 8px;
        min-height: 200px !important;
        max-height: 175px !important;
        overflow: hidden;
        background-color: #fff;
    }

    .container-article .article-listing .comp-article-tile .content-box h2.articleInfoHeading {
        font-family: "OmnesMedium";
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        width: 100%;
        margin: 5px 0 0;
        line-height: 1.4;
    }

    .container-article .article-listing .comp-article-tile .content-box .articleInfo {
        font-family: "OmnesMedium";
        font-size: 12px;
        font-weight: normal;
        color: #666666;
        margin-bottom: 0px;
        line-height: 1.6;
    }

    .container-article .article-listing .comp-article-tile .content-box .articleInfo p {
        margin-bottom: 10px;
        line-height: 1.6;
    }

    .container-article .article-listing .comp-article-tile .content-box .btnRed {
        font-family: "OmnesMedium";
        font-size: 12px;
        font-weight: normal;
        color: #c8363a;
    }

    .container-article .article-details {
        top: 0;
        padding-top: 0;
    }

    .container-article .article-details .article-details-banner {
        width: 100%;
    }

    .container-article .article-details .article-details-banner .container, .container-article .article-details .article-details-banner .banner-img-wrapper {
        height: auto;
        width: 100%;
    }

    .container-article .article-details .article-details-banner .container {
        min-height: 100px;
    }

    .container-article .article-details .article-details-banner .container .prod-title {
        font-size: 28px;
        line-height: 30px;
        padding: 20px;
        max-width: 100%;
    }

    .container-article .article-details .share-block {
        width: auto;
        max-width: 100%;
    }

    .container-article .article-details .bodyContent .joinUs {
        padding: 20px 5px;
    }

    .container-article .article-details .bodyContent .joinUs .joinUsContent .joinUsText {
        padding: 5px;
        font-size: 14px;
    }

    .container-article .article-details .bodyContent .joinUs img {
        padding: 15px;
        height: auto;
    }
}

.container-article .article-details .breadcrumb li:after {
    margin-right: 10px;
}

.container-article .article-details .breadcrumb li:before {
    display: none;
}

.container-article .article-details .share-block .social-icons a.facebook {
    background-color: #3a559f;
    font-size: 18px;
    font-weight: normal;
    margin-right: 0px !important;
    margin-left: 8px;
    border-radius: 0 !important;
    width: 20px;
    height: 20px;
}

.container-article .article-details .share-block .social-icons a.twitter {
    margin-left: 5px;
    line-height: 20px;
    margin: 5px;
}

.container-article .article-details .share-block span.fa.fa-twitter {
    font-size: 22px;
    font-weight: normal;
    margin-right: 0px;
    color: #55adee;
}

.container-article .article-details .prod-title {
    font-family: "OmnesMedium";
    font-weight: bold;
    color: #c8363a;
    margin-bottom: 0px;
}

.container-article .article-details .bodyContent .detailText p {
    overflow: hidden;
}

.container-article .article-details .bodyContent .detailText p img {
   display:block;
   margin:0 auto!important;
} 

.container-article .article-details .share-block p.share-label {
    display: none;
}

.container-article .article-details .share-block .social-icons a {
    width: 15px;
    height: 20px;
    margin: 5px;
}

.container-article .article-details .share-block a#lnkGooglePlus span:before {
    background-image: url(https://www.huggies.co.in/img/logo/google_hover.png);
    content: "10" !important;
    width: 20px !important;
    height: 20px !important;
    background-size: 100%;
    font-size: 1.5em;
    text-indent: -46px !important;
    color: transparent;
}

@media (max-width: 767px) {
    .container-article .article-listing .article-list-banner .banner-img-wrapper .prodBannerImg {
        width: 100% !important;
        margin: 0 !important;
        height: 160px !important;
    }
}

.container-article .article-listing .article-list-banner .banner-img-wrapper {
    height: 300px;
}

.product-detail .borderedTitle {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 70px;
    text-transform: uppercase;
}

.product-detail .borderedTitle span {
    font-size: 24px;
    font-family: 'OmnesMedium', Arial,sans-serif;
    color: #c8363a;
    position: relative;
    top: 10px;
    padding: 0 70px;
    background: #fff;
}

@media (max-width: 767px) {
    .product-detail .borderedTitle span {
        padding: 0 20px;
    }
}

.product-detail .howToWear .stepsImg img {
    width: 182px;
    height: 182px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .product-detail .howToWear .stepsImg img {
        width: 150px;
        height: 150px;
        margin: 0 0 30px 0;
    }
}

@media (max-width: 767px) {
    .product-detail .howToWear .stepsContent {
        margin-top: 20px;
    }
}

.product-detail .howToWear .stepsContent .steptitle {
    font-size: 18px;
    color: #c8363a;
    font-family: 'OmnesMedium',Arial,sans-serif;
    text-transform: uppercase;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .product-detail .howToWear .stepsContent .steptitle {
        margin-top: 0;
        text-align: left;
    }
}

.product-detail .howToWear .stepsContent .stepDesc {
    font-size: 14px;
    color: #666666;
    font-family: 'OmnesMedium',Arial,sans-serif;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .product-detail .howToWear .stepsContent .stepDesc {
        text-align: left;
    }
}

.product-detail .whyItsBetter #prodBoxesRow .slick-next {
    height: 25px;
    width: 20px;
    top: 103%;
    right: 15px;
    z-index: 1;
}

.product-detail .whyItsBetter #prodBoxesRow .slick-next::before {
    background-image: url("/-/media/feature/products/HuggiesID/slickNext.png");
    background-repeat: no-repeat;
    color: transparent;
}

.product-detail .whyItsBetter #prodBoxesRow .slick-prev {
    height: 25px;
    width: 20px;
    top: 103%;
    left: 15px;
    z-index: 1;
}

.product-detail .whyItsBetter #prodBoxesRow .slick-prev::before {
    background-image: url("/-/media/feature/products/HuggiesID/slickPrevious.png");
    background-repeat: no-repeat;
    color: transparent;
}

.product-detail .whyItsBetter #prodBoxesRow .slick-dots li button:before {
    font-size: 20px;
}

.product-detail .whyItsBetter #prodBoxesRow .slick-dots li.slick-active button:before {
    color: #e01c10;
}

.product-detail .findSizes .findSelectSize {
    margin: 0 auto;
    text-align: center;
}

.product-detail .findSizes .findSelectSize .centerColumn {
    display: inline-block;
    float: none;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .product-detail .findSizes .findSelectSize .centerColumn {
        float: left;
    }
}

.product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox {
    position: relative;
    background-color: #f0f0f0;
    min-height: 160px;
    border-bottom: 10px solid #c8363a;
}

@media (max-width: 991px) {
    .product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox {
        margin-bottom: 30px;
    }
}

.product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox .sizeLetter {
    position: absolute;
    content: " ";
    width: 131px;
    height: 79px;
    left: 1%;
    top: -22px;
    background: url("/-/media/feature/products/HuggiesID/sizeBg.png") no-repeat;
    background-size: contain;
}

@media (max-width: 991px) {
    .product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox .sizeLetter {
        width: 98px;
    }
}

@media (max-width: 767px) {
    .product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox .sizeLetter {
        left: 0%;
        width: 100%;
        height: 110px;
        top: -33px;
    }
}

.product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox .sizeLetter p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-family: 'OmnesSemiBold',Arial,sans-serif;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox .sizeLetter p {
        left: -0%;
        margin-bottom: 15px;
        bottom: 10px;
    }
}

.product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox .size {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-family: 'OmnesSemiBold',Arial,sans-serif;
    color: #c8363a;
}

@media (max-width: 767px) {
    .product-detail .findSizes .findSelectSize .centerColumn .sizeSelectBox .size {
        left: -11px;
    }
}

div#sectionReviews > .container {
    background: none !important;
}

header.affix + .content-container > .product-detail + .container {
    padding-bottom: 20px !important;
}

@media (max-width: 767px) {
    .product-listing {
        /*position:relative;
		top:52px;*/padding-top: 52px;
    }
}

.product-listing .prod-list-banner {
    min-height: 550px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 767px) {
    .product-listing .prod-list-banner {
        /*min-height:300px;*/
    }
}

.product-listing .prod-list-banner.article-details-banner {
    min-height: 0px;
}

.product-listing .prod-list-banner .container {
    height: 0;
}

@media (max-width: 767px) {
    .product-listing .prod-list-banner .container {
        height: auto;
    }
}

.product-listing .prod-list-banner .container .prod-title {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 52px;
    font-weight: 100;
    font-style: normal;
    color: #666;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
    -moz-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    -webkit-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    line-height: 52px;
    position: relative;
    top: 202px;
    z-index: 1;
    left: 15px;
}

@media (max-width: 767px) {
    .product-listing .prod-list-banner .container .prod-title {
        font-size: 54px;
        line-height: 44px;
        padding-top: 20px;
        padding-bottom: 10px;
        max-width: 60%;
        z-index: 0;
        top: 0;
        left: 0;
    }
}

.product-listing .prod-list-banner .container .description {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
    -moz-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    -webkit-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    line-height: 22px;
    position: relative;
    top: 215px;
    z-index: 1;
    left: 15px;
}

@media (max-width: 767px) {
    .product-listing .prod-list-banner .container .description {
        font-size: 16px;
        line-height: 18px;
        max-width: 85%;
        top: 0;
        padding-left: 5px;
        left: 0;
    }
}

.product-listing .prod-list-banner .banner-img-wrapper {
    height: 550px;
    width: 840px;
    float: right;
    position: relative;
    z-index: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.product-listing .prod-list-banner .banner-img-wrapper::after {
    content: "";
    background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -ms-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 40%);
    width: 840px;
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 550px;
}

@media (max-width: 767px) {
    .product-listing .prod-list-banner .banner-img-wrapper {
        height: 300px;
        width: 100%;
        float: none;
        position: relative;
		background:transparent;
    }

    .product-listing .prod-list-banner .banner-img-wrapper::after {
        height: 300px;
    }
}

.product-listing .prod-list-banner .banner-img-wrapper .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.product-listing .prod-list-banner .banner-img-wrapper .banner-img .prodBannerImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: none;
}

@media (max-width: 767px) {
    .product-listing .prod-list-banner .banner-img-wrapper .banner-img .prodBannerImg {
        height: 300px;
        width: auto;
        margin: 0px 0px 0px -41.5px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .product-listing .prod-list-banner .banner-img-wrapper .banner-img .prodBannerImg {
        width: 100%;
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .product-listing > .container > .row .col-xs-12.col-sm-4 {
        margin: 20px 0 20px 0;
    }
}

@media (min-width: 768px) {
    .product-listing > .container > .row .col-xs-12.col-sm-4 {
        margin: 20px 0 20px 0;
    }

    .product-listing .prod-list-banner .banner-img-wrapper .banner-img .prodBannerImg {
        height: 100%;
        width: 100%;
    }
}

.heroHuggies {
    background-color: #fbfbfb;
}

@media (max-width: 991px) {
    .heroHuggies {
        margin-top: 30px;
    }
}

.heroHuggies .heroHuggiesBanner {
    min-height: 550px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 991px) {
    .heroHuggies .heroHuggiesBanner {
        min-height: 450px;
    }
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesBanner {
        min-height: 300px;
    }
}

.heroHuggies .heroHuggiesBanner .container {
    height: 0;
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesBanner .container {
        height: auto;
    }
}

.heroHuggies .heroHuggiesBanner .container .heading {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 52px;
    font-weight: 100;
    font-style: normal;
    color: #666;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
    -moz-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    -webkit-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    line-height: 52px;
    max-width: 460px;
    position: relative;
    top: 202px;
    z-index: 1;
}

@media (max-width: 991px) {
    .heroHuggies .heroHuggiesBanner .container .heading {
        top: 100px;
        margin-top: 30px !important;
        z-index: 1;
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesBanner .container .heading {
        font-size: 54px !important;
        line-height: 44px !important;
        padding-top: 20px;
        padding-bottom: 10px;
        top: 0;
        max-width: 60%;
        z-index: 0;
    }
}

.heroHuggies .heroHuggiesBanner .container .desc {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
    -moz-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    -webkit-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    line-height: 22px;
    max-width: 460px;
    position: relative;
    top: 217px;
    z-index: 1;
}

@media (max-width: 991px) {
    .heroHuggies .heroHuggiesBanner .container .desc {
        top: 100px;
        margin-top: 0px;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesBanner .container .desc {
        font-size: 16px;
        line-height: 18px;
        max-width: 85%;
        top: 0;
    }
}

.heroHuggies .heroHuggiesBanner .banner-img-wrapper {
    height: 550px;
    width: 840px;
    float: right;
    position: relative;
    z-index: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.heroHuggies .heroHuggiesBanner .banner-img-wrapper::after {
    content: "";
    background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -ms-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 40%);
    width: 840px;
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 550px;
}

@media (max-width: 991px) {
    .heroHuggies .heroHuggiesBanner .banner-img-wrapper::after {
        height: 450px;
        width: 687px;
    }
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesBanner .banner-img-wrapper::after {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .heroHuggies .heroHuggiesBanner .banner-img-wrapper {
        height: 450px;
        width: 687px;
    }
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesBanner .banner-img-wrapper {
        height: 300px;
        width: 100%;
        float: none;
        position: relative;
    }
}

.heroHuggies .heroHuggiesBanner .banner-img-wrapper .banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.heroHuggies .heroHuggiesBanner .banner-img-wrapper .banner-img .heroHuggiesBannerImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: none !important;
}

@media (max-width: 991px) {
    .heroHuggies .heroHuggiesBanner .banner-img-wrapper .banner-img .heroHuggiesBannerImg {
        margin: 0.5px 0px 0px;
        width: 687px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesBanner .banner-img-wrapper .banner-img .heroHuggiesBannerImg {
        margin: 0;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .heroHuggies .heroHuggiesBanner .banner-img-wrapper .banner-img .heroHuggiesBannerImg {
        width: 100%;
        margin: 0;
    }
}

.heroHuggies .heroHuggiesContent .heroHuggiesPanel p {
    font-family: "OmnesRegular",arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #999;
    margin: 35px 0 60px 0;
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile {
    box-shadow: 0 2px 10px 2px #ccc;
    border-radius: 1px;
    margin-bottom: 30px;
    padding: 0;
    background: #fff;
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn {
    padding: 0;
}

@media (max-width: 991px) {
    .heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn {
        padding: 0 15px;
    }
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .content {
    padding: 20px 0 0px 40px;
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .content {
        padding: 20px 15px 0 15px;
        text-align: center;
    }
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .content .heading {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: #d92032;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'OmnesRegular',arial,sans-serif;
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .content .para {
    font-size: 20px;
    color: #666;
    max-width: 400px;
    margin-bottom: 0;
    line-height: 25px;
    font-family: 'OmnesRegular',arial,sans-serif;
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .content .btnRed {
    font-size: 12px;
    background: #d92032;
    border-radius: 25px;
    width: 200px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin: 30px 0;
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .imgBox {
    position: relative;
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .imgBox .gradient {
    width: 110px;
    height: 100%;
    position: absolute;
    right: -1px;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .imgBox iframe {
    width: 460px;
    height: 270px;
    padding: 30px 0 30px 15px;
}

@media (max-width: 991px) {
    .heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .imgBox iframe {
        width: 354px;
    }
}

@media (max-width: 767px) {
    .heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .imgBox iframe {
        width: 100%;
        padding: 0;
    }
}

@media (min-width: 767px) {
    .row.row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .row.row-eq-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.comp-contact-us .contact-us-banner {
    min-height: 550px;
    padding-top: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

@media (max-width: 767px) {
    .comp-contact-us .contact-us-banner {
        min-height: 300px;
    }
}

.comp-contact-us .contact-us-banner .container {
    height: 0;
}

.comp-contact-us .contact-us-banner .container .heading {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 52px;
    font-weight: 100;
    font-style: normal;
    color: #666;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff;
    -moz-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    -webkit-text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 20px #fff;
    line-height: 52px;
    max-width: 460px;
    position: relative;
    top: 145px;
    z-index: 1;
}

@media (max-width: 991px) {
    .comp-contact-us .contact-us-banner .container .heading {
        top: 55px;
    }
}

@media (max-width: 767px) {
    .comp-contact-us .contact-us-banner .container .heading {
        top: 80px;
        font-size: 24px;
    }
}

.comp-contact-us .contact-us-banner .gradient {
    height: 550px;
    width: 100%;
    float: right;
    position: relative;
    z-index: 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.comp-contact-us .contact-us-banner .gradient::after {
    content: "";
    background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: -ms-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 40%);
    position: absolute;
    right: 0;
    overflow: hidden;
    height: 550px;
}

.comp-contact-us .contact-us-banner .gradient .bgkwrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.comp-contact-us .contact-us-banner .gradient .bgkwrapper .bgkcustom {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    max-width: none !important;
}

@media (max-width: 991px) {
    .comp-contact-us .contact-us-banner .gradient .bgkwrapper .bgkcustom {
        position: absolute;
        top: 52px;
    }
}

.comp-contact-us .contact-box {
    padding: 30px;
    box-shadow: 0 0 13px #666;
    border-radius: 5px;
    margin-bottom: 50px;
    background-color: #fff;
    margin-top: -190px;
}

@media (max-width: 991px) {
    .comp-contact-us .contact-box {
        margin-top: -310px;
    }
}

@media (max-width: 767px) {
    .comp-contact-us .contact-box {
        margin-top: -380px;
    }
}

.comp-contact-us .contact-box .inner-box {
    background-color: #fff;
    border: none;
    padding: 0;
}

.comp-contact-us .contact-box .inner-box h4 {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    color: #d92032;
    margin-bottom: 20px;
}

.comp-contact-us .contact-box .inner-box p {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    text-align: left;
    margin-bottom: 20px;
}

.comp-contact-us .contact-box .inner-box p a {
    color: #666;
    text-decoration: none;
}

.comp-contact-us .contact-box .inner-box p a:hover {
    color: #d92032;
}

.static-page-wrapper {
    margin-top: 190px;
}

@media (max-width: 991px) {
    .static-page-wrapper {
        margin-top: 52px;
    }
}

.static-page-wrapper .static-page-content {
    margin-bottom: 50px;
}

.static-page-wrapper .static-page-content .heading {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    margin: 10px 0;
}



@media (max-width: 767px) {
    .static-page-wrapper .static-page-content .heading {
        font-size: 30px;
    }
	.static-page-wrapper .static-page-content {
		margin-top: 50px;
	}
    .static-page-wrapper .static-page-content .heading sup {
       font-size: 25.3333px !important;
    }
}
.static-page-wrapper .static-page-content .heading sup {
    font-family: OmnesExtraLight, Arial, sans-serif;
    font-size: 43.3333px;
    font-style: normal;
}

.static-page-wrapper .static-page-content .content-block {
    margin: 50px 0 0 0;
}

.static-page-wrapper .static-page-content .content-block .block-heading {
    font-weight: bolder;
    margin: 10px 0 25px 0;
    font-family: "OmnesSemiBold",Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    color: #383838;
    line-height: 1.4;
}

.static-page-wrapper .static-page-content .content-block .block-para {
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    color: #383838;
    line-height: 1.4;
    font-weight: normal;
}

.static-page-wrapper .static-page-content .content-block .block-list {
    list-style: none;
}

.static-page-wrapper .static-page-content .content-block .block-list li {
    display: block;
    font-size: 16px;
    font-family: "OmnesRegular",Arial,sans-serif;
    font-style: normal;
    color: #383838;
    line-height: 1.6;
    font-weight: normal;
}

.static-page-wrapper .static-page-content .content-block .block-list li:before {
    content: "- ";
}

.search-wrapper {
    margin-top: 190px;
}

.search-wrapper .search-count {
    background: #de9292;
    padding: 28px;
    margin-top: 40px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.17);
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    font-family: "OmnesRegular",arial,sans-serif;
}

.container-buynow {
    padding-top: 190px;
    padding-bottom: 50px;
}

.container-buynow .banner {
    width: 100%;
    min-height: 300px;
    height: 300px;
    position: relative;
}

.container-buynow .banner .banner-intro {
    width: 970px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: -moz-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(40%, #fff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
}

.container-buynow .banner .banner-intro h1, .container-buynow .banner .banner-intro p {
    width: 50%;
}

.container-buynow .banner .banner-intro h1 {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 52px;
    font-weight: 100;
    font-style: normal;
    color: #666;
    line-height: 54px;
}

.container-buynow .banner .banner-intro p {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    line-height: 22px;
}

.container-buynow .banner .banner-img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
}

.container-buynow h2 {
    font-size: 24px;
    font-family: 'OmnesMedium', Arial,sans-serif;
    color: #c8363a;
    padding: 0;
    margin: 30px 0 20px;
}

.container-buynow .retailers-blk {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
}

.container-buynow .retailers-blk .retailers-list {
    width: 20.5%;
    padding: 20px;
    margin: 3%;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(77, 77, 77, 0.36);
    -moz-box-shadow: 2px 2px 20px 0px rgba(77, 77, 77, 0.36);
    box-shadow: 2px 2px 20px 0px rgba(77, 77, 77, 0.36);
}

.container-buynow .retailers-blk .retailers-list:nth-child(4n+1) {
    margin-left: 0;
}

.container-buynow .retailers-blk .retailers-list:nth-child(4n+4) {
    margin-right: 0;
}

.container-buynow .retailers-blk .retailers-list .btn.btn-rounded {
    width: 100%;
    margin: 20px auto;
}

@media (max-width: 1023px) {
    .container-buynow {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .container-buynow .banner {
        width: 100%;
        min-height: 300px;
        height: auto;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 1023px) and (max-width: 991px) {
    .container-buynow .banner {
        overflow: hidden;
    }
}

@media (max-width: 1023px) {
    .container-buynow .banner .banner-intro {
        width: 100%;
        flex-direction: column;
        background: none;
        padding: 0 15px;
    }

    .container-buynow .banner .banner-intro h1, .container-buynow .banner .banner-intro p {
        width: 100%;
    }

    .container-buynow .banner .banner-intro h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .container-buynow .banner .banner-intro p {
        font-size: 13px;
        line-height: 16px;
    }

    .container-buynow .banner .banner-img-wrapper {
        width: 100%;
        min-height: 300px;
        max-height: 300px;
        position: relative;
    }

    .container-buynow .banner .banner-img-wrapper img {
        width: auto;
        transform: translateX(-50%);
        left: 50%;
        z-index: -1;
    }
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 991px) {
    .container-buynow .banner .banner-img-wrapper img {
        width: 100%;
        position: static;
        transform: none;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px) and (orientation: landscape) {
    .container-buynow .banner .banner-img-wrapper img {
        width: 100%;
        position: static;
        transform: none;
    }
}

@media (max-width: 1023px) {
    .container-buynow .banner .banner-img-wrapper::after {
        content: " ";
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */
        position: absolute;
        bottom: 0;
        left: -5%;
        right: -5%;
        height: 50px;
        width: 110%;
    }

    .container-buynow h2 {
        font-size: 16px;
        font-family: 'OmnesMedium', Arial,sans-serif;
        color: #c8363a;
        padding: 0;
        margin: 20px 0 10px;
    }

    .container-buynow .retailers-blk {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-between;
    }

    .container-buynow .retailers-blk .retailers-list {
        width: 47%;
        padding: 20px;
        margin: 3%;
        -webkit-box-shadow: 2px 2px 10px 0px rgba(77, 77, 77, 0.36);
        -moz-box-shadow: 2px 2px 10px 0px rgba(77, 77, 77, 0.36);
        box-shadow: 2px 2px 10px 0px rgba(77, 77, 77, 0.36);
    }

    .container-buynow .retailers-blk .retailers-list:nth-child(2n+1) {
        margin-left: 0;
    }

    .container-buynow .retailers-blk .retailers-list:nth-child(2n+2) {
        margin-right: 0;
    }

    .container-buynow .retailers-blk .retailers-list .btn.btn-rounded {
        width: 100%;
        margin: 20px auto;
    }
}

.comp-site-map {
    margin-top: 190px;
}

@media (max-width: 991px) {
    .comp-site-map {
        margin-top: 52px;
    }
}

.comp-site-map h1 {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 52px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    line-height: 54px;
}

.comp-site-map .nav-stacked > li > a {
    font-weight: bold;
}

.comp-site-map .has-child-links .nav-stacked li a {
    font-weight: normal;
}

.comp-site-map .nav.nav-stacked {
    padding: 35px 0 50px 40px;
    list-style-position: outside;
}

.comp-site-map .nav.nav-stacked li {
    display: list-item;
}

.comp-site-map .nav.nav-stacked li a {
    color: #666;
    display: inline-block;
    font-size: 16px;
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    padding: 5px 5px;
}

.comp-site-map .nav.nav-stacked li a:hover {
    color: #d92032;
}

.comp-site-map .nav.nav-stacked li.has-child-links > a {
    font-family: "OmnesSemiBold",Arial,sans-serif;
    color: gray;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.comp-site-map .nav.nav-stacked .nav-stacked {
    padding: 0;
}

.comp-site-map .nav.nav-stacked .nav-stacked.nav-child {
    padding: 0;
}

.comp-site-map .nav.nav-stacked .nav-stacked > li {
    list-style: inside disc;
}

.comp-site-map .nav.nav-stacked .nav-stacked .nav-stacked > li {
    list-style: inside circle;
}

@media screen and (max-width: 768px) {
    .comp-site-map h1 {
        font-size: 28px;
    }
}

.comp-site-map li.has-child-links {
    list-style-type: none !important;
}

.comp-site-map li.has-child-links ul li {
    list-style: inside disc !important;
}

.comp-site-map li.has-child-links ul li > a {
    font-family: "OmnesRegular",Arial,sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
}

.comp-site-map h1 + ul.nav.nav-stacked > li:not(.has-child-links) > a {
    font-family: "OmnesSemiBold",Arial,sans-serif;
    color: gray;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.comp-site-map .nav.nav-stacked li a {
    display: inline-block;
    font-size: 18px;
    padding: 5px 5px;
    font-weight: normal;
    font-family: "OmnesRegular",arial,sans-serif;
}

.comp-site-map .nav.nav-stacked a[href*="en-sg/our-products"] + ul > li {
    list-style-type: disc !important;
}

.comp-site-map .nav.nav-stacked a[href*="en-sg/our-products"] + ul > li a {
    font-size: 18px;
    padding: 5px 5px;
    font-weight: normal;
    font-family: "OmnesRegular",arial,sans-serif;
}

.comp-site-map .nav.nav-stacked a[href*="en-sg/our-products"] + ul > li a:hover {
    color: #d92032;
}
@media (max-width: 767px) {
	.comp-site-map .nav.nav-stacked{
		padding-left:10px;
	}
	.comp-site-map .nav.nav-stacked li.has-child-links > a{
		text-align:left;
	}
	.comp-site-map .nav.nav-stacked li a, .comp-site-map .nav.nav-stacked a[href*="en-sg/our-products"] + ul > li a{
		padding:5px 0;
		font-size:14px;
		text-align: left;
	}
}
.container-registration {
    /*padding-top: 190px;*/
    padding-bottom: 50px;
}

.container-registration .banner {
    width: 100%;
    min-height: 415px;
    height: 415px;
    position: relative;
}

.container-registration .banner .banner-intro {
    width: 970px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(40%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, #fff 0%, #fff 40%, rgba(255, 255, 255, 0) 100%);
}

.container-registration .banner .banner-intro h1, .container-registration .banner .banner-intro p {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container-registration .banner .banner-intro h1 {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 52px;
    font-weight: 100;
    font-style: normal;
    color: #666;
    line-height: 54px;
}

.container-registration .banner .banner-intro p {
    font-family: "OmnesExtraLight",Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: #666;
    line-height: 22px;
}

.container-registration .banner .banner-img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
}

.container-registration h2 {
    font-size: 28px;
    font-family: 'OmnesMedium', Arial,sans-serif;
    color: #c8363a;
    padding: 0;
    margin: 30px 0 20px;
    padding-bottom: 20px;
}

.container-registration .mandatoryTxt {
    font-family: "OmnesMedium";
    font-size: 18px;
    font-weight: normal;
    color: #626262;
    font-style: italic;
    margin-bottom: 20px;
}

.container-registration p {
    font-family: "OmnesRegular";
    color: #666666;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 1.25rem;
}

.container-registration .info-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 50px;
    margin-bottom: 20px;
}

.container-registration .info-blk .productList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 30%;
    margin: 2.5% 2.5% 0;
}

.container-registration .info-blk .productList:nth-child(3n+1) {
    margin-left: 0;
}

.container-registration .info-blk .productList:nth-child(3n+3) {
    margin-right: 0;
}

.container-registration .info-blk .productList .productNameBlock {
    background-color: #c8363a;
    padding: 12px 15px 12px 15px;
}

.container-registration .info-blk .productList .productNameBlock .productName {
    width: 100%;
    color: #fff;
    font-family: "OmnesMedium";
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: uppercase;
    min-height: 55px;
}

.container-registration .info-blk .productList .productInfo {
    min-height: 400px;
    padding: 15px 27px 20px 27px;
    -webkit-box-shadow: -5px 5px 5px #eaeaea, -5px 5px 3px #f5f5f5, 5px 5px 3px #f5f5f5;
    box-shadow: -5px 5px 5px #eaeaea, -5px 5px 3px #f5f5f5, 5px 5px 3px #f5f5f5;
    margin-bottom: 28px;
}

.container-registration .info-blk .productList .productInfo h3 {
    font-family: "OmnesMedium";
    font-weight: normal;
    font-size: 24px;
    color: #c8363a;
    margin: 0 0 22px 0;
    min-height: 56px;
    line-height: 1.2;
}

.container-registration .info-blk .productList .productInfo ul {
    margin-left: 10px;
    padding-left: 10px;
}

.container-registration .info-blk .productList .productInfo ul li {
    font-family: "OmnesMedium";
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    line-height: 1.3;
}

.container-registration .info-blk .productList .productInfo .productInfoList {
    min-height: 150px;
}

.container-registration .info-blk .productList .productInfo .selectSize .sizes {
    float: left;
    font-family: "OmnesMedium";
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}

.container-registration .info-blk .productList .productInfo .selectBox {
    padding-top: 20px;
}

.container-registration .info-blk .productList .productInfo .selectBox select {
    border-radius: 5px;
    color: #555;
    border-width: 1px;
    border-color: #cccccc;
    background-color: #ffffff;
    font-size: 18px;
    padding-top: 0px;
    font-family: "OmnesRegular";
    display: inline;
    width: 100%;
    border-radius: 5px;
    border-color: #d8d8d8;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-bottom-right-radius: 5px !important;
    -webkit-border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding: 0 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    height: 40px;
}

.container-registration .info-blk .field-container {
    width: 50%;
    padding: 0;
    margin: 5px 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.container-registration .info-blk .field-container label {
    font-family: "OmnesRegular";
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    width: 35%;
    margin-right: 5%;
}

.container-registration .info-blk .field-container .fieldvalue {
    width: 50%;
}

.container-registration .info-blk .field-container .fieldvalue label.error {
    font-family: "OmnesRegular",arial,sans-serif;
    font-size: 12px;
    color: #ff2433;
    padding-top: 2px;
    width: 90%;
    margin-right: auto;
    text-transform: capitalize;
}

.container-registration .info-blk .field-container .fieldvalue input, .container-registration .info-blk .field-container .fieldvalue select {
    border-radius: 5px !important;
    border-color: #d8d8d8;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 0 8px;
    font-family: "OmnesRegular";
    color: #000;
    font-size: 16px;
    height: 40px;
    width: 90%;
    margin: 0 10% 0 0;
    webkit-transition: border-color .15s linear,background .15s linear;
    -webkit-transition: border-color .15s linear,background .15s linear;
    transition: border-color .15s linear,background .15s linear;
    outline: none;
}
.container-registration.container-profile .info-blk .field-container .fieldvalue input#consumer_email{
	 background-color: #d8d8d8;
}
.container-registration .info-blk .field-container .fieldvalue input#consumer_mobile {
    width: 78%;
}

@media screen and (max-width: 991px) {
    .container-registration .info-blk .field-container .fieldvalue input#consumer_mobile {
        width: 96%;
    }
}

@media screen and (max-width: 767px) {
    .container-registration .info-blk .field-container .fieldvalue input#consumer_mobile {
        width: 91%;
    }
}

.container-registration .info-blk .field-container .fieldvalue .mob_prefix {
    font-family: "OmnesRegular";
    font-weight: normal;
    font-size: 14px;
    color: #666666;
}

.container-registration .info-blk .field-container .fieldvalue input[type=checkbox] {
    float: left;
    width: 2%;
    border-radius: 8px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    border-color: #d8d8d8;
    display: block;
    margin-top: 5px;
}

.container-registration .info-blk .field-container .fieldvalue input.error, .container-registration .info-blk .field-container .fieldvalue select.error {
    border: 5px solid #ff2433;
}

.container-registration .info-blk .field-container .fieldvalue .btn.btn-rounded {
    width: 100%;
    margin: 20px auto;
}

.container-registration .info-blk .field-container .fieldvalue.fieldvalue-dob select {
    width: 30%;
    margin-right: 1%;
}

.container-registration .info-blk .field-container .fieldvalue.fieldvalue-dob select:nth-child(3n+3) {
    margin-right: 0;
}

.container-registration .info-blk .field-container.field-container-fullwidth {
    width: 100%;
    position:relative;
}

.container-registration .info-blk .field-container.field-container-fullwidth .btn.btn-rounded {
    margin: 20px 0 !important;
}
.container-registration .info-blk .field-container.field-container-fullwidth .btn.btn-rounded.consumer-addchild-link {
    margin-right: 10px  !important;
}

.container-registration .info-blk .field-container.field-container-gender label {
    width: 15%;
}

@media all and (max-width: 991px) {
    .container-registration .info-blk .field-container.field-container-gender label {
        width: 100%;
    }
}

.container-registration .info-blk .field-container.field-container-gender .fieldvalue {
    width: auto;
}

.container-registration .info-blk.userpolicy-blk .field-container {
    width: 100%;
    padding: 0;
    margin: 5px 0 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container-registration .info-blk.userpolicy-blk .field-container label {
    width: auto;
    margin-right: auto;
    margin-left: 1%;
}

.container-registration .info-blk.userpolicy-blk .field-container input[type=checkbox] {
    width: 2%;
    border-radius: 8px;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    border-color: #d8d8d8;
    display: block;
    margin-top: 5px;
    width: auto;
}

.container-registration .info-blk.captcha-blk {
    border-bottom: 0;
    padding-bottom: 20px;
}

.container-registration .info-blk .password-blk {
    display: none;
    width: 100%;
}

.container-registration .info-blk .password-blk .field-container {
    float: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.container-registration .info-blk .password-blk .field-container:nth-child(3n+3) {
    float: none;
    width: 100%;
}

.container-registration .info-blk .password-blk .field-container div {
    width: 100%;
    margin: 5px 0 10px;
}

.container-registration .info-blk.dob-blk .fieldvalue-gender {
    width: auto;
}

.container-registration .info-blk.dob-blk .fieldvalue-gender span input, .container-registration .info-blk.dob-blk .fieldvalue-gender span label, .container-registration .info-blk.dob-blk .fieldvalue-gender span div {
    display: inline-block;
    width: auto;
    border: none;
    box-shadow: none;
}

.container-registration .info-blk.dob-blk .fieldvalue-gender span label {
    margin: 0 20px 10px -20px;
    position: relative;
    top: 2px;
}

.container-registration .info-blk.dob-blk .fieldvalue-gender span input {
    width: 24px;
    height: 24px;
    margin: 0;
    top: 8px;
    opacity: 0;
}

.container-registration .info-blk.dob-blk .fieldvalue-gender span div.lattice-radio {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    position: relative;
    border-radius: 50%;
    transition: .1s ease-in all;
    width: 24px;
    background: #eee;
    font-size: 24px;
    top: 8px;
    left: -28px;
    z-index: -1;
    border: 2px solid #d3434f;
}

.container-registration .info-blk.dob-blk .fieldvalue-gender span div.lattice-radio::after {
    color: #fff;
    content: "G£ô";
    font-size: 0;
    left: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: .3em;
    transition: .1s ease-in all;
}

.container-registration .info-blk.dob-blk .fieldvalue-gender span .checked + div.lattice-radio {
    background: #d3434f;
    border: 2px solid #d3434f;
}

.container-registration .info-blk.dob-blk .fieldvalue-gender span .checked + div.lattice-radio::after {
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    left: 0.3em;
    line-height: 0;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0.7em;
}

.container-registration .btn.btn-rounded {
    margin: 20px auto;
}

.container-registration.container-profile {
    padding-top: 220px;
}

@media all and (max-width: 991px) {
    .container-registration.container-profile {
        padding-top: 60px;
    }
}

.indicatorText {
    margin: 50px 0 20px 0;
    font-family: "OmnesRegular",arial,sans-serif;
    font-size: 16px;
    color: #686868;
    font-weight: bold;
}

.indicatorUL {
    list-style-type: none;
    padding: 0;
}

.indicatorUL li {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    display: block;
    font-family: "OmnesRegular",arial,sans-serif;
}

.indicatorUL li i {
    padding-right: 10px;
}

.indicatorUL li i.faTick:before {
    content: "\f00c" !important;
    color: green;
}

.sorryModal.modal .modal-dialog {
    padding: 0;
    max-width: 786px;
    font-family: "OmnesRegular",arial,sans-serif;
    position: relative;
    background: transparent;
}

.sorryModal.modal .modal-dialog .modal-content {
    box-shadow: none;
    border: none;
    text-align: center;
    background-color: #ffffff;
    border-radius: 40px;
    padding-bottom: 50px;
}

.sorryModal.modal .modal-dialog .modal-content .sorryTitle {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    background-color: #c8363a;
    font-family: "OmnesLight",arial,sans-serif;
    color: #fff;
    font-size: 30px;
    border-top-left-radius: 38px;
    border-top-right-radius: 38px;
    margin: 0;
}

.sorryModal.modal .modal-dialog .modal-content .sorryText {
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 22px;
    text-align: center;
    color: #666;
    padding: 25px 0 15px 0;
}

.sorryModal.modal .modal-dialog .modal-content .btnRed {
    width: 150px;
    display: block;
    margin: 0 auto 10px;
    outline: none;
    background-color: #c8363a !important;
    padding: 10px;
    font-family: "OmnesRegular";
    font-size: 12px;
    border-radius: 25px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: none;
}

@media (max-width: 1023px) {
    .container-registration {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .container-registration .banner {
        width: 100%;
        min-height: 415px;
        height: auto;
        position: relative;
    }

    .container-registration .banner .banner-intro {
        width: 100%;
        padding: 0 5%;
    }

    .container-registration .banner .banner-intro h1, .container-registration .banner .banner-intro p {
        width: 100%;
    }

    .container-registration .banner .banner-intro h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .container-registration .banner .banner-intro p {
        font-size: 14px;
        line-height: 16px;
    }

    .container-registration .banner .banner-img-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .container-registration .banner .banner-img-wrapper .banner-img {
        position: relative;
        min-height: 300px;
        height: 300px;
    }

    .container-registration .banner .banner-img-wrapper .banner-img img {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }

    .container-registration h2 {
        font-size: 24px;
        font-family: 'OmnesMedium', Arial,sans-serif;
        color: #c8363a;
        padding: 0;
        margin: 15px 0;
        padding-bottom: 0;
    }

    .container-registration .mandatoryTxt {
        font-family: "OmnesMedium";
        font-size: 18px;
        font-weight: normal;
        color: #626262;
        font-style: italic;
        margin-bottom: 20px;
    }

    .container-registration p {
        font-family: "OmnesRegular";
        color: #666666;
        font-size: 18px;
        font-weight: normal;
        line-height: 1.3;
        margin-bottom: 1.25rem;
    }

    .container-registration .info-blk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .container-registration .info-blk .slick-next, .container-registration .info-blk .slick-prev {
        top: 97%;
    }

    .container-registration .info-blk .slick-next:before {
        background-image: url("/-/media/feature/products/HuggiesID/slickNext.png");
        background-repeat: no-repeat;
        color: transparent;
    }

    .container-registration .info-blk .slick-prev:before {
        background-image: url("/-/media/feature/products/HuggiesID/slickPrevious.png");
        background-repeat: no-repeat;
        color: transparent;
    }

    .container-registration .info-blk .slick-dots {
        bottom: 25px;
    }
}

@media (max-width: 1023px) and (max-width: 767px) {
    .container-registration .info-blk .slick-dots {
        bottom: 15px;
    }
}

@media (max-width: 1023px) {
    .container-registration .info-blk .productList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 90%;
        margin: 20px auto;
    }

    .container-registration .info-blk .productList:nth-child(3n+1) {
        margin-left: auto;
    }

    .container-registration .info-blk .productList:nth-child(3n+3) {
        margin-right: auto;
    }

    .container-registration .info-blk .productList .productNameBlock {
        background-color: #c8363a;
        padding: 12px 15px 12px 15px;
    }

    .container-registration .info-blk .productList .productNameBlock .productName {
        width: 100%;
        color: #fff;
        font-family: "OmnesMedium";
        font-weight: normal;
        font-size: 18px;
        margin-bottom: 0px;
        text-transform: uppercase;
        min-height: 55px;
    }

    .container-registration .info-blk .productList .productInfo {
        min-height: 400px;
        padding: 15px 27px 20px 27px;
        -webkit-box-shadow: -5px 5px 5px #eaeaea, -5px 5px 3px #f5f5f5, 5px 5px 3px #f5f5f5;
        box-shadow: -5px 5px 5px #eaeaea, -5px 5px 3px #f5f5f5, 5px 5px 3px #f5f5f5;
        margin-bottom: 28px;
    }

    .container-registration .info-blk .productList .productInfo h3 {
        font-family: "OmnesMedium";
        font-weight: normal;
        font-size: 24px;
        color: #c8363a;
        margin: 0 0 22px 0;
        min-height: 56px;
        line-height: 1.2;
    }

    .container-registration .info-blk .productList .productInfo ul {
        margin-left: 10px;
        padding-left: 10px;
    }

    .container-registration .info-blk .productList .productInfo ul li {
        font-family: "OmnesMedium";
        font-size: 14px;
        font-weight: normal;
        color: #666666;
        line-height: 1.3;
    }

    .container-registration .info-blk .productList .productInfo .productInfoList {
        min-height: 150px;
    }

    .container-registration .info-blk .productList .productInfo .selectSize .sizes {
        float: left;
        font-family: "OmnesMedium";
        font-weight: normal;
        font-size: 14px;
        color: #666666;
    }

    .container-registration .info-blk .productList .productInfo .selectBox {
        padding-top: 20px;
    }

    .container-registration .info-blk .productList .productInfo .selectBox select {
        border-radius: 5px;
        color: #555;
        border-width: 1px;
        border-color: #cccccc;
        background-color: #ffffff;
        font-size: 18px;
        padding-top: 0px;
        font-family: "OmnesRegular";
        display: inline;
        width: 100%;
        border-radius: 5px;
        border-color: #d8d8d8;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-border-bottom-right-radius: 5px !important;
        -webkit-border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
        border-top-right-radius: 5px !important;
        padding: 0 8px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
        background-position: 100% center;
        background-repeat: no-repeat;
        height: 40px;
    }

    .container-registration .info-blk .field-container {
        width: 100%;
        padding: 0;
        margin: 5px 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .container-registration .info-blk .field-container label {
        font-family: "OmnesRegular";
        font-weight: normal;
        font-size: 16px;
        color: #666666;
        width: 100%;
        margin-right: auto;
    }

    .container-registration .info-blk .field-container .fieldvalue {
        width: 100%;
    }

    .container-registration .info-blk .field-container .fieldvalue label.error {
        font-family: "OmnesRegular",arial,sans-serif;
        font-size: 12px;
        color: #ff2433;
        padding-top: 2px;
        width: 100%;
        margin-right: auto;
        text-transform: capitalize;
    }

    .container-registration .info-blk .field-container .fieldvalue input, .container-registration .info-blk .field-container .fieldvalue select {
        border-radius: 5px !important;
        border-color: #d8d8d8;
        background-color: #FFF;
        border-style: solid;
        border-width: 1px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        padding: 0 8px;
        font-family: "OmnesRegular";
        color: #000;
        font-size: 16px;
        height: 40px;
        width: 100%;
        margin: 0;
        webkit-transition: border-color .15s linear,background .15s linear;
        -webkit-transition: border-color .15s linear,background .15s linear;
        transition: border-color .15s linear,background .15s linear;
        outline: none;
    }

    .container-registration .info-blk .field-container .fieldvalue input[type=checkbox] {
        float: left;
        width: 2%;
        border-radius: 8px;
        width: 20px;
        height: 20px;
        margin-right: 2px;
        border-color: #d8d8d8;
        display: block;
        margin-top: 5px;
    }

    .container-registration .info-blk .field-container .fieldvalue input.error, .container-registration .info-blk .field-container .fieldvalue select.error {
        border: 5px solid #ff2433;
    }

    .container-registration .info-blk .field-container .fieldvalue .btn.btn-rounded {
        width: 100%;
        margin: 20px auto;
    }

    .container-registration .info-blk.userpolicy-blk .field-container {
        width: 100%;
        padding: 0;
        margin: 5px 0 11px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .container-registration .info-blk.userpolicy-blk .field-container label {
        width: auto;
        margin-right: auto;
        margin-left: 1%;
    }

    .container-registration .info-blk.userpolicy-blk .field-container input[type=checkbox] {
        width: 2%;
        border-radius: 8px;
        width: 20px;
        height: 20px;
        margin-right: 2px;
        border-color: #d8d8d8;
        display: block;
        margin-top: 5px;
    }
}

@media all and (max-width: 767px) {
    .container-registration .info-blk.userpolicy-blk .field-container input[type=checkbox] {
        width:30px;
        margin-top: -12%;
    }
	.container-registration .info-blk.userpolicy-blk .field-container label#labelAcceptPrivacySample{
		width:100%;
	}
	#HasAcceptedPrivacyPolicySample {
		height: 20px;
		width: 17px!important;
	}
}

.container-registration .info-blk.prod-blk {
    width: 90%;
    margin: 0 auto;
}

.container-registration .info-blk.captcha-blk {
    border-bottom: 0;
    padding-bottom: 20px;
}

.container-registration .btn.btn-rounded {
    margin: 20px auto;
}

/*gender field*/
.container-registration .gender {
    font-family: "OmnesRegular";
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-right: auto;
    color: #666666;
    cursor: default;
    display: block;
    font-family: OmnesRegular;
    font-size: 18px;
    font-weight: 400;
}

.container-registration .gender-field .col-xs-5.col-sm-2.col-md-3 {
    padding-left: 0;
}

.gender-field {
    margin: 10px 0;
}

.forgot-pw-wrapper {
    margin-top: 190px;
}

@media all and (max-width: 991px) {
    .forgot-pw-wrapper {
        margin-top: 52px;
    }
}

.forgot-pw-wrapper .heading {
    margin: 50px 0 20px 0;
    font-family: "OmnesExtraLight",arial,sans-serif;
    font-weight: normal;
    color: #666;
    font-size: 42px;
}

@media all and (max-width: 767px) {
    .forgot-pw-wrapper .heading {
        font-size: 24px;
    }
}

.forgot-pw-wrapper p {
    font-family: "OmnesRegular",arial,sans-serif;
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
}

@media all and (max-width: 767px) {
    .forgot-pw-wrapper p {
        font-size: 16px;
    }
}

.forgot-pw-wrapper .captcha-wrapper .captcha-heading {
    font-size: 28px;
    font-family: "OmnesSemiBold";
    font-weight: normal;
    color: #c8363a;
    margin: 40px 0 20px 0;
}

.forgot-pw-wrapper .consumer-buttons {
    margin: 30px 0 100px 0;
}

@media all and (max-width: 767px) {
    .forgot-pw-wrapper .consumer-buttons {
        text-align: left;
    }
}

.forgot-pw-wrapper .consumer-buttons .consumer-forgotPw-button {
    display: inline-block;
    width: 200px;
    background-color: #c8363a;
    color: #fff;
    border-radius: 100px;
    font-family: "OmnesRegular",Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.reset-pw-wrapper {
    margin-top: 190px;
}

@media all and (max-width: 991px) {
    .reset-pw-wrapper {
        margin-top: 52px;
    }
}

.reset-pw-wrapper .heading, .reset-pw-wrapper .indicatorText {
    margin: 50px 0 20px 0;
    font-family: "OmnesRegular",arial,sans-serif;
    font-size: 16px;
    color: #686868;
    font-weight: bold;
}

.reset-pw-wrapper .indicatorUL {
    list-style-type: none;
    padding: 0;
}

.reset-pw-wrapper .indicatorUL li {
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    display: block;
    font-family: "OmnesRegular",arial,sans-serif;
}

.reset-pw-wrapper .indicatorUL li i {
    padding-right: 10px;
}

.reset-pw-wrapper .indicatorUL li i.faTick:before {
    content: "\f00c" !important;
    color: green;
}

.reset-pw-wrapper .consumer-resetPw-button {
    font-size: 12px;
    background: #d92032;
    border-radius: 25px;
    width: 200px;
    line-height: 31px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

/*# sourceMappingURL=maps/HuggiesID.css.map */
/*Forgot Password Error Messages....START*/
#forgotError, #forgotCaptchaError, #signUpCaptchaError, #resetCaptchaError, #freeSampleCaptchaError, #profileCaptchaError {
    color: #ff2433;
    font-size: 12px;
    font-family: "OmnesRegular",Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
}

/*Forgot Password Error Messages....END*/
/*Search*/
/*a.CoveoResultLink {
    color: rgb(255, 0, 0)!important;
    cursor: pointer;
    font-family: OmnesRegular, arial, sans-serif!important;
    font-size: 37px!important;
    font-style: normal!important;
    font-weight: 400!important;
    height: auto!important;
    line-height: 37px!important;
}

.search-result>.columns.small-12 {
    display: none!important;
}

.coveo-result-cell {
    margin: 10px!important;
    display: block!important;
}

.coveo-field-table-toggle {
    margin: 13px!important;
}

.coveo-result-row {
    /* display: none!important;
}

.coveo-result-cell {
    /* display: none!important; 
}

.coveo-field-table-toggle {
    display: none!important;
}

span.coveo-icon-caption-overlay {
    display: none!important;
}

.coveo-result-cell div[title*=Last] {
    display: none!important;
}

.CoveoSearchInterface .coveo-main-section {
    margin-top: 200px!important;
}
@media all and (max-width: 991px) {
	.CoveoSearchInterface .coveo-main-section {
		margin-top: 52px!important;
	}
	.CoveoSearchInterface .coveo-facet-column{
		margin-left:  10px!important;
	}
}
.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay, .CoveoResult.coveo-result-frame .coveo-icon.coveo-icon-with-caption-overlay {
    display: none!important;
}

.CoveoQuickview,.CoveoIcon  {
    display: none!important;
}

.coveo-field-table-toggle-container {
    display: none!important;
}
.CoveoSearchInterface .coveo-facet-column{
	margin-left:  50px!important;
	width:100%!important;
}
.CoveoSearchInterface .coveo-facet-column .filter-title{
	background: #de9292;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 80px;
	padding:30px 0 0 30px;
}
.field-container #HasAcceptedPrivacyPolicy-error,#HasAcceptedPrivacyPolicySample-error,#errlabelAcceptPrivacy, #errlabelAcceptSample {
    font-family: "OmnesRegular",arial,sans-serif !important;
    font-size: 12px !important;
    color: #ff2433 !important;
    padding-top: 2px !important;
    width: 90% !important;
    margin-right: auto !important;
    position: absolute !important;
    bottom: 50px !important;
    left: 40px !important;
}

#HasAcceptedPrivacyPolicySample
{
	height:20px;
	width:60px;
}
.CoveoSearchInterface .coveo-results-column {
        clear:both !important;
}
.field-container #childNameErrMsg ,.field-container #PwdErrMsg {
	font-family: "OmnesRegular",arial,sans-serif;
    font-size: 12px;
    color: #ff2433;
    padding-top: 2px;
    width: 90%;
    margin-right: auto;
    text-transform: capitalize;
}

.field-container #validateGender{
	font-family: "OmnesRegular",arial,sans-serif;
    font-size: 12px;
    color: #ff2433;
    width: 30%;
    position: absolute;
    width: 30%;
    top: 40px;
    left: 20%;
}

@media all and (max-width: 991px) {
    .field-container #validateGender{
		width: 70%;
		top: 54px;
		left: 0;
	}
	.CoveoSearchInterface .coveo-facet-column .filter-title{
		width:100%;
	}
	.comp-footer{
		position:relative;
	}
	.optanon-show-settings-popup-wrapper  {
		position: absolute;
		top: 0 !important;
	}
	.coveo-result-frame .coveo-result-cell{
		padding-left:0 !important;
		margin-left:0 !important;
	}
	.coveo-list-layout.CoveoResult{
		margin-left:0 !important;
	}
	.CoveoSearchInterface .coveo-facet-column{
		margin-left:0!important;
	}
}*/


/*mums tips starts*/
.mums-tips {
    text-align: center;
    margin: 0px 0 20px 0; }
.mums-tips .mums-tips-heading {
    font-size: 42px;
    font-family: "OmnesLight";font-weight: normal; 
    margin-bottom:10px;
    margin-top:20px;
	
}
.mums-tips .mums-tips-para {
    font-size: 18px;
    padding: 0px 75px 0;
    font-family: "OmnesRegular";}
@media (max-width: 991px) {
    .mums-tips .mums-tips-para {
padding: 0px 90px 0; } }
@media (max-width: 767px) {
    .mums-tips .mums-tips-para {
padding: 0px; } }

/*mums tips ends*/
/*item-tile starts*/
.item-tile {
    font-family: "Gotham Rounded A", "Gotham Rounded B";
    background-color: #ffffff;
    margin: 0 auto;
    box-shadow: 1px 1px 14px -3px #C9C9C9;
    margin-bottom: 30px; }
.item-tile .item-img-box img {
height: auto; }
.item-tile .item-content-box {
    padding: 10px 20px 30px 20px;
    margin-bottom: 8px;
    min-height: 175px !important;
    max-height: 175px !important;
    overflow: hidden;
    background-color: #fff; }
.item-tile .item-content-box .item-Info-Heading {
    font-family: "OmnesMedium";
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    width: 100%;
    margin: 5px 0 0;
    line-height: 1.4; }
.item-tile .item-content-box .item-Info {
    font-family: "OmnesMedium";
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-bottom: 0px;
    line-height: 1.6; }
.item-tile .item-content-box .item-Info p {
    margin-bottom: 10px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    overflow: hidden;
    -webkit-box-orient: vertical; }
.item-tile .item-content-box .btnRed {
    font-family: "OmnesMedium";
    font-size: 12px;
    font-weight: normal;
    color: #c8363a; }

/*item-tile ends*/
/*joinus starts*/
.joinUs {
background-color: #c8363a;
padding: 20px 40px;
width: 100%;
height: 100%;
margin-bottom: 25px; }
@media (max-width: 767px) {
.joinUs {
padding: 10px 20px; } }
@media (max-width: 767px) {
.joinUs img {
padding-top: 25px; } }
.joinUs .joinUsContent {
text-align: center; }
.joinUs .joinUsContent .joinUsText {
    font-family: "OmnesRegular",arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 10px;
line-height:1;	}
	.joinUs .joinUsContent .joinUsText span {
    font-size: 12px;
    
}
@media (max-width: 767px) {
.joinUs .joinUsContent .joinUsText {
font-size: 14px;
margin-bottom: 5px; } }
.joinUs .joinUsContent .joinUsButton {
    display: inline-block;
    width: auto;
    background-color: #fff;
    color: #c8363a;
    border-radius: 11px;
    font-family: "OmnesSemiBold",arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    border: none; }
@media (max-width: 767px) {
.joinUs .joinUsContent .joinUsButton {
width: 150px;
border-radius: 5px;
font-size: 12px;
padding: 2px; }
.joinUs .joinUsContent .joinUsText span {
    font-size: 8px;
    
}
 }
		  
		  

/*joinus ends*/

.navbar-default .navbar-nav > li
{
margin-left: 16px;	
}


/*new changes starts*/
.comp-carousel-details-showcase h1 {
    font-size: 45px;
}
.comp-carousel-details-showcase .banner-text p {
    font-size: 22px;
	line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width:1023px){
	.comp-carousel-details-showcase h1 {
    font-size: 27px;
	}
	.comp-carousel-details-showcase .banner-text p {
    font-size: 15px;
	
	}
}
@media only screen and (max-width: 767px){
	.comp-carousel-details-showcase h1 {
    font-size: 24px;
	}
	.comp-carousel-details-showcase .banner-text p {
    font-size: 15px;
	line-height: 19px;
	}
}
/*new changes ends*/ 

/*tab-navigation-panel starts here*/
#tabnav{
	margin-top:30px;
}
.navtab.page-internal-navbar {
    margin: 30px 0;
}
.navtab .tab-navigation {
  width: 60%;
  margin: 0 auto;
  border-radius: 10px; 
 }
 
 .navtab .tab-navigation ul li a{
	  
 }
 .sticky-tabbar{
	position: fixed;
  top: 95px;
    width: 100%;
    left: 0;
	z-index:111;
 }
 .navtab.sticky-tabbar .selected{
	 background:#d92032;
 }
 .navtab.sticky-tabbar .selected a{
	color:white;
 }
  @media all and (max-width: 991px) {
    .navtab .tab-navigation {
      width: 80%; } 
}
 .navtab .tab-navigation .navbar-rounded {
    padding: 0px 20px;
    width: auto;
    background: #f0f0f0;
	border-radius: 50px;
	float:left;
}
.navtab.page-internal-navbar.sticky-tabbar {
    margin: 30px 0;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
.navtab.sticky-tabbar .tab-navigation .navbar-rounded {
    background: transparent;
}
.navtab.sticky-tabbar .tab-navigation .navbar-rounded li a {
    padding: 2px 37px 2px 37px;
    background: transparent;
   
}
.navtab.sticky-tabbar .tab-navigation .navbar-rounded{
	
}
    .navtab .tab-navigation .navbar-rounded li a {
      padding: 13px 37px;
	  background:#f0f0f0;
 }
.navtab .tab-navigation .navbar-rounded li a:hover {
    background: rgba(255,255,255,.6);
}

/*tab-navigation-panel ends here*/
/*footer sticker new starts here*/
.footer-sticker-new {
  width: 293px;
  height: 145px;
  position: fixed;
  bottom: 0;
  right: 1%;
  display: none;
  z-index: 1; }
  @media all and (max-width: 767px) {
    .footer-sticker-new {
      width: 160px;
      height: 100px;
      right: 4%; }
    .footer-sticker-new img {
        width: 100%; 
	}
	.navtab .tab-navigation {
		width: 100%;
	}	
	.navtab .tab-navigation .navbar-rounded {
		padding: 0px 0px;
		border-radius: 20px;
         width: 100%;
            float: none;
	}
	.navtab .tab-navigation .navbar-rounded li a {
		padding: 13px 0px;
	}
       .mums-tips .mums-tips-heading {
    font-size: 30px;
}
       .heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .content .para {
				margin-bottom: 10px;
			} 
	.navtab .navbar-rounded li{ }
	.navtab .tab-navigation .navbar-rounded li:nth-of-type(1){border-right:6px solid #fff;}
	.navtab .tab-navigation .navbar-rounded li:nth-of-type(1) a{min-width:147px; border-radius: 10px 0 0 10px;}
	.navtab .tab-navigation .navbar-rounded li:nth-of-type(2){border-right:6px solid #fff;}
	.navtab .tab-navigation .navbar-rounded li:nth-of-type(2) a{min-width:107px;}
	.navtab .tab-navigation .navbar-rounded li:nth-of-type(3) a{min-width:60px;border-radius: 0px 10px 10px 0;}
	.navtab .navbar-rounded li a{
		 
	}
	
}

.skin-care .heroHuggies .heroHuggiesContent .whyHuggiesTile .tileColumn .content .heading{
	font-weight:bold;
}

/*footer sticker new ends here*/
/* iphone hack for mobile captcha */
@media screen and (max-device-width: 767px) {
 .main-container { position: relative;  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px)
{
.main-container {position: relative;}
}

/*IE issue css starts*/
@media screen and (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
.productList .productImg img.img-responsive{
		max-height:136px;
	}
}
/*IE issue css ends */

/* Coveo related changes from VN*/

.search-result-container {
  margin-top: 200px !important; }
  .search-result-container .coveo-result-frame {
    display: none; }
  .search-result-container .media-filter-component {
    background: #f0f0f0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.17);
    padding: 28px 0px;
    margin-bottom: 20px; }
    .search-result-container .media-filter-component .filter-title {
      font-size: 24px;
      color: #333;
      font-family: "OmnesRegular";
      text-transform: capitalize;
      padding-left: 15px; }
  .search-result-container .search-result {
    width: 100%;
    overflow: hidden;
    float: left;
    margin: 15px 0 0;
    padding: 5px 0 15px;
    border-bottom: 1px solid #e1e1e1; }
    .search-result-container .search-result h3 {
      margin-top: 0; }
    .search-result-container .search-result p {
      font-size: 16px;
      color: #333;
      font-family: 'OmnesRegular'; }
      .search-result-container .search-result p .coveo-highlight {
        font-weight: bold; }
  .search-result-container .coveo-list-layout.CoveoResult {
    margin: 0;
    clear: both;
    border-bottom: 0px; }
  .search-result-container .CoveoResultLink, .search-result-container a.CoveoResultLink, .search-result-container .CoveoResult a.CoveoResultLink, .search-result-container .CoveoResult a.CoveoResultLink:hover {
    color: #cb2026;
    font-family: "OmnesRegular";
    outline: none; }
  .search-result-container .coveo-main-section {
    display: none; }
  .search-result-container .coveo-pager-list-item.coveo-active, .search-result-container .coveo-pager-list-item:hover {
    background-color: #D92032; }
    .search-result-container .coveo-pager-list-item.coveo-active a, .search-result-container .coveo-pager-list-item:hover a {
      color: #fff; }
  .search-result-container .coveo-pager-list-item a {
    font-family: OmnesRegular;
    color: #333; }
  .search-result-container .CoveoResultsPerPage .coveo-results-per-page-list-item.coveo-active, .search-result-container .CoveoResultsPerPage .coveo-results-per-page-list-item:hover {
    background-color: #D92032; }
    .search-result-container .CoveoResultsPerPage .coveo-results-per-page-list-item.coveo-active a, .search-result-container .CoveoResultsPerPage .coveo-results-per-page-list-item:hover a {
      color: #fff; }
  .search-result-container .CoveoResultsPerPage .coveo-results-per-page-list-item a {
    font-family: OmnesRegular;
    color: #333; }
  .search-result-container .coveo-results-per-page-text {
    font-family: "OmnesRegular"; }

@media only screen and (max-width: 640px) {
  .search-result-container .search-result h3 {
    font-size: 20px; } }
	
@media all and (max-width: 991px) {
	.search-result-container{
		margin-top: 52px!important;
	}
	.CoveoSearchInterface .coveo-facet-column{
		margin-left:  10px!important;
	}
}
/*---------Ajay Styles---------*/
 .language-class{    position: absolute;
    z-index: 99;
    top: -5.5rem;
    }
.language li a:hover{color: red !important;
    font-weight: 800;}
 .language-class ul li a{font-size: 14px !important; font-family: 'OmnesRegular',arial,sans-serif;}
.active{color:red !important; font-weight:800}
.dividerIDN{
	border-left:1px solid #999;
	    height: 20px;
    top: 24px;
 }
 
/*Mobile style for language*/
.language-mobile-class{
    float: left;
}
.language-mobile-class a {
	font-weight: normal !important;
}
.dividerIDN-mobile{
    border-left:1px solid #999;
    height: 16px;
    top: 24px;
    float: left; 
    width:1px;
	margin: 0 10px;
}
.mob-language {
	display: flex;
	margin-top: 1rem;
    width: 100%;
    justify-content: center;
}

/*Home page banner image for 1st tile*/
.custom-contentbox > div:nth-child(1) {
	display: table-cell;
		vertical-align: middle;
		width: 40%;
}
.custom-contentbox > div:nth-child(1) > img {
	margin: 0 !important;
    height: 100%;
    width: unset !important;
}
.custom-contentbox > div:nth-child(2) {
	display: table-cell;
		vertical-align: middle;
		width: 60%;
		padding: 20px 10px;
}
.custom-contentbox > div:nth-child(2) > div > div > span {
		display: none;
    }
    
@media (max-width:767px){
    .container-article .article-listing .nav li{
        width:20%;
    }
    .container-article .article-listing .nav li a{
        font-weight: 8px;
    }
}