﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -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, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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 #eeeeee;
}

.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;
}

@media (max-width: 768px) {
    img {
        vertical-align: middle;
        align-content: center;
        text-align: centre;
        margin: 0 auto;
    }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, 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: #777777;
    }

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: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    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: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

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 #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    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: #777777;
    }

        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 #eeeeee;
        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: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 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: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    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%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    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: #fff;
    }

.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;
            }
}

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: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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: #eeeeee;
        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: 3px;
}

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: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .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: 6px;
}

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: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.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: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .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: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    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: 4px;
    -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: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        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 {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .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: #204d74;
            border-color: #122b40;
        }

    .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: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .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: #398439;
            border-color: #255625;
        }

    .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: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .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: #269abc;
            border-color: #1b6d85;
        }

    .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: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .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: #d58512;
            border-color: #985f0d;
        }

    .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: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .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: #ac2925;
            border-color: #761c19;
        }

    .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: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    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: #23527c;
                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: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 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;
}

.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: 4px;
    -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: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            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: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .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: #777777;
    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;
    }
}

.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: 4px;
        border-top-left-radius: 4px;
        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: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-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;
}

.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: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .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: 3px;
    }

    .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: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-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;
    }

.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: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .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: 4px;
    }

    .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 #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 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: #fff;
    }
}

.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;
}

.navbar {
    position: relative;
    min-height: 50px;
    /*margin-bottom: $navbar-margin-bottom;*/
    border: 1px solid transparent;
    /*background: rgba(255, 255, 255, 1);*/
    border-radius: 0px !important;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.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: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        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: 4px;
    border-top-left-radius: 4px;
    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: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .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: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #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: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #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: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857;
            text-decoration: none;
            color: #337ab7;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            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: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        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: #777777;
        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: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.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: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .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: #777777;
        background-color: #fff;
        cursor: not-allowed;
    }

.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: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    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: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.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;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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: #333333;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -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: #fff;
    text-align: center;
    background-color: #337ab7;
    -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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
    background-color: #5bc0de;
}

.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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
    background-color: #d9534f;
}

.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%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 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;
}

.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: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, 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: #eeeeee;
    color: #777777;
    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: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .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: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, 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;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-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: 3px;
        border-top-left-radius: 3px;
    }

        .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: 3px;
            border-top-right-radius: 3px;
        }

            .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: 3px;
            }

            .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: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table: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: 3px;
            border-bottom-right-radius: 3px;
        }

            .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: 3px;
            }

            .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: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-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: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 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: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.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);
    -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;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, 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: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-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: 6px;
    -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: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        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;
    }
}

.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;
    }
}
/*!
 *  Font Awesome 4.5.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.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    40%,43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    40%,43%,70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    }

    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,50%,to {
        opacity: 1;
    }

    25%,75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%,to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }

    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {
    0%,11.1%,to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceIn {
    0%,20%,40%,60%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes bounceInUp {
    0%,60%,75%,90%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn);
    }

    0%,40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    }

    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    }

    50%,80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    0%,40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }

    60%,80% {
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
    }

    60%,80% {
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: center;
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: center;
    }

    to {
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: left bottom;
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: left bottom;
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: right bottom;
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: right bottom;
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: left bottom;
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: left bottom;
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: right bottom;
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }

    0%,to {
        -webkit-transform-origin: right bottom;
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: center;
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: center;
    }

    to {
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: left bottom;
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: left bottom;
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: right bottom;
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: right bottom;
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: left bottom;
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: left bottom;
    }

    to {
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: right bottom;
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }

    0%,to {
        -webkit-transform-origin: right bottom;
    }

    to {
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        transform-origin: top left;
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left;
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
    }

    0%,20%,60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        transform-origin: top left;
    }

    40%,80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50%,to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50%,to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*! jQuery UI - v1.12.0 - 2016-07-28
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

/* support: IE8 - See #6727 */
.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a {
    color: #454545;
    text-decoration: none;
}

    .ui-state-default a:link, .ui-state-default a:visited {
        color: #454545;
        text-decoration: none;
    }

a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-button:hover, .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a {
    color: #2b2b2b;
    text-decoration: none;
}

    .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
        color: #2b2b2b;
        text-decoration: none;
    }

.ui-state-focus a {
    color: #2b2b2b;
    text-decoration: none;
}

    .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
        color: #2b2b2b;
        text-decoration: none;
    }

a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a {
    color: #ffffff;
    text-decoration: none;
}

    .ui-state-active a:link, .ui-state-active a:visited {
        color: #ffffff;
        text-decoration: none;
    }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35);
        /* support: IE8 - See #6059 */
    }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start, .ui-icon-seek-first {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/*$c-text: #636363;*/
/*$c-action: $c-blue;*/
/* $f-stack-special: 'HelveticaNeueLight', Arial, sans-serif; */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
html {
    font-size: 62.5%;
}

@media (max-width: 767px) {
    html {
        font-size: 53.125%;
    }

        html body, html button, html input, html select, html table, html textarea {
            font-size: 18px;
            font-size: 1.8rem;
        }
}

@media (min-width: 768px) {
    html {
        font-size: 57.8125%;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 62.5%;
    }
}

.card-square.no-m-left .card-container {
    margin-left: 0;
}

.card-square.no-m-right .card-container {
    margin-right: 0;
}

.card-square p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-square .card-content {
    background: #fff;
}

    .card-square .card-content h2 {
        color: #fff;
    }

    .card-square .card-content a.btn {
        border: 0;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff;
        border-radius: 6px;
    }

.card-multiple-theme .card-square {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .card-multiple-theme .card-square .card-content {
        width: 100%;
    }

.card-with-top-icon-container {
    margin-top: 150px;
}

.card-with-top-icon {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #000000;
    overflow: visible;
    padding: 80px 15px 25px;
    background: #fff;
    padding-top: 110px;
    margin-bottom: 110px;
}

    .card-with-top-icon .card-icon {
        max-width: 218px;
        max-height: 218px;
        width: auto;
        height: auto;
        overflow: visible;
        position: absolute;
        top: 0;
        left: 50%;
    }

        .card-with-top-icon .card-icon img {
            margin-top: -50%;
            margin-left: -50%;
        }

    .card-with-top-icon.purple {
        border: #7c6eae solid 2px;
    }

        .card-with-top-icon.purple h3 {
            color: #7c6eae;
        }

    .card-with-top-icon.red {
        border: #f76164 solid 2px;
    }

        .card-with-top-icon.red h3 {
            color: #f76164;
        }

    .card-with-top-icon.orange {
        border: #ffa42f solid 2px;
    }

        .card-with-top-icon.orange h3 {
            color: #ffa42f;
        }

    .card-with-top-icon.blue {
        border: #5d99eb solid 2px;
    }

        .card-with-top-icon.blue h3 {
            color: #5d99eb;
        }

    .card-with-top-icon p {
        color: #666666;
    }

    .card-with-top-icon h3 {
        min-height: 30px;
    }

    .card-with-top-icon h3, .card-with-top-icon h4, .card-with-top-icon p {
        text-align: center;
    }

    .card-with-top-icon h4 {
        font-size: 20px;
        font-size: 2rem;
        color: #666;
    }

.your-opportunities h3 {
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
}

.your-opportunities .card-with-top-icon.orange {
    margin-bottom: 0;
}

.training-development h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

.training-development br {
    display: none;
}

.training-development .card-with-top-icon.blue {
    margin-bottom: 0;
}

.life-at-berger .card-with-top-icon-container {
    margin-top: 0px;
}

    .life-at-berger .card-with-top-icon-container h3 {
        color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        font-size: 24px;
        font-size: 2.4rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }

.life-at-berger .card-with-top-icon {
    padding-top: 0;
    margin-bottom: 0px;
    margin-top: 40px;
}

    .life-at-berger .card-with-top-icon.red h3 {
        background: #f76164;
    }

    .life-at-berger .card-with-top-icon.blue h3 {
        background: #5d99eb;
    }

    .life-at-berger .card-with-top-icon.orange h3 {
        background: #ffa42f;
    }

    .life-at-berger .card-with-top-icon img {
        margin-bottom: 15px;
        margin-top: 15px;
        width: 100%;
    }

.icon-padding {
    padding: 4% 0 5% 0;
}

@media only screen and (min-width: 768px) {
    .card-with-top-icon {
        min-height: 460px;
    }

    .your-opportunities .card-with-top-icon {
        min-height: 440px;
    }

    .training-development .card-with-top-icon {
        min-height: 720px;
    }

    .life-at-berger .card-with-top-icon {
        min-height: 750px;
    }

    .card-with-top-icon {
        margin-bottom: 0;
    }

    .training-development br {
        display: block;
    }
}

.card-with-full-image .card-content {
    border: 0 !important;
}

    .card-with-full-image .card-content .row img {
        margin-top: -15px;
        border: solid 1px #ccc;
    }

    .card-with-full-image .card-content h2 {
        margin-top: 20px;
    }

    .card-with-full-image .card-content .btn-group {
        margin-bottom: 15px;
        margin-top: 5px;
    }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
    display: inline-block;
}

    /*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/*
 * Removes default margin.
 */
body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button, input, select, textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
    line-height: normal;
}

    /*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        /* 2 */
        cursor: pointer;
        /* 3 */
    }

        /*
 * Re-set default cursor for disabled elements.
 */
        button[disabled], input[disabled] {
            cursor: default;
        }

    /*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        /* 1 */
        padding: 0;
        /* 2 */
    }

    /*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        /* 2 */
        box-sizing: content-box;
    }

        /*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    /*
 * Removes inner padding and border in Firefox 4+.
 */
    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ============================================ *
 * Reset
 * ============================================ */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: transparent;
    /* Prevent tap highlight on iOS/Android */
    -webkit-text-size-adjust: 100%;
    /* Prevent automatic scaling on iOS */
}

body {
    background: #FFFFFF;
    color: #000000;
    line-height: 1;
}

html, body, img, fieldset, abbr, acronym {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

th, code, cite, caption {
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

address {
    font-style: normal;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    display: block;
}

ol, ul {
    list-style: none;
}

q:before, q:after {
    content: '';
}

input:focus, input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"] {
    -webkit-appearance: none;
    /* 1 */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* 2 */
    box-sizing: border-box;
}

/* ============================================ *
 * Base Styles
 * ============================================ */
@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local("Lato Light"), local("Lato-Light"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPGQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjxAwXjeu.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), local("Lato-Regular"), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local("Lato Bold"), local("Lato-Bold"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local("Lato Black"), local("Lato-Black"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwaPGR_p.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local("Lato Black"), local("Lato-Black"), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPGQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

a, button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

html {
    -ms-overflow-style: scrollbar;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body, button, input, select, table, textarea {
    font-family: "lato", Arial, sans-serif;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

a {
    color: #9d9d9d;
    text-decoration: none;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    a:hover {
        color: #909090;
        text-decoration: none;
    }

    a:focus {
        outline-color: #979797;
        color: #515151;
        outline: none !important;
        text-decoration: none;
    }

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ============================================ *
 * Typography
 * ============================================ */
h1, .h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0;
    margin-bottom: 0.7em;
    color: #5c2f96;
    font-family: "lato", Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

h2, .h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #000000;
    font-family: "lato", Arial, sans-serif;
    font-size: 33px;
    font-size: 3.3rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
}

h3, .h3 {
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    font-family: "lato", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h4, .h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    font-family: "lato", Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h5, .h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    font-family: "lato", Arial, sans-serif;
    font-size: 13px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

h6, .h6 {
    margin: 0;
    margin-bottom: 5px;
    color: #000000;
    font-family: "lato", Arial, sans-serif;
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.font14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.font15 {
    font-size: 15px;
    font-size: 1.5rem;
}

.font16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.font18 {
    font-size: 18px;
    font-size: 1.8rem;
}

.font20 {
    font-size: 20px;
    font-size: 2rem;
}

.font22 {
    font-size: 22px;
    font-size: 2.2rem;
}

.font24 {
    font-size: 24px;
    font-size: 2.4rem;
}

.font28 {
    font-size: 28px;
    font-size: 2.8rem;
}

.font30 {
    font-size: 30px;
    font-size: 3rem;
}

.font40 {
    font-size: 40px;
}

.font48 {
    font-size: 48px;
}

/* ============================================ *
 * Shared Colors
 * ============================================ */
.black {
    color: #000000;
}

.red {
    color: red;
}

.reddark {
    color: #990000;
}

.redlight {
    color: #ffcccc;
}

.green {
    color: green;
}

.greendark {
    color: #001a00;
}

.greenlight {
    color: #4dff4d;
}

.purple {
    color: #5c2f96;
}

.purpledark {
    color: #2c1748;
}

.purplelight {
    color: #c5ace5;
}

.purple2 {
    color: #666699;
}

.purple2dark {
    color: #3d3d5c;
}

.purple2light {
    color: #e0e0eb;
}

.grey {
    color: #676767;
}

.greydark {
    color: #343434;
}

.greylight {
    color: #cdcdcd;
}

.greylight {
    color: #cdcdcd;
}

.pink {
    color: #c82698;
}

.pinkdark {
    color: #721657;
}

.pinklight {
    color: #f4c6e6;
}

.blue {
    color: #616cd3;
}

.bluedark {
    color: #2d38a1;
}

.bluelight {
    color: white;
}

.green2 {
    color: #32c451;
}

.green2dark {
    color: #1d732f;
}

.green2light {
    color: #cff3d7;
}

.cyan {
    color: #28ccce;
}

.cyandark {
    color: #177779;
}

.cyanlight {
    color: #cdf5f5;
}

.red2 {
    color: #e05b5d;
}

.red2dark {
    color: #b32224;
}

.red2light {
    color: white;
}

.white, .white:hover, .white:focus {
    color: #fff;
}

.whitedark {
    color: #cccccc;
}

.whitelight {
    color: white;
}

.yellow, .yellow:hover, .yellow:focus {
    color: #f3ff33;
}

.txt-gray {
    color: #666666;
}

.light-gray-bx {
    background: #f5f4f4;
}

.border-bottom-grey {
    border-bottom: solid 1px #ccc !important;
}

/* ============================================ *
 * Shared Background Colors
 * ============================================ */
.white-bg {
    background: #fff;
}

.gery-bg {
    background: #f3f3f3;
}

.grey-bg2 {
    background: #f9f9f9;
}

.inner-section {
    padding: 15px 0;
    overflow: hidden;
}

.section-intro {
    margin-bottom: 1.7em;
}

.page-name {
    margin-bottom: 0.3em;
    font-size: 34px;
    font-size: 3.4rem;
    letter-spacing: -1px;
    color: #3f275b;
    font-weight: 700;
    text-align: center;
}

.alignright {
    display: inline;
    float: right;
    margin: .5em 0 1.5em 2em;
}

.alignleft {
    display: inline;
    float: left;
    margin: .5em 2em .5em 0;
}

.bg-tile-orange {
    background-color: #f39346;
}

.bg-tile-yellowgreen {
    background-color: #a0db43;
}

.bg-tile-turquoise {
    background-color: #44bcca;
}

.bg-tile-violetred {
    background-color: #d4397a;
}

.bg-tile-skyblue {
    background-color: #54c4fe;
}

.bg-tile-lightcoral {
    background-color: #fa506c;
}

.border-first {
    border: 3px solid #EDEDED;
}

.media-first {
    padding: 20px 0;
}

    .media-first .media-object {
        float: left;
        margin-right: 20px;
    }

    .media-first .media-body .media-title {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
    }

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

    .videoWrapper > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.modal-fullscreen {
    background: transparent;
}

    .modal-fullscreen .modal-content {
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .modal-fullscreen .modal-dialog {
        margin: 0;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }

    .modal-fullscreen .close {
        position: absolute;
        right: 0;
        top: 0;
        width: 42px;
        height: 42px;
        text-shadow: none;
        opacity: 1;
        position: relative;
        outline: none;
        background: #2d2d2d url("../images/sprite.png") no-repeat -50px 0;
        z-index: 1;
    }

.modal-backdrop.modal-backdrop-fullscreen {
    background: #000;
}

    .modal-backdrop.modal-backdrop-fullscreen.in {
        opacity: .80;
        filter: alpha(opacity=80);
    }

.list-first li {
    padding: 40px 20px;
    border: 1px solid #e7e7e7;
    margin-top: -1px;
}

    .list-first li h4 {
        color: #666699;
        text-transform: uppercase;
        text-align: left;
        font-size: 23px;
        font-size: 2.3rem;
        font-weight: 700;
        display: block;
    }

.list-second {
    padding-left: 0;
    list-style: none;
}

    .list-second li {
        margin-bottom: 15px;
        padding: 0 0 0 20px;
        position: relative;
    }

        .list-second li:before {
            content: '\f105';
            margin: -6px 0 0 -20px;
            position: absolute;
            font-family: 'FontAwesome';
            font-size: 30px;
            font-size: 3rem;
            color: #5c2e91;
        }

.list-third {
    padding-left: 0;
    list-style: none;
}

    .list-third li {
        margin-bottom: 15px;
        padding: 0 0 0 20px;
        position: relative;
    }

        .list-third li:before {
            content: '\f105';
            margin: -2px 0 0 -20px;
            position: absolute;
            font-family: 'FontAwesome';
            font-size: 20px;
            font-size: 2rem;
            color: #5c2e91;
        }

@media only screen and (min-width: 768px) {
    .list-first li h4 {
        display: inline-block;
    }

    .list-first li .btn-group {
        margin-bottom: 0;
        float: right;
        margin-top: 1%;
    }

    .inner-section {
        padding: 50px 0;
    }

    .page-name {
        text-align: inherit;
    }
}

.btn-download {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
}

    .btn-download i {
        margin-left: 10px;
        font-size: 16px;
        font-size: 1.6rem;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .btn-download:hover, .btn-download:focus {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }

.btn-download2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 34px;
    padding: 0 !important;
    color: #fff;
    overflow: hidden;
    z-index: 11;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btn-download2 span {
        padding: 8px 12px;
    }

        .btn-download2 span.clr i {
            line-height: 25px;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .btn-download2:hover {
        outline: none;
        color: #fff;
    }

        .btn-download2:hover span.clr i {
            -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .btn-download2:focus {
        outline: none;
        color: #fff;
    }

        .btn-download2:focus:hover {
            outline: none;
            color: #fff;
        }

            .btn-download2:focus:hover span.clr i {
                -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
            }

    .btn-download2.bg-purple {
        background: #8240a2;
    }

        .btn-download2.bg-purple span.clr {
            background: #5c2f96;
        }

    .btn-download2.bg-firebrick {
        background: #f94a4a;
    }

        .btn-download2.bg-firebrick span.clr {
            background: #811c20;
        }

    .btn-download2.bg-dodgerblue {
        background: #3e6bac;
    }

        .btn-download2.bg-dodgerblue span.clr {
            background: #24497d;
        }

    .btn-download2.bg-darkorange {
        background: #b3752c;
    }

        .btn-download2.bg-darkorange span.clr {
            background: #794d1a;
        }

    .btn-download2.bg-green {
        background: #78923D;
    }

        .btn-download2.bg-green span.clr {
            background: #78923D;
        }

.marbt20 {
    margin-bottom: 20px;
}

.marbt25 {
    margin-bottom: 25px;
}

.marbt30 {
    margin-bottom: 30px;
}

.marbt40 {
    margin-bottom: 40px;
}

.padTp0 {
    padding-top: 0 !important;
}

.padBtm0 {
    padding-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .alignright {
        max-width: 150px;
        margin-left: 1em;
    }

    .alignleft {
        max-width: 150px;
        margin-right: 1em;
    }
}

.right-left-col-6 h3 {
    font-size: 30px;
    font-weight: 700;
}

    .right-left-col-6 h3.h3-green {
        color: #4fba6f;
    }

    .right-left-col-6 h3.h3-red {
        color: #fb6464;
    }

    .right-left-col-6 h3.h3-blue {
        color: #64a4fb;
    }

    .right-left-col-6 h3.h3-orange {
        color: #fb9a64;
    }

    .right-left-col-6 h3.h3-purple {
        color: #c864fb;
    }

    .right-left-col-6 h3.h3-purple2 {
        color: #806eae;
    }

.p-l-20 {
    padding-left: 20px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.m-t-0 {
    margin-top: 0px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-50 {
    margin-bottom: 50px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.font-semibold {
    font-weight: 700;
}

.font-italic {
    font-style: italic;
}

.btn-purple .btn {
    background: #8240a2;
    border: solid 1px #8240a2;
    color: #fff;
}

    .btn-purple .btn:hover {
        color: #8240a2;
        background: #fff;
    }

    .btn-purple .btn.dropdown-toggle {
        background: #5c2f96;
        border: solid 1px #5c2f96;
    }

.btn-purple.btn {
    background: #8240a2;
    border: solid 1px #8240a2;
    color: #fff;
}

    .btn-purple.btn:hover {
        color: #8240a2;
        background: #fff;
    }

    .btn-purple.btn.dropdown-toggle {
        background: #5c2f96;
        border: solid 1px #5c2f96;
    }

.btn-back {
    background: #8240a2;
    color: #fff;
    border: solid 1px #8240a2;
    padding: 6px 30px;
    font-size: 20px;
    font-weight: 700;
}

    .btn-back:hover, .btn-back:focus, .btn-back:active {
        background: #fff;
        color: #8240a2;
    }

    .btn-back:focus {
        outline: none;
    }

.no-border-radius {
    border-radius: 0 !important;
}

a:focus {
    outline: none;
}

.collapse {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.fa-times {
    color: #f76164;
}

.fa-check {
    color: #42b762;
}

.carousel .carousel-inner .item div {
    background: #e7e4e4;
    padding: 25px 20px;
    float: left;
}

.carousel .carousel-inner .item img {
    float: left;
    margin-right: 25px;
}

.carousel .carousel-inner .item p {
    padding-top: 35px;
}

.carousel .carousel-inner .item h5 {
    color: #5c2f96;
}

.carousel .carousel-inner .carousel-control {
    opacity: 1;
}

    .carousel .carousel-inner .carousel-control.left, .carousel .carousel-inner .carousel-control.right {
        background-image: none;
        height: auto !important;
    }

    .carousel .carousel-inner .carousel-control .glyphicon-chevron-left, .carousel .carousel-inner .carousel-control .icon-prev, .carousel .carousel-inner .carousel-control .glyphicon-chevron-right, .carousel .carousel-inner .carousel-control .icon-next {
        height: auto;
    }

/* Owl Slider */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    /*z-index:1*/
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0, 0);
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-perspective: 1000;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3, 1.3);
        -moz-transition: scale(1.3, 1.3);
        -ms-transition: scale(1.3, 1.3);
        -o-transition: scale(1.3, 1.3);
        transition: scale(1.3, 1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px;
        background: #c8c8c8;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #26b0bd;
    }

.owl-carousel, owl-carousel li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Owl Slider - section theme */
.main-banner {
    position: relative;
}

    .main-banner .owl-theme .owl-controls .owl-nav [class*=owl-] {
        margin: 0;
        padding: 0;
        width: 50px;
        opacity: 0.5;
        border-radius: 50%;
        font-size: 26px;
        margin-top: -12px;
        height: 50px;
        display: inline-block;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 50%;
        /*margin-top:-34px*/
    }

    .main-banner .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 0;
        margin-left: 2%;
    }

    .main-banner .owl-theme .owl-controls .owl-nav .owl-next {
        right: 0;
        margin-right: 2%;
    }

    .main-banner .owl-dots .owl-dot span {
        background: #fff;
        border: 1px solid #26b0bd;
        width: 15px;
        height: 15px;
    }

    .main-banner .owl-theme .owl-controls .owl-nav div:hover {
        opacity: 0.8;
    }

    .main-banner li > img {
        width: 100%;
        display: block;
        height: auto;
    }

    .main-banner li > .hmBannerSldrCaption {
        vertical-align: middle;
        /*margin:-80px 0 0 7%; width:400px; */
        z-index: 2;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
    }

        .main-banner li > .hmBannerSldrCaption > h2 {
            line-height: normal;
            font-weight: 400;
            color: #fff;
            /*font-size: 40px; */
            padding: 0;
            margin: 0;
        }

            .main-banner li > .hmBannerSldrCaption > h2 > span {
                color: #999999;
            }

        .main-banner li > .hmBannerSldrCaption > p {
            color: #fff;
            /*font-size: 24px;*/
        }

        .main-banner li > .hmBannerSldrCaption > .btn {
            background: #d01b21;
            /* padding: 13px 20px;*/
            color: #fff;
            font-size: 15px;
            font-weight: 400;
            border-radius: 0;
            transition: background .5s ease;
            -webkit-transition: background .5s ease;
            -moz-transition: background .5s ease;
        }

            .main-banner li > .hmBannerSldrCaption > .btn:hover {
                background: rgba(208, 27, 33, 0.8);
            }

            .main-banner li > .hmBannerSldrCaption > .btn .glyphicon {
                font-size: 16px;
                margin-left: -2px;
                top: 3px;
            }

.hmBannerSldrCaption {
    text-align: center;
}

    .hmBannerSldrCaption img {
        display: inline !important;
    }

    .hmBannerSldrCaption .fa-angle-right {
        font-size: 30px;
        position: absolute;
        bottom: 5px;
        right: 11px;
    }

.owl-theme .owl-controls .owl-nav [class*=owl-] .glyphicon {
    top: 10px;
    color: #fff;
}

.card-square.theme-purple .card-content {
    margin-top: 40px;
    padding: 15px;
}

.card-square.theme-purple .card-content {
    background: #7d6eaf;
    margin-top: 40px;
}

    .card-square.theme-purple .card-content a.btn {
        background: #8240a2;
    }

        .card-square.theme-purple .card-content a.btn.dropdown-toggle {
            background: #5c2f96;
        }

.card-square.theme-firebrick .card-content {
    margin-top: 40px;
    padding: 15px;
}

.card-square.theme-firebrick .card-content {
    background: #f76163;
    margin-top: 40px;
}

    .card-square.theme-firebrick .card-content a.btn {
        background: #c03538;
    }

        .card-square.theme-firebrick .card-content a.btn.dropdown-toggle {
            background: #811c20;
        }

.card-square.theme-dodgerblue .card-content {
    margin-top: 40px;
    padding: 15px;
}

.card-square.theme-dodgerblue .card-content {
    background: #5c99ea;
    margin-top: 40px;
}

    .card-square.theme-dodgerblue .card-content a.btn {
        background: #3e6bac;
    }

        .card-square.theme-dodgerblue .card-content a.btn.dropdown-toggle {
            background: #24497d;
        }

.card-square.theme-darkorange .card-content {
    margin-top: 40px;
    padding: 15px;
}

.card-square.theme-darkorange .card-content {
    background: #fcad50;
    margin-top: 40px;
}

    .card-square.theme-darkorange .card-content a.btn {
        background: #b3752c;
    }

        .card-square.theme-darkorange .card-content a.btn.dropdown-toggle {
            background: #784d1a;
        }

/* List bullet */
.bullet-list-red, .bullet-list-green {
    margin-bottom: 25px;
}

    .bullet-list-red li, .bullet-list-green li {
        padding: 8px 0;
        font-size: 15px;
        font-size: 1.5rem;
        color: #393939;
        padding-left: 30px;
    }

        .bullet-list-red li:before, .bullet-list-green li:before {
            font-family: 'FontAwesome';
            content: '\f00c';
            font-size: 16px;
            font-size: 1.6rem;
            color: red;
            position: absolute;
            left: 15px;
        }

        .bullet-list-green li:before {
            color: green;
        }

.ol-list {
    margin: 0 0 25px 20px;
}

    .ol-list li {
        padding: 8px 0;
        font-size: 15px;
        font-size: 1.5rem;
        color: #393939;
        padding-left: 10px;
        list-style: decimal;
    }

.ol-list-upper-roman li {
    list-style: upper-roman;
}

.ol-list-lower-roman li {
    list-style: lower-roman;
}

.ol-list-upper-alphabet li {
    list-style: upper-alpha;
}

.ol-list-lower-alphabet li {
    list-style: lower-alpha;
}

/* DivTable  */
.divTable {
    display: table;
    width: 100%;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    position: relative;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    display: table-cell;
    padding: 3px 10px;
    color: #666;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.divTableCell-rowspan {
    border-bottom: 1px solid #999;
    padding: 3px 10px;
    color: #666;
    display: table-caption;
    width: 100%;
    position: absolute;
}

/*Read More*/
.read-more a {
    padding: 8px 0;
    font-size: 15px;
    font-size: 1.5rem;
    color: #5c2f96;
    padding-left: 0px;
}

    .read-more a:after {
        font-family: 'FontAwesome';
        content: '\f067';
        font-size: 16px;
        font-size: 1.6rem;
        color: #5c2f96;
        padding-left: 5px;
    }

    .read-more a:hover {
        text-decoration: none !important;
    }

.pdf-modal .modal-body {
    padding: 2px;
}

.pdf-modal .embed-responsive .embed-responsive-item, .pdf-modal .embed-responsive iframe, .pdf-modal .embed-responsive embed, .pdf-modal .embed-responsive object, .pdf-modal .embed-responsive video {
    height: 100%;
}

.pdf-modal .modal-header {
    padding: 0;
    border: 0;
}

    .pdf-modal .modal-header .close {
        margin-top: -2px;
        position: absolute;
        right: -45px;
        top: -20px;
        width: 40px;
        height: 40px;
        background: #3f275b;
        border-radius: 50%;
        margin-right: 20px;
        opacity: 1;
        color: #fff;
        padding: 0;
        outline: 0;
        z-index: 9;
    }

.pdf-modal .ndfHFb-c4YZDc-e1YmVc .ndfHFb-c4YZDc-Wrql6b {
    display: none;
}

@media only screen and (min-width: 768px) {
    .pdf-modal .modal-dialog {
        width: 80%;
    }
}

.card-square.theme-green .card-content {
    margin-top: 40px;
    padding: 15px;
}

.card-square.theme-green .card-content {
    background: #a4c162;
    margin-top: 40px;
}

    .card-square.theme-green .card-content a.btn {
        background: #93AF52;
    }

        .card-square.theme-green .card-content a.btn.dropdown-toggle {
            background: #78923D;
        }

.text-left-center {
    text-align: left;
}

.text-right-center {
    text-align: right;
}

.contact-number-txtbox {
    position: relative;
}

    .contact-number-txtbox::after {
        position: absolute;
        content: '+91';
        z-index: 1;
        top: 1px;
        left: 9px;
        color: #999999;
        font-size: 13px;
        margin-top: 8px;
    }

    .contact-number-txtbox input.form-control {
        padding-left: 34px;
    }

header.shrink .contact-number-txtbox::after {
    top: -4px;
}

@media only screen and (max-width: 768px) {
    .contact-number-txtbox::after {
        margin-top: 4px;
    }

    .section-intro {
        margin-bottom: 1em;
        margin-top: 1em;
    }
}

@media only screen and (max-width: 979px) {
    .text-left-center {
        text-align: center;
    }

    .text-right-center {
        text-align: center;
    }
}

.form-group.has-error input, .form-group.has-error select, .form-group.has-error textarea {
    border: solid 1px #b94a48;
}

.form-group.has-success input, .form-group.has-success select, .form-group.has-success textarea {
    border: solid 1px #3fa91d;
}

.form-error {
    position: relative;
}

    .form-error .error {
        display: none !important;
    }

.has-error .control-label {
    color: #fff;
}

.business-enquiry-form .has-error .control-label {
    color: #333333;
}

.business-enquiry-form .form-control-feedback {
    top: 0px;
}

.form-group span.glyphicon-ok, .form-group span.glyphicon-remove {
    display: none;
}

.form-group.has-success span.glyphicon-ok {
    display: block;
}

.form-group.has-error span.glyphicon-remove {
    display: block;
}

.z-index-low {
    z-index: 998;
}

.scroller {
    display: none;
    bottom: 40px;
    height: 60px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 25px;
    z-index: 99;
}

    .scroller span {
        width: 25px;
        height: 51px;
        position: relative;
        background: transparent url("../images/scroller.png") no-repeat scroll center center;
        -webkit-animation: mymove 2s infinite;
        /* Chrome, Safari, Opera */
        animation: mymove 1.2s infinite;
        display: block;
    }

    .scroller.scroller2 span {
        background: transparent url("../images/scroller-dark.png") no-repeat scroll center center;
    }

/* Loader Start Here */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, 0.7);
}

    .loader-wrapper .loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #3498db;
        -webkit-animation: spin 2s linear infinite;
        /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite;
        /* Chrome, Firefox 16+, IE 10+, Opera */
    }

        .loader-wrapper .loader:before {
            content: "";
            position: absolute;
            top: 5px;
            left: 5px;
            right: 5px;
            bottom: 5px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #e74c3c;
            -webkit-animation: spin 3s linear infinite;
            /* Chrome, Opera 15+, Safari 5+ */
            animation: spin 3s linear infinite;
            /* Chrome, Firefox 16+, IE 10+, Opera */
        }

        .loader-wrapper .loader:after {
            content: "";
            position: absolute;
            top: 15px;
            left: 15px;
            right: 15px;
            bottom: 15px;
            border-radius: 50%;
            border: 3px solid transparent;
            border-top-color: #f9c922;
            -webkit-animation: spin 1.5s linear infinite;
            /* Chrome, Opera 15+, Safari 5+ */
            animation: spin 1.5s linear infinite;
            /* Chrome, Firefox 16+, IE 10+, Opera */
        }

#gettouchform .loader-wrapper {
    position: absolute;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}
/* Loader Ends */
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}
/* Standard syntax */
@keyframes mymove {
    0% {
        top: 0px;
    }

    50% {
        top: 25px;
    }

    100% {
        top: 0px;
    }
}

.heading-banner {
    position: relative;
}

.dropdown-menu {
    z-index: 900;
}

.dropdown-backdrop {
    z-index: 899;
}

.quick-links-cntr {
    width: 250px;
    position: fixed;
    z-index: 997;
    right: -250px;
    top: 29%;
    background: #4b085f;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 5px 0 0 5px;
}

    .quick-links-cntr .quick-links-title {
        font-weight: bold;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        position: absolute;
        left: -90px;
        top: 82px;
        cursor: pointer;
        display: block;
        padding: 8px 12px 8px 45px;
        background: url("../images/quicklinks-ico.png") no-repeat scroll 12px 6px #4b085f;
        border-radius: 5px 5px 0 0;
        display: none;
    }

    .quick-links-cntr .close-btn {
        position: absolute;
        display: block;
        background: #4b085f;
        border-radius: 50%;
        width: 27px;
        height: 27px;
        border: solid 1px #fff;
        text-align: center;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 25px;
        top: -12px;
        left: -12px;
        display: none;
    }

    .quick-links-cntr.open {
        right: 0px;
    }

        .quick-links-cntr.open .quick-links-title {
            background-position: 12px -46px;
            left: -46px;
        }

    .quick-links-cntr .quick-links-inr {
        padding: 10px 15px 10px 45px;
    }

        .quick-links-cntr .quick-links-inr ul {
            border-left: solid 1px #b176c3;
            padding-left: 15px;
        }

            .quick-links-cntr .quick-links-inr ul li {
                border-top: solid 1px #884a9b;
            }

                .quick-links-cntr .quick-links-inr ul li a {
                    color: #fff;
                    padding: 5px 0 5px 54px;
                    line-height: 34px;
                    display: block;
                    font-size: 16px;
                    font-size: 1.6rem;
                    font-weight: bold;
                }

                .quick-links-cntr .quick-links-inr ul li.quick-links-title2 {
                    display: none;
                    border-bottom: solid 5px #b275c6;
                }

                    .quick-links-cntr .quick-links-inr ul li.quick-links-title2 a {
                        background: url("../images/quicklinks-sprite.png") no-repeat scroll 0px -230px;
                        padding-top: 0;
                    }

                .quick-links-cntr .quick-links-inr ul li.branchlocator {
                    border-top: 0;
                }

                    .quick-links-cntr .quick-links-inr ul li.branchlocator a {
                        background: url("../images/quicklinks-sprite.png") no-repeat scroll 0px 3px;
                        padding-top: 0;
                    }

                        .quick-links-cntr .quick-links-inr ul li.branchlocator a:hover {
                            background-color: #884a9b;
                        }

                .quick-links-cntr .quick-links-inr ul li.prodfinder a {
                    background: url("../images/quicklinks-sprite.png") no-repeat scroll 2px -53px;
                }

                    .quick-links-cntr .quick-links-inr ul li.prodfinder a:hover {
                        background-color: #884a9b;
                    }

                
                .quick-links-cntr .quick-links-inr ul li.paintcalc a {
                    background: url("../images/quicklinks-sprite.png") no-repeat scroll 5px -112px;
                }

                    .quick-links-cntr .quick-links-inr ul li.paintcalc a:hover {
                        background-color: #884a9b;
                    }

                .quick-links-cntr .quick-links-inr ul li.quick-faq a {
                    background: url("../images/quicklinks-sprite.png") no-repeat scroll -3px -171px;
                    padding-bottom: 0;
                }

                    .quick-links-cntr .quick-links-inr ul li.quick-faq a:hover {
                        background-color: #884a9b;
                    }

                .quick-links-cntr .quick-links-inr ul li.getintouch a {
                    background: url("../images/quicklinks-sprite.png") no-repeat scroll 0px -338px;
                }

                    .quick-links-cntr .quick-links-inr ul li.getintouch a:hover {
                        background-color: #884a9b;
                    }       




.body-home .quick-links-cntr.slide-top {
    top: 20px;
}

.minHt-container {
    min-height: 570px;
}

.errtxt {
    text-align: center;
}

    .errtxt h2 {
        font-size: 75px;
        font-size: 7.5rem;
        margin: 20px 0 10px;
    }

    .errtxt a {
        color: #7f38bf;
    }

        .errtxt a:hover {
            color: #481477;
        }

.expert-advice .accordion-content img.alignright {
    min-width: 290px;
}

.modal-content .close span {
    margin-top: -5px;
    display: block;
}

.introjs-bullets {
    display: none !important;
}

.body-tour header.introjs-fixParent {
    z-index: 99999999 !important;
    background: none;
}

#product-enquiry.inner-section {
    overflow: visible;
}

.modal {
    z-index: 9999 !important;
}

.quick-links-inr ul li.warrantycert a {
    background: url("../images/quicklinks-sprite.png") no-repeat scroll -2px -283px;
}

.quick-links-cntr {
    z-index: 9999;
}

    .quick-links-cntr .quick-links-inr ul li.warrantycert a:hover {
        background-color: #884a9b;
    }

@media only screen and (max-width: 480px) {
    .quick-links-cntr .quick-links-inr ul li.warrantycert a {
        background: url(../images/quicklinks-sprite.png) no-repeat scroll 23px -281px;
    }
}

@media only screen and (min-width: 768px) {
    .scroller {
        display: block;
    }

    .errtxt {
        text-align: left;
    }

        .errtxt h2 {
            font-size: 75px;
            font-size: 7.5rem;
            margin-top: 0;
        }

    .erimg img {
        float: right;
    }
}

@media only screen and (max-width: 1366px) {
    .minHt-container {
        min-height: 510px;
    }
}

@media only screen and (max-width: 768px) {
    .quick-links-cntr {
        z-index: 9999;
        right: -258px;
    }

    .minHt-container {
        min-height: 500px;
    }

    .expert-advice .accordion-content img.alignright {
        min-width: 200px;
    }

    .thankyou-cntr {
        min-height: 500px;
    }

    .embed-responsive {
        overflow: visible;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #businessQueryFromSubmiMessage, #AskConsultantSubmiMessage {
        min-height: 365px;
    }
}

@media only screen and (max-width: 767px) {
    .quick-links-cntr {
        height: 100%;
        top: 0;
        border-radius: 0;
    }

        .quick-links-cntr .close-btn {
            top: 10px;
            right: 10px;
            left: auto;
        }

        .quick-links-cntr .quick-links-inr {
            padding: 40px 0 10px;
        }

            .quick-links-cntr .quick-links-inr ul {
                border-left: 0;
                padding-left: 0;
            }

                .quick-links-cntr .quick-links-inr ul li {
                    border-top: 0;
                    border-bottom: solid 1px #b275c6;
                }

                    .quick-links-cntr .quick-links-inr ul li a {
                        padding: 8px 0 8px 80px !important;
                    }

                    .quick-links-cntr .quick-links-inr ul li.quick-links-title2 {
                        display: block;
                    }

                        .quick-links-cntr .quick-links-inr ul li.quick-links-title2 a {
                            background-position: 25px -222px;
                            font-size: 18px;
                            font-size: 1.8rem;
                        }

                    .quick-links-cntr .quick-links-inr ul li.branchlocator a {
                        background-position: 25px 9px;
                    }

                    .quick-links-cntr .quick-links-inr ul li.prodfinder a {
                        background-position: 27px -50px;
                    }

                    .quick-links-cntr .quick-links-inr ul li.paintcalc a {
                        background-position: 30px -109px;
                    }

                    .quick-links-cntr .quick-links-inr ul li.getintouch a {
                        background-position: 24px -338px;
                    }

                    .quick-links-cntr .quick-links-inr ul li.quick-faq a {
                        background-position: 22px -166px;
                    }

        .quick-links-cntr .quick-links-title {
            top: 50%;
            margin-top: -25px;
            padding: 18px 25px 20px 25px;
            left: -52px;
        }

            .quick-links-cntr .quick-links-title span {
                display: none;
            }

        .quick-links-cntr.open {
            right: 0;
            width: 100%;
        }

            .quick-links-cntr.open .quick-links-title {
                left: -90px;
            }

            .quick-links-cntr.open .close-btn {
                display: block;
            }
}

@media only screen and (max-width: 480px) {
    .minHt-container {
        min-height: 360px;
    }

    .thankyou-cntr {
        min-height: 300px;
    }

    .expert-advice .accordion-content img.alignright {
        max-width: 100%;
        margin: 0 auto 15px;
        display: block;
        width: 100%;
        float: none;
    }

    .body-home .quick-links-cntr.slide-top {
        top: 0;
    }
}
/* Page Caption Header */
.page-caption {
    text-align: center;
    border-bottom: 1px solid #490960;
    padding: .5em 0;
}

    .page-caption h1 {
        margin: 0;
        padding: 0;
        font-size: 2.4rem;
    }

.promo-banner-block {
    /* margin: 35px 5px; */
}

    .promo-banner-block .view-box {
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

        .promo-banner-block .view-box .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            left: 0;
            top: 0;
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0.8;
            -webkit-transform: translate(0px, 0px);
            -moz-transform: translate(0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            -moz-transition: all 0.2s 0.4s linear;
            -o-transition: all 0.2s 0.4s linear;
            -webkit-transition: all 0.2s 0.4s linear;
            -ms-transition: all 0.2s 0.4s linear;
            transition: all 0.2s 0.4s linear;
        }

        .promo-banner-block .view-box img {
            display: block;
            position: relative;
            box-shadow: 0px 1px 1px #b8b6b6;
            width: 100%;
        }

        .promo-banner-block .view-box .info-mask {
            position: absolute;
            left: 0;
            bottom: -42px;
            right: 0;
            position: absolute;
            width: 100%;
            z-index: 9;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .promo-banner-block .view-box a.info {
            border-bottom: 2px solid #fff;
            border-top: transparent;
            color: #fff;
            display: inline-block;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 34px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            top: -60px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

            .promo-banner-block .view-box a.info:before {
                position: absolute;
                left: 50%;
                content: '';
                height: 0px;
                height: 2px;
                background: #fff;
                -moz-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
                -webkit-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                transition: all 0.5s linear;
                width: 0;
                top: 0;
            }

        .promo-banner-block .view-box:hover a.info:before {
            width: 270px;
            margin-left: -135px;
        }

        .promo-banner-block .view-box:hover .info-mask {
            position: absolute;
            left: 0;
            position: absolute;
            right: 0;
            width: 100%;
            z-index: 9;
            top: 70%;
            -moz-transition: all 0.2s 0.4s ease-in;
            -o-transition: all 0.2s 0.4s ease-in;
            -webkit-transition: all 0.2s 0.4s ease-in;
            -ms-transition: all 0.2s 0.4s ease-in;
            transition: all 0.2s 0.4s ease-in;
        }

        .promo-banner-block .view-box:hover .mask {
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
            -moz-transition-delay: 0s !important;
            -o-transition-delay: 0s !important;
            -webkit-transition-delay: 0s !important;
            -ms-transition-delay: 0s !important;
            transition-delay: 0s !important;
            -webkit-transform: translate(0px, 0px !important);
            -moz-transform: translate(0px, 0px !important);
            -o-transform: translate(0px, 0px !important);
            -ms-transform: translate(0px, 0px !important);
            transform: translate(0px, 0px !important);
        }

        .promo-banner-block .view-box:hover a.info {
            -webkit-transform: translateX(0px) rotate(0deg);
            -moz-transform: translateX(0px) rotate(0deg);
            -o-transform: translateX(0px) rotate(0deg);
            -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
            -moz-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            -webkit-transition-delay: 0.4s;
            -ms-transition-delay: 0.4s;
            transition-delay: 0.4s;
        }

.photo-box-green .mask {
    background-color: rgba(44, 155, 175, 0.7);
}

.photo-box-blue .mask {
    background-color: rgba(9, 47, 110, 0.7);
}

.photo-box-red .mask {
    background-color: rgba(114, 0, 0, 0.7);
}

.photo-box-pink .mask {
    background-color: rgba(140, 31, 147, 0.7);
}

@media (max-width: 640px) {
    .page-caption h1 {
        font-size: 1.8rem;
    }
}

.select-css {
    background: url(../images/form-icon/form-ico-06.png) 1px 8px no-repeat;
    width: 100%;
    margin-bottom: 12px;
    padding-left: 30px;
    border-bottom: 1px #a2a2a2 solid;
}

    .select-css.border-box {
        border: 1px solid #ccc;
    }

    .select-css.no-bg {
        background: none;
        padding-left: 0;
    }

        .select-css.no-bg Select {
            padding: 5px 10px;
        }

    .select-css.white-bg {
        background: #fff;
    }

@-moz-document url-prefix() {
    .select-css {
        padding-left: 25px;
    }
}

.select-css Select {
    border: none;
    position: relative;
    height: 30px;
    width: 100%;
    padding: 6px 22px 6px 0px;
    border-bottom: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}

select.minimal {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #808080 50%), linear-gradient(135deg, #808080 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: calc(100% - 11px) calc(1em + 2px), calc(100% - 6px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

    select.minimal:focus {
        background-image: linear-gradient(45deg, #808080 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #808080 50%), linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
        background-position: calc(100% - 6px) 1em, calc(100% - 11px) 1em, calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
        border-color: grey;
        outline: 0;
    }

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.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: #333333;
}

.fieldset p {
    margin-bottom: 7px;
}

    .fieldset p.required {
        margin-bottom: 5px;
        float: right;
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 0px;
    }

.fieldset + .fieldset {
    margin-top: 5px;
}

form .legend {
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    font-family: "lato", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    margin-bottom: 15px;
    padding-bottom: 7px;
    border-bottom: 1px solid #EDEDED;
}

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
    padding-top: 2px;
}

    .input-box:after {
        content: '';
        display: table;
        clear: both;
    }

li.centinel-logos div.input-box img {
    display: inline;
    vertical-align: middle;
}

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
    float: left;
    margin-right: 5px;
    max-width: 100%;
}

/* -------------------------------------------- *
 * Labels
 */
label {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "lato", Arial, sans-serif;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    label.required:after, span.required:after {
        content: ' *';
        color: #DF280A;
        font-weight: normal;
        font-family: "lato", Arial, sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
    }

    label.required em, span.required em {
        display: none;
    }

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
    color: #A0A0A0;
    font-size: 12px;
    font-size: 1.2rem;
}

/* -------------------------------------------- *
 * Select
 */
select {
    font-size: 14px;
    font-size: 1.4rem;
}

    select + select {
        margin-left: 5px;
    }

    select[multiple] {
        width: 270px;
        border: 1px solid #C0C0C0;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 5px;
    }

/* -------------------------------------------- *
 * Textarea
 */
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 450px;
    padding: 5px;
}

/* -------------------------------------------- *
 * Inputs
 */
.input-text {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
    font-size: 15px;
    font-size: 1.5rem;
}

    .input-text:focus {
        border: 1px solid #000000;
    }

    .input-text.validation-failed {
        border-color: #DF280A;
    }

        .input-text.validation-failed:focus {
            outline-color: #ef9485;
        }

input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {
    height: 30px;
    padding: 0 8px;
}

input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text] {
    width: 365px;
    max-width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
    input[type=email], input[type=search], input[type=number], input[type=password], input[type=tel], input[type=text], select {
        font-size: 16px;
        font-size: 1.6rem;
        /* Prevent from zooming on focus */
    }
}

.ie8 .input-text {
    max-width: none;
}

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty, input[type=text].qty {
    width: 3em;
    text-align: center;
    vertical-align: middle;
}

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
    color: #A0A0A0;
}

input:-moz-placeholder {
    color: #A0A0A0;
}

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox, .radio {
    position: relative;
    top: -1px;
    display: inline-block;
}

    .checkbox + label, .radio + label {
        width: auto;
        padding: 0 0 0 8px;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        vertical-align: top;
    }

/* -------------------------------------------- *
 * Validation
 */
p.required, .validation-advice {
    margin: 5px 0 0;
    color: #DF280A;
    font-size: 13px;
    font-size: 1.3rem;
}

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
    margin-bottom: 10px;
}

.form-list select {
    margin-top: 4px;
    width: 365px;
    max-width: 100%;
}

.form-list .input-range .input-text {
    width: 74px;
}

.form-list .field, .form-list .wide, .form-list .control {
    margin-bottom: 10px;
}

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control, .sp-methods dt, #checkout-shipping-method-load .sp-methods dd, #co-shipping-method-form .sp-methods dd, .product-options ul.options-list {
    /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */
}

    .form-list .control div.input-box, .sp-methods dt div.input-box, #checkout-shipping-method-load .sp-methods dd div.input-box, #co-shipping-method-form .sp-methods dd div.input-box, .product-options ul.options-list div.input-box {
        display: inline;
        float: left;
    }

        .form-list .control div.input-box:after, .sp-methods dt div.input-box:after, #checkout-shipping-method-load .sp-methods dd div.input-box:after, #co-shipping-method-form .sp-methods dd div.input-box:after, .product-options ul.options-list div.input-box:after {
            display: none;
        }

    .form-list .control input.radio, .form-list .control input.checkbox, .sp-methods dt input.radio, .sp-methods dt input.checkbox, #checkout-shipping-method-load .sp-methods dd input.radio, #checkout-shipping-method-load .sp-methods dd input.checkbox, #co-shipping-method-form .sp-methods dd input.radio, #co-shipping-method-form .sp-methods dd input.checkbox, .product-options ul.options-list input.radio, .product-options ul.options-list input.checkbox {
        float: left;
        margin-right: -40px;
        margin-top: 10px;
        margin-left: 15px;
    }

    .form-list .control label, .sp-methods dt label, #checkout-shipping-method-load .sp-methods dd label, #co-shipping-method-form .sp-methods dd label, .product-options ul.options-list label {
        display: inline-block;
        width: auto;
        max-width: none;
        min-width: 250px;
        float: none;
        padding: 6px 10px 6px 40px;
    }

        .form-list .control label:hover, .sp-methods dt label:hover, #checkout-shipping-method-load .sp-methods dd label:hover, #co-shipping-method-form .sp-methods dd label:hover, .product-options ul.options-list label:hover {
            background-color: #ededed;
        }

    .form-list .control .no-display + label, .sp-methods dt .no-display + label, #checkout-shipping-method-load .sp-methods dd .no-display + label, #co-shipping-method-form .sp-methods dd .no-display + label, .product-options ul.options-list .no-display + label {
        padding-left: 10px;
        background-color: transparent;
    }

        .form-list .control .no-display + label:hover, .sp-methods dt .no-display + label:hover, #checkout-shipping-method-load .sp-methods dd .no-display + label:hover, #co-shipping-method-form .sp-methods dd .no-display + label:hover, .product-options ul.options-list .no-display + label:hover {
            background-color: transparent;
        }

    .product-options ul.options-list label, .col2-set .form-list .control label {
        min-width: inherit;
        width: 250px;
        max-width: 100%;
    }

    .form-list .control.remember-me-box label {
        width: auto;
        max-width: none;
        min-width: inherit;
    }

.form-list .control {
    margin-top: 10px;
}

    .form-list .control label {
        float: none;
    }

    .form-list .control .radio, .form-list .control .checkbox {
        margin-right: 6px;
    }

    .form-list .control .input-box {
        clear: none;
        display: inline-block;
        width: auto;
        padding: 0;
    }

form .form-instructions {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    font-size: 1.3rem;
    color: #A0A0A0;
}

form.business-enquiry-form .form-group {
    margin-bottom: 15px;
}

form.business-enquiry-form label {
    color: #333333;
    font-size: 14px;
    font-size: 1.4rem;
}

    form.business-enquiry-form label.red {
        color: #A94442;
        font-size: 16px;
        font-size: 1.6rem;
    }

    form.business-enquiry-form label h3 {
        display: inline;
        vertical-align: top;
    }

form.business-enquiry-form input {
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    font-weight: 400;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: 38px;
    width: 100%;
}

form.business-enquiry-form .contact-number-txtbox:after {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 6px;
}

form.business-enquiry-form .contact-number-txtbox input {
    padding-left: 40px;
}

form.business-enquiry-form textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
    max-width: 100%;
}

form.business-enquiry-form .branch-select-box .bootstrap-select .btn {
    border: 1px solid #ccc;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    font-weight: 400;
    padding: 5px 10px;
}

form.business-enquiry-form .file {
    visibility: hidden;
    position: absolute;
}

form.business-enquiry-form .btn-browse {
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #37c4ff;
    padding: 6px 10px;
    height: 38px;
    left: -10px;
}

form.business-enquiry-form .form-control[disabled] {
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}

form.business-enquiry-form .btn-submit {
    color: #fff;
    background: #57246f;
    padding: 10px 40px;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
}

form.business-enquiry-form .select-highlight {
    background: #fff;
}

    form.business-enquiry-form .select-highlight .btn {
        background: #fff;
    }

form .branch-select-box.has-success .form-error .bootstrap-select .btn.dropdown-toggle {
    border: solid 1px #3fa91d;
}

form .branch-select-box.has-success .form-error span.form-control-feedback {
    right: 30px;
}

form .branch-select-box.has-error .form-error .bootstrap-select .btn.dropdown-toggle {
    border: 1px solid #b94a48;
}

form .branch-select-box.has-error .form-error span.form-control-feedback {
    right: 30px;
}

.get-in-touch-form .branch-select-box {
    z-index: 100;
}

    .get-in-touch-form .branch-select-box .dropdown-toggle {
        background: #fff !important;
        padding: 0px 12px !important;
        font-size: 14px !important;
        font-size: 1.4rem !important;
        color: #555 !important;
        line-height: 34px;
    }

form span.red {
    position: absolute;
    margin: -10px 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
}

    form span.red sup {
        top: -0.15em;
    }

.get-touch-form form span.red {
    font-size: 28px;
    font-size: 2.8rem;
}

.error {
    border: 1px solid #b94a48 !important;
    -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;
}

@media only screen and (min-width: 768px) {
    form.business-enquiry-form .btn-submit {
        padding: 10px 70px;
    }
}

@media only screen and (min-width: 992px) {
    form.business-enquiry-form .btn-browse {
        padding: 6px 25px;
    }

    .checkbox + label, .radio + label {
        max-width: 85%;
    }
}
/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
    text-indent: -9999px;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
    width: 100%;
}

    .data-table td, .data-table th {
        padding: 10px;
        vertical-align: top;
    }

    .data-table th {
        background: #F4F4F4;
        text-transform: uppercase;
        font-family: "lato", Arial, sans-serif;
        line-height: 1.4;
        white-space: nowrap;
    }

    .data-table thead th, .data-table tbody td {
        border-bottom: 1px solid #C0C0C0;
    }

    .data-table tbody td, .data-table tfoot td {
        font-family: Georgia, Times, "Times New Roman", serif;
    }

    .data-table tfoot tr {
        background: #F4F4F4;
    }

    .data-table tbody td .item-options {
        margin-left: 20px;
        margin-top: 10px;
    }

        .data-table tbody td .item-options dt:after {
            content: ':';
        }

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
    border: 1px solid #C0C0C0;
    padding: 12px 15px;
    margin: 0 0 15px;
}

    .info-box h2 {
        font-weight: bold;
        font-size: 13px;
    }

.info-table th, .info-table td {
    vertical-align: top;
}

.info-table th {
    font-weight: bold;
    padding: 4px 20px 4px 0;
}

.info-table td {
    padding: 4px 0;
}

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child, .zebra-table th:first-child {
    border-top: 1px solid #C0C0C0;
}

.zebra-table td, .zebra-table th {
    border-bottom: 1px solid #C0C0C0;
    padding: 6px;
    background-color: transparent;
}

.zebra-table tr {
    background-color: #EEEDED;
}

    .zebra-table tr:nth-child(odd) {
        background-color: #F8F7F5;
    }

/* ============================================ *
 * Linearize Table
 * ============================================ */
.table-financial-report .tableTh {
    background: #645b74;
    color: #fff;
}

.table-financial-report thead th {
    background: #645b74;
    text-align: right;
    font-size: 18px;
    border: none !important;
    padding: 25px 20px !important;
}

    .table-financial-report thead th:first-child {
        text-align: left;
    }

    .table-financial-report thead th:nth-child(2) {
        background: #6a5f80;
    }

.table-financial-report thead:first-child th {
    font-size: 24px;
}

.table-financial-report tr:nth-child(even) {
    background: #fff;
}

    .table-financial-report tr:nth-child(even) td:nth-child(2) {
        background: #e5e1ee;
    }

        .table-financial-report tr:nth-child(even) td:nth-child(2).tableTh {
            background: #645b74;
            color: #fff;
        }

.table-financial-report tr:nth-child(odd) {
    background: #f4f4f4;
}

    .table-financial-report tr:nth-child(odd) td:nth-child(2) {
        background: #ddd9e6;
    }

.table-financial-report tr td {
    text-align: right;
    border: none !important;
    padding: 8px 5px !important;
    font-size: 12px;
}

    .table-financial-report tr td:first-child {
        width: 30%;
        text-align: left;
    }

@media only screen and (max-width: 479px) {
    .linearize-table {
        /* Helpers */
    }

        .linearize-table tr, .linearize-table th, .linearize-table td {
            display: block;
        }

        .linearize-table thead th {
            border-right: 0;
            border-left: 0;
        }

            .linearize-table thead th.lin-hide {
                display: none;
            }

            .linearize-table thead th:nth-child(1n+2) {
                display: none;
            }

        .linearize-table tbody tr {
            position: relative;
            border-bottom: 1px solid #CCCCCC;
        }

        .linearize-table tbody td {
            padding: 0 10px 4px;
            border-right: 0;
            border-bottom: 0;
        }

            .linearize-table tbody td.lin-hide {
                display: none;
            }

            .linearize-table tbody td:first-child {
                padding-top: 10px;
            }

                .linearize-table tbody td:first-child, .linearize-table tbody td:first-child h3 {
                    font-weight: bold;
                }

            .linearize-table tbody td[data-rwd-label] {
                text-align: left;
                padding-left: 30px;
            }

                .linearize-table tbody td[data-rwd-label]:before {
                    content: attr(data-rwd-label) ":";
                    font-size: 12px;
                    font-family: "lato", Arial, sans-serif;
                    padding-right: 5px;
                    text-transform: uppercase;
                }

        .linearize-table tfoot tr {
            display: block;
            text-align: right;
        }

            .linearize-table tfoot tr:after {
                content: '';
                display: table;
                clear: both;
            }

        .linearize-table tfoot td {
            display: block;
            float: left;
        }

            .linearize-table tfoot td.lin-hide {
                display: none;
            }

            .linearize-table tfoot td:nth-child(odd) {
                clear: left;
                width: 60%;
            }

            .linearize-table tfoot td:nth-child(even) {
                text-align: left;
                width: 40%;
            }

        .linearize-table .linearize-hide {
            display: none;
        }

        .linearize-table .linearize-unpad {
            padding: 0;
        }

        .linearize-table .linearize-show {
            display: block;
        }
}

@media only screen and (max-width: 599px) {
    .linearize-table-large {
        /* Helpers */
    }

        .linearize-table-large tr, .linearize-table-large th, .linearize-table-large td {
            display: block;
        }

        .linearize-table-large thead th {
            border-right: 0;
            border-left: 0;
        }

            .linearize-table-large thead th.lin-hide {
                display: none;
            }

            .linearize-table-large thead th:nth-child(1n+2) {
                display: none;
            }

        .linearize-table-large tbody tr {
            position: relative;
            border-bottom: 1px solid #CCCCCC;
        }

        .linearize-table-large tbody td {
            padding: 0 10px 4px;
            border-right: 0;
            border-bottom: 0;
        }

            .linearize-table-large tbody td.lin-hide {
                display: none;
            }

            .linearize-table-large tbody td:first-child {
                padding-top: 10px;
            }

                .linearize-table-large tbody td:first-child, .linearize-table-large tbody td:first-child h3 {
                    font-weight: bold;
                }

            .linearize-table-large tbody td[data-rwd-label] {
                text-align: left;
                padding-left: 30px;
            }

                .linearize-table-large tbody td[data-rwd-label]:before {
                    content: attr(data-rwd-label) ":";
                    font-size: 12px;
                    font-family: "lato", Arial, sans-serif;
                    padding-right: 5px;
                    text-transform: uppercase;
                }

        .linearize-table-large tfoot tr {
            display: block;
            text-align: right;
        }

            .linearize-table-large tfoot tr:after {
                content: '';
                display: table;
                clear: both;
            }

        .linearize-table-large tfoot td {
            display: block;
            float: left;
        }

            .linearize-table-large tfoot td.lin-hide {
                display: none;
            }

            .linearize-table-large tfoot td:nth-child(odd) {
                clear: left;
                width: 60%;
            }

            .linearize-table-large tfoot td:nth-child(even) {
                text-align: left;
                width: 40%;
            }

        .linearize-table-large .linearize-hide {
            display: none;
        }

        .linearize-table-large .linearize-unpad {
            padding: 0;
        }

        .linearize-table-large .linearize-show {
            display: block;
        }
}

@media only screen and (min-width: 600px) {
    .linearize-table .linearize-collapse {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .table-financial-report tr td {
        padding: 25px 20px !important;
        font-size: 16px;
    }
}
/* ============================================ *
 * Global
 * ============================================ */
/*html,
body {
    height: 100%;
}*/
.wrapper {
    min-width: 320px;
    min-height: 100%;
    margin: 0 auto;
    background: #FFFFFF;
}

    .wrapper:after {
        content: '';
        display: table;
        clear: both;
    }

.no-bg {
    background: none !important;
    background-image: none !important;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
    /* Opera */
    background: #fff;
}

    header .top-main-menu {
        float: left;
        border-right: 1px solid #414140;
        margin: 9px 0;
        padding: 8px 0px 5px 0px;
    }

    header .nav-menu-main .tooltip.right .tooltip-arrow {
        border-right-color: #fff;
    }

    header .nav-menu-main .tooltip.right .tooltip-inner {
        background: #fff;
        color: #630d5f;
        min-width: 300px;
        text-align: left;
    }

    header .navbar-brand {
        padding: 8px 5px;
        height: 90px;
        width: 110px;
        margin-top: 10px;
        margin-left: 10px !important;
    }

    header .navbar-search {
        padding-top: 16px;
        padding-bottom: 12px;
        position: relative;
    }

        header .navbar-search .input-group {
            width: 100%;
        }

        header .navbar-search input.form-control {
            background: none;
            z-index: 0;
            border-radius: 0;
            box-shadow: none;
            border: 0;
            font-size: 16px;
            font-size: 1.6rem;
            padding-left: 0;
            padding-right: 30px;
            color: #4b085f;
            border-bottom: 1px solid #4b085f;
        }

            header .navbar-search input.form-control:focus {
                box-shadow: none;
                outline: none;
                z-index: 1;
            }

        header .navbar-search .input-group-btn {
            position: absolute;
            z-index: 2;
            right: 1px;
            bottom: 0px;
            width: auto;
        }

            header .navbar-search .input-group-btn .btn {
                background: none;
                border-radius: 0;
                box-shadow: none;
                border: 0;
                color: #4b085f;
                font-size: 26px;
                font-size: 2.6rem;
                line-height: 30px;
                padding: 0;
            }

                header .navbar-search .input-group-btn .btn:focus {
                    box-shadow: none;
                    outline: none;
                }

                header .navbar-search .input-group-btn .btn .top-search {
                    background: url("../images/top-search.png") no-repeat;
                    width: 28px;
                    height: 28px;
                    display: inline-block;
                    background-size: 100%;
                }

        header .navbar-search .form-control::-webkit-input-placeholder {
            /* WebKit, Blink, Edge */
            color: #4b085f;
        }

        header .navbar-search .form-control:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #4b085f;
            opacity: 1;
        }

        header .navbar-search .form-control::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #4b085f;
            opacity: 1;
        }

        header .navbar-search .form-control:-ms-input-placeholder {
            /* Internet Explorer 10-11 */
            color: #4b085f;
        }

    header .other-division {
        padding: 22px 0 6px 0;
    }

        header .other-division .dropdown a {
            color: #4b085f;
            font-size: 1.8rem;
            cursor: pointer;
            font-weight: 700;
        }

        header .other-division .dropdown .arr-down {
            font-size: 30px;
            font-size: 3rem;
            display: inline-block;
            padding: 0px;
            margin: -7px 0px 0px 5px;
            position: relative;
            top: 2px;
        }

        header .other-division .dropdown-menu {
            background: #550a6b;
            border-radius: 0px;
        }

            header .other-division .dropdown-menu li {
                padding: 0 10px;
            }

                header .other-division .dropdown-menu li a {
                    color: #fff;
                    border-bottom: 1px solid #b79cbf;
                    padding: 8px 10px;
                    font-size: 1.6rem;
                }

                    header .other-division .dropdown-menu li a:hover {
                        color: #fff;
                        background: #8115a1;
                    }

                    header .other-division .dropdown-menu li a:focus {
                        color: #fff;
                        background: #8115a1;
                    }

                header .other-division .dropdown-menu li:last-child a {
                    border-bottom: none;
                }

            header .other-division .dropdown-menu::before {
                background: url("../images/other-division-arrow.png") no-repeat;
                content: "";
                display: inline-block;
                width: 23px;
                height: 12px;
                position: absolute;
                right: 14%;
                top: -13px;
                margin: 0 0 0 -24px;
            }

    header .other-division-shrink {
        padding: 23px 0 6px 0;
    }

        header .other-division-shrink .dropdown a {
            font-size: 1.7rem;
        }

            header .other-division-shrink .dropdown a .arr-down {
                font-size: 2.3rem;
            }

        header .other-division-shrink .dropdown-menu::before {
            right: 24%;
        }

    header .get-touch-xs {
        position: absolute;
        top: 25px;
        right: 15px;
    }

    header .get-touch {
        text-align: center;
        font-size: 16px;
        font-size: 1.6rem;
        color: #4b085f;
        font-weight: 700;
        cursor: pointer;
        position: relative;
        z-index: 100;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        transition: all 0.5s linear;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
        /* Opera */
    }

        header .get-touch .get-phone {
            background: url("../images/get-touch.png") no-repeat;
            display: block;
            margin: 4px auto -4px;
            text-align: center;
            width: 28px;
            height: 28px;
            position: relative;
            transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            /* Firefox 4 */
            -webkit-transition: all 1s ease 0s;
            /* Safari and Chrome */
            -o-transition: all 1s ease 0s;
            /* Opera */
        }

        header .get-touch .arr-down {
            font-size: 30px;
            font-size: 3rem;
            display: inline-block;
            padding: 0px;
            margin: -7px 0px 0px 5px;
            position: relative;
            top: 2px;
        }

    header .toll-free {
        font-size: 16px;
        font-size: 1.6rem;
        color: #4b085f;
        text-align: center;
        padding: 0;
        line-height: 20px;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
        /* Opera */
    }

        header .toll-free strong {
            font-size: 20px;
            display: block;
            transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            /* Firefox 4 */
            -webkit-transition: all 1s ease 0s;
            /* Safari and Chrome */
            -o-transition: all 1s ease 0s;
        }

        header .toll-free span {
            font-size: 13px;
            display: block;
            transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            /* Firefox 4 */
            -webkit-transition: all 1s ease 0s;
            /* Safari and Chrome */
            -o-transition: all 1s ease 0s;
        }

    header .get-touch-form {
        text-align: left;
        margin: 25px 0 0 -115px;
        color: #fff;
        width: 370px;
        position: absolute;
        z-index: 99999;
        display: none;
        background: #4b0461;
        padding: 8px;
    }

        header .get-touch-form h2 {
            color: #ffffff;
            text-align: center;
            font-weight: 900;
            padding: 30px 0 10px 0;
        }

            header .get-touch-form h2 span {
                font-weight: 300;
            }

        header .get-touch-form .tollmessage {
            padding: 10px 25px;
            border-top: 2px solid #b79bc0;
            border-bottom: 2px solid #b79bc0;
        }

            header .get-touch-form .tollmessage h3 {
                font-size: 16px;
                font-size: 1.6rem;
                color: #fff;
            }

            header .get-touch-form .tollmessage h4 {
                font-size: 18px;
                font-size: 1.8rem;
                color: #fff;
                padding-top: 0px;
                margin-bottom: 0px;
                font-weight: 300;
            }

        header .get-touch-form .formanimate {
            padding: 10px 25px;
            -moz-transition: all 0.5s linear;
            -o-transition: all 0.5s linear;
            -webkit-transition: all 0.5s linear;
            -ms-transition: all 0.5s linear;
            transition: all 0.5s linear;
        }

            header .get-touch-form .formanimate label {
                font-weight: 300;
                font-size: 16px;
                margin: 0px;
            }

            header .get-touch-form .formanimate input {
                border-radius: 0px;
                height: 34px;
            }

            header .get-touch-form .formanimate span.red {
                margin: -2px 0 0 0;
            }

            header .get-touch-form .formanimate .btn {
                border-radius: 0px;
                background: #a724d0;
                color: #fff;
                margin: 10px 0;
                padding: 4px 30px;
                border: none;
                text-transform: uppercase;
                font-size: 21px;
                font-size: 2.1rem;
            }

                header .get-touch-form .formanimate .btn span {
                    font-size: 16px;
                }

                header .get-touch-form .formanimate .btn::before {
                    background: #8a0fb0;
                }

                header .get-touch-form .formanimate .btn:hover {
                    background: #a724d0;
                }

            header .get-touch-form .formanimate .has-success .control-label {
                color: #fff;
            }

        header .get-touch-form .close {
            border-radius: 50%;
            font-size: 24px;
            font-size: 2.4rem;
            color: #fff;
            height: 30px;
            margin-right: 20px;
            margin-top: 1px;
            opacity: 1;
            padding: 0;
            position: absolute;
            right: -13px;
            top: 11px;
            width: 30px;
            z-index: 9999;
        }

.custom-modal .get-touch-form {
    text-align: left;
    margin: 25px 0 0 -15px;
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 99999;
    display: none;
    background: #4b0461;
    padding: 8px;
}

    .custom-modal .get-touch-form h2 {
        color: #ffffff;
        text-align: center;
        font-weight: 900;
        padding: 30px 0 10px 0;
    }

        .custom-modal .get-touch-form h2 span {
            font-weight: 300;
        }

    .custom-modal .get-touch-form .tollmessage {
        padding: 10px 25px;
        border-top: 2px solid #b79bc0;
        border-bottom: 2px solid #b79bc0;
    }

        .custom-modal .get-touch-form .tollmessage h3 {
            font-size: 16px;
            font-size: 1.6rem;
            color: #fff;
        }

        .custom-modal .get-touch-form .tollmessage h4 {
            font-size: 18px;
            font-size: 1.8rem;
            color: #fff;
            padding-top: 0px;
            margin-bottom: 0px;
            font-weight: 300;
        }

    .custom-modal .get-touch-form .formanimate {
        padding: 10px 25px;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

        .custom-modal .get-touch-form .formanimate label {
            font-weight: 300;
            font-size: 16px;
            margin: 0px;
        }

        .custom-modal .get-touch-form .formanimate input {
            border-radius: 0px;
            height: 34px;
        }

        .custom-modal .get-touch-form .formanimate span.red {
            margin: -2px 0 0 0;
        }

        .custom-modal .get-touch-form .formanimate .btn {
            border-radius: 0px;
            background: #a724d0;
            color: #fff;
            margin: 10px 0;
            padding: 4px 30px;
            border: none;
            text-transform: uppercase;
            font-size: 21px;
            font-size: 2.1rem;
        }

            .custom-modal .get-touch-form .formanimate .btn span {
                font-size: 16px;
            }

            .custom-modal .get-touch-form .formanimate .btn::before {
                background: #8a0fb0;
            }

            .custom-modal .get-touch-form .formanimate .btn:hover {
                background: #a724d0;
            }

        .custom-modal .get-touch-form .formanimate .has-success .control-label {
            color: #fff;
        }

    .custom-modal .get-touch-form .close {
        border-radius: 50%;
        font-size: 24px;
        font-size: 2.4rem;
        color: #fff;
        height: 30px;
        margin-right: 20px;
        margin-top: 1px;
        opacity: 1;
        padding: 0;
        position: absolute;
        right: -13px;
        top: 11px;
        width: 30px;
        z-index: 9999;
    }

.body-home header .active-other-division .dropdown a {
    color: #fff;
}

.body-home header {
    z-index: 9999 !important;
    width: 100%;
}

    .body-home header.introjs-fixParent {
        z-index: 99999999 !important;
    }

    .body-home header.translution {
        background: rgba(255, 255, 255, 0.7);
    }

    .body-home header .get-touch.active-get-touch {
        color: #fff;
    }

        .body-home header .get-touch.active-get-touch .get-phone {
            background: url("../images/get-touch-w.png") no-repeat;
            background-size: 100%;
        }

    .body-home header .hide {
        display: block;
    }

.borderbtm {
    border-bottom: 3px solid #3F275B;
}

@media only screen and (min-width: 768px) {
    header .top-right-group {
        display: inline-block;
        float: right;
        margin: 11px -15px 0 0;
    }

        header .top-right-group > div {
            float: left;
            padding-right: 15px;
            margin-right: 15px;
            position: relative;
        }

        header .top-right-group > .navbar-search:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 55px;
            background: #a5a599;
        }

        header .top-right-group > .get-touch:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 55px;
            background: #a5a599;
        }

        header .top-right-group > .other-division:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 55px;
            background: #a5a599;
        }

    header .navbar-search .input-group {
        max-width: 110px;
    }
}

@media only screen and (min-width: 979px) {
    header {
        height: 80px;
    }

        header .navbar-brand {
            height: auto;
            width: 34%;
            margin-top: 0;
        }

            header .navbar-brand img {
                width: 100px;
            }

        header .navbar-search .input-group {
            max-width: 260px;
        }

        header .get-touch {
            font-size: 18px;
            font-size: 1.8rem;
        }

            header .get-touch .fa-phone {
                font-size: 30px;
                font-size: 3rem;
            }

        header .toll-free {
            font-size: 16px;
        }

            header .toll-free strong {
                font-size: 18px;
            }
}

@media only screen and (max-width: 768px) {
    #bergerMenu b {
        display: none !important;
    }

    header .top-main-menu {
        padding-right: 0;
    }

    header .navbar-brand {
        width: 72px;
        height: auto;
    }

    .cd-dropdown-wrapper {
        height: 20px !important;
    }
}
/* ============================================ *
* Language switcher + welcome message
* ============================================ */
.header-language-background {
    padding: 10px;
    background-color: #9d9d9d;
    text-transform: uppercase;
}

    .header-language-background .header-language-container {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .header-language-background:after {
        content: '';
        display: table;
        clear: both;
    }

    .header-language-background .form-language, .header-language-background .currency-switcher {
        float: left;
        margin-right: 10px;
    }

    .header-language-background .welcome-msg {
        float: right;
    }

.page-header-container .store-language-container {
    float: right;
    max-width: 35%;
    padding: 13px 15px 10px 10px;
}

    .page-header-container .store-language-container label {
        display: none;
    }

    .page-header-container .store-language-container select {
        max-width: 100%;
    }

@media only screen and (max-width: 479px) {
    .page-header-container .store-language-container {
        padding-top: 8px;
    }

        .page-header-container .store-language-container select {
            font-size: 12px;
        }
}

.header-language-background, .header-language-background a {
    color: #E6E6E6;
}

@media only screen and (max-width: 768px) {
    .header-language-background {
        display: none;
    }
}
/* ============================================ *
* Logo
* ============================================ */
.logo {
    display: block;
    float: left;
    width: 65%;
    min-width: 100px;
    min-height: 44px;
    text-align: center;
    padding: 10px;
}

    .logo img {
        max-width: 100%;
    }

    .logo .small {
        display: block;
    }

    .logo .large {
        display: none;
    }

    .logo:hover {
        opacity: 0.8;
    }

@media only screen and (min-width: 769px) {
    .logo {
        max-width: 300px;
        min-height: 90px;
    }

        .logo .small {
            display: none;
        }

        .logo .large {
            display: block;
        }
}
/* ============================================ *
* Skip Links
* ============================================ */
.skip-links {
    clear: both;
    overflow: hidden;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 769px) {
    .skip-links {
        border: 0;
    }
}
/* -------------------------------------------- *
* Skip - Link
*/
.skip-link {
    position: relative;
    background: #FFFFFF;
    color: #000000;
    line-height: 42px;
    text-align: center;
}

a.skip-link {
    text-decoration: none;
}

.skip-link:not(.skip-active):hover {
    opacity: 0.8;
}

@media only screen and (max-width: 768px) {
    .skip-link:last-child {
        border-right: 0;
    }
}

@media only screen and (min-width: 500px) {
    .skip-link {
        /* width: 25%; */
    }
}
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.skip-link.skip-nav .icon, .skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px;
}

@media only screen and (min-width: 500px) {
    .skip-link .icon {
        margin-right: 3px;
    }
}
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
    display: none;
}

@media only screen and (min-width: 500px) {
    .skip-link .label {
        display: inline;
    }
}
/* ============================================ *
 * Skip Content
 * ============================================ */
/* ============================================ *
 * Global Header Navigation
 * ============================================ */
/* Header Resize */
header, .menuicon, #bergerMenu, #bergerMenu b, .shrink, .hide, .navbar-brand img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
    /* Opera */
}

    header .form-group {
        margin-bottom: 8px;
    }

    header label {
        line-height: 2.7rem;
    }

.headermain {
    background: #fff;
    height: 145px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}

.headermain-shrink {
    height: 91px;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
}

header.shrink {
    height: 60px;
}

    header.shrink #bergerMenu {
        transform: rotate(0deg) scale(0.7);
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
    }

    header.shrink .navbar-brand {
        height: 54px;
    }

        header.shrink .navbar-brand img {
            width: 47%;
            height: auto;
        }

    header.shrink .navbar-brand-shrink {
        padding-top: 4px;
    }

        header.shrink .navbar-brand-shrink img {
            width: 75%;
            margin-left: 0;
            margin-top: -5px;
        }

    header.shrink .top-right-group-shrink {
        margin-top: 0px;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
        transform: rotate(0deg) scale(1);
    }

    header.shrink .navbar-search-shrink {
        padding-top: 11px;
        padding-bottom: 8px;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
    }

        header.shrink .navbar-search-shrink:before {
            top: 8px;
            height: 44px;
            transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            /* Firefox 4 */
            -webkit-transition: all 1s ease 0s;
            /* Safari and Chrome */
            -o-transition: all 1s ease 0s;
        }

    header.shrink .form-control-shrink {
        font-size: 13px !important;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
    }

    header.shrink .get-touch-shrink {
        font-size: 17px !important;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
        line-height: 17px;
    }

        header.shrink .get-touch-shrink:before {
            top: 8px;
            height: 44px;
            transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            /* Firefox 4 */
            -webkit-transition: all 1s ease 0s;
            /* Safari and Chrome */
            -o-transition: all 1s ease 0s;
        }

    header.shrink .top-search-shrink {
        background-size: 63% !important;
        background-position: bottom right !important;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
    }

    header.shrink .arr-down-shrink {
        font-size: 25px;
        margin: 1px 0px 0px 5px;
        top: 3px;
        ttransition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
    }

    header.shrink .top-main-menu-shrink {
        height: 40px;
        margin-top: 6px;
        padding: 0px;
        margin-left: -5px;
        z-index: 101;
        position: relative;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
    }

    header.shrink .get-phone-shrink {
        width: 18px !important;
        height: 18px !important;
        background-size: 100% !important;
    }

/* Header Resize End*/
@media (max-width: 360px) {
    header .get-touch-form {
        right: -38px !important;
    }

        header .get-touch-form:before {
            right: 20px;
        }

        header .get-touch-form h2 {
            padding: 10px 0 0px 0;
        }

        header .get-touch-form .formanimate .form-group {
            margin-bottom: 5px !important;
        }

        header .get-touch-form .formanimate input {
            height: 28px !important;
        }

        header .get-touch-form .formanimate label {
            line-height: 22px;
            font-size: 14px !important;
        }
}

@media (max-width: 768px) {
    header .other-division {
        display: none;
    }
}

@media (max-width: 767px) {
    header {
        border-bottom: 3px solid #3F275B;
    }

    .toll-free {
        display: none;
    }

    .arrow-txt {
        display: none;
    }

    .body-home header .get-touch.active-get-touch .get-phone {
        background: url("../images/get-touch.png") no-repeat;
    }

    header {
        position: fixed;
    }

        header .top-main-menu {
            padding: 9px 5px 15px 0px;
        }

        header .mobile-search {
            display: none;
        }

        header .get-touch {
            right: 55px;
            top: -55px;
            position: absolute;
        }

        header .get-touch-form {
            width: 285px;
            margin: 25px 0 0 -331px;
            left: auto;
            right: -2px;
        }

            header .get-touch-form::before {
                right: -1px;
                left: auto;
            }

            header .get-touch-form h2 {
                font-size: 20px;
                font-size: 2rem;
            }

            header .get-touch-form .tollmessage {
                padding: 10px 5px;
            }

            header .get-touch-form .formanimate {
                padding: 10px 5px;
            }

        header .search-open .mobile-search {
            display: block;
            position: absolute;
            right: 15px;
            top: 8px;
            border: 0;
            background: none;
            color: #4b0461;
            z-index: 3;
        }

            header .search-open .mobile-search .fa {
                font: normal normal normal 2.4rem/1 FontAwesome;
                padding: 0 0 0 7px;
            }

        header .navbar-search {
            padding-top: 0;
            padding-bottom: 12px;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
        }

            header .navbar-search .input-group-btn {
                position: absolute;
                z-index: 0;
                right: 10px;
                bottom: 18px;
            }

        header.shrink .top-search-shrink {
            background-size: 80% !important;
        }

        header .navbar-search-shrink {
            position: absolute;
            right: 20px;
            top: -58px;
            left: 20px;
        }

            header .navbar-search-shrink .mobile-search {
                right: 35px;
                margin-top: 15px;
            }

            header .navbar-search-shrink input.form-control {
                margin-top: 15px;
            }

            header .navbar-search-shrink .input-group-btn {
                right: 40px;
                bottom: 21px;
            }

                header .navbar-search-shrink .input-group-btn input.form-control {
                    width: 90%;
                }

            header .navbar-search-shrink input.form-control {
                position: absolute;
                right: 0;
                left: -4px !important;
                width: 92%;
            }

        header .navbar-search input.form-control {
            position: absolute;
            right: 0;
            left: 15px;
            display: none;
            width: 93%;
        }

        header.shrink .search-open {
            min-height: 105px !important;
            /*height: 100vh;*/
        }

            header.shrink .search-open .input-group:after {
                right: 35px;
            }

        header .navbar {
            background: white;
        }

            header .navbar.search-open {
                min-height: 125px;
            }

                header .navbar.search-open .navbar-search input.form-control {
                    display: block;
                }
}

@media (min-width: 768px) {
    header .navbar-brand-shrink img {
        margin-top: 0 !important;
    }

    header .get-touch-form {
        right: -3px;
    }

    header .get-touch .get-phone {
        width: 20px;
        height: 20px;
        background-size: 90%;
    }

    header .mobile-search {
        display: none;
    }
}

@media (min-width: 992px) {
    header.shrink .navbar-brand-shrink img {
        width: 47%;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
    }

    header .get-touch .get-phone {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }
}

@media (min-width: 1601px) {
    header {
        height: 100px;
    }

        header .navbar-brand img {
            width: 130px;
        }

        header.shrink .navbar-brand-shrink img {
            transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            /* Firefox 4 */
            -webkit-transition: all 1s ease 0s;
            /* Safari and Chrome */
            -o-transition: all 1s ease 0s;
        }

        header .get-touch .get-phone {
            width: 22px;
            height: 22px;
            background-size: 100%;
        }

        header .other-division .dropdown a {
            font-size: 1.5rem;
        }

        header .other-division .dropdown .arr-down {
            font-size: 2.6rem;
        }

    .topspacer1 {
        margin-top: 125px !important;
    }

    .get-touch {
        font-size: 24px !important;
        font-size: 2.4rem !important;
    }

        .get-touch .get-phone {
            width: 28px;
            height: 28px;
            background-size: 100%;
        }

    .toll-free {
        font-size: 16px !important;
        font-size: 1.6rem !important;
    }

        .toll-free strong {
            font-size: 24px !important;
            font-size: 2.4rem !important;
        }
}

header.shrink .navbar-brand-shrink img {
    transition: all 1s ease 0s;
    width: 70px;
}

.topspacer {
    margin-top: 75px;
}

.topspacer1 {
    margin-top: 110px;
}

.topspacer2 {
    margin-top: 75px;
}

.topspacer3 {
    margin-top: 156px;
}

@media only screen and (min-width: 601px) {
    header .get-touch-form::before {
        background: url("../images/get-touch-arrow.png ") no-repeat;
        content: "";
        display: inline-block;
        width: 49px;
        height: 25px;
        position: absolute;
        right: 16%;
        top: -24px;
        margin: 0 0 0 -24px;
    }

    .topspacer {
        margin-top: 75px;
    }

    .topspacer1 {
        margin-top: 75px;
    }

    .topspacer2 {
        margin-top: 75px;
    }

    .topspacer3 {
        margin-top: 75px;
    }

    .disclaimer-page .topspacer1 {
        margin-top: 75px;
    }
}

@media only screen and (min-width: 769px) {
    .topspacer {
        margin-top: 120px;
    }

    .topspacer1 {
        margin-top: 105px;
    }

    .topspacer2 {
        margin-top: 145px;
    }

    .topspacer3 {
        margin-top: 190px;
    }

    .disclaimer-page .topspacer1 {
        margin-top: 105px;
    }
}

@media only screen and (min-width: 1601px) {
    .topspacer {
        margin-top: 140px;
    }

    .topspacer1 {
        margin-top: 100px;
    }

    .topspacer2 {
        margin-top: 138px;
    }

    .topspacer3 {
        margin-top: 184px;
    }
}

@media only screen and (min-width: 1280px) {
    header .get-touch-form h2 {
        font-size: 1.8rem;
        padding: 10px 0 10px 0;
        margin: 0;
    }

    header .get-touch-form .tollmessage h4 {
        font-size: 1.4rem;
    }
}

.linkedin-careers-btn {
    position: fixed;
    z-index: 997;
    right: 0;
    top: 55%;
}

@media only screen and (min-width: 768px) and (min-height: 1024px) {
    .linkedin-careers-btn {
        top: 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .linkedin-careers-btn {
        top: 55%;
    }
}

@media only screen and (min-width: 1024px) and (min-height: 1366px) {
    .linkedin-careers-btn {
        top: 45%;
    }
}

@media only screen and (min-width: 1025px) {
    .linkedin-careers-btn {
        top: 58%;
    }
}

@media only screen and (min-width: 2500px) and (min-height: 1200px) {
    .linkedin-careers-btn {
        top: 45%;
    }
}
/* ============================================ *
 * Nav - Skip Content
 * ============================================ */
/* ============================================ *
 * Nav Primary
 * ============================================ */
/* ============================================ *
 * General Navigation Styles
 * ============================================ */
.cd-dropdown-content a {
    border: 0;
}

    .cd-dropdown-content a:hover {
        color: #FFD202;
        text-decoration: none;
    }

@-webkit-keyframes

"cd-fade-in" {
    0%

{
    opacity: 0;
    visibility: visible;
}

100% {
    opacity: 1;
    visibility: visible;
}

}
@-moz-keyframes

"cd-fade-in" {
    0%

{
    opacity: 0;
    visibility: visible;
}

100% {
    opacity: 1;
    visibility: visible;
}

}
@keyframes

"cd-fade-in" {
    0%

{
    opacity: 0;
    visibility: visible;
}

100% {
    opacity: 1;
    visibility: visible;
}

}
@-webkit-keyframes

"cd-fade-out" {
    0%

{
    opacity: 1;
    visibility: visible;
}

100% {
    opacity: 0;
    visibility: visible;
}

}
@-moz-keyframes

"cd-fade-out" {
    0%

{
    opacity: 1;
    visibility: visible;
}

100% {
    opacity: 0;
    visibility: visible;
}

}
@keyframes

"cd-fade-out" {
    0%

{
    opacity: 1;
    visibility: visible;
}

100% {
    opacity: 0;
    visibility: visible;
}

}
/* Icon 2 */
.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    height: 40px;
    margin: 0px 0 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
    display: block;
    position: relative;
    padding: 0 22px 0 20px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 3px;
}

    .cd-dropdown-trigger::before {
        right: 22px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-dropdown-trigger::after {
        right: 17px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.cd-dropdown {
    position: fixed;
    z-index: 999999 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #320c5e;
    color: #ffffff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

    .cd-dropdown h2 {
        height: 50px;
        line-height: 47px;
        padding: 0 20px 0 20px;
        font-size: 18px;
        position: relative;
        z-index: 9999;
        color: #fff;
        background-color: #7f669a;
        border-bottom: 1px solid #242643;
        margin: 0;
    }

    .cd-dropdown .cd-close {
        position: absolute;
        z-index: 10000;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        color: transparent;
    }

        .cd-dropdown .cd-close::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            height: 20px;
            width: 2px;
            background-color: #ffffff;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
        }

        .cd-dropdown .cd-close::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%);
            -moz-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
            -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
            height: 20px;
            width: 2px;
            background-color: #ffffff;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        }

.cd-dropdown-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 50px;
}

    .cd-dropdown-content a {
        height: 50px;
        line-height: 50px;
        padding: 0 20px 0 20px;
        display: block;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-top-width: 1px;
        border-color: #7f669a;
        border-style: dashed;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        text-transform: uppercase;
    }

    .cd-dropdown-content ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        padding-top: 50px;
    }

        .cd-dropdown-content ul a {
            height: 50px;
            line-height: 50px;
            padding: 0 20px 0 20px;
            display: block;
            color: #ffffff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            border-top-width: 1px;
            border-color: #7f669a;
            border-style: dashed;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
            text-transform: capitalize;
        }

        .cd-dropdown-content ul li:first-of-type > a {
            border-top-width: 0;
        }

        .cd-dropdown-content ul li:last-of-type > a {
            border-bottom-width: 1px;
        }

        .cd-dropdown-content ul .cd-divider {
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: #0b0e23;
            font-size: 1.1rem;
            font-weight: bold;
            letter-spacing: 1px;
            color: #585a70;
            text-transform: uppercase;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
        }

            .cd-dropdown-content ul .cd-divider + li > a {
                border-top-width: 0;
            }

        .cd-dropdown-content ul .cd-search {
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
            -moz-transition: opacity 0.3s, -moz-transform 0.3s;
            transition: opacity 0.3s, transform 0.3s;
        }

    .cd-dropdown-content .cd-divider {
        padding: 0 20px 0 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #0b0e23;
        font-size: 1.1rem;
        font-weight: bold;
        letter-spacing: 1px;
        color: #585a70;
        text-transform: uppercase;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

        .cd-dropdown-content .cd-divider + li > a {
            border-top-width: 0;
        }

    .cd-dropdown-content li:first-of-type > a {
        border-top-width: 0;
    }

    .cd-dropdown-content li:last-of-type > a {
        border-bottom-width: 1px;
    }

    .cd-dropdown-content li .tooltip .tooltip-inner {
        min-width: 200px;
        max-width: 300px;
        color: #630d5f;
        background-color: #fff;
    }

    .cd-dropdown-content li .tooltip.right {
        opacity: 1;
        filter: alpha(opacity=100);
        margin-left: -25px;
    }

        .cd-dropdown-content li .tooltip.right .tooltip-arrow {
            border-right-color: #fff;
        }

    .cd-dropdown-content .cd-search {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
    }

    .cd-dropdown-content ul.is-hidden {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

        .cd-dropdown-content ul.is-hidden > li > a {
            opacity: 0;
        }

        .cd-dropdown-content ul.is-hidden > li > .cd-search {
            opacity: 0;
        }

        .cd-dropdown-content ul.is-hidden > .cd-divider {
            opacity: 0;
        }

    .cd-dropdown-content ul.move-out > li > a {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .cd-dropdown-content ul.move-out > li > .cd-search {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .cd-dropdown-content ul.move-out > .cd-divider {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    .cd-dropdown-content .see-all a {
        color: #3f8654;
    }

    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        height: 80px;
        line-height: 80px;
        padding-left: 90px;
    }

        .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .cd-dropdown-content .cd-dropdown-gallery img {
        position: absolute;
        display: block;
        height: 40px;
        width: auto;
        left: 20px;
        top: 50%;
        margin-top: -20px;
    }

    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 80px;
        padding-left: 75px;
        position: relative;
    }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
            color: #111433;
            font-size: 1.3rem;
            display: none;
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
            content: '';
            display: block;
            position: absolute;
            left: 20px;
            top: 50%;
            margin-top: -20px;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 40px 40px;
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1::before {
            background-image: url("../img/nucleo-icon-1.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2::before {
            background-image: url("../img/nucleo-icon-2.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3::before {
            background-image: url("../img/nucleo-icon-3.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4::before {
            background-image: url("../img/nucleo-icon-4.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5::before {
            background-image: url("../img/nucleo-icon-5.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6::before {
            background-image: url("../img/nucleo-icon-6.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7::before {
            background-image: url("../img/nucleo-icon-7.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8::before {
            background-image: url("../img/nucleo-icon-8.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9::before {
            background-image: url("../img/nucleo-icon-9.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10::before {
            background-image: url("../img/nucleo-icon-10.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11::before {
            background-image: url("../img/nucleo-icon-11.svg");
        }

        .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12::before {
            background-image: url("../img/nucleo-icon-12.svg");
        }

    .cd-dropdown-content .go-back a {
        padding-left: 40px;
    }

        .cd-dropdown-content .go-back a::before {
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%;
        }

        .cd-dropdown-content .go-back a::after {
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%;
        }

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}

.cd-dropdown-content.is-hidden {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

    .cd-dropdown-content.is-hidden > li > a {
        opacity: 0;
    }

    .cd-dropdown-content.is-hidden > li > .cd-search {
        opacity: 0;
    }

    .cd-dropdown-content.is-hidden > .cd-divider {
        opacity: 0;
    }

.cd-dropdown-content.move-out > li > a {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cd-dropdown-content.move-out > li > .cd-search {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.cd-dropdown-content.move-out > .cd-divider {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content {
    -webkit-overflow-scrolling: touch;
}

    .dropdown-is-active .cd-dropdown-content ul {
        -webkit-overflow-scrolling: touch;
    }

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]::-moz-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:-moz-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #ffffff;
    }

    .cd-search input[type="search"]:focus {
        background: #ffffff;
        color: #111433;
        outline: none;
    }

        .cd-search input[type="search"]:focus::-webkit-input-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus::-moz-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus:-moz-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

        .cd-search input[type="search"]:focus:-ms-input-placeholder {
            color: rgba(17, 20, 51, 0.4);
        }

.has-children > a {
    position: relative;
    padding-right: 40px;
}

    .has-children > a::before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
    }

    .has-children > a::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 20px;
        -webkit-transform-origin: 9px 50%;
        -moz-transform-origin: 9px 50%;
        -ms-transform-origin: 9px 50%;
        -o-transform-origin: 9px 50%;
        transform-origin: 9px 50%;
    }

.go-back a {
    position: relative;
}

    .go-back a::before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .go-back a::after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -1px;
        display: inline-block;
        height: 2px;
        width: 10px;
        background: #ffffff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.cd-main-content {
    background-color: #e6e6e6;
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
    display: none;
}

#bergerMenu {
    width: 30px;
    height: 52px;
    position: relative;
    margin: 0 9px 0 auto;
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    cursor: pointer;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
    /* Opera */
}

    #bergerMenu b {
        display: block;
        border: 0px solid red;
        width: 100%;
        position: absolute;
        left: -1px;
        line-height: normal;
        text-align: center;
        bottom: 0;
        color: #320C5E;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        top: 30px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 0.3s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 0.3s ease 0s;
        /* Opera */
    }

    #bergerMenu span {
        display: block;
        position: absolute;
        height: 6px;
        width: 45%;
        background: #320C5E;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #bergerMenu span:nth-child(even) {
            left: 45%;
            border-radius: 0;
        }

        #bergerMenu span:nth-child(odd) {
            left: 0px;
            border-radius: 0;
        }

        #bergerMenu span:nth-child(1) {
            top: 0px;
        }

        #bergerMenu span:nth-child(2) {
            top: 0px;
        }

        #bergerMenu span:nth-child(3) {
            top: 10px;
        }

        #bergerMenu span:nth-child(4) {
            top: 10px;
        }

        #bergerMenu span:nth-child(5) {
            top: 20px;
        }

        #bergerMenu span:nth-child(6) {
            top: 20px;
        }

    #bergerMenu.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 5px;
        top: 5px;
    }

    #bergerMenu.open span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: calc(50% - 5px);
        top: 5px;
    }

    #bergerMenu.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #bergerMenu.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #bergerMenu.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 5px;
        top: 16px;
    }

    #bergerMenu.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: calc(50% - 5px);
        top: 16px;
    }

    #bergerMenu.tada-menu span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 5px;
        top: 5px;
    }

    #bergerMenu.tada-menu span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: calc(50% - 5px);
        top: 5px;
    }

    #bergerMenu.tada-menu span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #bergerMenu.tada-menu span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #bergerMenu.tada-menu span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 5px;
        top: 16px;
    }

    #bergerMenu.tada-menu span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: calc(50% - 5px);
        top: 16px;
    }

.body-home #bergerMenu.tada-menu span {
    background: #fff;
}

.body-home #bergerMenu.tada-menu b {
    color: #fff;
}

.body-home #bergerMenu.open span {
    background: #fff;
}

.body-home #bergerMenu.open b {
    color: #fff;
}

.desktop-only {
    display: none;
}

.mobile-only {
    display: block;
}

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (min-width: 979px) {
    .menu-ovelay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        top: 0;
        left: 0;
    }

    .cd-dropdown h2 {
        height: 60px;
        line-height: 60px;
    }

    .cd-dropdown .cd-close {
        top: 5px;
    }

    .cd-dropdown-content {
        padding-top: 60px;
    }

        .cd-dropdown-content a {
            height: 60px;
            line-height: 60px;
            font-size: 1.8rem;
        }

        .cd-dropdown-content ul {
            padding-top: 60px;
        }

            .cd-dropdown-content ul a {
                height: 60px;
                line-height: 60px;
                font-size: 1.8rem;
            }
}
/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 769px) {
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .cd-dropdown-trigger {
        font-size: 1.5rem;
    }

        .cd-dropdown-trigger.dropdown-is-active::before {
            width: 14px;
            -webkit-transform: translateX(5px) rotate(-45deg);
            -moz-transform: translateX(5px) rotate(-45deg);
            -ms-transform: translateX(5px) rotate(-45deg);
            -o-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg);
        }

        .cd-dropdown-trigger.dropdown-is-active::after {
            width: 14px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .cd-dropdown {
        position: absolute;
        top: calc(100% - (-32px));
        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        opacity: 0;
        -webkit-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
        border-radius: 8px;
        border: 1px solid #fff;
    }

        .cd-dropdown h2 {
            height: 50px;
            line-height: 50px;
            display: none;
        }

        .cd-dropdown .cd-close {
            display: none;
        }

    .cd-dropdown-content {
        padding-top: 0;
        overflow: visible;
        background: #320c5e url("../images/navmenu-bg.jpg") no-repeat center center;
        border: 1px solid #fff;
        border-radius: 8px;
        height: auto;
        /*padding: 5px 20px;*/
        position: static;
        width: 280px;
        margin: 0;
        border-radius: 8px;
    }

        .cd-dropdown-content a {
            height: 38px;
            line-height: 38px;
            color: #fff;
            font-size: 1.3rem;
            border-color: #7f669a;
            border-style: dashed;
            font-weight: bold;
            text-transform: uppercase;
        }

        .cd-dropdown-content ul {
            padding-top: 0;
            overflow: visible;
        }

            .cd-dropdown-content ul a {
                height: 38px;
                line-height: 38px;
                color: #fff;
                font-size: 1.3rem;
                border-color: #7f669a;
                border-style: dashed;
                font-weight: bold;
                text-transform: uppercase;
            }

            .cd-dropdown-content ul .cd-divider + li > a {
                border-top-width: 1px;
            }

        .cd-dropdown-content .cd-divider + li > a {
            border-top-width: 1px;
        }

        .cd-dropdown-content ul.is-hidden > li > a {
            opacity: 1;
        }

        .cd-dropdown-content ul.is-hidden > li > .cd-search {
            opacity: 1;
        }

        .cd-dropdown-content ul.is-hidden > .cd-divider {
            opacity: 1;
        }

        .cd-dropdown-content ul.move-out > li > a {
            opacity: 1;
        }

        .cd-dropdown-content ul.move-out > li > .cd-search {
            opacity: 1;
        }

        .cd-dropdown-content ul.move-out > .cd-divider {
            opacity: 1;
        }

        .cd-dropdown-content > li:last-of-type a {
            border-bottom: none;
        }

        .cd-dropdown-content .cd-secondary-dropdown1 {
            width: 745px !important;
        }

            .cd-dropdown-content .cd-secondary-dropdown1 > li.twocol {
                width: 100% !important;
                min-height: 250px !important;
                border-right-width: 1px !important;
            }

                .cd-dropdown-content .cd-secondary-dropdown1 > li.twocol ul li {
                    width: 48%;
                    position: relative;
                    display: inline-block;
                }

                    .cd-dropdown-content .cd-secondary-dropdown1 > li.twocol ul li.go-back {
                        display: none;
                    }

            .cd-dropdown-content .cd-secondary-dropdown1 > li.twocol2 {
                width: 100% !important;
                min-height: 250px !important;
                border-right-width: 1px !important;
            }

        .cd-dropdown-content .cd-secondary-dropdown {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            left: 100%;
            height: auto;
            background-color: #ffffff;
            box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
            overflow: visible;
            width: 310px;
            padding-bottom: 0px;
            background: #320C5E;
            border-radius: 8px;
        }

            .cd-dropdown-content .cd-secondary-dropdown::after {
                clear: both;
                content: "";
                display: table;
            }

            .cd-dropdown-content .cd-secondary-dropdown > .go-back {
                display: none;
            }

            .cd-dropdown-content .cd-secondary-dropdown > .see-all {
                position: absolute;
                bottom: 20px;
                height: 45px;
                text-align: center;
            }

                .cd-dropdown-content .cd-secondary-dropdown > .see-all a {
                    margin: 0;
                    height: 100%;
                    line-height: 45px;
                    background: #ebebeb;
                    pointer-events: auto;
                    -webkit-transition: color 0.2s, background-color 0.2s;
                    -moz-transition: color 0.2s, background-color 0.2s;
                    transition: color 0.2s, background-color 0.2s;
                }

            .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item {
                border: none;
            }

            .cd-dropdown-content .cd-secondary-dropdown a {
                border: none;
                line-height: 25px;
                height: 25px;
                font-size: 1.3rem;
                padding-left: 0;
                text-transform: none;
            }

            .cd-dropdown-content .cd-secondary-dropdown > li {
                width: 100%;
                float: left;
                margin: 0;
                border-right-width: 0px;
                padding-left: 20px;
                padding-right: 20px;
                /*height: 250px;*/
            }

                .cd-dropdown-content .cd-secondary-dropdown > li > a {
                    color: #f3f1f6;
                    font-size: 1.3rem;
                    margin-bottom: 5px;
                    line-height: 30px;
                    height: 30px;
                    pointer-events: auto;
                    text-transform: uppercase;
                    border-bottom: 1px dashed #7f669a;
                }

                    .cd-dropdown-content .cd-secondary-dropdown > li > a::after {
                        display: none;
                    }

                    .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
                        display: none;
                    }

                    .cd-dropdown-content .cd-secondary-dropdown > li > a.noborder {
                        border-bottom: none;
                        pointer-events: auto;
                        margin-bottom: 0px;
                        line-height: 18px;
                        height: 18px;
                    }

                .cd-dropdown-content .cd-secondary-dropdown > li + li {
                    padding-top: 15px;
                }

                .cd-dropdown-content .cd-secondary-dropdown > li:last-child {
                    padding-bottom: 20px;
                }

                .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
                    border-right-width: 0;
                }

                .cd-dropdown-content .cd-secondary-dropdown > li > ul {
                    -webkit-transform: translate(0);
                    -moz-transform: translate(0);
                    -ms-transform: translate(0);
                    -o-transform: translate(0);
                    transform: translate(0);
                    position: relative;
                    height: auto;
                }

                    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
                        display: none;
                    }

            .cd-dropdown-content .cd-secondary-dropdown ul {
                overflow: visible;
                height: 427px !important;
            }

                .cd-dropdown-content .cd-secondary-dropdown ul.prodlink {
                    overflow: visible;
                    height: auto !important;
                }

            .cd-dropdown-content .cd-secondary-dropdown .go-back a {
                padding-left: 20px;
                color: transparent;
            }

                .cd-dropdown-content .cd-secondary-dropdown .go-back a::before {
                    left: 0;
                }

                .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
                    left: 0;
                }

            .cd-dropdown-content .cd-secondary-dropdown .see-all {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
            }

        .cd-dropdown-content .cd-dropdown-gallery {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            left: 100%;
            height: auto;
            background-color: #ffffff;
            box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
            padding: 20px 30px 100px;
            width: 600px;
            padding-bottom: 100px;
        }

            .cd-dropdown-content .cd-dropdown-gallery::after {
                clear: both;
                content: "";
                display: table;
            }

            .cd-dropdown-content .cd-dropdown-gallery > .go-back {
                display: none;
            }

            .cd-dropdown-content .cd-dropdown-gallery > .see-all {
                position: absolute;
                bottom: 20px;
                height: 45px;
                text-align: center;
                width: calc(100% - 60px);
            }

                .cd-dropdown-content .cd-dropdown-gallery > .see-all a {
                    margin: 0;
                    height: 100%;
                    line-height: 45px;
                    background: #ebebeb;
                    pointer-events: auto;
                    -webkit-transition: color 0.2s, background-color 0.2s;
                    -moz-transition: color 0.2s, background-color 0.2s;
                    transition: color 0.2s, background-color 0.2s;
                }

            .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
                border: none;
                padding: 0;
                height: auto;
                line-height: normal;
                color: #3f8654;
                margin-bottom: 2em;
            }

            .cd-dropdown-content .cd-dropdown-gallery a {
                border: none;
            }

            .cd-dropdown-content .cd-dropdown-gallery > li {
                width: 48%;
                float: left;
                margin-right: 4%;
            }

                .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
                    margin-right: 0;
                }

                .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a {
                    margin-bottom: 0;
                }

                .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
                    margin-bottom: 0;
                }

            .cd-dropdown-content .cd-dropdown-gallery img {
                position: static;
                height: auto;
                width: 100%;
                margin: 0 0 0.6em;
            }

        .cd-dropdown-content .cd-dropdown-icons {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            left: 100%;
            height: auto;
            background-color: #ffffff;
            box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
            padding: 20px 30px 100px;
            width: 600px;
        }

            .cd-dropdown-content .cd-dropdown-icons::after {
                clear: both;
                content: "";
                display: table;
            }

            .cd-dropdown-content .cd-dropdown-icons > .go-back {
                display: none;
            }

            .cd-dropdown-content .cd-dropdown-icons > .see-all {
                position: absolute;
                bottom: 20px;
                height: 45px;
                text-align: center;
                width: calc(100% - 60px);
            }

                .cd-dropdown-content .cd-dropdown-icons > .see-all a {
                    margin: 0;
                    height: 100%;
                    line-height: 45px;
                    background: #ebebeb;
                    pointer-events: auto;
                    -webkit-transition: color 0.2s, background-color 0.2s;
                    -moz-transition: color 0.2s, background-color 0.2s;
                    transition: color 0.2s, background-color 0.2s;
                }

            .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
                border: none;
                height: 80px;
                line-height: 1.2;
                padding: 24px 0 0 85px;
            }

                .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
                    background: #ebebeb;
                }

                .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
                    color: #3f8654;
                    font-weight: bold;
                }

                .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
                    display: block;
                    font-size: 1.2rem;
                }

                .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item::before {
                    left: 25px;
                }

            .cd-dropdown-content .cd-dropdown-icons a {
                border: none;
            }

            .cd-dropdown-content .cd-dropdown-icons > li {
                width: 100%;
                float: left;
            }

        .cd-dropdown-content .cd-secondary-dropdown.is-hidden {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-dropdown-content .cd-dropdown-gallery.is-hidden {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-dropdown-content .cd-dropdown-icons.is-hidden {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-dropdown-content .cd-secondary-dropdown.fade-in {
            -webkit-animation: cd-fade-in 0.2s;
            -moz-animation: cd-fade-in 0.2s;
            animation: cd-fade-in 0.2s;
        }

        .cd-dropdown-content .cd-dropdown-gallery.fade-in {
            -webkit-animation: cd-fade-in 0.2s;
            -moz-animation: cd-fade-in 0.2s;
            animation: cd-fade-in 0.2s;
        }

        .cd-dropdown-content .cd-dropdown-icons.fade-in {
            -webkit-animation: cd-fade-in 0.2s;
            -moz-animation: cd-fade-in 0.2s;
            animation: cd-fade-in 0.2s;
        }

        .cd-dropdown-content .cd-secondary-dropdown.fade-out {
            -webkit-animation: cd-fade-out 0.2s;
            -moz-animation: cd-fade-out 0.2s;
            animation: cd-fade-out 0.2s;
        }

        .cd-dropdown-content .cd-dropdown-gallery.fade-out {
            -webkit-animation: cd-fade-out 0.2s;
            -moz-animation: cd-fade-out 0.2s;
            animation: cd-fade-out 0.2s;
        }

        .cd-dropdown-content .cd-dropdown-icons.fade-out {
            -webkit-animation: cd-fade-out 0.2s;
            -moz-animation: cd-fade-out 0.2s;
            animation: cd-fade-out 0.2s;
        }

        .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
        }

        .cd-dropdown-content > .has-children > ul {
            visibility: hidden;
            height: auto;
        }

            .cd-dropdown-content > .has-children > ul.is-active {
                visibility: visible;
                height: auto;
                /*width: 600px;*/
            }

        .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
            visibility: visible;
            height: auto;
        }

        .cd-dropdown-content > .has-children > a.is-active {
            color: #ffd202;
        }

            .cd-dropdown-content > .has-children > a.is-active::before {
                background: #ffd202;
            }

            .cd-dropdown-content > .has-children > a.is-active::after {
                background: #ffd202;
            }

    .open-to-left .cd-dropdown {
        right: 0;
        left: auto;
    }

    .open-to-left .cd-dropdown-content .cd-secondary-dropdown {
        left: auto;
        right: 100%;
    }

    .open-to-left .cd-dropdown-content .cd-dropdown-gallery {
        left: auto;
        right: 100%;
    }

    .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        left: auto;
        right: 100%;
    }

    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        box-shadow: inset -2px 0 0 #3f8654;
    }

    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px;
    }

        .open-to-left .cd-dropdown-content > .has-children > a::before {
            right: auto;
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%;
        }

        .open-to-left .cd-dropdown-content > .has-children > a::after {
            right: auto;
            left: 20px;
            -webkit-transform-origin: 1px 50%;
            -moz-transform-origin: 1px 50%;
            -ms-transform-origin: 1px 50%;
            -o-transform-origin: 1px 50%;
            transform-origin: 1px 50%;
        }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }

    .cd-dropdown-content.is-hidden > li > a {
        opacity: 1;
    }

    .cd-dropdown-content.is-hidden > li > .cd-search {
        opacity: 1;
    }

    .cd-dropdown-content.is-hidden > .cd-divider {
        opacity: 1;
    }

    .cd-dropdown-content.move-out > li > a {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content.move-out > li > .cd-search {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content.move-out > .cd-divider {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #ffd202;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover {
        color: #ffffff;
        background-color: #111433;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #ffd202;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover {
        color: #ffd202;
        background-color: #111433;
    }

    .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        color: #ffd202;
        background-color: #111433;
    }

    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }

        .cd-search input[type="search"]::-webkit-input-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]::-moz-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]:-moz-placeholder {
            color: #b3b3b3;
        }

        .cd-search input[type="search"]:-ms-input-placeholder {
            color: #b3b3b3;
        }

    .has-children > a::before {
        background: #b3b3b3;
    }

    .has-children > a::after {
        background: #b3b3b3;
    }

    .go-back a::before {
        background: #b3b3b3;
    }

    .go-back a::after {
        background: #b3b3b3;
    }
}

@media only screen and (max-width: 768px) {
    .dropdown-is-active .cd-dropdown-content .mobile-li a:after, .dropdown-is-active .cd-dropdown-content .mobile-li a:before {
        display: none;
    }

    .dropdown-is-active .cd-dropdown-content .mobile-li ul.mobile-view {
        padding-top: 0;
        top: 100px;
        /*li{
    	&:first-child{
    		display:none;
    	}
    }*/
    }

    #bergerMenu {
        margin: 0 7px 0 auto;
    }
}

@media (max-width: 1440px) and (min-width: 1200px) {
    .cd-dropdown-content .cd-secondary-dropdown > li + li {
        padding-top: 5px !important;
    }
}

footer {
    background: #2d2d2d;
    padding: 10px 0;
    color: #7a7a7a;
}

    footer.fixed-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    footer .footer-text {
        padding: 6px 0;
        margin: 0;
        font-size: 12px;
        font-size: 1.2rem;
        display: inline-block;
        color: #7a7a7a;
    }

        footer .footer-text br {
            display: none;
        }

        footer .footer-text a {
            color: #7a7a7a;
        }

    footer .footer-links {
        margin: 4px 5px 4px 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        font-size: 12px;
        font-size: 1.2rem;
    }

        footer .footer-links li {
            display: inline;
            padding: 0 5px;
            border-right: 1px solid #7a7a7a;
        }

            footer .footer-links li:first-child {
                padding-left: 0;
            }

            footer .footer-links li a {
                color: #7a7a7a;
            }

    footer .soc-icons {
        height: 30px;
        list-style: none;
        padding: 0;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle;
    }

        footer .soc-icons li {
            float: left;
            padding: 0;
            margin: 0 0 0 5px;
        }

            footer .soc-icons li .fa {
                text-align: center;
                background: #434343;
                color: #fff;
                width: 30px;
                height: 30px;
                font-size: 16px;
                font-size: 1.6rem;
                line-height: 30px;
                vertical-align: middle;
                border-radius: 50%;
                -webkit-transition: 0 ease-out;
                -moz-transition: 0 ease-out;
                transition: 0 ease-out;
            }

                footer .soc-icons li .fa.fa-facebook {
                    background: #3A559F;
                }

                footer .soc-icons li .fa.fa-twitter {
                    background: #20B8FF;
                }

                footer .soc-icons li .fa.fa-youtube-play {
                    background: #CF2200;
                }

                footer .soc-icons li .fa.fa-linkedin {
                    background: #0077B7;
                }

                footer .soc-icons li .fa.fa-pinterest-p {
                    background: #EC2327;
                }

                footer .soc-icons li .fa.fa-instagram {
                    background: url(../images/insta-ico.png) no-repeat center center;
                }

                    footer .soc-icons li .fa.fa-instagram:before {
                        display: none;
                    }

            footer .soc-icons li a:hover .fa {
                -webkit-transform: rotateZ(360deg);
                -moz-transform: rotateZ(360deg);
                transform: rotateZ(360deg);
                -webkit-transition: 0.6s ease-out;
                -moz-transition: 0.6s ease-out;
                transition: 0.6s ease-out;
            }

#top-link-block.affix-top {
    position: absolute;
    /* allows it to "slide" up into view */
    bottom: -82px;
    /* negative of the offset - height of link element */
    right: 10px;
    /* padding from the left side of the window */
}

#top-link-block.affix {
    position: fixed;
    /* keeps it on the bottom once in view */
    bottom: 52px;
    /* height of link element */
    right: 10px;
    /* padding from the left side of the window */
    z-index: 99;
}

.topbtn {
    height: 45px;
    width: 45px;
    position: fixed;
    right: 10px;
    bottom: 52px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    background: #acb432;
    color: #fff;
    z-index: 9999;
    display: none;
}

    .topbtn:hover {
        background: #acb432;
        color: #fff;
    }

    .topbtn .fa-angle-up:before {
        position: absolute;
        top: 8px;
        right: 0;
        left: 0;
    }

@media only screen and (min-width: 1199px) {
    footer .soc-cntr {
        padding: 0;
        float: right;
    }
}

@media (max-width: 768px) {
    /* Mobile 320*/
    .topbtn {
        height: 38px;
        width: 38px;
        bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024) {
    .product-page footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

@media (max-width: 600px) {
    footer .footer-links li:last-child {
        border-right: 0;
    }

    footer .footer-text {
        width: 100%;
    }
}

@media (max-width: 480px) {
    footer .footer-text {
        line-height: 2rem;
    }

        footer .footer-text br {
            display: block;
        }

        footer .footer-text span {
            display: none;
        }
}

.breadcrumb-holder {
    background: #eee;
    padding: 0px;
    top: 80px;
    position: fixed;
    width: 100%;
    height: 25px;
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
    /* Opera */
}

    .breadcrumb-holder.breadcrumb-holder1 {
        margin-top: 0px;
    }

    .breadcrumb-holder.shrink-breadcrumb {
        height: 0;
        top: 60px;
        padding: 0 !important;
        overflow: hidden;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
        /* Opera */
    }

.rcrumbs {
    font-family: "lato", Arial, sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    white-space: nowrap;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
}

    .rcrumbs > ul {
        list-style: none;
        display: inline-block;
        padding: 0px 15px;
    }

        .rcrumbs > ul > li {
            overflow: hidden;
            display: none;
            padding: 4px 0px 1px 0px;
        }

            .rcrumbs > ul > li.show {
                display: inline-block !important;
            }

            .rcrumbs > ul > li.ellipsis {
                text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                overflow: hidden;
            }

    .rcrumbs a {
        color: #333;
        text-decoration: none;
    }

        .rcrumbs a:hover {
            color: #F9444B;
        }

    .rcrumbs .divider {
        color: #cccccc;
        padding: 0px;
    }

        .rcrumbs .divider:before {
            content: '\003e';
            display: inline-block;
            vertical-align: top;
            padding: 1px 4px 0px;
            color: #000;
        }

    .rcrumbs li:after {
        content: '\003e';
        display: inline-block;
        vertical-align: top;
        padding: 1px 4px 0px;
    }

    .rcrumbs li:last-child:after {
        content: "";
    }

    .rcrumbs li:nth-last-child(1) {
        font-weight: bold;
    }

        .rcrumbs li:nth-last-child(1):hover a {
            color: #000 !important;
        }

/*.breadcrumb {
	padding: 0;
	background: none;
	margin: 0px 0 10px;
	font-size: 14px;
	a {
		color: #000;
	}
	@media (max-width: 768px) {
  .breadcrumb-holder
  {
    display: none;
  }
  
}
	>li {
		+ {
			li {
				&:before {
					content: '\003e';
					display: inline-block;
					vertical-align: top;
					padding: 0 4px;
					color: #000;
				}
			}
		}
		&:last-child {
			span {
				font-weight: 700;
				color: #000;
			}
		}
	}
}*/
@media (max-width: 768px) {
    .breadcrumb-holder {
        display: none !important;
    }
}

@media (min-width: 1601px) {
    .breadcrumb-holder {
        top: 100px;
    }
}

.checkbox-custom {
    opacity: 0;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

    .checkbox-custom + .checkbox-custom-label:before {
        content: '';
        background: #fff;
        border: 2px solid #ddd;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        padding: 2px;
        margin-right: 10px;
        text-align: center;
    }

    .checkbox-custom:checked + .checkbox-custom-label:before {
        content: '\f00c';
        font-family: 'FontAwesome';
        background: #e3e3e3;
        color: #000;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 12px;
    }

    .checkbox-custom:hover + .checkbox-custom-label:before {
        background: #ddd;
    }

    .checkbox-custom:focus + .checkbox-custom-label {
        outline: 1px solid #ddd;
    }

.radio-custom {
    opacity: 0;
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-custom + .radio-custom-label:before {
        content: '';
        background: #fff;
        border: 2px solid #ddd;
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        padding: 2px;
        margin-right: 10px;
        text-align: center;
        border-radius: 50%;
    }

    .radio-custom:hover + .radio-custom-label:before {
        background: #ddd;
    }

    .radio-custom:checked + .radio-custom-label:before {
        content: '\f111';
        font-family: 'FontAwesome';
        color: #000;
        font-size: 8px;
        font-size: 0.8rem;
        line-height: 12px;
    }

    .radio-custom:focus + .radio-custom-label {
        outline: 1px solid #ddd;
    }

.checkbox-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

select.bs-select-hidden, select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

    .bootstrap-select > .dropdown-toggle {
        width: 100%;
        padding-right: 25px;
        /*z-index: 1;*/
    }

    .bootstrap-select > select {
        position: absolute !important;
        bottom: 0;
        left: 50%;
        display: block !important;
        width: 0.5px !important;
        height: 100% !important;
        padding: 0 !important;
        opacity: 0 !important;
        border: none;
    }

        .bootstrap-select > select.mobile-device {
            top: 0;
            left: 0;
            display: block !important;
            width: 100% !important;
            z-index: 2;
        }

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%;
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto;
    }

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group.bs-container {
    position: absolute;
}

    .bootstrap-select.btn-group.bs-container .dropdown-menu {
        z-index: 1060;
    }

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
        padding: 3px 0;
        border-bottom: 1px dashed #dddede;
    }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff;
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
            white-space: normal;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

            .bootstrap-select.btn-group .dropdown-menu li a:hover, .bootstrap-select.btn-group .dropdown-menu li a:focus {
                background-color: #e7e7e7;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: 0.5em;
        }

        .bootstrap-select.btn-group .dropdown-menu li.dropdown-header {
            font-weight: 700;
            padding-left: 2.25em !important;
            font-size: 14px;
            line-height: 3;
        }

        .bootstrap-select.btn-group .dropdown-menu li.selected a {
            background-color: #ddd;
        }

        .bootstrap-select.btn-group .dropdown-menu li:nth-child(odd) {
            /*background: #eaeaea;*/
        }

        .bootstrap-select.btn-group .dropdown-menu li:nth-child(even) {
            /* background:#f8f8f8;*/
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: whitesmoke;
        border: 1px solid #e3e3e3;
        -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);
        pointer-events: none;
        opacity: 0.9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.body-home {
    width: 100%;
    height: 100%;
    display: block;
}

    .body-home header {
        background: none;
    }

#header-image {
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

/*
@media only screen and (min-width: 320px) {
 #header-image{height: 105px; }
}
@media only screen and (min-width: 420px) {
  #header-image{height: 156px; }
}
@media only screen and (min-width: 600px) {
#header-image{height: 197px; }
}
@media only screen and (min-width: 768px) {
#header-image{height: 251px; }
}
@media only screen and (min-width: 800px) {
#header-image{height: 261px; }
}
@media only screen and (min-width: 980px) {
#header-image{height: 320px; }
}
@media only screen and (min-width: 1024px) {
#header-image{height: 336px; }
}
@media only screen and (min-width: 1280px) {
#header-image{height: 420px; }
}
@media only screen and (min-width: 1366px) {
#header-image{height: 448px; }
}
@media only screen and (min-width: 1920px) {
#header-image{height: 629px; }
}
@media only screen and (min-width: 2500px) {
#header-image{height: 819px; }
}
*/
.scroll-pane {
    width: 100%;
    overflow: auto;
    outline: 0;
}

.horizontal-only {
    height: auto;
    max-height: 160px;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
    left: 0 !important;
}

.jspCap {
    display: none;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
}

    .jspVerticalBar .jspTrack {
        background: #ececec;
        position: relative;
        width: 8px;
    }

    .jspVerticalBar .jspDrag {
        background: #ccc;
        position: relative;
        top: 0;
        right: 0;
        cursor: pointer;
        width: 8px;
    }

    .jspVerticalBar .jspArrowUp {
        display: none;
    }

    .jspVerticalBar .jspArrowDown {
        display: none;
    }

    .jspVerticalBar .jspArrow:focus {
        outline: none;
    }

.accordion-panel {
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px #ebebeb;
    box-shadow: 2px 2px #ebebeb;
    margin-bottom: 30px;
    clear: both;
    background: #f7f7f7;
}

    .accordion-panel .accordion-title {
        position: relative;
        border-radius: 6px;
        cursor: pointer;
        font-weight: 700;
        padding: 20px 70px 20px 15px;
        border-left-width: 15px;
        border-left-style: solid;
    }

        .accordion-panel .accordion-title:after {
            display: block;
            position: absolute;
            top: 12px;
            right: 18px;
            width: 42px;
            height: 42px;
            content: '';
            background: url("../images/sprite.png") no-repeat 0 0;
            border-radius: 50%;
            background-color: rgba(137, 127, 149, 0.5);
        }

        .accordion-panel .accordion-title.active {
            color: #fff;
        }

            .accordion-panel .accordion-title.active:after {
                background-position: -50px 0;
            }

    .accordion-panel .accordion-content {
        display: none;
        padding: 30px;
        border-top: 1px solid #f0f0f0;
    }

@media only screen and (min-width: 768px) {
    .accordion-panel .accordion-title {
        font-size: 24px;
        font-size: 2.4rem;
    }

        .accordion-panel .accordion-title:after {
            top: 18px;
        }
}

@media (max-width: 480px) {
    .product-page .accordion-panel .accordion-title:after {
        top: 20%;
    }
}

ul#subnav, #subnav ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

#subnav {
    height: 53px;
    float: left;
    width: 100%;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
    /* Opera */
}

    #subnav li {
        float: left;
        visibility: hidden;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
        /* Opera */
    }

    #subnav a {
        display: inline-block;
        line-height: 50px;
        padding: 12px 20px 11px;
        color: #fff;
        font: bold 14px "lato", Arial, sans-serif;
        font: bold 1.4rem "lato", Arial, sans-serif;
        text-decoration: none;
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
        /* Opera */
    }

        #subnav a:hover {
            color: #fff !important;
            background: #F9444B !important;
            padding: 12px 20px 11px;
            display: block;
        }

        #subnav a:visited, #subnav a:link {
            text-align: left;
            text-decoration: none;
            text-transform: uppercase;
        }

        #subnav a.active {
            color: #fff !important;
            background: #F9444B !important;
            width: 100%;
        }

    #subnav li.active {
        color: #fff !important;
        background: #F9444B !important;
        width: 100%;
    }

    #subnav li.activate:after {
        display: block;
        position: relative;
        margin: 0px auto;
        width: 0;
        height: 0;
        content: '';
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top-style: solid;
        border-top-color: #F9444B;
        border-top-width: 8px;
        -webkit-transition: border-top-width 500ms ease;
        -o-transition: border-top-width 500ms ease;
        transition: border-top-width 500ms ease;
        z-index: 10;
    }

div.subnav a:visited {
    font-weight: bold;
    background-color: #3F275B;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#subnav li.hideshow {
    position: relative;
    visibility: hidden;
}

    #subnav li.hideshow ul {
        position: absolute;
        background: #3F275B;
        display: none;
        right: 0px;
        z-index: 1;
        top: 40px;
        width: 300px;
    }

    #subnav li.hideshow li {
        display: block;
        float: none;
        width: 100%;
    }

        #subnav li.hideshow li a {
            max-width: 100%;
            /*white-space: nowrap;*/
            text-overflow: ellipsis;
            line-height: 18px;
            padding: 8px 20px 7px 20px;
            display: block;
            font-size: 14px !important;
            font-size: 1.4rem !important;
            text-transform: none;
        }

            #subnav li.hideshow li a:hover {
                padding: 8px 20px 7px 20px !important;
                line-height: 18px;
                display: block;
            }

.more {
    background: #F9444B;
}

.moreicon {
    background: url("../images/more-icon.png") no-repeat left center;
    width: 14px;
    height: 14px;
    display: block;
    float: left;
    margin: 2px 6px 0px 0px;
}

.subnav {
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
    /* Opera */
    background-color: #3F275B;
    color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    padding: 0px;
    top: 105px;
    width: 100%;
    height: 40px;
    z-index: 996;
    position: fixed;
}

/* SUBMENU Resize */
.shrink1 {
    top: 60px;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    /* Firefox 4 */
    -webkit-transition: all 1s ease 0s;
    /* Safari and Chrome */
    -o-transition: all 1s ease 0s;
    /* Opera */
    height: 36px;
}

    .shrink1 .subnavul-shrink1 {
        /*height:37px;*/
        transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        /* Firefox 4 */
        -webkit-transition: all 1s ease 0s;
        /* Safari and Chrome */
        -o-transition: all 1s ease 0s;
        /* Opera */
    }

        .shrink1 .subnavul-shrink1 a {
            display: block !important;
            line-height: 48px;
            padding: 10px 20px !important;
            color: #fff;
            font: bold 1.3rem "lato", Arial, sans-serif !important;
            margin-top: 0px !important;
            transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            /* Firefox 4 */
            -webkit-transition: all 1s ease 0s;
            /* Safari and Chrome */
            -o-transition: all 1s ease 0s;
            /* Opera */
        }

            .shrink1 .subnavul-shrink1 a:hover {
                margin-top: 0px !important;
            }

        .shrink1 .subnavul-shrink1 .product-finder {
            line-height: 18px;
            padding: 10px 20px 8px 52px !important;
            margin: 0 0 0 30px;
        }

    .shrink1 .moreicon-shrink {
        margin-top: 0px;
    }

    .shrink1 .subnavlihideshowul-shrink {
        top: 36px !important;
    }

.sub-nav-affix-shrink {
    z-index: 5 !important;
    top: 91px !important;
    width: 100%;
}

.sub-nav-ul-li-a-shrink {
    padding: 9px 12px !important;
}

/* SUBMENU Resize End*/
@media (max-width: 380px) {
    #subnav li.hideshow {
        width: 100%;
    }

    .moreicon {
        margin: 1px 6px 0px 0px;
    }

    #subnav li.activate:after {
        display: none;
    }

    #subnav li.hideshow {
        display: block;
    }

        #subnav li.hideshow ul {
            width: 100%;
        }

        #subnav li.hideshow li {
            display: block;
            float: none;
            width: 100%;
        }

    .nopadding {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {
    .subnav {
        display: none;
    }

    #sub-nav.affix {
        top: 72px !important;
    }
}

@media screen and (max-width: 1000px) {
    #subnav a {
        padding: 20px 20px 17px 20px;
    }

        #subnav a:hover {
            padding: 20px 20px 17px 20px;
        }

    .subnav {
        height: 53px;
        top: auto;
        position: relative;
    }

    .headermain {
        height: auto;
    }

    header .navbar-brand {
        margin-top: 5px;
    }

    #bergerMenu {
        transform: rotate(0deg) scale(0.8);
    }

    #subnav li.hideshow ul {
        top: 38px;
    }

    .breadcrumb-holder {
        top: 80px;
    }
}

@media only screen and (min-width: 992px) {
    #subnav li.hideshow ul {
        width: 600px;
        border-top: 4px solid #F9444B;
    }

        #subnav li.hideshow ul li {
            width: 50%;
            display: inline-block;
        }
}

@media only screen and (min-width: 1601px) {
    .subnav {
        top: 125px;
    }

    .shrink1 {
        top: 60px;
    }
}

#sub-nav ul {
    border-bottom: 0;
    background: #676767;
}

    #sub-nav ul li {
        margin: 0;
    }

        #sub-nav ul li a {
            color: #fff;
            font-weight: 700;
            border-radius: 0;
            border: none;
            background: #676767;
            margin: 0;
            text-align: center;
            padding: 8px 5px;
            transition: all 1s ease 0s;
            -moz-transition: all 1s ease 0s;
            /* Firefox 4 */
            -webkit-transition: all 1s ease 0s;
            /* Safari and Chrome */
            -o-transition: all 1s ease 0s;
            cursor: pointer;
            /* Opera */
            font-size: 14px;
            font-size: 1.4rem;
        }

            #sub-nav ul li a:hover {
                color: #fff;
                background-color: #4e4e4e;
                border: none;
            }

        #sub-nav ul li.active a {
            color: #fff;
            background-color: #4e4e4e;
        }

#sub-nav.affix {
    z-index: 996;
    top: 65px;
    width: 100%;
}

#sub-nav.no-heder {
    top: 105px !important;
}

#sub-nav .container span {
    display: block;
    height: 40px;
    width: 100%;
    background: #676767;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px;
}

    #sub-nav .container span i {
        float: right;
        font-style: normal;
        font-size: 24px;
        font-size: 2.4rem;
    }

#sub-nav ul li {
    width: 100%;
}

#sub-nav ul {
    display: none;
}

    #sub-nav ul.open {
        display: block;
    }

        #sub-nav ul.open li {
            border-top: 1px #ccc solid;
        }

#sub-nav .container {
    padding: 0;
}

    #sub-nav .container br {
        display: none;
    }

@media only screen and (min-width: 768px) {
    #sub-nav .container span {
        display: none;
    }

    #sub-nav.affix {
        top: 55px;
    }

    #sub-nav ul {
        display: block;
        border-top: 0;
    }

        #sub-nav ul li {
            width: 1%;
        }

            #sub-nav ul li br {
                display: block;
            }

    #sub-nav .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) {
    #sub-nav .container span {
        display: none;
    }

    #sub-nav.affix {
        top: 96px;
    }

    #sub-nav.no-sub-nav {
        top: 55px;
    }
}

.wrap {
    width: 100%;
    max-width: 1600px;
    min-width: 960px;
    z-index: 10;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.inner-section {
    padding-top: 25px;
    position: relative;
}

.section {
    width: 100%;
    max-width: 1600px;
    min-width: 960px;
    z-index: 10;
    /*position: relative;*/
    margin: 0 auto;
    padding: 0 0 20px 0;
    min-height: 100px;
}

.fxMenu .inner {
    margin: 0 auto;
    position: relative;
}

.inner:after {
    content: "";
    display: table;
    clear: both;
}

.fxMenu li:last-child {
    display: none;
}

.fxMenu {
    /*height: 50px;*/
    z-index: 995;
    width: 100%;
    /*background: #0977bc;*/
}

    .fxMenu .inner {
        /*padding:0;*/
        font-weight: 400;
        margin: 0 auto;
    }

.subNavBtn {
    display: block;
    height: 35px;
    /*width: 10%;
  float: left;*/
    margin: 0px 0px 0 0;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 5px;
    text-align: center;
    color: #fff;
}

.fxMenu ul li a.subNavBtn:hover {
    color: #fff !important;
    background-color: #4e4e4e;
    border: none !important;
    cursor: pointer !important;
}

.fxMenu ul li a.subNavBtn {
    color: #fff;
    font-weight: 700;
    border-radius: 0;
    border: none !important;
    background: #676767;
    margin: 0;
    text-align: center;
    padding: 8px 5px;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    cursor: pointer;
    font-size: 13px;
    font-size: 1.3rem;
}

.fxMenu a.active {
    color: #fff !important;
    background-color: #4e4e4e !important;
    border: none !important;
}

.fxMenu ul li a:hover {
    background-color: #4e4e4e;
    border: none;
}

/*.fxMenu a:visited,.fxMenu a:active,.fxMenu a:focus {
	background: #25aae1;
}*/
.fxMenu .end {
    margin: 0;
}

/* SECTIONS */
.sTop {
    /*min-height: 130px;*/
    background: #fff;
    color: #3d3d3d;
    /*padding: 50px 0;*/
    /*height: 300px;*/
    padding: 0 !important;
}

.sBottom {
    height: 0px;
}

.fxMenu.fxd {
    top: 74px !important;
    position: fixed !important;
}

.fxMenu .container span {
    display: block;
    height: 40px;
    width: 100%;
    background: #676767;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px;
}

    .fxMenu .container span i {
        float: right;
        font-style: normal;
        font-size: 24px;
        font-size: 2.4rem;
    }

.fxMenu ul {
    display: none;
}

    .fxMenu ul.open {
        display: block;
    }

        .fxMenu ul.open li {
            border-top: 1px #ccc solid;
        }

.fxMenu .container {
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .fxMenu.fxd {
        top: 60px !important;
    }
}

@media only screen and (min-width: 992px) {
    .fxMenu .container {
        padding: 0 15px;
    }

    .fxMenu.fxd {
        top: 75px !important;
    }

    .fxMenu ul {
        display: block;
    }

    .inner-section {
        padding-top: 50px;
        position: relative;
    }

    .fxMenu.fxd {
        top: 95px !important;
        position: fixed !important;
    }

    .fxMenu .container span {
        display: none;
    }

    /*.inner-section .container{ margin-top: -40px;}*/
}
/*Investors Banner*/
.chairman-message-header {
    background: url(../images/headding-banners/chairmans-message-for-agm.jpg) no-repeat;
}

.notice-of-board-meeting-header {
    background: url(../images/headding-banners/berger-notice-of-board-meeting.jpg) no-repeat;
}

.five-year-comparison-header {
    background: url(../images/headding-banners/five-year-comparison.jpg) no-repeat;
}

.investor-compliance-header {
    background: url(../images/headding-banners/investor-compliance.jpg) no-repeat;
}

.investor-services-header {
    background: url(../images/headding-banners/berger-investor-services.jpg) no-repeat;
}

.investor-conference-header {
    background: url(../images/headding-banners/investor-conference.jpg) no-repeat;
}

.new-manufacturing-units-header {
    background: url(../images/headding-banners/new-manufacturing-units-in-the-north-east.jpg) no-repeat;
}

.professional-services-header {
    background: url(../images/headding-banners/company-profile-header.png) no-repeat;
}

.shareholding-pattern-header {
    background: url(../images/headding-banners/shareholding-pattern.jpg) no-repeat;
}

.bpil-earning-header {
    background: url(../images/headding-banners/bpil-earnings-update-call.jpg) no-repeat;
}

.financials-subsidiary-header {
    background: url(../images/headding-banners/financials-of-subsidiary-companies.jpg) no-repeat;
}

.completion-of-despatch-of-notice-header {
    background: url(../images/headding-banners/completion-of-despatch-of-notice.jpg) no-repeat;
}

.results-of-voting-header {
    background: url(../images/headding-banners/results-of-voting-&-scrutinizer-report.jpg) no-repeat;
}

.notice-of-postal-ballot-header {
    background: url(../images/headding-banners/notice-of-postal-ballot.jpg) no-repeat;
}

.result-of-postal-ballot-header {
    background: url(../images/headding-banners/result-of-postal-ballot.jpg) no-repeat;
}

.scrutinizer-report-header {
    background: url(../images/headding-banners/scrutinizer-report.jpg) no-repeat;
}

.scrutinizer-report-on-e-voting-2014-header {
    background: url(../images/headding-banners/scrutinizer-report-on-e-voting.jpg) no-repeat;
}

.performance-graphs-header {
    background: url(../images/headding-banners/performance-graphs.jpg) no-repeat;
}

.corporate-gov-header {
    background: url(../images/headding-banners/corporate-governance.jpg) no-repeat;
}

/*Aboutus Banner*/
.landmark-projects-header {
    background: url(../images/headding-banners/berger-about-us-landmark-projects.jpg) no-repeat;
}

.key-managerial-personnel-header {
    background: url(../images/headding-banners/key-managerial-personnel.jpg) no-repeat;
}

.board-of-directors-header {
    background: url(../images/headding-banners/berger-about-us-bord-directors.jpg) no-repeat;
}

.management-team-header {
    background: url(../images/headding-banners/managment-team.jpg) no-repeat;
}

.company-profile-header {
    background: url(../images/headding-banners/company-profile.jpg) no-repeat;
}

.board-of-commity-header {
    background: url(../images/headding-banners/bord-of-commites.jpg) no-repeat;
}

.familiarization-program-header {
    background: url(../images/headding-banners/berger-about-us-familiarization.jpg) no-repeat;
}

.familiarization-header {
    background: url(../images/headding-banners/Berger-About_us_Familiarization.jpg) no-repeat;
}

.global-group-presence-header {
    background: url(../images/headding-banners/global-group-presence.jpg) no-repeat;
}

.green-horizon-header {
    background: url(../images/headding-banners/green-horizon.jpg) no-repeat;
}

.history-milestone-header {
    background: url(../images/headding-banners/history-milestone.jpg) no-repeat;
}

.advisory-council-header {
    background: url(../images/headding-banners/advisory-council.jpg) no-repeat;
}

.quality-policy-banner {
    background: url("../images/headding-banners/quality-policies.jpg") no-repeat scroll 0 0;
}

.standard-letter-header {
    background: url(../images/headding-banners/standard-letter.jpg) no-repeat;
}

.vision-mission-header {
    background: url(../images/headding-banners/vision-mision.jpg) no-repeat;
}

.code-of-conduct-header {
    background: url(../images/headding-banners/code-of-conduct.jpg) no-repeat;
}

.code-of-conduct-independent-header {
    background: url(../images/headding-banners/code-of-conduct-for-independent-directors.jpg) no-repeat;
}

.quarterly-reports-header {
    background: url(../images/headding-banners/quarterly-reports.jpg) no-repeat;
}

.awards-certification-header {
    background: url(../images/headding-banners/awards-certification.jpg) no-repeat;
}

.news-header {
    background: url(../images/headding-banners/in-the-news.jpg) no-repeat;
}

/*Others*/
.home-painting-header {
    background: url(../images/headding-banners/home-painting.jpg) no-repeat;
}

.professional-user-header {
    background: url(../images/headding-banners/professional-users.png) no-repeat;
}

.expert-advice-header {
    background: url(../images/headding-banners/company-profile-header.png) no-repeat;
}

.protection-overview-header {
    background: url(../images/headding-banners/protection-overview-header.jpg) no-repeat;
}

.colour-horoscope-header {
    background: url(../images/headding-banners/color-horoscope.jpg) no-repeat;
}

.color-combination-header {
    background: url(../images/headding-banners/colour-combination.jpg) no-repeat;
}

.faqs-header {
    background: url(../images/headding-banners/berger-faqs.jpg) no-repeat;
}

.life-at-berger-header {
    background: url(../images/headding-banners/life-at-berger.jpg) no-repeat;
}

.why-berger-paints-header {
    background: url(../images/headding-banners/why-berger-paints.jpg) no-repeat;
}

.your-opportunities-header {
    background: url(../images/headding-banners/your-opportunities.jpg) no-repeat;
}

.career-training-development-header {
    background: url(../images/headding-banners/career-training-development.jpg) no-repeat;
}

.recruitment-philosophy-header {
    background: url(../images/headding-banners/recruitment-philosophy-process.jpg) no-repeat;
}

.print-advertise-header {
    background: url(../images/headding-banners/print-advertise.jpg) no-repeat;
}

.tv-ad-header {
    background: url(../images/headding-banners/televison-ad.jpg) no-repeat;
}

.projects-header {
    background: url(../images/headding-banners/projects-header.jpg) no-repeat;
}

.television-commercials-header {
    background: url(../images/headding-banners/television-header.png) no-repeat;
}

.explore-colour-header {
    background: url(../images/headding-banners/explore-colors.jpg) no-repeat;
}

.colour-emotions-header {
    background: url(../images/headding-banners/colour-emotions.jpg) no-repeat;
}

.vertual-color-header {
    background: url(../images/headding-banners/vertual-painter-header.jpg) no-repeat;
}

.green-initiative-header {
    background: url(../images/headding-banners/greeninitiative.jpg) no-repeat;
}

.preview-facility-banner {
    background: url(../images/headding-banners/preview-facility.jpg) no-repeat;
}

.hindupur-project-banner {
    background: url(../images/headding-banners/hindupur-project.jpg) no-repeat;
}

.contact-banner {
    background: url(../images/headding-banners/contact-us.jpg) no-repeat;
}

.annual-reports-banner {
    background: url(../images/headding-banners/annual-reports-banner.jpg) no-repeat;
}

.professional-services {
    background: url(../images/headding-banners/professional-services.jpg) no-repeat;
}

.prolink-banner {
    background: url(../images/headding-banners/prolink-banner.jpg) no-repeat;
}

.paint-calculator-header {
    background: url(../images/headding-banners/paint-calculator-header.png) no-repeat;
}

@-webkit-keyframes

"fadeOut" {
    0%

{
    opacity: 1;
}

100% {
    opacity: 0;
}

}
@keyframes

"fadeOut" {
    0%

{
    opacity: 1;
}

100% {
    opacity: 0;
}

}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    /*z-index: 1;*/
    margin: 0;
    padding: 0;
    list-style: none;
}

    .owl-carousel .animated {
        -webkit-animation-duration: 1000ms;
        animation-duration: 1000ms;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
    }

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0, 0);
    }

    .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-controls .owl-nav .off {
        opacity: 0.2 !important;
    }

    .owl-carousel .owl-controls .owl-nav .owl-next {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-perspective: 1000;
        backface-visibility: hidden;
        transform: translate3d(0px, 0px, 0px);
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

        .owl-carousel .owl-item .owl-lazy {
            opacity: 0;
            -webkit-transition: opacity 400ms ease;
            -moz-transition: opacity 400ms ease;
            -ms-transition: opacity 400ms ease;
            -o-transition: opacity 400ms ease;
            transition: opacity 400ms ease;
        }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel .owl-video-wrapper {
        position: relative;
        height: 100%;
        background: #000;
    }

    .owl-carousel .owl-video-play-icon {
        position: absolute;
        height: 80px;
        width: 80px;
        left: 50%;
        top: 50%;
        margin-left: -40px;
        margin-top: -40px;
        background: url(owl.video.play.png) no-repeat;
        cursor: pointer;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -webkit-transition: scale 100ms ease;
        -moz-transition: scale 100ms ease;
        -ms-transition: scale 100ms ease;
        -o-transition: scale 100ms ease;
        transition: scale 100ms ease;
    }

        .owl-carousel .owl-video-play-icon:hover {
            -webkit-transition: scale(1.3, 1.3);
            -moz-transition: scale(1.3, 1.3);
            -ms-transition: scale(1.3, 1.3);
            -o-transition: scale(1.3, 1.3);
            transition: scale(1.3, 1.3);
        }

    .owl-carousel .owl-video-playing .owl-video-play-icon {
        display: none;
    }

    .owl-carousel .owl-video-playing .owl-video-tn {
        display: none;
    }

    .owl-carousel .owl-video-tn {
        opacity: 0;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

    .owl-carousel .owl-video-frame {
        position: relative;
        z-index: 1;
    }

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

.no-js .owl-carousel {
    display: block;
}

/* Owl Carousel - Theme */
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        margin: 5px;
        padding: 4px 7px;
        background: #d6d6d6;
        display: inline-block;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
            background: #869791;
            color: #fff;
            text-decoration: none;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px;
        background: #c8c8c8;
        display: block;
        -webkit-backface-visibility: visible;
        -webkit-transition: opacity 200ms ease;
        -moz-transition: opacity 200ms ease;
        -ms-transition: opacity 200ms ease;
        -o-transition: opacity 200ms ease;
        transition: opacity 200ms ease;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .owl-theme .owl-dots .owl-dot:hover span {
        background: #26b0bd;
    }

    .owl-theme .owl-dots .owl-dot.active span {
        background: #26b0bd;
    }

owl-carousel li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.colour-horoscope {
    color: #666666;
    font-weight: bold;
    margin-top: -10px;
}

    .colour-horoscope .page-name {
        margin-bottom: 0;
    }

    .colour-horoscope p {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .colour-horoscope small {
        font-size: 16px;
        font-size: 1.6rem;
    }

.wheel-wrapper {
    position: relative;
    width: 650px;
    height: 650px;
    border: 0px solid red;
    margin: 20px auto 20px;
}

.overlay-inactive-signs {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.horoscope-wheel {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.control-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 200px;
    margin: -73px auto auto -125px;
    border: 0px solid red;
    text-align: center;
    line-height: 30px;
}

.spin-result {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 200px;
    margin: -121px auto auto -125px;
    border: 0px solid red;
    text-align: center;
    display: none;
}

.control-wrap strong {
    display: block;
    color: #de1e3d;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
}

.control-wrap p {
    color: #000;
}

.btn-horoscope {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    font-size: 2rem;
    background: #de1e3e;
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    cursor: pointer;
}

    .btn-horoscope:hover, .btn-horoscope:active, .btn-horoscope:focus {
        background: #c50827;
        text-decoration: none;
        color: #fff;
    }

.btn-backH {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    background: #606060;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 98px;
}

    .btn-backH:hover, .btn-backH:active, .btn-backH:focus {
        background: #545353;
        text-decoration: none;
        color: #fff;
    }

.btn-shareH {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    background: url("../images/horoscope/share.png") #009fbe no-repeat left 7px center;
    padding: 5px 15px 5px 39px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    width: 98px;
}

    .btn-shareH:hover, .btn-shareH:active, .btn-shareH:focus {
        background: url("../images/horoscope/share.png") #06a4c3 no-repeat left 6px center;
        text-decoration: none;
        color: #fff;
    }

.startSpin {
    display: block;
    margin-top: 20px;
}

.select-contorl {
    width: 50%;
    float: left;
    padding: 0 5px;
    position: relative;
}

    .select-contorl .btn-default {
        background: #80652e;
        color: #fff;
        border-radius: 5px;
    }

    .select-contorl .bootstrap-select.btn-group .dropdown-toggle .caret {
        background: url("../images/horoscope/down-arrow.png") no-repeat center;
        height: 13px;
        top: 12px;
        width: 20px;
        border: none;
    }

    .select-contorl .selectUi {
        color: #fff;
        background: url("../images/horoscope/down-arrow.png") #80652e no-repeat right 5px center;
        display: inline-block;
        width: 98%;
        height: 36px;
        border-radius: 4px;
        padding: 5px 10px;
        text-align: left;
        position: absolute;
        top: 0px;
        left: 0px;
        margin: 0 5px;
        cursor: pointer;
        z-index: 1;
    }

#pSign {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0;
}

#spncolor {
    display: inline-block;
    padding: 5px 30px;
    margin: 3px 0;
    border: 2px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
}

#pColorName {
    margin: 0px;
    font-size: 14px;
    font-size: 1.4rem;
}

#pDescription {
    font-size: 14px;
    font-size: 1.4rem;
}

.dobSelection:after {
    clear: both;
    display: table;
    content: '';
}

.pully-wrapper {
    position: absolute;
    top: 44.5%;
    left: 50%;
    width: 250px;
    height: 200px;
    margin: -124px auto auto -125px;
    border: 0px solid red;
    text-align: center;
    opacity: 0;
}

.pully {
    position: relative;
}

    .pully > span.down-arrow {
        border-left: 46px solid transparent;
        border-right: 46px solid transparent;
        border-top: 20px solid #DE1E3D;
        height: 0;
        width: 0;
        position: relative;
        top: 0;
        z-index: 998;
    }

@media (max-width: 320px) {
    .pully-wrapper {
        margin-top: -41px !important;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .pully-wrapper {
        margin-top: -41px !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .spin-result {
        margin-top: -100px;
    }

    .pully-wrapper {
        margin-top: -90px;
    }

    .pully > span.down-arrow {
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
    }
}

@media (max-width: 667px) {
    .wheel-wrapper {
        width: 500px;
        height: 500px;
        margin: 50px auto 230px;
    }

    .control-wrap {
        margin: 270px auto auto -125px;
    }

    .spin-result {
        margin: 270px auto auto -125px;
    }

    .pully-wrapper {
        margin: 268px auto auto -125px;
    }

    .pully > span.down-arrow {
        border-top: 20px solid #5d4275;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
    }
}

@media (max-width: 480px) {
    .wheel-wrapper {
        width: 280px;
        height: 280px;
        margin: 30px auto 230px;
    }

    .control-wrap {
        margin: 180px auto auto -125px;
    }

    .spin-result {
        margin: 110px auto auto -125px;
    }

    .pully-wrapper {
        margin: 157px auto auto -125px;
    }

    .spin-result #pDate, .spin-result #pSign {
        position: relative;
        top: -140px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .wheel-wrapper {
        transform: scale(0.95);
        transform-origin: center top;
    }

    .inner-section.horoscope-section {
        padding-top: 25px;
    }
}

@media (min-width: 1400px) {
    .horoscope-section {
        overflow: hidden;
    }
}

body, #layerslider {
    padding: 0;
    margin: 0;
}

.weatherCoat .ls-s-1 {
    position: absolute;
    bottom: 0;
    left: 11.28%;
    width: 19%;
    height: auto !important;
}

.weatherCoat .ls-s-2 {
    position: absolute;
    bottom: 0;
    top: 80%;
    left: 32.52%;
    margin-top: 0 !important;
    height: auto !important;
}

.ls-s-1 .text {
    width: 31.12%;
}

.weatherCoat .product {
    position: absolute;
    bottom: 13.46%;
    right: 18.6%;
}

/*#layerslider img{height:auto !important;}*/
#layerslider-container {
    padding: 0;
    width: 100%;
    min-width: 320px;
    max-width: 2600px;
    margin: 0;
    z-index: 0;
    position: relative;
}

.ls-shadow {
    display: none !important;
}

.ls-bottom-nav-wrapper {
    margin-top: -50px !important;
}

.ls-nav-sides {
    background-image: none !important;
}

#layerslider-container .ls-glass .ls-bottom-slidebuttons a {
    background-image: none;
    background-color: #565656;
    border-radius: 50%;
    height: 15px !important;
    width: 15px !important;
    margin: 3px;
    background-position: -2px -158px;
}

    #layerslider-container .ls-glass .ls-bottom-slidebuttons a:hover {
        background-color: #fff;
    }

    #layerslider-container .ls-glass .ls-bottom-slidebuttons a.ls-nav-active {
        background-color: #fff;
        background-position: -75px -150px !important;
    }

@media only screen and (max-width: 767px) {
    .ls-bottom-nav-wrapper {
        display: none;
    }
}

.getinspite-banner {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 3% 4%;
}

    .getinspite-banner .getinspire-header {
        font-size: 30px;
        font-size: 3rem;
        color: #fff978;
        /*border-bottom:solid 1px #f2c58e;*/
        font-weight: 700;
        padding: 0 30px 10px 0;
        display: inline-block;
    }

    .getinspite-banner .getinspire-tagline {
        font-size: 24px;
        font-size: 2.4rem;
        color: #fff;
        line-height: 28px;
    }

        .getinspite-banner .getinspire-tagline span {
            font-weight: 700;
            font-size: 26px;
            font-size: 2.6rem;
        }

.colourblog-banner {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 3% 4%;
}

    .colourblog-banner .colourblog-header {
        font-size: 30px;
        font-size: 3rem;
        color: #272285;
        /*border-bottom:solid 1px #d4d4d4;*/
        font-weight: 700;
        padding: 0 30px 10px 0;
        display: inline-block;
    }

    .colourblog-banner .colourblog-tagline {
        font-size: 24px;
        font-size: 2.4rem;
        color: #858585;
        line-height: 28px;
    }

        .colourblog-banner .colourblog-tagline span {
            font-weight: 700;
            color: #f7b500;
            font-size: 28px;
            font-size: 2.8rem;
        }

.colourmag-banner {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 3% 4%;
}

    .colourmag-banner .colourmag-header {
        font-size: 30px;
        font-size: 3rem;
        color: #fffe51;
        /*border-bottom:solid 1px #e08791;*/
        font-weight: 700;
        padding: 0 30px 10px 0;
        display: inline-block;
    }

    .colourmag-banner .colourmag-tagline {
        font-size: 24px;
        font-size: 2.4rem;
        color: #fff;
        line-height: 28px;
    }

        .colourmag-banner .colourmag-tagline span {
            font-weight: 700;
            font-size: 28px;
            font-size: 2.8rem;
        }

.colourcombi-banner {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 3% 4%;
}

    .colourcombi-banner .colourcombi-header {
        font-size: 30px;
        font-size: 3rem;
        color: #ff1872;
        /*border-bottom:solid 1px #d9d9d9;*/
        font-weight: 700;
        padding: 0 30px 10px 0;
        display: inline-block;
    }

    .colourcombi-banner .colourcombi-tagline {
        font-size: 24px;
        font-size: 2.4rem;
        color: #868686;
        line-height: 28px;
    }

        .colourcombi-banner .colourcombi-tagline span {
            font-weight: 700;
            font-size: 26px;
            font-size: 2.6rem;
            color: #ce1532;
        }

            .colourcombi-banner .colourcombi-tagline span.second-line {
                color: #8e2d32;
            }

@media only screen and (max-width: 480px) {
    .getinspite-banner .getinspire-header {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 5px;
    }

    .getinspite-banner .getinspire-tagline {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

        .getinspite-banner .getinspire-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
        }

    .colourblog-banner .colourblog-header {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 5px;
    }

    .colourblog-banner .colourblog-tagline {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

        .colourblog-banner .colourblog-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
        }

    .colourmag-banner .colourmag-header {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 5px;
    }

    .colourmag-banner .colourmag-tagline {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

        .colourmag-banner .colourmag-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
        }

            .colourmag-banner .colourmag-tagline span br {
                display: none;
            }
}

@media only screen and (min-width: 768px) and (max-width: 799px) {
    .getinspite-banner .getinspire-header {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .getinspite-banner .getinspire-tagline {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

        .getinspite-banner .getinspire-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
        }

    .colourblog-banner .colourblog-header {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .colourblog-banner .colourblog-tagline {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

        .colourblog-banner .colourblog-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
        }

    .colourmag-banner .colourmag-header {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .colourmag-banner .colourmag-tagline {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }

        .colourmag-banner .colourmag-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
        }

            .colourmag-banner .colourmag-tagline span br {
                display: none;
            }
}

@media only screen and (min-width: 800px) and (max-width: 1440px) {
    .getinspite-banner .getinspire-header {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .getinspite-banner .getinspire-tagline {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 26px;
    }

        .getinspite-banner .getinspire-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
        }

    .colourblog-banner .colourblog-header {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .colourblog-banner .colourblog-tagline {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 26px;
    }

        .colourblog-banner .colourblog-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
            display: block;
            width: 60%;
        }

    .colourmag-banner .colourmag-header {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 5px;
        padding-bottom: 0;
    }

    .colourmag-banner .colourmag-tagline {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 26px;
    }

        .colourmag-banner .colourmag-tagline span {
            font-size: 24px;
            font-size: 2.4rem;
        }
}

@media only screen and (min-width: 1600px) {
    .colourmag-banner .colourmag-tagline span br {
        display: none;
    }
}

@media only screen and (min-width: 2500px) {
    .getinspite-banner .getinspire-header {
        font-size: 50px;
        font-size: 5rem;
    }

    .getinspite-banner .getinspire-tagline {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 38px;
    }

        .getinspite-banner .getinspire-tagline span {
            font-size: 38px;
            font-size: 3.8rem;
            line-height: 54px;
        }

    .colourblog-banner .colourblog-header {
        font-size: 50px;
        font-size: 5rem;
    }

    .colourblog-banner .colourblog-tagline {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 38px;
    }

        .colourblog-banner .colourblog-tagline span {
            font-size: 38px;
            font-size: 3.8rem;
            line-height: 54px;
        }

    .colourmag-banner .colourmag-header {
        font-size: 50px;
        font-size: 5rem;
    }

    .colourmag-banner .colourmag-tagline {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 38px;
    }

        .colourmag-banner .colourmag-tagline span {
            font-size: 38px;
            font-size: 3.8rem;
            line-height: 54px;
        }

    .colourcombi-banner .colourcombi-header {
        font-size: 50px;
        font-size: 5rem;
    }

    .colourcombi-banner .colourcombi-tagline {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 38px;
    }

        .colourcombi-banner .colourcombi-tagline span {
            font-size: 38px;
            font-size: 3.8rem;
            line-height: 54px;
        }
}
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
    /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
    display: flex;
    pointer-events: none;
    /* this may be overriden in JS for fixed position origins */
    position: absolute;
    background: #fff;
    color: #4B085F;
    border: 1px solid #3F275B;
    padding: 2px 8px 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tooltipster-box {
    /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
    flex: 1 1 auto;
}

.tooltipster-content {
    /* prevents an overflow if the user adds padding to the div */
    box-sizing: border-box;
    /* these make sure we'll be able to detect any overflow */
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
    font-size: 13px;
    font-size: 1.3rem;
}

.tooltipster-ruler {
    /* these let us test the size of the tooltip without overflowing the window */
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

    .tooltipster-fade.tooltipster-show {
        opacity: 1;
    }

/* grow */
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}

    .tooltipster-grow.tooltipster-show {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
        -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
        -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
        -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    }

/* swing */
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

    .tooltipster-swing.tooltipster-show {
        opacity: 1;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
        -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
        transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    }

/* fall */
.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-fall.tooltipster-initial {
        top: 0 !important;
    }

    .tooltipster-fall.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        top: 0 !important;
        opacity: 0;
    }

/* slide */
.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

    .tooltipster-slide.tooltipster-initial {
        left: -40px !important;
    }

    .tooltipster-slide.tooltipster-dying {
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        -ms-transition-property: all;
        transition-property: all;
        left: 0 !important;
        opacity: 0;
    }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid black;
    border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px;
}

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    /* half the width, for centering */
    margin-left: -10px;
    top: 0;
    width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    /* same as .tooltipster-left .tooltipster-arrow */
    top: 0;
    width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px;
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0px;
    top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0px;
    top: -3px;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px;
}

/* .tooltipster-content */
/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
/* .tooltipster-arrow-background */
/* .tooltipster-arrow-border */
/* tooltipster-arrow-uncropped */
body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
    transform: scale(0.7);
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    text-transform: none;
    position: relative;
    margin: 10px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

    .sweet-alert .sa-error-container.show {
        padding: 10px 0;
        max-height: 100px;
        webkit-transition: padding 0.2s, max-height 0.2s;
        transition: padding 0.25s, max-height 0.25s;
    }

    .sweet-alert .sa-error-container .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: white;
        line-height: 24px;
        text-align: center;
        margin-right: 3px;
    }

    .sweet-alert .sa-error-container p {
        display: inline-block;
    }

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
        content: "";
        width: 20px;
        height: 6px;
        background-color: #f06e57;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -9px;
    }

    .sweet-alert .sa-input-error::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert .sa-input-error::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sweet-alert .sa-input-error.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .sweet-alert input:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed;
    }

        .sweet-alert input:focus::-moz-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus:-ms-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

    .sweet-alert input::-moz-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input::-webkit-input-placeholder {
        color: #bdbdbd;
    }

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button {
    background-color: #4b085f !important;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 5px 5px 10px 5px;
    cursor: pointer;
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert button:hover {
        background-color: #7ecff4;
    }

    .sweet-alert button:active {
        background-color: #5dc2f1;
    }

    .sweet-alert button.cancel {
        background-color: #C1C1C1;
    }

        .sweet-alert button.cancel:hover {
            background-color: #b9b9b9;
        }

        .sweet-alert button.cancel:active {
            background-color: #a8a8a8;
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.04706) 0px 0px 0px 1px inset !important;
        }

    .sweet-alert button[disabled] {
        opacity: .6;
        cursor: default;
    }

    .sweet-alert button.confirm[disabled] {
        color: transparent;
    }

        .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

    .sweet-alert button::-moz-focus-inner {
        border: 0;
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 5px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .sa-icon.sa-error {
        border-color: #F27474;
    }

        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block;
        }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F27474;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .sweet-alert .sa-icon.sa-warning {
        border-color: #f00;
    }

        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #f00;
        }

        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #f00;
        }

    .sweet-alert .sa-icon.sa-info {
        border-color: #C9DAE1;
    }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1;
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #C9DAE1;
        }

    .sweet-alert .sa-icon.sa-success {
        border-color: #A5DC86;
    }

        .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
            content: '';
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .sweet-alert .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sweet-alert .sa-icon.sa-custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #f00;
    }

    100% {
        border-color: #f00;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #f00;
    }

    100% {
        border-color: #f00;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #f00;
    }

    100% {
        background-color: #f00;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f00;
    }

    100% {
        background-color: #f00;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}

    .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
        -ms-transform: rotate(45deg) \9;
    }

    .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
        -ms-transform: rotate(-45deg) \9;
    }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall, .la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}

    .la-ball-fall.la-dark {
        color: #333;
    }

    .la-ball-fall > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-ball-fall {
    width: 54px;
    height: 18px;
}

    .la-ball-fall > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -moz-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite;
    }

        .la-ball-fall > div:nth-child(1) {
            -webkit-animation-delay: -200ms;
            -moz-animation-delay: -200ms;
            -o-animation-delay: -200ms;
            animation-delay: -200ms;
        }

        .la-ball-fall > div:nth-child(2) {
            -webkit-animation-delay: -100ms;
            -moz-animation-delay: -100ms;
            -o-animation-delay: -100ms;
            animation-delay: -100ms;
        }

        .la-ball-fall > div:nth-child(3) {
            -webkit-animation-delay: 0ms;
            -moz-animation-delay: 0ms;
            -o-animation-delay: 0ms;
            animation-delay: 0ms;
        }

    .la-ball-fall.la-sm {
        width: 26px;
        height: 8px;
    }

        .la-ball-fall.la-sm > div {
            width: 4px;
            height: 4px;
            margin: 2px;
        }

    .la-ball-fall.la-2x {
        width: 108px;
        height: 36px;
    }

        .la-ball-fall.la-2x > div {
            width: 20px;
            height: 20px;
            margin: 8px;
        }

    .la-ball-fall.la-3x {
        width: 162px;
        height: 54px;
    }

        .la-ball-fall.la-3x > div {
            width: 30px;
            height: 30px;
            margin: 12px;
        }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}
/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight {
    height: auto;
}

    .swiper-container-autoheight .swiper-slide {
        height: auto;
    }

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        -o-transition-property: transform, height;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform;
    }

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .swiper-container-wp8-horizontal > .swiper-wrapper {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
    }

.swiper-container-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

    .swiper-container-wp8-vertical > .swiper-wrapper {
        -ms-touch-action: pan-x;
        touch-action: pan-x;
    }

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    display: block;
    margin-top: 15px;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: 200ms top, 200ms -webkit-transform;
            transition: 200ms top, 200ms -webkit-transform;
            -o-transition: 200ms transform, 200ms top;
            transition: 200ms transform, 200ms top;
            transition: 200ms transform, 200ms top, 200ms -webkit-transform;
        }

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: 200ms left, 200ms -webkit-transform;
        transition: 200ms left, 200ms -webkit-transform;
        -o-transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left;
        transition: 200ms transform, 200ms left, 200ms -webkit-transform;
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #ffffff;
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000000;
    }

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
}

    .swiper-container-fade .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

.swiper-container-cube {
    overflow: visible;
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }

    .swiper-container-cube .swiper-slide-active {
        pointer-events: auto;
        pointer-events: auto;
        visibility: visible;
    }

        .swiper-container-cube .swiper-slide-active .swiper-slide-active {
            pointer-events: auto;
        }

    .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0;
    }

.swiper-container-flip {
    overflow: visible;
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-container-flip .swiper-slide-active {
        pointer-events: auto;
    }

        .swiper-container-flip .swiper-slide-active .swiper-slide-active {
            pointer-events: auto;
        }

    .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

.main-soc-hub {
    background: #f0efef;
    padding: 20px 0;
}

    .main-soc-hub .tab-content {
        clear: both;
    }

        .main-soc-hub .tab-content .panel {
            border: none;
        }

            .main-soc-hub .tab-content .panel .panel-title {
                display: none;
            }

        .main-soc-hub .tab-content #panel-social-inst .panel-heading {
            background: #c5308b;
        }

        .main-soc-hub .tab-content .panel-social > .panel-heading {
            padding: 5px 15px;
        }

    .main-soc-hub .title {
        font-size: 28px;
        font-size: 2.8rem;
        margin: 20px 0 30px;
        text-align: center;
    }

    .main-soc-hub .social-home-tab {
        display: none;
        border: none;
    }

        .main-soc-hub .social-home-tab li {
            padding: 0px;
        }

            .main-soc-hub .social-home-tab li a {
                text-align: center;
                margin: 0px;
                border-radius: 0px 0px 0px 0px;
                border: none;
                padding: 0;
            }

                .main-soc-hub .social-home-tab li a img {
                    max-width: 100% !important;
                }

        .main-soc-hub .social-home-tab .fb-bg {
            background: #3b5998;
        }

        .main-soc-hub .social-home-tab .twt-bg {
            background: #268dd5;
        }

        .main-soc-hub .social-home-tab .inst-bg {
            background: #c5308b;
        }

        .main-soc-hub .social-home-tab .fa {
            color: #fff;
            font-size: 42px;
            font-size: 4.2rem;
        }

        .main-soc-hub .social-home-tab > li.active > a.fb-bg, .main-soc-hub .social-home-tab > li.active > a.fb-bg:hover, .main-soc-hub .social-home-tab > li.active > a.fb-bg:focus {
            background: #3b5998;
            border: none;
        }

            .main-soc-hub .social-home-tab > li.active > a.fb-bg:after, .main-soc-hub .social-home-tab > li.active > a.fb-bg:hover:after, .main-soc-hub .social-home-tab > li.active > a.fb-bg:focus:after {
                color: #3b5998;
                font-family: 'FontAwesome';
                content: "\f0d7";
                position: absolute;
                bottom: 4px;
                width: 20px;
                height: 20px;
                font-size: 0px;
                font-size: 0rem;
                z-index: 999;
                left: 50%;
                margin: 0 0 0 -10px;
            }

        .main-soc-hub .social-home-tab > li.active > a.twt-bg, .main-soc-hub .social-home-tab > li.active > a.twt-bg:hover, .main-soc-hub .social-home-tab > li.active > a.twt-bg:focus {
            background: #268dd5;
            border: none;
        }

            .main-soc-hub .social-home-tab > li.active > a.twt-bg:after, .main-soc-hub .social-home-tab > li.active > a.twt-bg:hover:after, .main-soc-hub .social-home-tab > li.active > a.twt-bg:focus:after {
                color: #268dd5;
                font-family: 'FontAwesome';
                content: "\f0d7";
                position: absolute;
                bottom: 4px;
                width: 20px;
                height: 20px;
                font-size: 0px;
                font-size: 0rem;
                z-index: 999;
                left: 50%;
                margin: 0 0 0 -10px;
            }

        .main-soc-hub .social-home-tab > li.active > a.inst-bg, .main-soc-hub .social-home-tab > li.active > a.inst-bg:hover, .main-soc-hub .social-home-tab > li.active > a.inst-bg:focus {
            background: #c5308b;
            border: none;
        }

            .main-soc-hub .social-home-tab > li.active > a.inst-bg:after, .main-soc-hub .social-home-tab > li.active > a.inst-bg:hover:after, .main-soc-hub .social-home-tab > li.active > a.inst-bg:focus:after {
                color: #c5308b;
                font-family: 'FontAwesome';
                content: "\f0d7";
                position: absolute;
                bottom: 4px;
                width: 20px;
                height: 20px;
                font-size: 0px;
                font-size: 0rem;
                z-index: 999;
                left: 50%;
                margin: 0 0 0 -10px;
            }

.panel-social > .panel-heading {
    color: #fff;
    border-radius: 0;
    padding: 20px 15px;
}

    .panel-social > .panel-heading .panel-title {
        font-size: 20px;
        font-size: 2rem;
        text-transform: uppercase;
    }

.panel-social > .panel-body {
    padding: 5px;
}

.panel-social.panel-social-fb > .panel-heading {
    background: #3b5998;
}

.panel-social.panel-social-twt > .panel-heading {
    background: #268dd5;
}

.panel-social.panel-social-twt iframe.twitter-timeline {
    height: 280px !important;
}

.panel-social.panel-social-inst > .panel-heading {
    background: #e23165 url("../images/social-inst-heading.jpg") no-repeat center center;
    background-size: cover;
}

.panel-social.panel-social-inst iframe {
    height: 306px !important;
}

.main-banner {
    position: relative;
    /*height: 560px;
  overflow: hidden;*/
}

    .main-banner > img {
        width: 100%;
    }

    .main-banner .overlay {
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.5;
        background: #000;
        position: absolute;
    }

    .main-banner #homeCarousel.owl-theme .owl-controls {
        position: absolute;
        bottom: 5px;
        text-align: center;
        width: 100%;
        z-index: 1;
    }

    .main-banner #homeCarousel .owl-dots .owl-dot span {
        border: 0;
    }

    .main-banner #homeCarousel .owl-dots .owl-dot.active span, .main-banner #homeCarousel .owl-dots .owl-dot:hover span {
        background: #fff;
    }

#layerslider .slide-5 .videoDetail {
    height: 100%;
    overflow: hidden;
}

    #layerslider .slide-5 .videoDetail .video-block.express-video {
        height: 100% !important;
    }

        #layerslider .slide-5 .videoDetail .video-block.express-video .fa-play {
            height: 24px !important;
        }

#home-owl .carousel-inner .owl-controls {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}

    #home-owl .carousel-inner .owl-controls .owl-dots .owl-dot span {
        border: none;
        background: #666;
    }

    #home-owl .carousel-inner .owl-controls .owl-dots .owl-dot.active span {
        background: #fff;
    }

#home-owl {
    display: none;
}

.home-get-in-touch-text label h3 {
    font-size: 1.5em;
    line-height: 26px;
    color: #5c2e91;
    font-weight: 600;
}

.home-get-in-touch-form {
    padding: 0;
}

    .home-get-in-touch-form label {
        font-size: 1.5rem !important;
    }

.home-getin-touch {
    padding: 40px 0 25px;
}

.br-x {
    border: 1px #eaeaea solid;
}

.left-pannel {
    padding-top: 20px;
}

    .left-pannel .painting-point {
        padding: 20px 50px 0;
    }

        .left-pannel .painting-point p {
            font-size: 2.0rem;
            color: #47115c;
            font-weight: 700;
            margin-bottom: 5px;
        }

        .left-pannel .painting-point h2 {
            font-size: 3rem;
            font-weight: 400;
            color: #ec4b7d;
            margin-bottom: 32px;
        }

        .left-pannel .painting-point ul li {
            display: flex;
            align-items: flex-start;
            line-height: 2.4rem;
            color: #414141;
            margin-bottom: 20px;
            font-size: 1.8rem;
            font-weight: 600;
            padding: 0 0 20px;
            border-bottom: 1px #e5e5e5 solid;
        }

            .left-pannel .painting-point ul li:last-child {
                border: 0;
            }

            .left-pannel .painting-point ul li span {
                font-size: 4rem;
                font-weight: 700;
                margin-right: 20px;
                color: #5f5f5f;
            }

.getin-form {
    background-color: #f2f2f2;
    border-left: 1px #eaeaea solid;
    padding: 20px 30px 0;
    display: inline-table;
}

    .getin-form .home-get-in-touch h2 {
        font-size: 2.8rem;
        font-weight: 900;
        color: #47115c;
    }

    .getin-form .home-get-in-touch-text h3 {
        font-size: 1.5rem;
    }

@media (min-width: 992px) {
    .getin-form .home-get-in-touch-text h3 {
        font-size: 1.1rem;
    }
}

.getin-form .formanimate .form-group {
    border: none !important;
}

    .getin-form .formanimate .form-group input {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px #a2a2a2 solid !important;
        background: transparent;
    }

    .getin-form .formanimate .form-group .form-control {
        border: none;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    }

        .getin-form .formanimate .form-group .form-control.form-ico {
            padding-left: 30px;
            background-repeat: no-repeat;
            background-position: 0 8px;
        }

            .getin-form .formanimate .form-group .form-control.form-ico.form-ico-01 {
                background-image: url("../images/form-icon/form-ico-01.png");
            }

            .getin-form .formanimate .form-group .form-control.form-ico.form-ico-02 {
                background-image: url("../images/form-icon/form-ico-02.png");
            }

            .getin-form .formanimate .form-group .form-control.form-ico.form-ico-03 {
                background-image: url("../images/form-icon/form-ico-03.png");
            }

            .getin-form .formanimate .form-group .form-control.form-ico.form-ico-04 {
                background-image: url("../images/form-icon/form-ico-04.png");
            }

            .getin-form .formanimate .form-group .form-control.form-ico.form-ico-05 {
                background-image: url("../images/form-icon/form-ico-05.png");
                background-position: 0 6px;
            }

        .getin-form .formanimate .form-group .form-control::placeholder {
            color: #676767;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
        }

    .getin-form .formanimate .form-group textarea {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px #a2a2a2 solid !important;
        background: transparent;
    }

        .getin-form .formanimate .form-group textarea .form-control {
            border: none;
            -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
        }

    .getin-form .formanimate .form-group p.red {
        font-size: 1.3rem;
    }

    .getin-form .formanimate .form-group .checkbox-custom-label {
        padding: 0 1rem !important;
    }

@media (max-width: 992px) {
    .left-pannel {
        padding-top: 0;
    }

        .left-pannel .painting-point {
            padding: 10px 25px 0;
        }

            .left-pannel .painting-point ul li {
                margin-bottom: 10px !important;
            }
}

@media (max-width: 768px) {
    .main-banner #homeCarousel {
        padding-top: 72px;
    }

    .left-pannel {
        padding-top: 0;
    }

        .left-pannel .painting-point {
            padding: 10px 15px 0;
        }

            .left-pannel .painting-point ul li {
                margin-bottom: 10px !important;
            }
}

@media (max-width: 767px) {
    .home-getin-touch {
        padding: 25px 0;
    }

    .main-soc-hub .social-home-tab {
        display: block;
    }

    #home-owl {
        display: block;
    }

    body.modal-open {
        position: fixed;
    }

    .home-get-in-touch-form {
        padding: 0 10px;
    }

    .left-pannel {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .left-pannel {
        padding-top: 20px;
    }

        .left-pannel .painting-point {
            padding: 20px 50px 0;
        }

            .left-pannel .painting-point p {
                font-size: 2.3rem;
                color: #47115c;
                font-weight: 700;
                margin-bottom: 5px;
            }
}

.gren-horizone h1.greenHorizon {
    color: green;
    font-size: 30px;
    font-size: 3rem;
}

.gren-horizone .font48 {
    font-size: 30px;
    font-size: 3rem;
}

.gren-horizone .font30 {
    font-size: 24px;
    font-size: 2.4rem;
}

.gren-horizone .font24 {
    font-size: 20px;
    font-size: 2rem;
}

.gren-horizone.green-initative {
    padding: 0 0 30px;
}

.vision-mission {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 5rem 0 3rem;
    text-align: center;
}

    .vision-mission img {
        display: inline-block;
    }

.shades-of-green {
    padding: 4rem 0 3rem;
}

    .shades-of-green img.img-responsive {
        margin: 0 auto 10px;
        max-width: 150px;
    }

    .shades-of-green hr {
        margin-top: 0;
    }

    .shades-of-green ul li {
        padding: 8px 0 0 20px;
        font-size: 15px;
        font-size: 1.5rem;
        color: #393939;
    }

        .shades-of-green ul li:before {
            font-family: 'FontAwesome';
            content: '\f00c';
            font-size: 15px;
            font-size: 1.5rem;
            color: green;
            position: absolute;
            left: 0;
        }

        .shades-of-green ul li.no-bullet:before {
            content: '';
        }

.touch-of-green {
    padding: 40px 0 25px;
    background: #ccebbb;
}

    .touch-of-green ul li {
        padding: 8px 0 0 30px;
        font-size: 15px;
        font-size: 1.5rem;
        color: #393939;
    }

        .touch-of-green ul li:before {
            font-family: 'FontAwesome';
            content: '\f00c';
            font-size: 15px;
            font-size: 1.5rem;
            color: green;
            position: absolute;
            left: 15px;
        }

.eco-safe {
    padding: 6rem 0 3.5rem;
    text-align: center;
}

    .eco-safe img {
        display: inline-block;
    }

    .eco-safe hr {
        margin-top: 0;
    }

    .eco-safe ul li {
        padding: 6px 0 0 15px;
        font-size: 15px;
        font-size: 1.5rem;
        color: #393939;
        text-align: left;
    }

        .eco-safe ul li:before {
            font-family: 'FontAwesome';
            content: '\f00c';
            font-size: 15px;
            font-size: 1.5rem;
            color: green;
            position: absolute;
            left: 0;
        }

        .eco-safe ul li.no-bullet:before {
            content: '';
        }

.eifs {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 5rem 0 7rem;
}

.aquagreen-coatings {
    padding: 5rem 0 7rem;
}

@media only screen and (min-width: 768px) {
    .shades-of-green img.img-responsive {
        margin: 0;
        max-width: 100%;
    }

    .shades-of-green ul li {
        padding: 8px 0 8px 20px;
    }

    .touch-of-green ul li {
        padding: 8px 0 8px 30px;
    }

    .eco-safe ul li {
        padding: 6px 0 6px 15px;
    }
}

@media only screen and (min-width: 992px) {
    .gren-horizone h1.greenHorizon {
        color: green;
        font-size: 48px;
        font-size: 4.8rem;
    }

    .gren-horizone .font48 {
        font-size: 48px;
        font-size: 4.8rem;
    }

    .gren-horizone .font30 {
        font-size: 30px;
        font-size: 3rem;
    }

    .gren-horizone .font24 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .gren-horizone.green-initative {
        padding: 0 0 50px;
    }

    .vision-mission {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 5rem 0 5rem;
        text-align: left;
    }

        .vision-mission img {
            display: block;
            float: left;
        }

        .vision-mission h2 {
            margin-bottom: 10px;
        }

    .shades-of-green {
        padding: 6rem 0 3.5rem;
    }

        .shades-of-green hr {
            margin-top: 0;
        }

        .shades-of-green ul li {
            padding: 8px 0;
            font-size: 15px;
            font-size: 1.5rem;
            color: #393939;
            padding-left: 20px;
        }

            .shades-of-green ul li:before {
                font-family: 'FontAwesome';
                content: '\f00c';
                font-size: 16px;
                font-size: 1.6rem;
                color: green;
                position: absolute;
                left: 0;
            }

            .shades-of-green ul li.no-bullet:before {
                content: '';
            }

    .touch-of-green {
        padding: 40px 0 25px;
        background: url(../images/touch-of-green-bg.png) 0 0 no-repeat #f4faf3;
    }

        .touch-of-green ul li {
            padding: 8px 0;
            font-size: 15px;
            font-size: 1.5rem;
            color: #393939;
            padding-left: 30px;
        }

            .touch-of-green ul li:before {
                font-family: 'FontAwesome';
                content: '\f00c';
                font-size: 16px;
                font-size: 1.6rem;
                color: green;
                position: absolute;
                left: 15px;
            }

    .eco-safe {
        padding: 6rem 0 3.5rem;
        text-align: left;
    }

        .eco-safe img {
            display: block;
            float: left;
        }

        .eco-safe hr {
            margin-top: 0;
        }

        .eco-safe ul li {
            padding: 6px 0;
            font-size: 15px;
            font-size: 1.5rem;
            color: #393939;
            padding-left: 15px;
        }

            .eco-safe ul li:before {
                font-family: 'FontAwesome';
                content: '\f00c';
                font-size: 16px;
                font-size: 1.6rem;
                color: green;
                position: absolute;
                left: 0;
            }

            .eco-safe ul li.no-bullet:before {
                content: '';
            }

    .eifs {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
        padding: 5rem 0 7rem;
    }
}

.home-painting h2, .familiarization h2, .notice-of-meeting h2, .investor-compliance h2, .global-group-presence h2, .seasonal-paint-colours h2 {
    color: #5c2f96;
    font-weight: 400;
    font-size: 33px;
    font-size: 3.3rem;
    margin-bottom: 30px;
}

.home-painting h3, .familiarization h3, .notice-of-meeting h3, .investor-compliance h3, .global-group-presence h3, .seasonal-paint-colours h3 {
    color: #5c2f96;
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2 !important;
}

.home-painting h4, .familiarization h4, .notice-of-meeting h4, .investor-compliance h4, .global-group-presence h4, .seasonal-paint-colours h4 {
    color: #666;
    font-weight: 400;
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 10px;
}

    .home-painting h4 span, .familiarization h4 span, .notice-of-meeting h4 span, .investor-compliance h4 span, .global-group-presence h4 span, .seasonal-paint-colours h4 span {
        color: #5c2f96;
    }

    .home-painting h4 i, .familiarization h4 i, .notice-of-meeting h4 i, .investor-compliance h4 i, .global-group-presence h4 i, .seasonal-paint-colours h4 i {
        font-size: 24px;
        font-size: 2.4rem;
        position: relative;
        top: -2px;
        opacity: 0.8;
        padding-right: 6px;
    }

.home-painting {
    padding: 50px 0;
    /*path[fill="#C9563C"]{opacity: 1;}*/
}

    .home-painting .card-square .card-content {
        text-align: left;
        color: #000;
        padding: 20px;
        margin-top: 30px;
        border: #ccc solid 1px;
        min-height: 300px;
    }

        .home-painting .card-square .card-content h3 {
            text-align: center;
            font-weight: 700;
        }

    .home-painting h3 {
        font-size: 21px;
        font-size: 2.1rem;
        color: #5c2f96;
        font-weight: 700;
    }

    .home-painting .main-banner {
        padding: 0;
    }

    .home-painting .get-in-touch form {
        padding: 20px 35px;
        background: #f94047;
        padding-top: 25px;
        border-bottom: #3db5ec solid 3px;
    }

        .home-painting .get-in-touch form h2 {
            color: #fff !important;
            text-transform: uppercase;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .home-painting .get-in-touch form span {
            font-weight: 100;
        }

        .home-painting .get-in-touch form .form-control, .home-painting .get-in-touch form .input-group-addon {
            border-radius: 0;
        }

            .home-painting .get-in-touch form .form-control:focus {
                border-color: #fff;
            }

        .home-painting .get-in-touch form .input-group-addon {
            background: #ac2026;
            font-size: 16px;
            font-size: 1.6rem;
            color: #fff;
            border: 0;
            min-width: 44px;
        }

        .home-painting .get-in-touch form .fa-mobile {
            font-size: 23px;
            font-size: 2.3rem;
            padding: 0px 1px;
        }

        .home-painting .get-in-touch form .btn {
            font-size: 21px;
            color: #fff;
            background-color: #4a2556;
            border-radius: 0;
            display: inline-block;
            /*padding: 4px 40px;*/
            float: none;
        }

            .home-painting .get-in-touch form .btn:focus {
                color: #fff;
                background-color: #2b1632;
            }

            .home-painting .get-in-touch form .btn:hover {
                color: #fff;
                background-color: #2b1632;
            }

            .home-painting .get-in-touch form .btn:focus {
                background-color: #4a2556;
            }

    .home-painting .get-in-touch .form-group:nth-child(4) .input-group .input-group-addon {
        padding: 4px 8px;
    }

    .home-painting .get-in-touch .form-group:nth-child(5) .input-group .input-group-addon {
        padding: 4px 12px;
    }

    .home-painting .get-in-touch .form-group:nth-child(6) .input-group .input-group-addon {
        padding: 4px 5px;
    }

    .home-painting#berger-preview {
        background-color: #f5f4f4;
    }

    .home-painting#methodology {
        background: #5a3b7f;
    }

    .home-painting section.container-fluid {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home-painting .border-left {
        border-left: #5c2f96 solid 1px;
        margin-left: -10px;
        padding-left: 30px;
    }

    .home-painting .address p:last-child {
        margin: 0;
    }

    .home-painting .carousel .carousel-inner .item div {
        background: #e7e4e4;
        padding: 25px 35px;
        float: left;
    }

        .home-painting .carousel .carousel-inner .item div div {
            padding: 0;
        }

            .home-painting .carousel .carousel-inner .item div div.row {
                width: 100%;
            }

        .home-painting .carousel .carousel-inner .item div .video-block {
            margin: 0 !important;
            background-position: center center;
            background-size: 100%;
        }

    .home-painting .carousel .carousel-inner .item img {
        float: left;
        margin-right: 25px;
        border-radius: 4px;
    }

    .home-painting .carousel .carousel-inner .item p {
        padding-top: 0;
        margin-top: -6px;
    }

    .home-painting .carousel .carousel-inner .item h5 {
        color: #5c2f96;
    }

    .home-painting .carousel .carousel-inner .carousel-control {
        opacity: 1;
    }

        .home-painting .carousel .carousel-inner .carousel-control.left, .home-painting .carousel .carousel-inner .carousel-control.right {
            background-image: none;
            height: auto !important;
        }

        .home-painting .carousel .carousel-inner .carousel-control .glyphicon-chevron-left, .home-painting .carousel .carousel-inner .carousel-control .icon-prev, .home-painting .carousel .carousel-inner .carousel-control .glyphicon-chevron-right, .home-painting .carousel .carousel-inner .carousel-control .icon-next {
            height: auto;
        }

    .home-painting .carousel .carousel-inner .owl-nav {
        position: absolute;
        top: 25%;
        width: 100%;
    }

        .home-painting .carousel .carousel-inner .owl-nav .owl-prev {
            left: 0;
            background: none;
            position: absolute;
            height: 100px;
        }

        .home-painting .carousel .carousel-inner .owl-nav .owl-next {
            right: 0;
            background: none;
            position: absolute;
            height: 100px;
        }

    .home-painting #testimonialCarousel .item div {
        padding: 20px 35px 20px;
    }

        .home-painting #testimonialCarousel .item div div {
            padding: 0;
        }

    .home-painting #testimonialCarousel a {
        width: 15px;
        height: 29px !important;
        display: block;
        position: absolute;
        z-index: 9;
        bottom: 20px;
        top: auto;
        left: auto;
    }

        .home-painting #testimonialCarousel a.left {
            right: 50px;
        }

        .home-painting #testimonialCarousel a.right {
            right: 20px;
        }

    .home-painting #videotestimonialCarousel .item, .home-painting #adsCarousel .item {
        width: 100%;
    }

        .home-painting #videotestimonialCarousel .item div, .home-painting #adsCarousel .item div {
            width: 100%;
            padding: 20px;
            margin: 0;
        }

    .home-painting #videotestimonialCarousel .video-nav-band, .home-painting #adsCarousel .video-nav-band {
        position: absolute;
        width: 100%;
        height: 51px;
        padding: 0 20px;
        bottom: 20px;
        left: 0;
    }

        .home-painting #videotestimonialCarousel .video-nav-band div, .home-painting #adsCarousel .video-nav-band div {
            position: relative;
            background-color: rgba(91, 91, 91, 0.4);
            width: 100%;
            height: 51px;
            padding: 10px 0;
            overflow: hidden;
        }

            .home-painting #videotestimonialCarousel .video-nav-band div a, .home-painting #adsCarousel .video-nav-band div a {
                width: 15px;
                height: 29px !important;
                display: block;
                position: absolute;
                z-index: 9;
                bottom: 10px;
                top: auto;
                left: auto;
            }

                .home-painting #videotestimonialCarousel .video-nav-band div a.left, .home-painting #adsCarousel .video-nav-band div a.left {
                    right: 50px;
                }

                .home-painting #videotestimonialCarousel .video-nav-band div a.right, .home-painting #adsCarousel .video-nav-band div a.right {
                    right: 20px;
                }

    .home-painting #adsCarousel .item div {
        padding: 0;
        background-position: center center;
        background-color: transparent !important;
    }

        .home-painting #adsCarousel .item div .ads-pre {
            position: absolute;
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 25px;
            font-size: 2.5rem;
            color: #fff;
            background: rgba(0, 0, 0, 0.4);
            z-index: 0;
            top: 0;
            left: 0;
            text-align: center;
            padding-top: 8px;
        }

    .home-painting #circle-1 path {
        stroke-width: 5px;
        opacity: 1;
    }

    .home-painting path[fill="#F1F1F2"]:after {
        content: "1";
        position: relative;
        top: 0;
        left: 0;
    }

    .home-painting #Layer_1 polyline {
        visibility: hidden;
    }

    .home-painting#methodology h2 {
        color: #fff !important;
    }

    .home-painting .font-yellow-base {
        color: yellow;
    }

    .home-painting text {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 700;
    }

.list-okay li {
    padding-left: 30px;
    background: url("../images/right-tick.png") no-repeat 0 5px;
    line-height: 30px;
    margin-bottom: 10px;
}

.card-square .card-content {
    padding: 15px;
    min-height: 290px;
}

.card-square .card-heading {
    text-align: center;
}

.card-square a.btn {
    color: #5c2f96;
}

.card-square .card-content {
    text-align: center;
    color: #fff;
    padding: 20px;
    margin-top: 30px;
    min-height: 300px;
}

.carousel-inner .item {
    padding: 10px;
}

.address h4 {
    font-size: 22px;
    font-size: 2.2rem;
}

.bullet-list-red li, .bullet-list-green li {
    position: relative;
}

    .bullet-list-red li:before, .bullet-list-green li:before {
        left: 5px;
    }

#toolsCarousel .carousel-inner .item {
    padding: 0 30px;
}

    #toolsCarousel .carousel-inner .item div {
        background: none;
        padding: 15px;
    }

        #toolsCarousel .carousel-inner .item div div {
            padding: 0;
            margin: 0;
        }

        #toolsCarousel .carousel-inner .item div h3 {
            font-size: 22px;
            font-size: 2.2rem;
            text-transform: capitalize;
        }

        #toolsCarousel .carousel-inner .item div ul.tool-list li {
            background: url("../images/right-tick-grey.png") no-repeat 0 5px;
            padding-left: 25px;
        }

#videotestimonialCarousel .item div .video-block.express-video .caption {
    display: none;
}

@media only screen and (min-width: 768px) {
    .home-painting h4, .familiarization h4, .notice-of-meeting h4, .investor-compliance h4, .global-group-presence h4, .seasonal-paint-colours h4 {
        font-size: 31px;
        font-size: 3.1rem;
    }

    .home-painting #adsCarousel .item div, .familiarization #adsCarousel .item div, .notice-of-meeting #adsCarousel .item div, .investor-compliance #adsCarousel .item div, .global-group-presence #adsCarousel .item div, .seasonal-paint-colours #adsCarousel .item div {
        min-height: 258px !important;
    }

    .home-painting .video-block.express-video, .familiarization .video-block.express-video, .notice-of-meeting .video-block.express-video, .investor-compliance .video-block.express-video, .global-group-presence .video-block.express-video, .seasonal-paint-colours .video-block.express-video {
        height: 258px !important;
        margin-bottom: 0 !important;
    }

    .home-painting #videotestimonialCarousel .item div, .familiarization #videotestimonialCarousel .item div, .notice-of-meeting #videotestimonialCarousel .item div, .investor-compliance #videotestimonialCarousel .item div, .global-group-presence #videotestimonialCarousel .item div, .seasonal-paint-colours #videotestimonialCarousel .item div {
        min-height: 280px !important;
    }

        .home-painting #videotestimonialCarousel .item div .video-block.express-video, .familiarization #videotestimonialCarousel .item div .video-block.express-video, .notice-of-meeting #videotestimonialCarousel .item div .video-block.express-video, .investor-compliance #videotestimonialCarousel .item div .video-block.express-video, .global-group-presence #videotestimonialCarousel .item div .video-block.express-video, .seasonal-paint-colours #videotestimonialCarousel .item div .video-block.express-video {
            height: 280px !important;
            margin-bottom: 0 !important;
        }

            .home-painting #videotestimonialCarousel .item div .video-block.express-video .caption, .familiarization #videotestimonialCarousel .item div .video-block.express-video .caption, .notice-of-meeting #videotestimonialCarousel .item div .video-block.express-video .caption, .investor-compliance #videotestimonialCarousel .item div .video-block.express-video .caption, .global-group-presence #videotestimonialCarousel .item div .video-block.express-video .caption, .seasonal-paint-colours #videotestimonialCarousel .item div .video-block.express-video .caption {
                position: absolute;
                font-size: 1.4rem;
                bottom: 0;
                left: 0;
                color: white;
                text-shadow: 2px 2px 1px #000;
                margin-bottom: 0;
                min-height: 50px !important;
                background-color: rgba(0, 0, 0, 0.7);
                width: 100%;
                display: block;
                text-align: center;
                line-height: 1.8rem;
                padding: 10px 15px;
                z-index: 9;
            }

        .home-painting #videotestimonialCarousel .item div iframe.video-block.express-video, .familiarization #videotestimonialCarousel .item div iframe.video-block.express-video, .notice-of-meeting #videotestimonialCarousel .item div iframe.video-block.express-video, .investor-compliance #videotestimonialCarousel .item div iframe.video-block.express-video, .global-group-presence #videotestimonialCarousel .item div iframe.video-block.express-video, .seasonal-paint-colours #videotestimonialCarousel .item div iframe.video-block.express-video {
            margin-bottom: -5px !important;
        }

    .home-painting #testimonialCarousel .item div, .familiarization #testimonialCarousel .item div, .notice-of-meeting #testimonialCarousel .item div, .investor-compliance #testimonialCarousel .item div, .global-group-presence #testimonialCarousel .item div, .seasonal-paint-colours #testimonialCarousel .item div {
        min-height: 280px !important;
    }

    .address h4 {
        font-size: 30px;
        font-size: 3rem;
        font-size: 26px;
        font-size: 2.6rem;
    }

    .carousel .carousel-inner .item {
        padding: 0;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -54px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -54px;
    }
}

@media only screen and (min-width: 992px) {
    .address h4 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .carousel-inner .item {
        padding: 40px 70px;
    }

    .card-square .card-container {
        margin: 0 15px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -65px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -65px;
    }
}

@media only screen and (min-width: 1200px) {
    .address h4 {
        font-size: 26px;
        font-size: 2.6rem;
        margin-left: 5px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -50%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -50%;
    }
}

.home-painting .is-hidden {
    opacity: 0;
}

.svg-circle {
    transform: scale(1) !important;
    opacity: 0;
}

.fadeInRight.open:before {
    /*top: -150px !important;*/
}

.fadeInRight:before {
    transform: rotate(225deg) !important;
    /*top: 30px !important;*/
    left: 36px !important;
    bottom: 0 !important;
}

.fadeInRight:before {
    transform: rotate(232deg) !important;
    /*top: -150px !important;*/
    left: 60px !important;
    bottom: 80px !important;
}

#methodology .container {
    overflow: hidden;
}

.orange-circle {
    stroke-dasharray: 0, 2000;
    transition: all .5s ease-out;
    transition-delay: 1s;
    -ms-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(-90deg);
    transform-origin: 0 0;
}

#tl_1 .animated .orange-circle {
    stroke-dasharray: 0, 2000;
    transform: rotate(-90, 100, 100);
}

#tl_2 .animated .orange-circle {
    stroke-dasharray: 21, 2000;
}

#tl_3 .animated .orange-circle {
    stroke-dasharray: 42, 2000;
}

#tl_4 .animated .orange-circle {
    stroke-dasharray: 63, 2000;
}

#tl_5 .animated .orange-circle {
    stroke-dasharray: 84, 2000;
}

#tl_6 .animated .orange-circle {
    stroke-dasharray: 105, 2000;
}

#tl_7 .animated .orange-circle {
    stroke-dasharray: 126, 2000;
}

#tl_8 .animated .orange-circle {
    stroke-dasharray: 147, 2000;
}

#tl_9 .animated .orange-circle {
    stroke-dasharray: 168, 2000;
}

#tl_10 .animated .orange-circle {
    stroke-dasharray: 189, 2000;
}

#tl_11 .animated .orange-circle {
    stroke-dasharray: 210, 2000;
}

/*  vkrm code Added */
.methodology {
    background: #5A3B7F;
    color: #fff;
    position: relative;
}

.font-yellow-base {
    color: yellow;
}

.methodology:after {
    clear: both;
    display: table;
    content: '';
}

.dotcontainer {
    width: 300px;
    margin: 0 auto;
    position: relative;
    height: auto !important;
}

.dot {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

.steplist {
    min-height: 111px;
    text-align: center;
}

    .steplist h4 {
        font-size: 21px;
        font-size: 2.1rem;
        color: #fff;
        margin-bottom: 0;
        padding: 5px 0;
        font-weight: 600;
    }

    .steplist p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
        margin: 0;
        padding-bottom: 30px;
    }

.media {
    height: 180px;
}

.jsAnimLineConnector {
    height: 20px;
    background-color: #fff;
    transform-origin: left center;
    position: absolute;
    z-index: 10;
    transition: all 0.5s ease-out 1s;
}

.svg_txt .txt-block:before {
    display: none !important;
}

.svg_txt .animated {
    position: relative;
    z-index: 11;
}

/*  vkrm code Ended */
@media only screen and (max-width: 992px) {
    #berger-preview .col-md-6.m-t-70 {
        margin-top: 20px;
    }

    .home-painting .card-square .card-content {
        min-height: 200px;
        padding-bottom: 5px;
    }

    .home-painting .carousel .carousel-inner .item img {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 300px;
    }

        .home-painting .carousel .carousel-inner .item img.img-only {
            max-width: 800px;
        }

    .home-painting .carousel .carousel-inner .item p {
        padding-top: 15px;
    }

    .svg_txt .txt-block:before {
        display: none;
    }

    .media {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .home-painting #testimonialCarousel .item div {
        padding: 25px 20px 15px 20px !important;
    }

        .home-painting #testimonialCarousel .item div div {
            padding: 0 15px !important;
        }
}

@media only screen and (max-width: 767px) {
    #toolsCarousel.carousel .carousel-inner .item div div {
        width: 100% !important;
    }

    #toolsCarousel.carousel .carousel-inner .carousel-control.left, #toolsCarousel.carousel .carousel-inner .carousel-control.right {
        background: rgba(0, 0, 0, 0.2);
    }

    #toolsCarousel.carousel .owl-controls {
        margin-top: -20px;
        margin-bottom: 30px;
    }

    .jsAnimLineConnector {
        height: 15px;
    }

    #testimonialCarousel {
        margin-bottom: 20px;
    }

    .svg_txt .txt-block:before {
        display: none;
    }

    .home-painting {
        padding: 50px 0;
    }

        .home-painting.noPadTab {
            padding-bottom: 0 !important;
        }

        .home-painting .carousel .carousel-inner .item {
            padding: 0 20px !important;
        }

            .home-painting .carousel .carousel-inner .item div {
                padding: 25px;
            }

            .home-painting .carousel .carousel-inner .item p {
                padding-top: 0;
            }

        .home-painting .carousel .carousel-inner .carousel-control.left {
            width: 40px;
            height: 50px !important;
            top: 35%;
        }

        .home-painting .carousel .carousel-inner .carousel-control.right {
            width: 40px;
            height: 50px !important;
            top: 35%;
        }

        .home-painting .carousel .carousel-inner .carousel-control {
            opacity: 0.6;
        }

            .home-painting .carousel .carousel-inner .carousel-control .glyphicon-chevron-left {
                height: 28px;
                top: 22px;
            }

            .home-painting .carousel .carousel-inner .carousel-control .glyphicon-chevron-right {
                height: 28px;
                top: 22px;
            }

    #videotestimonialCarousel .carousel-inner .item, #testimonialCarousel .carousel-inner .item, #adsCarousel .carousel-inner .item {
        padding: 0 !important;
    }

    .home-painting h2 {
        text-align: center;
    }

    .home-painting .border-left {
        border: none;
        padding-left: 0;
    }

    .svg_txt p {
        line-height: 22px;
        padding-top: 0;
    }

    .get-in-touch {
        padding-right: 0px;
        padding-left: 0px;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 25px;
    }

    .svg_txt br {
        display: none;
    }

    .svg_txt .big {
        font-size: 24px;
        font-size: 2.4rem;
    }

    #testimonialCarousel .item div {
        margin: 0;
        width: 100%;
        text-align: center;
    }

        #testimonialCarousel .item div img {
            margin: 0 auto;
            margin-bottom: 15px;
            max-width: 100% !important;
            width: auto !important;
        }
}

.contac-box .cnct-header {
    color: #fff;
    margin: 0;
    padding: 15px 0;
    background: #555252;
}

.contac-box .contant-detals-box {
    padding: 15px;
    background: #666666;
}

    .contac-box .contant-detals-box a {
        color: #fff;
    }

.drawLine:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 48px;
    right: -5px;
    top: 50%;
    margin-top: -24px;
    background: url("/resources/images/express-paint-getintouchnew/icons/next-arrow.png") no-repeat;
}

.steplist {
    width: 250px;
    height: 250px;
    border: 2px solid #f169a6;
    border-radius: 50%;
    padding: 20px;
    margin: 20px auto;
    position: relative;
}

    .steplist:before {
        counter-increment: my-sec-counter;
        content: counter(my-sec-counter,decimal-leading-zero);
        position: absolute;
        width: 50px;
        height: 50px;
        left: -35px;
        top: 50%;
        margin-top: -25px;
        line-height: 50px;
        font-size: 4rem;
        font-weight: 300;
        background: #5a3b7f;
    }

    .steplist h4 {
        font-size: 1.7rem;
    }

    .steplist p {
        font-size: 1.5rem;
    }

.top-bin {
    font-size: 2.5rem;
    color: #fff;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .drawLine {
        margin-bottom: 70px;
        position: relative;
    }

        .drawLine:after {
            bottom: -55px;
            left: 50%;
            top: auto;
            margin-left: -12px;
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
}

@media only screen and (max-width: 480px) {
    .home-painting .carousel .carousel-inner .carousel-control.left {
        top: 40%;
    }

    .home-painting .carousel .carousel-inner .carousel-control.right {
        top: 40%;
    }

    #adsCarousel .item div {
        min-height: 180px !important;
    }

    #videotestimonialCarousel .item div.videoDetail {
        min-height: 160px !important;
    }

        #videotestimonialCarousel .item div.videoDetail .video-block {
            height: 160px !important;
        }

    .videoDetail {
        min-height: 180px !important;
    }

    .video-block.express-video {
        height: 180px !important;
    }
}

@media only screen and (max-width: 320px) {
    .svg_txt br {
        display: none;
    }

    .svg_txt .big {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .drawLine:nth-child(2n):after {
        background: transparent;
    }
}

@media only screen and (min-width: 992px) {
    .drawLine:nth-child(3n):after {
        background: transparent;
    }
}

.color-pink {
    color: #b74ea8;
}

.product-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 87px;
}

    .product-menu li {
        list-style: none;
        padding: 10px 0 5px;
        text-align: center;
        border-color: #e6e6e6;
        border-style: solid;
        border-width: 2px 2px 5px 2px;
        border-left: none;
        color: #780d75;
        font-size: 20px;
        font-size: 2rem;
        /*position: relative;
  z-index: 99;*/
    }

        .product-menu li img {
            margin: 0 auto;
            max-width: 100%;
        }

        .product-menu li a {
            display: block;
        }

        .product-menu li .c-img {
            display: inline-block;
            width: 58px;
            height: 58px;
        }

        .product-menu li span {
            display: inline-block;
            left: 10px;
            position: relative;
            top: -21px;
            color: #570656;
        }

        .product-menu li .color-image {
            display: block;
        }

        .product-menu li .white-image {
            display: none;
        }

        .product-menu li:hover {
            background: #9c3e8b;
        }

            .product-menu li:hover .white-image {
                display: block;
            }

            .product-menu li:hover .color-image {
                display: none;
            }

            .product-menu li:hover span {
                color: #fff;
            }

        .product-menu li.active-pro {
            background: #9c3e8b;
        }

            .product-menu li.active-pro span {
                color: #fff;
            }

            .product-menu li.active-pro .white-image {
                display: block;
            }

            .product-menu li.active-pro .color-image {
                display: none;
            }

            .product-menu li:hover a, .product-menu li.active-pro a {
                color: #fff;
                text-decoration: none;
            }

        .product-menu li:last-child {
            border-right: none;
        }

        .product-menu li.active-pro::after, .product-menu li:hover::after {
            width: 27px;
            height: 13px;
            display: inline-block;
            position: absolute;
            background: url(../images/product-menu/up-arrow.png) no-repeat;
            left: 50%;
            top: -11px;
            content: " ";
            z-index: 999;
            margin-left: -14px;
        }

.megaproductlist {
    position: relative;
    background: #fff;
    z-index: 999;
}

#home-owl {
    overflow: hidden;
}

.product-menu-list {
    left: 0;
    position: absolute;
    bottom: 87px;
    width: 100%;
    z-index: 99;
    background: #fff;
    display: none;
}

    .product-menu-list ul {
        list-style: none;
        margin: 0px;
        padding: 0;
    }

    .product-menu-list .viewAll-cntr {
        position: relative;
        overflow: hidden;
        float: left;
        clear: both;
        width: 100%;
        padding: 0 0 10px;
    }

        .product-menu-list .viewAll-cntr .view-all {
            font-size: 16px;
            font-size: 1.6rem;
            padding: 2px 24px;
            border: solid 1px #780d75;
            margin: 0 auto;
            max-width: 200px;
            text-align: center;
            display: inline-block;
            vertical-align: baseline;
            zoom: 1;
            *display: inline;
            *vertical-align: auto;
            position: relative;
            color: #4b085f;
        }

            .product-menu-list .viewAll-cntr .view-all:hover {
                background: #4b085f;
                color: #fff;
            }

            .product-menu-list .viewAll-cntr .view-all:before, .product-menu-list .viewAll-cntr .view-all:after {
                content: '';
                display: block;
                width: 2000px;
                position: absolute;
                top: 0.80em;
                border-top: 1px solid #780d75;
            }

            .product-menu-list .viewAll-cntr .view-all:before {
                left: 100%;
            }

            .product-menu-list .viewAll-cntr .view-all:after {
                right: 100%;
            }

    .product-menu-list .mobile-txt {
        color: #570656;
        text-align: center;
        padding: 25px 0 5px 0;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        display: none;
        margin: 0px;
    }

.app-drawer {
    margin: 0px;
    padding: 0px;
    content: " ";
    display: table;
}

    .app-drawer li {
        display: table-cell;
        width: 1%;
        float: none;
        position: relative;
        padding: 59px 0 49px 0;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        -webkit-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
        vertical-align: middle;
    }

        .app-drawer li .app-circle .white-image {
            display: none;
        }

        .app-drawer li .app-circle .color-image {
            display: block;
        }

        .app-drawer li .app-text {
            display: none;
            padding: 0 10px;
            font-size: 14px;
            font-size: 1.4rem;
            color: #212121;
            -moz-transition: all 0.7s ease-out;
            -o-transition: all 0.7s ease-out;
            -webkit-transition: all 0.7s ease-out;
            -ms-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;
            min-height: 52px;
        }

        .app-drawer li:hover {
            background: #dedede;
            vertical-align: top;
        }

            .app-drawer li:hover .app-text {
                display: block;
            }

        .app-drawer li .app-circle {
            border: 2px solid #dddddd;
            border-radius: 250px;
            height: 125px;
            width: 125px;
            margin: 0 auto;
            text-align: center;
            -moz-transition: all 0.7s ease-out;
            -o-transition: all 0.7s ease-out;
            -webkit-transition: all 0.7s ease-out;
            -ms-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;
        }

            .app-drawer li .app-circle img {
                max-width: 100%;
            }

        .app-drawer li:hover .app-circle {
            background: #802375;
        }

            .app-drawer li:hover .app-circle .white-image {
                display: block;
            }

            .app-drawer li:hover .app-circle .color-image {
                display: none;
            }

        .app-drawer li h3 {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: normal;
            color: #000;
            text-align: center;
            padding-top: 15px;
        }

.world-drawer .world-drawer-box {
    margin: 35px 5px;
}

    .world-drawer .world-drawer-box img {
        width: 100%;
        border: 1px solid #efeded;
    }

.world-drawer li a {
    cursor: pointer;
    position: relative;
    display: block;
    overflow: hidden;
}

    .world-drawer li a .mask-up {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 9;
        left: 0;
        top: 0;
        text-align: center;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0.9;
        -webkit-transform: translate(0px, 504px);
        -moz-transform: translate(0px, 504px);
        -o-transform: translate(0px, 504px);
        -ms-transform: translate(0px, 504px);
        transform: translate(0px, 504px);
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        .world-drawer li a .mask-up .more-link {
            position: absolute;
            text-align: center;
            top: 30%;
            width: 100%;
            font-size: 30px;
            font-size: 3rem;
            color: #fff;
        }

            .world-drawer li a .mask-up .more-link .view-bg {
                height: 45px;
                width: 45px;
                display: block;
                border-radius: 50%;
                background-color: rgba(0, 0, 0, 0.7);
                margin: 0 auto;
            }

    .world-drawer li a:hover .mask-up {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

#berBergerProducts .product-left {
    width: 20%;
    float: left;
    padding: 0 0px 0 15px;
}

#berBergerProducts .product-right {
    width: 80%;
    float: left;
    padding: 0 15px;
}

.ber-pro-drawer li.active:after {
    position: absolute;
    right: -10px;
    top: 50%;
    margin: -5px 0 0 0;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/product-menu/ber-news-arrow.png);
}

.ber-pro-drawer-content {
    clear: both;
}

    .ber-pro-drawer-content .ber-pro-box {
        padding: 35px 0 20px;
        clear: both;
        float: left;
        width: 100%;
    }

        .ber-pro-drawer-content .ber-pro-box .ber-pro-box-img {
            width: 50%;
            float: left;
            padding: 5px 0 0 0;
            text-align: center;
        }

            .ber-pro-drawer-content .ber-pro-box .ber-pro-box-img img {
                float: right;
                margin-right: 15px;
                max-width: 190px;
            }

        .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt {
            float: left;
            width: 50%;
        }

            .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt h3 {
                font-size: 23px;
                font-size: 2.3rem;
                font-weight: bold;
                color: #570656;
                padding: 18% 0 0 0;
                margin: 0px;
                min-height: 120px;
            }

            .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt h4 {
                font-size: 30px;
                font-size: 3rem;
                font-weight: bold;
                color: #570656;
                line-height: 1em;
            }

/* Button Bounce To Right */
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-to-right:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #9C3E8B;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
        color: white;
    }

        .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        }

.pink-button {
    height: 36px;
    background: rgba(183, 78, 168, 0.9);
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 6px 20px;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 0 0 0;
    text-decoration: none;
}

    .pink-button:hover {
        text-decoration: none;
    }

    .pink-button:active {
        text-decoration: none;
    }

    .pink-button .barrow {
        background: url(../images/button-arrow.png) no-repeat;
        width: 10px;
        height: 16px;
        display: inline-block;
        position: relative;
        top: 2px;
    }

.paint-tool {
    padding: 15px 0;
}

    .paint-tool .carousel .carousel-inner .item {
        padding: 0px;
    }

        .paint-tool .carousel .carousel-inner .item img {
            float: none;
            margin: 0 auto;
        }

    .paint-tool .carousel-control.left {
        background: url(../images/product-menu/tool-arrow-prev.png) center no-repeat;
        z-index: 990;
    }

    .paint-tool .carousel-control.right {
        background: url(../images/product-menu/tool-arrow-next.png) center no-repeat;
        z-index: 990;
    }

    .paint-tool .paint-tool-info {
        padding: 20px 0;
    }

        .paint-tool .paint-tool-info p {
            margin-bottom: 10px;
        }

        .paint-tool .paint-tool-info h3 {
            color: #780d75;
            font-size: 27px;
            font-size: 2.7rem;
            text-transform: upper;
        }

    .paint-tool .paint-tool-image {
        text-align: center;
        margin: 25px 0;
    }

.navbar-drawer {
    border-bottom: 1px solid #d6d4d4;
    color: #570656;
    display: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    cursor: pointer;
    background: #f3f3f3;
    margin-top: 20px;
    border-radius: 0 0 5px 5px;
}

    .navbar-drawer .menu-icon {
        border: 1px solid #858585;
        border-radius: 4px;
        float: right;
        text-align: center;
        display: inline-block;
        position: relative;
        width: 26px;
        height: 26px;
        top: 3px;
    }

        .navbar-drawer .menu-icon .fa {
            display: block;
            width: 24px;
            height: 24px;
        }

            .navbar-drawer .menu-icon .fa:before {
                content: none;
            }

        .navbar-drawer .menu-icon .fa-plus {
            background: url(../images/product-menu/plus-small.png) center no-repeat;
        }

        .navbar-drawer .menu-icon .fa-minus {
            background: url(../images/product-menu/minus-small.png) center no-repeat;
        }

    .navbar-drawer .fa {
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

.collapsed .fa {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* Left-right tab css */
.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    background-image: linear-gradient(to bottom, #c5c5c5 40%, rgba(255, 255, 255, 0) 20%);
    background-position: right;
    background-size: 1px 20px;
    background-repeat: repeat-y;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 0px;
    }

.tabs-left > li {
    margin-right: -1px;
    cursor: pointer;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a {
    border-right-color: transparent;
    border-left-color: transparent;
    color: #cd416f;
    outline: none;
}

    .tabs-left > li.active > a:hover, .tabs-left > li.active > a:focus {
        border-right-color: transparent;
        border-left-color: transparent;
        color: #cd416f;
        outline: none;
    }

.tabs-right > li.active > a {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
    color: #cd416f;
}

    .tabs-right > li.active > a:hover, .tabs-right > li.active > a:focus {
        border-bottom: 1px solid #ddd;
        border-left-color: transparent;
        color: #cd416f;
    }

.tabs-left {
    cursor: pointer !important;
}

    .tabs-left > li > a {
        border-radius: 4px 0 0 4px;
        margin-right: 0;
        display: block;
        cursor: pointer !important;
    }

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.tabs-left > li > a {
    color: #858585;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 9px 15px;
}

.tabs-left > li:last-child {
    border: none;
}

.tabs-left > li > a:hover {
    color: #cd416f;
    outline: none;
}

/* Left-right tab css end */
.photo-gallary-box {
    margin: 35px 5px;
}

    .photo-gallary-box .view-box {
        overflow: hidden;
        position: relative;
        text-align: center;
        cursor: default;
    }

        .photo-gallary-box .view-box .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            overflow: hidden;
            left: 0;
            top: 0;
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0.8;
            -webkit-transform: translate(0px, 0px);
            -moz-transform: translate(0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
            -moz-transition: all 0.2s 0.4s linear;
            -o-transition: all 0.2s 0.4s linear;
            -webkit-transition: all 0.2s 0.4s linear;
            -ms-transition: all 0.2s 0.4s linear;
            transition: all 0.2s 0.4s linear;
        }

        .photo-gallary-box .view-box img {
            display: block;
            position: relative;
            box-shadow: 0px 1px 1px #b8b6b6;
            width: 100%;
        }

        .photo-gallary-box .view-box .info-mask {
            position: absolute;
            left: 0;
            bottom: -42px;
            right: 0;
            position: absolute;
            width: 100%;
            z-index: 9;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .photo-gallary-box .view-box a.info {
            border-bottom: 2px solid #fff;
            border-top: transparent;
            color: #fff;
            display: inline-block;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 34px;
            font-weight: bold;
            text-decoration: none;
            color: #fff;
            text-transform: uppercase;
            top: -60px;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

            .photo-gallary-box .view-box a.info:before {
                position: absolute;
                left: 50%;
                content: '';
                height: 0px;
                height: 2px;
                background: #fff;
                -moz-transition: all 0.5s linear;
                -o-transition: all 0.5s linear;
                -webkit-transition: all 0.5s linear;
                -ms-transition: all 0.5s linear;
                transition: all 0.5s linear;
                width: 0;
                top: 0;
            }

        .photo-gallary-box .view-box:hover a.info:before {
            width: 270px;
            margin-left: -135px;
        }

        .photo-gallary-box .view-box:hover .info-mask {
            position: absolute;
            left: 0;
            position: absolute;
            right: 0;
            width: 100%;
            z-index: 9;
            top: 70%;
            -moz-transition: all 0.2s 0.4s ease-in;
            -o-transition: all 0.2s 0.4s ease-in;
            -webkit-transition: all 0.2s 0.4s ease-in;
            -ms-transition: all 0.2s 0.4s ease-in;
            transition: all 0.2s 0.4s ease-in;
        }

        .photo-gallary-box .view-box:hover .mask {
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            opacity: 1;
            -moz-transition-delay: 0s !important;
            -o-transition-delay: 0s !important;
            -webkit-transition-delay: 0s !important;
            -ms-transition-delay: 0s !important;
            transition-delay: 0s !important;
            -webkit-transform: translate(0px, 0px !important);
            -moz-transform: translate(0px, 0px !important);
            -o-transform: translate(0px, 0px !important);
            -ms-transform: translate(0px, 0px !important);
            transform: translate(0px, 0px !important);
        }

        .photo-gallary-box .view-box:hover a.info {
            -webkit-transform: translateX(0px) rotate(0deg);
            -moz-transform: translateX(0px) rotate(0deg);
            -o-transform: translateX(0px) rotate(0deg);
            -ms-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
            -moz-transition-delay: 0.4s;
            -o-transition-delay: 0.4s;
            -webkit-transition-delay: 0.4s;
            -ms-transition-delay: 0.4s;
            transition-delay: 0.4s;
        }

.photo-box-green .mask {
    background-color: rgba(44, 155, 175, 0.7);
}

.photo-box-blue .mask {
    background-color: rgba(9, 47, 110, 0.7);
}

.photo-box-red .mask {
    background-color: rgba(114, 0, 0, 0.7);
}

.photo-box-pink .mask {
    background-color: rgba(140, 31, 147, 0.7);
}

/* Bootstap 5 column  layout */
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.toggle-panel .panel-heading h3 {
    background: url(../images/product-menu/big-minus.png) center right no-repeat;
}

.toggle-panel .faplus h3 {
    background: url(../images/product-menu/big-plus.png) center right no-repeat;
}

/* Bootstap 5 column  layout end*/
@media (max-width: 1600px) {
    .ber-pro-drawer-content .ber-pro-box .ber-pro-box-img img {
        max-width: 160px;
    }
}

@media (max-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1024px) {
    .product-menu li span {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .product-menu li .c-img {
        height: 52px;
        width: 52px;
    }

    .paint-tool .paint-tool-info h3 {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 0px;
    }

    .app-drawer li {
        padding: 52px 0;
    }

        .app-drawer li .app-circle {
            width: 100px;
            height: 100px;
        }

    .photo-gallary-box .view a.info {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .ber-pro-drawer-content .ber-pro-box .ber-pro-box-img {
        width: 40%;
        margin-right: 10px;
    }

        .ber-pro-drawer-content .ber-pro-box .ber-pro-box-img img {
            max-width: 115px;
        }

    .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt h3 {
        font-size: 18px;
        font-size: 1.8rem;
        padding-top: 15px;
    }

    .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt h4 {
        font-size: 20px;
        font-size: 2rem;
    }

    .tabs-left > li > a {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .pink-button {
        padding: 6px 12px;
    }

    #berBergerProducts .product-right {
        padding: 0 20px 0 40px;
    }
}

@media (max-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 800px) {
    .ber-pro-drawer li.active::after {
        background: none;
    }

    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .product-menu-list {
        position: relative;
    }

        .product-menu-list .viewAll-cntr {
            padding: 5px 0 15px;
        }

    .product-menu li {
        border-width: 1px 2px 1px 2px;
    }

        .product-menu li span {
            display: none;
        }

        .product-menu li.active-pro::after, .product-menu li:hover::after {
            width: 27px;
            height: 13px;
            display: inline-block;
            position: absolute;
            background: url(../images/product-menu/down-arrow.png) no-repeat;
            left: 50%;
            bottom: -12px;
            content: " ";
            z-index: 999;
            margin-left: -14px;
            top: auto;
        }

    .app-drawer li {
        width: 25%;
        float: left;
        padding: 20px 0;
    }

        .app-drawer li .app-circle {
            width: 80px;
            height: 80px;
        }

    .product-menu-list {
        bottom: 0px;
    }

        .product-menu-list .mobile-txt {
            display: block;
        }

    .tabs-left {
        background-image: none;
    }

        .tabs-left li:last-child {
            border-bottom: 1px solid #cbcbcb;
        }

    .ber-pro-drawer-content .ber-pro-box {
        min-height: 280px;
        margin: 10px 0;
    }

        .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt h3 {
            padding-top: 40px;
            min-height: 95px;
        }

    .paint-tool {
        padding-top: 0px;
    }

        .paint-tool .paint-tool-info {
            text-align: center;
        }

        .paint-tool .carousel {
            margin-top: 20px;
        }

    .navbar-drawer {
        display: block;
    }

    .ber-pro-drawer {
        width: 100%;
        overflow: hidden;
    }

        .ber-pro-drawer li.active::after {
            right: 0;
        }

    #berBergerProducts {
        display: block;
    }

        #berBergerProducts .product-left {
            width: 100%;
            float: none;
            padding: 0 15px 0 15px;
            clear: both;
        }

        #berBergerProducts .product-right {
            width: 100%;
            float: none;
            padding: 0 15px;
            clear: both;
        }
}

@media (max-width: 768px) {
    /* Mobile lanscape 768 */
    .ber-pro-drawer-content .ber-pro-box {
        margin: 0 0 10px 0;
        padding: 15px 0 15px 0;
        min-height: 140px;
    }

        .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt h3 {
            padding-top: 35px;
            min-height: 50px;
        }
}

@media (max-width: 640px) {
    /* Mobile lanscape 640 */
    .ber-pro-drawer-content .ber-pro-box {
        min-height: 80px;
        max-height: 150px;
    }

    .product-menu-list .mobile-txt {
        padding: 0 0 5px !important;
    }

    .product-menu {
        border-top: 8px solid #9c3e8b;
    }

        .product-menu li {
            border-top: none;
        }
}

@media (max-width: 480px) {
    /* Mobile lanscape 480 */
    .app-drawer li {
        width: 50%;
    }

    .product-menu li .c-img {
        width: 40px;
        height: 40px;
    }

    .product-menu {
        height: 85px;
    }

    .pink-button {
        padding: 6px 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt {
        width: 55%;
        min-height: 80px;
    }
}

@media (max-width: 320px) {
    /* Mobile 320*/
    .ber-pro-drawer-content .ber-pro-box .ber-pro-box-txt {
        width: 55%;
        min-height: auto;
    }
}

p.prolink {
    padding-right: 11%;
    margin-bottom: 30px;
    margin-top: 20px;
}

p.prolink2 {
    padding-right: 7%;
    line-height: 20px;
    margin-bottom: 20px;
}

ul.list-greaterthan li {
    position: relative;
    padding: 8px 0;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 0 0 20px;
    line-height: 20px;
}

    ul.list-greaterthan li:before {
        font-family: 'FontAwesome';
        content: '\f105';
        font-size: 20px;
        font-size: 2rem;
        color: #666699;
        position: absolute;
        left: 0;
        top: 0;
    }

ul.list-greaterthan.list-tohelp li {
    margin-bottom: 25px;
    line-height: 22px;
}

.help-you {
    min-height: 85px;
    padding-bottom: 10px;
    border-bottom: 2px solid #666699;
    margin-bottom: 30px;
}

.konnect-newsletter {
    padding: 75px 0 45px;
}

    .konnect-newsletter .newsletter-header {
        width: 100%;
        background: url(../images/konnect-newsletter/header-bg.jpg) no-repeat top center;
        padding: 12px 0 5px;
        margin-bottom: 40px;
    }

        .konnect-newsletter .newsletter-header img {
            margin: 0;
        }

    .konnect-newsletter p {
        color: #676767;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .konnect-newsletter .newsletter-block {
        padding: 10px 0 0;
    }

        .konnect-newsletter .newsletter-block .newsletter-img {
            margin: 0 auto 10px;
        }

        .konnect-newsletter .newsletter-block h2 {
            font-size: 26px;
            font-size: 2.6rem;
            margin-bottom: 0;
            font-weight: 600;
        }

            .konnect-newsletter .newsletter-block h2 a {
                color: #5c2f96;
            }

                .konnect-newsletter .newsletter-block h2 a:hover {
                    text-decoration: underline;
                }

        .konnect-newsletter .newsletter-block h4 {
            font-size: 15px;
            font-size: 1.5rem;
            color: #da157e;
            font-weight: normal;
            margin-bottom: 10px;
        }

            .konnect-newsletter .newsletter-block h4 a {
                color: #da157e;
            }

                .konnect-newsletter .newsletter-block h4 a:hover {
                    text-decoration: underline;
                }

    .konnect-newsletter .sel-issue {
        position: relative;
    }

        .konnect-newsletter .sel-issue hr {
            border-top: 1px solid #dad9d9;
            margin: 0;
            position: absolute;
            top: 18px;
            width: 100%;
        }

    .konnect-newsletter .branch-select-box .bootstrap-select.btn-group {
        background: #f5f4f4;
        padding-left: 15px;
        box-shadow: 0 0 0 0;
    }

    .konnect-newsletter .branch-select-box .bootstrap-select .dropdown-toggle .filter-option {
        text-align: center;
        color: #5c2f8e;
        padding-right: 15px;
        font-weight: 600;
    }

    .konnect-newsletter .branch-select-box .bootstrap-select .btn {
        width: 175px;
        border-color: #eeecec;
        padding: 6px 12px;
    }

        .konnect-newsletter .branch-select-box .bootstrap-select .btn.focus, .konnect-newsletter .branch-select-box .bootstrap-select .btn:hover {
            background: #fff;
        }

    .konnect-newsletter .branch-select-box .bootstrap-select .bs-caret .caret {
        margin-top: -18px;
        height: 34px;
        background-image: none;
        color: #5c2f8e;
    }

        .konnect-newsletter .branch-select-box .bootstrap-select .bs-caret .caret:after {
            content: "\e114";
            font-family: 'Glyphicons Halflings';
            line-height: 41px;
        }

    .konnect-newsletter .branch-select-box .open .btn-default.dropdown-toggle {
        background: #fff;
    }

@media (max-width: 768px) {
    .width100 {
        width: 100%;
    }

    .prolinks-innovative-service .help-you {
        min-height: 45px;
    }

    .help-you {
        margin-bottom: 15px;
    }

        .help-you.padTop25 {
            padding-top: 25px;
        }

    .konnect-newsletter {
        padding: 20px 0;
    }

        .konnect-newsletter .newsletter-header {
            margin-bottom: 15px;
            padding: 14px 15px 5px 10px;
        }

        .konnect-newsletter .newsletter-block {
            padding-top: 15px;
        }
}

.search-title-bar {
    color: #3F275B;
    margin: 10px 0;
    text-align: center;
}

#product-filter-wrapper {
    transition: all 1s ease 0s;
    top: 64px;
}

.product-left-fix {
    position: fixed;
    z-index: 1;
}

.product-finder-container {
    margin-bottom: 50px;
}

    .product-finder-container .col-lg-9 {
        min-height: 100vh;
    }

.products-grid {
    list-style: none;
    padding: 0;
}

    .products-grid .item {
        position: relative;
    }

        .products-grid .item .product-show {
            padding: 0 0 10px;
            display: block;
            margin: 0 0 25px;
            position: relative;
        }

            .products-grid .item .product-show .product-image {
                display: block;
                text-align: center;
                box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
                padding: 20px 0;
                -webkit-transition: box-shadow 0.5s ease;
                -moz-transition: box-shadow 0.5s ease;
                transition: box-shadow 0.5s ease;
            }

                .products-grid .item .product-show .product-image:hover {
                    text-decoration: none;
                    box-shadow: inset 0px 0px 30px 4px rgba(0, 0, 0, 0.2);
                }

                .products-grid .item .product-show .product-image .front {
                    display: block;
                    width: 100%;
                    min-height: 150px;
                    margin: 0 0 20px;
                }

                    .products-grid .item .product-show .product-image .front img {
                        margin: 0 auto;
                    }

                .products-grid .item .product-show .product-image .title {
                    font-size: 16px;
                    font-size: 1.6rem;
                    color: #5d5d5d;
                    margin: 0;
                }

            .products-grid .item .product-show .product-actions {
                overflow: hidden;
                width: 100%;
                background: #e6e6e6;
                padding: 5px;
                text-align: center;
            }

                .products-grid .item .product-show .product-actions .product-compare-label {
                    float: left;
                }

                    .products-grid .item .product-show .product-actions .product-compare-label .checkbox-custom.compare-check:focus + .checkbox-custom-label {
                        outline: none;
                    }

                    .products-grid .item .product-show .product-actions .product-compare-label .checkbox-custom-label {
                        color: #fff;
                        margin: 0;
                    }

                .products-grid .item .product-show .product-actions .product-details {
                    display: inline-block;
                    vertical-align: top;
                    font-size: 14px;
                    font-size: 1.4rem;
                }

                    .products-grid .item .product-show .product-actions .product-details button {
                        padding: 2px 0;
                        min-width: 80px;
                        overflow: hidden;
                        white-space: nowrap;
                        background: #f27e02;
                        color: #fff;
                        border: 0;
                        font-size: 16px;
                        font-size: 1.6rem;
                        font-weight: 900;
                    }

                        .products-grid .item .product-show .product-actions .product-details button:hover {
                            background: #dd6000;
                        }

.panel-refinements .panel {
    box-shadow: none;
}

    .panel-refinements .panel .panel-heading {
        padding: 10px 0;
        border-bottom: 1px solid #e3e3e3;
        cursor: pointer;
        position: relative;
    }

        .panel-refinements .panel .panel-heading:after {
            font-family: 'FontAwesome';
            font-weight: normal;
            content: '\f0d7';
            position: absolute;
            right: 0;
            top: 0;
            margin: 8px;
        }

        .panel-refinements .panel .panel-heading.open-panel:after {
            font-family: 'FontAwesome';
            font-weight: normal;
            content: '\f0d8';
        }

        .panel-refinements .panel .panel-heading .panel-title {
            font-size: 20px;
            font-size: 2rem;
            color: #74277b;
        }

.product-finder-search {
    position: relative;
    margin: 15px 0;
}

    .product-finder-search .form-control {
        border-radius: 0;
        height: 34px;
        font-size: 16px;
        font-size: 1.6rem;
        width: 100%;
    }

    .product-finder-search .product-finder-search-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

        .product-finder-search .product-finder-search-btn button {
            border-radius: 0;
            background: none;
            border: 0;
            height: 34px;
            font-size: 18px;
            font-size: 1.8rem;
        }

            .product-finder-search .product-finder-search-btn button .glyphicon-search {
                color: #ccc;
            }

.scroll-pane.refinements-select {
    height: 165px;
}

.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0 > [class^="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.compare-product-wrapper {
    border: 1px solid #ccc;
    border-bottom: 3px solid #6f5092;
    margin-bottom: 15px;
    z-index: 997;
    background: #fff;
    position: static;
}

    .compare-product-wrapper .product-compare-actions {
        vertical-align: middle;
        display: block;
        padding-bottom: 10px;
    }

        .compare-product-wrapper .product-compare-actions .btn {
            display: block;
            background: #6f5092;
            color: #fff;
            margin: 0 10px 10px;
        }

            .compare-product-wrapper .product-compare-actions .btn .badge {
                background: #4b2676;
            }

        .compare-product-wrapper .product-compare-actions .link-remove-all {
            border-bottom: 1px solid #9d9d9d;
        }

            .compare-product-wrapper .product-compare-actions .link-remove-all:hover {
                border: 0;
            }

            .compare-product-wrapper .product-compare-actions .link-remove-all:focus {
                text-decoration: none;
            }

.compare-product-fixed {
    position: fixed;
}

.compare-product-grid .item {
    border-right: 1px solid #e3e3e3;
    position: relative;
    padding: 0;
    min-height: 113px;
}

    .compare-product-grid .item .compare-product-image {
        text-align: center;
        padding: 10px 0;
        position: relative;
        z-index: 1;
    }

        .compare-product-grid .item .compare-product-image img {
            max-width: 100px;
            max-height: 75px;
            margin: 0 auto;
        }

        .compare-product-grid .item .compare-product-image .title {
            font-size: 1.3rem;
            color: #5d5d5d;
            margin: 0;
        }

    .compare-product-grid .item .close {
        position: absolute;
        top: 0;
        right: 5px;
        z-index: 2;
    }

    .compare-product-grid .item .item-bubles {
        position: absolute;
        width: 30px;
        height: 30px;
        z-index: 0;
        background: #dfdfdf;
        border-radius: 50%;
        text-align: center;
        line-height: 28px;
        color: #fff;
        top: 50%;
        left: 50%;
        margin: -15px 0 0 -15px;
    }

.range-text {
    min-width: 60px;
    display: inline-block;
}

.range-check {
    font-weight: 400;
}

    .range-check:before {
        font-family: 'FontAwesome';
        font-weight: normal;
        content: '\f105';
        margin: 0 5px 0 10px;
    }

@media only screen and (min-width: 768px) {
    .product-finder-container {
        min-height: 560px;
    }

    .panel-refinements .panel .panel-heading {
        padding: 10px 15px;
        cursor: auto;
    }

        .panel-refinements .panel .panel-heading:after {
            display: none;
        }

    .product-finder-search {
        margin-top: 50px;
    }

    .search-title-bar {
        margin: 50px 0 15px;
        font-size: 23px;
        font-size: 2.3rem;
        text-align: left;
    }

    .compare-product-wrapper .product-compare-actions {
        height: 113px;
        display: table-cell;
        padding-bottom: 0;
    }

        .compare-product-wrapper .product-compare-actions .btn {
            margin: 0 0 10px;
            display: inline-block;
        }
}

@media only screen and (max-width: 979px) {
    .products-grid .item .product-show .product-actions .product-compare-label {
        display: none;
    }

    .products-grid .item .product-show .product-actions .product-details {
        float: none;
        width: 100%;
    }

        .products-grid .item .product-show .product-actions .product-details button {
            margin: 0 auto;
            display: block;
        }
}

.services-list {
    padding-left: 0;
    list-style: none;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

    .services-list li {
        margin-bottom: -1px;
        padding: 15px 15px 15px 40px;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        position: relative;
    }

        .services-list li:before {
            content: '\e080';
            margin: -7px 0 0 -45px;
            position: absolute;
            font-family: 'Glyphicons Halflings';
            font-size: 28px;
            font-size: 2.8rem;
            color: #7cc2ea;
        }

.team-members {
    list-style: none;
    padding: 40px 0;
}

    .team-members .member-content {
        text-align: center;
        padding-bottom: 20px;
    }

        .team-members .member-content .member-figure {
            position: relative;
            width: 236px;
            height: 236px;
            border-radius: 50%;
            margin: 0 auto;
        }

            .team-members .member-content .member-figure > img {
                width: 236px;
                height: 236px;
                border-radius: 50%;
                border: 6px solid #e5d8f3;
            }

            .team-members .member-content .member-figure > .member-more {
                width: 40px;
                height: 40px;
                background: #e5d8f3;
                color: #3f275b;
                border-radius: 50%;
                display: block;
                position: absolute;
                bottom: 12%;
                left: 76%;
                font-size: 26px;
                font-size: 2.6rem;
                font-weight: 700;
                cursor: pointer;
                -webkit-transition: -webkit-transform .8s ease-in-out;
                transition: transform .8s ease-in-out;
            }

            .team-members .member-content .member-figure:hover {
                background: #2d2d2d;
                cursor: pointer;
            }

                .team-members .member-content .member-figure:hover > img {
                    opacity: .6;
                }

                .team-members .member-content .member-figure:hover > .member-more {
                    background: #3f275b;
                    color: #ffffff;
                    -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
                }

        .team-members .member-content .member-name {
            text-transform: uppercase;
            font-size: 12px;
            font-size: 1.2rem;
            margin: 20px 0 5px;
            font-weight: 900;
        }

        .team-members .member-content .member-position {
            font-size: 12px;
            font-size: 1.2rem;
            color: #b3b3b3;
        }

#membersModal .member-position {
    font-size: 15px;
    font-size: 1.5rem;
    color: #8b8b8b;
}

#membersModal .modal-content {
    padding: 20px;
    background: #f3f3f3;
    border: 6px solid #3f275b;
    box-shadow: none;
}

    #membersModal .modal-content .member-modal-data img {
        border: 1px solid #eaeaea;
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }

        #membersModal .modal-content .member-modal-data img.member-img {
            margin-bottom: 15px;
            border: 4px solid #e5d8f3;
            max-width: 150px;
        }

    #membersModal .modal-content .member-modal-data .member-title {
        margin: 10px 0 20px;
    }

        #membersModal .modal-content .member-modal-data .member-title > h3 {
            color: #3f275b;
            font-size: 22px;
            font-size: 2.2rem;
            text-transform: uppercase;
            margin-bottom: 0;
        }

#membersModal button.close {
    width: 40px;
    height: 40px;
    background: #3f275b;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: -24px;
    opacity: 1;
    color: #fff;
    padding: 0;
}

#membersModal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 350px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#membersModal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    opacity: 1;
}

.scroll-pane.member-modal-scroll {
    height: 245px;
}

    .scroll-pane.member-modal-scroll .jspPane p {
        padding-right: 10px;
    }

.team-members.row {
    padding: 0;
}

.team-members .hierarchies-cntr .member-content {
    max-width: 236px;
    margin: 0 auto;
}

    .team-members .hierarchies-cntr .member-content .member-figure {
        width: 100%;
        height: auto;
    }

        .team-members .hierarchies-cntr .member-content .member-figure > img {
            width: 100%;
            height: auto;
        }

.hierarchies-cntr {
    position: relative;
    padding: 22px 0 0 28px;
    overflow: hidden;
}

    .hierarchies-cntr.hierarchies-cntr-first:before {
        width: 1200px;
        content: " ";
        position: absolute;
        right: 50%;
        top: 38%;
        border-top: solid 4px #e5d8f3;
    }

    .hierarchies-cntr.hierarchies-cntr-first:after {
        height: 100%;
        content: " ";
        position: absolute;
        left: 0;
        top: 38%;
        border-left: solid 4px #e5d8f3;
    }

    .hierarchies-cntr.hierarchies-cntr-btm .member-content:before, .hierarchies-cntr.hierarchies-cntr-last .member-content:before {
        content: " ";
        position: absolute;
        left: 50%;
        top: -22px;
        height: 22px;
        border-left: solid 4px #e5d8f3;
    }

    .hierarchies-cntr.hierarchies-cntr-btm .member-content:after, .hierarchies-cntr.hierarchies-cntr-last .member-content:after {
        width: 100%;
        content: " ";
        position: absolute;
        right: 50%;
        top: -22px;
        border-top: solid 4px #e5d8f3;
    }

    .hierarchies-cntr.hierarchies-cntr-btm:after {
        height: 100%;
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        border-left: solid 4px #e5d8f3;
    }

@media only screen and (min-width: 768px) {
    .col-md-2-5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #membersModal .modal-dialog {
        width: 700px;
    }

    #membersModal .modal-content {
        padding: 40px;
    }

        #membersModal .modal-content .member-modal-data img.member-img {
            max-width: 100%;
        }

    #membersModal button.close {
        right: -24px;
    }

    #membersModal.fade .modal-dialog {
        top: 350px;
    }

    .team-members .hierarchies-cntr .member-content {
        max-width: 198.4px;
        margin: 0 auto;
    }

        .team-members .hierarchies-cntr .member-content .member-figure {
            width: 100%;
            height: auto;
        }

            .team-members .hierarchies-cntr .member-content .member-figure > img {
                width: 100%;
                height: auto;
            }
}

@media only screen and (max-width: 991px) {
    .hierarchies-cntr.hierarchies-cntr-last:after {
        height: 49%;
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        border-left: solid 4px #e5d8f3;
    }
}

@media only screen and (max-width: 767px) {
    .hierarchies-cntr {
        margin-left: 15px;
        width: 95%;
        padding: 0;
    }

        .hierarchies-cntr.hierarchies-cntr-last:after {
            height: 83.5%;
        }

        .hierarchies-cntr.hierarchies-cntr-btm .member-content:before, .hierarchies-cntr.hierarchies-cntr-last .member-content:before {
            display: none;
        }

        .hierarchies-cntr.hierarchies-cntr-btm .member-content:after, .hierarchies-cntr.hierarchies-cntr-last .member-content:after {
            z-index: -1;
            top: 34%;
        }
}

.block-vision-mission {
    background: #f5f5f5;
    margin: 50px 0;
}

    .block-vision-mission .panel-heading {
        width: 100%;
        max-width: 590px;
        margin: -65px auto 10px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .block-vision-mission .panel-heading .title {
            color: #fff;
            font-size: 22px;
            font-size: 2.2rem;
            font-weight: 400;
            text-transform: uppercase;
            margin-bottom: 0;
        }

        .block-vision-mission .panel-heading.heading-vision {
            background-image: url("../images/title-bg-vision.jpg");
        }

        .block-vision-mission .panel-heading.heading-mission {
            background-image: url("../images/title-bg-mission.jpg");
        }

    .block-vision-mission .panel-body {
        text-align: center;
        max-width: 740px;
        margin: 0 auto;
    }

        .block-vision-mission .panel-body .lead {
            font-size: 22px;
            font-size: 2.2rem;
        }

.block-vision-container {
    margin-top: 95px;
}

.block-vision-mission-2 {
    padding-top: 60px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .block-vision-mission {
        padding: 30px;
        margin: 100px 0;
        font-size: 25px;
        font-size: 2.5rem;
    }

        .block-vision-mission .panel-heading {
            height: 75px;
            margin-bottom: 30px;
        }

            .block-vision-mission .panel-heading .title {
                font-size: 50px;
                font-size: 5rem;
            }

        .block-vision-mission .panel-body .lead {
            font-size: 35px;
            font-size: 3.5rem;
        }

    .block-vision-mission-2 {
        margin-bottom: 30px;
    }
}

.global-group-presence .india-icon, .global-group-presence .world-icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: #f76164 solid 3px;
    text-align: center;
    color: #f76164;
    position: relative;
}

    .global-group-presence .india-icon span, .global-group-presence .world-icon span {
        position: relative;
        bottom: -90px;
        bottom: -70px;
        font-size: 19px;
        font-size: 1.9rem;
        letter-spacing: -1px;
        font-weight: 600;
    }

.global-group-presence .india-icon {
    transition: none;
    /*background-image: url("../images/india-icon.jpg");*/
    margin-right: 30px;
    /*background: #5d99eb url("../images/india.png") no-repeat -85px 20px;*/
    background: url("../images/india.png") no-repeat 45px 20px;
}

    .global-group-presence .india-icon:before {
        display: none;
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: absolute;
        color: #5d99eb;
        font-size: 50px;
        font-size: 5rem;
        bottom: -20px;
        left: 42%;
    }

    .global-group-presence .india-icon:after {
        content: "India";
        position: relative;
        bottom: -70px;
        font-size: 19px;
        font-size: 1.9rem;
        letter-spacing: -1px;
        font-weight: 600;
    }

.global-group-presence .world-icon {
    transition: none;
    /*background-image: url("../images/world-icon.jpg");*/
    margin-left: 30px;
    background: url("../images/globe.png") no-repeat 45px 30px;
}

    .global-group-presence .world-icon:before {
        display: none;
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: absolute;
        color: #5d99eb;
        font-size: 50px;
        font-size: 5rem;
        bottom: -20px;
        left: 42%;
    }

    .global-group-presence .world-icon:after {
        content: "International";
        position: relative;
        bottom: -70px;
        font-size: 19px;
        font-size: 1.9rem;
        letter-spacing: -1px;
        font-weight: 600;
    }

    .global-group-presence .world-icon.active, .global-group-presence .world-icon:hover {
        background: #5d99eb url("../images/globe.png") no-repeat -94px 30px !important;
    }

.global-group-presence .india-icon.active, .global-group-presence .india-icon:hover {
    background: #5d99eb url("../images/india.png") no-repeat -85px 20px !important;
}

.global-group-presence .india-icon.active, .global-group-presence .india-icon.hover {
    background: #5d99eb url("../images/india.png") no-repeat -85px 20px !important;
}

.global-group-presence .india-icon.active, .global-group-presence .india-icon:hover, .global-group-presence .india-icon:active, .global-group-presence .world-icon.active, .global-group-presence .world-icon:hover, .global-group-presence .world-icon:active {
    /*background: #5d99eb;*/
    color: #fff;
    border: #5d99eb solid 3px;
    text-decoration: none;
}

    .global-group-presence .india-icon.active:before, .global-group-presence .india-icon:hover:before, .global-group-presence .india-icon:active:before, .global-group-presence .world-icon.active:before, .global-group-presence .world-icon:hover:before, .global-group-presence .world-icon:active:before {
        display: block;
        transition: bottom 2s ease-in;
        bottom: -40px;
    }

.global-group-presence .map-container {
    padding-left: 0;
    padding-right: 0;
    background: #e8f5fa;
}

    .global-group-presence .map-container .img-responsive {
        width: 100%;
    }

    .global-group-presence .map-container p {
        float: none;
        margin: auto;
        text-align: center;
        /*margin-top: -120px;*/
        padding: 30px 15px 5px;
    }

    .global-group-presence .map-container img {
        width: 100%;
    }

.global-group-presence #india {
    position: absolute;
    top: 10px;
}

.global-group-presence .india-icon:hover #india .main-map {
    fill: #fff;
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .global-group-presence .map-container img {
        width: auto;
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .global-group-presence .india-icon {
        margin: 0 5px;
    }

    .global-group-presence .world-icon {
        margin-top: 15px;
        margin-left: 2px;
    }
}

.investor-services h2 {
    color: inherit;
    font-size: 26px;
    font-size: 2.6rem;
}

.investor-services h3 {
    color: #fff;
}

.investor-services section.m-b-50 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 0;
    border-top: solid 1px #e7e7e7;
    background: #f4f4f4;
}

.investor-services .card-square {
    margin-top: 0px;
}

    .investor-services .card-square:first-child {
        margin-top: 0;
    }

    .investor-services .card-square .card-content {
        min-height: 300px;
    }

        .investor-services .card-square .card-content .m-t-0 {
            margin-top: 5px;
        }

        .investor-services .card-square .card-content p {
            font-size: 18px;
            font-size: 1.8rem;
            padding: 0 5px;
        }

            .investor-services .card-square .card-content p.text-left {
                margin-top: 45px;
                margin-left: 25px;
                line-height: 35px;
            }

                .investor-services .card-square .card-content p.text-left .fa {
                    margin-right: 10px;
                }

            .investor-services .card-square .card-content p.m-t-20 {
                margin-top: 20px;
            }

        .investor-services .card-square .card-content .btn-group {
            z-index: 11;
            position: absolute;
        }

    .investor-services .card-square.theme-gray {
        background: #f4f4f4;
        border: solid 1px #e7e7e7;
        margin-top: 20px;
    }

        .investor-services .card-square.theme-gray .card-content {
            background: #f4f4f4;
            color: #666;
            min-height: 160px;
            margin-bottom: 0;
            padding: 0;
        }

            .investor-services .card-square.theme-gray .card-content .btn.dropdown-toggle {
                border: 0;
            }

.investor-services .text-left img {
    width: 26px !important;
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
}

.investor-services .table.table-striped thead th {
    vertical-align: middle;
}

.investor-services .table.table-striped th, .investor-services .table.table-striped td {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

.table {
    border-collapse: collapse;
    border: 1px solid #f4f4f4;
}

    .table thead {
        background: #645b74;
        color: #fff;
    }

        .table thead th {
            text-align: center;
            vertical-align: top;
            font-weight: 400;
        }

    .table th, .table td {
        border-top: 0;
        padding: 15px 8px;
        width: 14.28570%;
    }

    .table td {
        text-align: center;
        color: #000;
        border: 1px solid #f4f4f4;
        border-top: 0;
        border-bottom: 0;
    }

.table-striped > tbody > tr:nth-of-type(even) td:nth-of-type(even) {
    background-color: #ebe8ed;
}

.table-striped > tbody > tr:nth-of-type(even) td:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) td:nth-of-type(even) {
    background-color: #e2dfe4;
}

.table-striped > tbody > tr:nth-of-type(odd) td:nth-of-type(odd) {
    background-color: #f4f4f4;
}

.table .table-title-bar tr {
    background: #645b74 !important;
    color: #fff;
}

    .table .table-title-bar tr th {
        font-size: 18px;
        padding: 25px 20px !important;
        text-align: center;
    }

        .table .table-title-bar tr th:first-child {
            text-align: left;
        }

        .table .table-title-bar tr th:nth-child(2) {
            background: #6a5f80;
        }

.investor-services .card-square.theme-gray .btn-group {
    bottom: 12%;
    left: 50%;
    margin-left: -46px;
}

@media only screen and (max-width: 992px) {
    .table-financial-report tr td:nth-child(2) {
        background: #fff !important;
    }

    .table-financial-report tr:nth-child(odd) td:nth-child(2).tableTh {
        background: #645b74 !important;
        color: #fff;
    }

    .table-financial-report tr:nth-child(even) td:nth-child(1) {
        background: #e5e1ee;
    }
}

@media only screen and (min-width: 768px) {
    .investor-services .table.table-striped td, .investor-services .table.table-striped th {
        padding: 15px 8px;
        font-size: 16px;
        font-size: 1.6rem;
    }

        .investor-services .table.table-striped td br, .investor-services .table.table-striped th br {
            display: none;
        }

    .investor-services .card-square.theme-gray {
        margin-bottom: 0;
    }

        .investor-services .card-square.theme-gray .card-content {
            min-height: 170px;
        }

        .investor-services .card-square.theme-gray .btn-group {
            bottom: 8%;
        }
}

@media only screen and (min-width: 992px) {
    .investor-services .card-square.theme-gray {
        margin-top: 0;
    }

        .investor-services .card-square.theme-gray .card-content {
            /*min-height: 210px;*/
        }

    .table-financial-report tr td {
        padding: 15px 10px !important;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .investor-services .card-square.theme-gray .card-content {
        /*min-height: 240px;*/
    }
}

#compprofcarousel .item img {
    display: block;
    width: 100%;
    height: auto;
}

#compprofcarousel .owl-controls {
    margin-top: -28px;
    margin-bottom: 20px;
    text-align: center;
}

    #compprofcarousel .owl-controls .owl-nav [class*=owl-] {
        color: #fff;
        font-size: 34px;
        font-size: 3.4rem;
        margin: 5px;
        padding: 4px 7px;
        background: none;
        display: inline-block !important;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -40px;
        opacity: 0.5;
    }

        #compprofcarousel .owl-controls .owl-nav [class*=owl-]:hover {
            background: none;
            color: #fff;
            text-decoration: none;
            opacity: 0.8;
        }

    #compprofcarousel .owl-controls .owl-nav .owl-prev {
        left: 0;
    }

    #compprofcarousel .owl-controls .owl-nav .owl-next {
        right: 0;
    }

    #compprofcarousel .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

#compprofcarousel .owl-dots {
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    text-align: center;
    width: 100%;
}

    #compprofcarousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        #compprofcarousel .owl-dots .owl-dot span {
            width: 12px;
            height: 12px;
            margin: 5px;
            background: #B4B4B4;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

        #compprofcarousel .owl-dots .owl-dot:hover span {
            background: #fff;
        }

        #compprofcarousel .owl-dots .owl-dot.active span {
            background: #fff;
        }

.prolink-header {
    padding: 30px 15px 10px;
}

    .prolink-header h2 {
        margin-bottom: 25px;
    }

p.prolink {
    padding-right: 0;
    margin-bottom: 30px;
}

p.prolink2 {
    padding-right: 0;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.prolinks-innovative-service {
    padding: 30px 0;
}

ul.list-greaterthan li {
    position: relative;
    padding: 8px 0;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 0 0 20px;
    line-height: 20px;
}

    ul.list-greaterthan li:before {
        font-family: 'FontAwesome';
        content: '\f105';
        font-size: 20px;
        font-size: 2rem;
        color: #666699;
        position: absolute;
        left: 0;
        top: 0;
    }

ul.list-greaterthan.list-tohelp li {
    margin-bottom: 5px;
    line-height: 22px;
}

.help-you2 {
    min-height: 50px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.left-dotted-bg-line {
    overflow: visible;
    margin-bottom: 20px;
}

    .left-dotted-bg-line:after {
        position: absolute;
        left: 46%;
        bottom: -40px;
        font-family: 'FontAwesome';
        content: '\f078';
        color: #adadad;
        width: 30px;
        height: 30px;
        padding: 2px 6px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 1px solid #adadad;
        background: #fff;
    }

.right-dotted-bg-line {
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    ul.list-greaterthan.list-tohelp li {
        margin-bottom: 15px;
    }

    .prolink-header {
        padding: 20px 15px;
    }

        .prolink-header h2 {
            margin-bottom: 25px;
        }

    p.prolink {
        padding-right: 11%;
    }

    p.prolink2 {
        padding-right: 7%;
    }

    .prolinks-innovative-service {
        padding: 50px 0;
    }

    .help-you2 {
        min-height: 130px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .left-dotted-bg-line {
        overflow: visible;
        background: url(../images/dotted-bg.png) no-repeat 150% 50%;
    }

        .left-dotted-bg-line:after {
            position: absolute;
            top: 44%;
            left: auto;
            right: -10px;
            font-family: 'FontAwesome';
            content: '\f054';
            color: #adadad;
            width: 30px;
            height: 30px;
            padding: 2px 9px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 1px solid #adadad;
            background: #fff;
        }

    .right-dotted-bg-line {
        margin-top: 0;
        background: url(../images/dotted-bg.png) no-repeat -155% 50%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .left-dotted-bg-line {
        background-position: 320% 50%;
    }

    .right-dotted-bg-line {
        background-position: -219% 50%;
    }
}

@media (max-width: 768px) {
    .help-you2.visible-xs {
        padding: 30px 100px 0;
    }
}

@media (max-width: 600px) {
    .help-you2.visible-xs {
        padding: 30px 50px 0;
    }
}

@media (max-width: 480px) {
    .help-you2.visible-xs {
        padding: 30px 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .help-you2.hidden-xs {
        padding-top: 30px;
    }
}

.grey-card {
    background: #f3f3f3;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 0px solid #000000;
    overflow: visible;
    padding: 80px 15px 25px;
}

    .grey-card h3 {
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 700;
        min-height: 50px;
        line-height: 25px;
    }

    .grey-card .card-icon {
        width: auto;
        height: auto;
        max-width: 121px;
        max-height: 121px;
        overflow: visible;
        position: absolute;
        top: 0;
        left: 50%;
    }

        .grey-card .card-icon img {
            margin-top: -50%;
            margin-left: -50%;
        }

    .grey-card.commity-card-first {
        margin-top: 30px;
    }

ul.user-icon-list:after {
    clear: both;
    display: table;
    content: '';
}

ul.user-icon-list li {
    background: url(../images/sprite.png) no-repeat -270px 0;
    padding-left: 0;
    margin: 10px 0;
}

    ul.user-icon-list li.nobg {
        background: none;
    }

    ul.user-icon-list li h4 {
        font-size: 20px;
        color: #726289;
        min-height: 44px;
        line-height: 22px;
    }

    ul.user-icon-list li div {
        padding-left: 35px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d8d8d8;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        color: #404040;
    }

        ul.user-icon-list li div.padding-left-30 {
            padding-left: 30px;
        }

        ul.user-icon-list li div.padding-left-40 {
            padding-left: 40px;
        }

        ul.user-icon-list li div.min-30 {
            height: 50px;
            line-height: 18px;
        }

p.board-of-commity {
    padding: 0;
    margin-bottom: 30px;
}

p.board-of-commity2 {
    padding: 0;
    line-height: 20px;
    margin-bottom: 20px;
}

.prolinks-innovative-service {
    padding: 20px 0;
}

    .prolinks-innovative-service h2.purple {
        text-align: center;
    }

.card1 {
    margin-top: 50px;
}

.card2 {
    margin-top: 100px;
}

@media only screen and (min-width: 768px) {
    .prolinks-innovative-service {
        padding: 20px 0;
    }

    .grey-card.commity-card-first {
        margin-top: 0;
    }

    ul.user-icon-list li h4 {
        min-height: 70px;
    }

    .card1, .card2 {
        margin-top: 0px;
    }

    p.board-of-commity {
        padding: 0 13.4%;
    }

    p.board-of-commity2 {
        padding: 0 7%;
    }
}

@media only screen and (min-width: 992px) {
    ul.user-icon-list li h4 {
        min-height: 45px;
    }
}

.familiarization-program-title {
    background: url(../images/familiarization-program-bg.png) no-repeat center;
    color: #fff;
    padding: 30px;
    font-size: 20px;
    font-size: 2rem;
}

@media only screen and (min-width: 992px) {
    .familiarization-program-title {
        font-size: 32px;
    }
}

.standard-letter-card h3, .anexture-card h3 {
    color: #fff;
    min-height: 50px;
    margin-bottom: 20px;
}

.standard-letter-card {
    background: #61246f;
}

.anexture-card {
    background: #f76164;
}

@media (max-width: 768px) {
    .standard-letter-card {
        margin-top: 20px;
    }

        .standard-letter-card .card-icon {
            top: 20px;
        }

    .card2.anexture-card {
        margin-top: 20px;
    }

        .card2.anexture-card .card-icon {
            top: 20px;
        }
}

@media (max-width: 767px) {
    .standard-letter-card {
        margin-top: 20px;
    }

        .standard-letter-card .card-icon {
            top: 0;
        }

    .card2.anexture-card {
        margin-top: 80px;
    }

        .card2.anexture-card .card-icon {
            top: 0;
        }
}

.card-with-full-image .btn-group {
    margin-bottom: 15px;
    margin-top: 5px;
}

.card-with-full-image .card-container {
    position: relative;
}

    .card-with-full-image .card-container .card-content {
        transition: all .5s ease;
    }

        .card-with-full-image .card-container .card-content h2 {
            margin-bottom: 15px;
            color: #fff !important;
        }

        .card-with-full-image .card-container .card-content a {
            color: #fff;
        }

        .card-with-full-image .card-container .card-content .btn-group {
            margin-bottom: 15px;
            margin-top: 5px;
        }

        .card-with-full-image .card-container .card-content .pdf-icon {
            display: none;
        }

.notice-of-meeting .card-content h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff !important;
}

.notice-of-meeting .card-content .btn-group {
    margin-bottom: 15px;
    margin-top: 20px;
}

.card-multiple-theme .card-content {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.card-multiple-theme .card-content {
    border: 0;
    min-height: 275px;
    margin-right: 0;
    margin-top: 30px !important;
}

.card-multiple-theme .card-content {
    float: left;
    padding: 20px 30px;
    border: solid 1px #fff;
}

    .card-multiple-theme .card-content h2 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 36px;
        font-size: 3.6rem;
        margin-bottom: 25px;
        margin-top: 15px;
        color: #fff;
    }

    .card-multiple-theme .card-content p {
        margin: auto;
        float: none;
        padding-bottom: 50px;
        font-weight: 300;
    }

    .card-multiple-theme .card-content .btn {
        margin-bottom: 20px;
        border-radius: 4px;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 15px 30px;
        border: solid 1px rgba(60, 58, 58, 0.26);
    }

        .card-multiple-theme .card-content .btn span.glyphicon-download-alt {
            visibility: hidden;
            margin-left: -30px;
            margin-right: 15px;
        }

        .card-multiple-theme .card-content .btn i.fa-file-pdf-o {
            visibility: hidden;
            margin-left: -25px;
            margin-right: 15px;
            font-size: 20px;
            font-size: 2rem;
        }

        .card-multiple-theme .card-content .btn.active {
            background: #fff;
        }

        .card-multiple-theme .card-content .btn:hover span.glyphicon-download-alt {
            visibility: visible;
        }

        .card-multiple-theme .card-content .btn:hover i.fa-file-pdf-o {
            visibility: visible;
        }

    .card-multiple-theme .card-content .list-unstyled li:nth-child(3) .btn span.glyphicon-download-alt {
        margin-left: -20px;
        margin-right: 5px;
    }

    .card-multiple-theme .card-content .list-unstyled li:nth-child(3) .btn i.fa-file-pdf-o {
        margin-left: -15px;
        margin-right: 5px;
    }

.card-multiple-theme .card-square.theme-purple.not-active .card-content {
    background: #f7f5f5;
    border: solid 1px #e7e7e7;
}

    .card-multiple-theme .card-square.theme-purple.not-active .card-content h2 {
        color: #7d6eaf;
    }

    .card-multiple-theme .card-square.theme-purple.not-active .card-content p {
        color: #666;
    }

.card-multiple-theme .card-square.theme-purple .btn {
    border: solid 1px #5c2f96;
}

    .card-multiple-theme .card-square.theme-purple .btn:hover {
        background: #fff;
        color: #5c2f96;
    }

.card-multiple-theme .card-square.theme-firebrick.not-active .card-content {
    background: #f7f5f5;
    border: solid 1px #e7e7e7;
}

    .card-multiple-theme .card-square.theme-firebrick.not-active .card-content h2 {
        color: #f76163;
    }

    .card-multiple-theme .card-square.theme-firebrick.not-active .card-content p {
        color: #666;
    }

.card-multiple-theme .card-square.theme-firebrick .btn {
    border: solid 1px #811c20;
}

    .card-multiple-theme .card-square.theme-firebrick .btn:hover {
        background: #fff;
        color: #811c20;
    }

.card-multiple-theme .card-square.theme-dodgerblue.not-active .card-content {
    background: #f7f5f5;
    border: solid 1px #e7e7e7;
}

    .card-multiple-theme .card-square.theme-dodgerblue.not-active .card-content h2 {
        color: #5c99ea;
    }

    .card-multiple-theme .card-square.theme-dodgerblue.not-active .card-content p {
        color: #666;
    }

.card-multiple-theme .card-square.theme-dodgerblue .btn {
    border: solid 1px #24497d;
}

    .card-multiple-theme .card-square.theme-dodgerblue .btn:hover {
        background: #fff;
        color: #24497d;
    }

.card-multiple-theme .card-square.theme-darkorange.not-active .card-content {
    background: #f7f5f5;
    border: solid 1px #e7e7e7;
}

    .card-multiple-theme .card-square.theme-darkorange.not-active .card-content h2 {
        color: #fcad50;
    }

    .card-multiple-theme .card-square.theme-darkorange.not-active .card-content p {
        color: #666;
    }

.card-multiple-theme .card-square.theme-darkorange .btn {
    border: solid 1px #784d1a;
}

    .card-multiple-theme .card-square.theme-darkorange .btn:hover {
        background: #fff;
        color: #784d1a;
    }

.shareholding-pattern-section .card-multiple-theme .card-content {
    min-height: 175px;
}

@media only screen and (min-width: 768px) {
    .card-multiple-theme .card-content {
        margin-bottom: 0;
    }

    .shareholding-pattern-section .card-multiple-theme .card-content {
        min-height: 275px;
    }
}

.card-with-bullet:before {
    content: "";
    z-index: 0;
    top: 50%;
    bottom: -30px;
    left: 36px;
    border-top: 2px solid #ccc;
    width: 100px;
}

.card-with-bullet:last-child .bullet::before {
    bottom: 50%;
    top: 0;
}

.history-milestone .card-with-bullet {
    margin: 0;
}

.card-with-bullet {
    margin: 25px 0;
}

    .card-with-bullet .bullet {
        border-radius: 8px;
        padding: 20px 30px;
        background: #fff;
    }

        .card-with-bullet .bullet:after {
            border-radius: 50%;
            background: #fb6464;
            padding: 6px 14px;
            font-weight: 700;
            font-size: 18px;
            font-size: 1.8rem;
            color: #fff;
            content: attr(data-number);
            position: absolute;
            left: -80px;
            top: 38%;
            z-index: 2;
        }

        .card-with-bullet .bullet:before {
            content: "";
            position: absolute;
            z-index: 1;
            top: 50%;
            bottom: -60px;
            left: -60px;
            border-left: 2px solid #ccc;
            z-index: 1;
        }

        .card-with-bullet .bullet h3 {
            font-weight: 700;
            font-size: 24px;
            font-size: 2.4rem;
        }

    .card-with-bullet .border-red {
        border: solid #fb6464 2px;
    }

        .card-with-bullet .border-red:after {
            background: #fb6464;
        }

    .card-with-bullet .border-purple {
        border: solid #806eae 2px;
    }

        .card-with-bullet .border-purple:after {
            background: #806eae;
        }

    .card-with-bullet .border-purple-2 {
        border: solid #e97cea 2px;
    }

        .card-with-bullet .border-purple-2:after {
            background: #e97cea;
        }

    .card-with-bullet .border-yellow {
        border: solid #e0c117 2px;
    }

        .card-with-bullet .border-yellow:after {
            background: #e0c117;
        }

    .card-with-bullet .border-dodgeblue {
        border: solid #6397e5 2px;
    }

        .card-with-bullet .border-dodgeblue:after {
            background: #6397e5;
        }

    .card-with-bullet .border-darkorange {
        border: solid #ea7017 2px;
    }

        .card-with-bullet .border-darkorange:after {
            background: #ea7017;
        }

    .card-with-bullet .border-grey {
        border: solid #999999 2px;
    }

        .card-with-bullet .border-grey:after {
            background: #999999;
        }

    .card-with-bullet .border-green {
        border: solid #89bc63 2px;
    }

        .card-with-bullet .border-green:after {
            background: #89bc63;
        }

    .card-with-bullet .bullet-red {
        border-radius: 50%;
        background: #fb6464;
        padding: 6px 14px;
        margin-top: 100%;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff;
    }

    .card-with-bullet .bullet-purple {
        border-radius: 50%;
        background: #806eae;
        padding: 6px 14px;
        margin-top: 100%;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        color: #fff;
    }

    .card-with-bullet h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

        .card-with-bullet h3.h3-green {
            color: #4fba6f;
        }

        .card-with-bullet h3.h3-red {
            color: #fb6464;
        }

        .card-with-bullet h3.h3-blue {
            color: #64a4fb;
        }

        .card-with-bullet h3.h3-orange {
            color: #fb9a64;
        }

        .card-with-bullet h3.h3-purple {
            color: #c864fb;
        }

        .card-with-bullet h3.h3-purple2 {
            color: #806eae;
        }

    .card-with-bullet .bullet {
        margin-top: 40px;
    }

    .card-with-bullet:before {
        position: static;
    }

    .card-with-bullet .bullet:after {
        top: 0;
        left: 50%;
        margin-left: -25px;
        margin-top: -22px;
    }

.csr .card-with-bullet:last-child .bullet::before {
    bottom: 50%;
    top: 0;
}

.csr .card-with-bullet .bullet {
    padding: 30px 30px;
}

    .csr .card-with-bullet .bullet:before {
        bottom: -95px;
    }

@media only screen and (min-width: 768px) {
    .card-with-bullet .bullet {
        margin-top: 0;
    }

    .card-with-bullet:before {
        position: absolute;
    }

    .card-with-bullet .bullet:before {
        left: -40px;
    }

    .card-with-bullet .bullet:after {
        left: -60px;
        top: 38%;
        margin-left: 0;
        margin-top: 0;
    }
}

@media only screen and (min-width: 992px) {
    .card-with-bullet .bullet:after {
        left: -76px;
    }

    .card-with-bullet .bullet:before {
        left: -58px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .card-multiple-theme .card-content a.btn {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

.investor-compliance h1 {
    letter-spacing: -2px;
}

.investor-compliance h4, .investor-compliance h5 {
    text-align: center;
}

.investor-compliance h4 {
    margin-bottom: 0;
    padding-bottom: 0;
}

.investor-compliance h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #666;
}

    .investor-compliance h5 a {
        color: #8240a2;
        font-size: 16px;
        font-size: 1.6rem;
    }

        .investor-compliance h5 a:hover {
            text-decoration: none;
        }

.investor-compliance section.m-b-50 {
    padding-top: 50px;
    margin: 50px 0;
    border-top: solid 1px #e7e7e7;
    background: #f7f7f7;
}

.investor-compliance hr {
    margin: 50px 0;
    border-color: #ececec;
}

.investor-compliance .card-content h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 5px;
    color: #fff !important;
}

.investor-compliance .card-content h3 {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
}

.investor-compliance .card-content p {
    margin: 0 40px;
    padding-bottom: 50px;
}

.investor-compliance .annual-reports .card-square.theme-purple .card-content:hover {
    background: #5f44a4;
}

.investor-compliance .annual-reports .card-square.theme-firebrick .card-content:hover {
    background: #ee4145;
}

.investor-compliance .annual-reports .card-square.theme-dodgerblue .card-content:hover {
    background: #357ede;
}

.investor-compliance .annual-reports .card-square.theme-darkorange .card-content:hover {
    background: #ab6614;
}

.investor-compliance .annual-reports .card-content {
    min-height: 100px;
}

    .investor-compliance .annual-reports .card-content h2 {
        margin-bottom: 10px;
    }

    .investor-compliance .annual-reports .card-content .btn-group {
        margin-top: 20px;
    }

    .investor-compliance .annual-reports .card-content .maskp .download-icon img {
        margin-top: -55%;
    }

.pdf-download-list {
    margin-top: 50px;
}

    .pdf-download-list li {
        padding: 20px;
        border: 1px solid #e7e7e7;
        margin-top: -1px;
        background: #fff;
    }

        .pdf-download-list li:hover {
            background: #ededed;
        }

        .pdf-download-list li br {
            display: none;
        }

        .pdf-download-list li h4 {
            color: #666699;
            text-transform: uppercase;
            text-align: left;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
            display: block;
            /*line-height:16px;*/
        }

        .pdf-download-list li .btn-group .btn {
            padding-left: 20px;
            padding-right: 20px;
            font-size: 18px;
            font-size: 1.8rem;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .pdf-download-list li .btn-group .btn .fa {
                margin-left: 5px;
            }

            .pdf-download-list li .btn-group .btn.dropdown-toggle {
                padding-left: 10px;
                padding-right: 10px;
                padding-top: 4px;
                padding-bottom: 4px;
            }

                .pdf-download-list li .btn-group .btn.dropdown-toggle .glyphicon {
                    font-size: 21px;
                    font-size: 2.1rem;
                }

.card-content {
    overflow: hidden;
    position: relative;
}

    .card-content .btn-group {
        z-index: 11;
    }

    .card-content:hover .maskp {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        z-index: 10;
    }

    .card-content .maskp {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        text-align: center;
        padding: 15px;
        -moz-transition: all 0.2s 0.2s linear;
        -o-transition: all 0.2s 0.2s linear;
        -webkit-transition: all 0.2s 0.2s linear;
        -ms-transition: all 0.2s 0.2s linear;
        transition: all 0.2s 0.2s linear;
    }

        .card-content .maskp.bg-purple {
            background: #5f44a4;
        }

        .card-content .maskp.bg-firebrick {
            background: #ee4145;
        }

        .card-content .maskp.bg-dodgerblue {
            background: #357ede;
        }

        .card-content .maskp.bg-darkorange {
            background: #ab6614;
        }

        .card-content .maskp.bg-green {
            background: #83A82F;
        }

        .card-content .maskp .download-icon {
            position: absolute;
            top: 45%;
            left: 50%;
        }

            .card-content .maskp .download-icon img {
                margin-left: -50%;
                margin-top: -30%;
            }

.notice-of-meeting .card-square.theme-purple .card-content:hover, .investor-compliance .card-square.theme-purple .card-content:hover, .awards-cert .card-square.theme-purple .card-content:hover {
    background: #5f44a4;
}

.notice-of-meeting .card-square.theme-firebrick .card-content:hover, .investor-compliance .card-square.theme-firebrick .card-content:hover, .awards-cert .card-square.theme-firebrick .card-content:hover {
    background: #ee4145;
}

.notice-of-meeting .card-square.theme-dodgerblue .card-content:hover, .investor-compliance .card-square.theme-dodgerblue .card-content:hover, .awards-cert .card-square.theme-dodgerblue .card-content:hover {
    background: #357ede;
}

.notice-of-meeting .card-square.theme-darkorange .card-content:hover, .investor-compliance .card-square.theme-darkorange .card-content:hover, .awards-cert .card-square.theme-darkorange .card-content:hover {
    background: #ab6614;
}

.notice-of-meeting .card-content .maskp .download-icon img, .investor-compliance .card-content .maskp .download-icon img, .awards-cert .card-content .maskp .download-icon img {
    display: none;
}

.mobile-head {
    display: none;
}

@media only screen and (min-width: 768px) {
    .investor-compliance h5 {
        font-size: 26px;
        font-size: 2.6rem;
    }

        .investor-compliance h5 a {
            font-size: 22px;
            font-size: 2.2rem;
        }

    .pdf-download-list li h4 {
        font-size: 23px;
        font-size: 2.3rem;
    }

    .notice-of-meeting .card-content .maskp .download-icon img {
        display: block;
        max-width: 40px;
    }
}

@media only screen and (min-width: 990px) {
    .investor-compliance h5 a {
        font-size: 26px;
        font-size: 2.6rem;
    }

    .pdf-download-list li br {
        display: block;
    }

    .pdf-download-list li h4 {
        display: inline-block;
        max-width: 700px;
    }

    .pdf-download-list li .btn-group {
        margin-bottom: 0;
        float: right;
    }
}

@media only screen and (min-width: 1200px) {
    .notice-of-meeting .card-content .maskp .download-icon img {
        margin-top: 20%;
    }
}

@media only screen and (max-width: 1200px) {
    .card-content .maskp .download-icon {
        top: 60%;
    }

        .card-content .maskp .download-icon img {
            max-width: 40px;
        }
}

@media only screen and (max-width: 768px) {
    .card-content .maskp .download-icon {
        top: 52%;
    }
}

@media only screen and (max-width: 480px) {
    .card-content .maskp p {
        line-height: 20px;
    }

    .card-content .maskp .download-icon {
        top: 62%;
    }

    .mobile-head {
        display: block;
        text-align: center;
        font-size: 26px;
        font-size: 2.6rem;
        color: #3f275b;
    }
}

.invester-title {
    font-size: 34px;
    font-size: 3.4rem;
    color: #3f275b;
}

.tab-sprater-header {
    margin: 25px 0;
}

.invester-anual-report-tabs {
    border: none;
}

    .invester-anual-report-tabs li {
        padding: 0;
        background: #f76164;
    }

        .invester-anual-report-tabs li a {
            border: none;
            background: none;
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 32px;
            text-align: center;
        }

            .invester-anual-report-tabs li a:hover {
                background: none;
                border: none;
            }

            .invester-anual-report-tabs li a:focus {
                background: none;
                border: none;
                color: #fff;
                outline: none;
            }

        .invester-anual-report-tabs li.active {
            background: #806eae;
        }

            .invester-anual-report-tabs li.active:after {
                content: "\e252";
                font-family: 'Glyphicons Halflings';
                left: 46%;
                bottom: -25px;
                font-size: 30px;
                font-size: 3rem;
                color: #806eae;
                position: absolute;
            }

            .invester-anual-report-tabs li.active a {
                border: none;
                background: none;
                font-weight: 900;
                color: #fff;
            }

                .invester-anual-report-tabs li.active a:hover {
                    background: none;
                    border: none;
                    color: #fff;
                }

                .invester-anual-report-tabs li.active a:focus {
                    background: none;
                    border: none;
                    color: #fff;
                    outline: none;
                }

@media only screen and (min-width: 768px) {
    .invester-anual-report-tabs li.active:after {
        left: 48%;
        bottom: -30px;
        font-size: 36px;
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .invester-anual-report-tabs li {
        padding: 10px 15px;
    }

        .invester-anual-report-tabs li a {
            font-size: 30px;
            font-size: 3rem;
        }
}

@media only screen and (min-width: 1200px) {
    .invester-anual-report-tabs li.active:after {
        bottom: -35px;
    }
}

.philosophy-nav {
    position: fixed;
    left: 0;
    top: 35%;
    z-index: 997;
    padding-left: 20px;
}

    .philosophy-nav ul {
        position: relative;
    }

        .philosophy-nav ul li {
            margin-bottom: 10px;
        }

            .philosophy-nav ul li a {
                background: #D6D6D6;
                padding: 3px;
                width: 20px;
                height: 20px;
                display: block;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
            }

                .philosophy-nav ul li a span {
                    width: 14px;
                    height: 14px;
                    display: block;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                }

                .philosophy-nav ul li a.active span {
                    background: #3f275b;
                }

.philosophy {
    overflow: hidden;
    background: #7445ab;
}

    .philosophy .parallax-title {
        color: #fff;
        font-size: 55px;
        margin: 0;
        padding: 30% 0;
    }

.inhovation-change {
    overflow: hidden;
    background: #f76164;
}

    .inhovation-change .inhovation-change-text {
        padding: 18% 0 0 15%;
    }

        .inhovation-change .inhovation-change-text .inhovation-change-title {
            color: #000;
            font-weight: 900;
            margin-bottom: 0;
        }

        .inhovation-change .inhovation-change-text .inhovation-change-punch {
            color: #fff;
            font-size: 48px;
            line-height: 55px;
            position: relative;
        }

            .inhovation-change .inhovation-change-text .inhovation-change-punch span {
                position: relative;
            }

                .inhovation-change .inhovation-change-text .inhovation-change-punch span.inhovation-span {
                    font-weight: 900;
                    top: 0;
                }

                .inhovation-change .inhovation-change-text .inhovation-change-punch span.span-and {
                    font-weight: 100;
                    font-size: 55px;
                }

                .inhovation-change .inhovation-change-text .inhovation-change-punch span.change-span {
                    font-weight: 700;
                    font-size: 40px;
                }

.goal-preformance {
    overflow: hidden;
    background: #01243f;
    padding: 6% 0;
}

    .goal-preformance .goal-preformance-title {
        color: #fff;
        font-weight: 900;
        margin-bottom: 25px;
    }

    .goal-preformance .goal-preformance-content {
        position: relative;
    }

        .goal-preformance .goal-preformance-content .goal-performance-punch {
            color: #fff;
            font-size: 35px;
            font-weight: 700;
            line-height: 50px;
            margin-top: 30%;
            position: absolute;
            text-align: center;
            z-index: 2;
            width: 100%;
        }

            .goal-preformance .goal-preformance-content .goal-performance-punch span {
                color: #ffd800;
                font-size: 60px;
            }

        .goal-preformance .goal-preformance-content .goal-performance-punch2-box {
            position: relative;
            margin-top: 10px;
        }

            .goal-preformance .goal-preformance-content .goal-performance-punch2-box .goal-performance-punch2 {
                font-size: 35px;
                color: #fff;
                font-weight: 900;
            }

.preformance-customer-first {
    overflow: hidden;
    background: #fab700;
    padding: 6% 0;
}

    .preformance-customer-first .preformance-customer-first-punch {
        color: #000;
        font-weight: 900;
        margin-bottom: 30px;
    }

    .preformance-customer-first .preformance-customer-first-title {
        background: rgba(250, 183, 0, 0.8);
        color: #fff;
        font-size: 35px;
        line-height: 45px;
        position: absolute;
        top: 18.5%;
        width: 100%;
        z-index: 2;
    }

        .preformance-customer-first .preformance-customer-first-title span {
            font-weight: 900;
        }

    .preformance-customer-first .preformance-customer-first-punch2 {
        color: #000;
        font-size: 35px;
        line-height: 50px;
    }

        .preformance-customer-first .preformance-customer-first-punch2 span {
            color: #c2008f;
            font-size: 33px;
            font-weight: 700;
        }

.maneging-meshing {
    overflow: hidden;
    background: #f0efee;
    padding: 4% 0 0;
}

    .maneging-meshing .maneging-meshing-box {
        position: relative;
        z-index: 2;
        top: 0;
        padding-left: 4%;
        padding-right: 7%;
        padding-top: 10%;
    }

        .maneging-meshing .maneging-meshing-box .maneging-meshing-title {
            color: #3f275b;
            font-weight: 900;
            font-size: 38px;
            margin-bottom: 10px;
        }

        .maneging-meshing .maneging-meshing-box .maneging-meshing-punch {
            font-size: 33px;
            line-height: 40px;
            color: #666666;
        }

            .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span {
                font-size: 34px;
                font-weight: 900;
            }

                .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-blue {
                    color: #189ee8;
                }

                .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-maroon {
                    color: #a53f51;
                }

                .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-blue2 {
                    color: #5d99eb;
                }

                .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-orange {
                    color: #e38a26;
                }

                .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-green {
                    color: #029550;
                }

@media only screen and (min-width: 768px) {
    .philosophy {
        overflow: hidden;
        background: #7445ab;
    }

        .philosophy .parallax-title {
            color: #fff;
            font-size: 100px;
            margin: 0;
            padding: 11% 0 14% 0;
        }

    .inhovation-change {
        overflow: hidden;
        background: #f76164;
    }

        .inhovation-change .inhovation-change-text {
            padding: 18% 0 0 15%;
        }

            .inhovation-change .inhovation-change-text .inhovation-change-title {
                color: #000;
                font-weight: 900;
                margin-bottom: 0;
            }

            .inhovation-change .inhovation-change-text .inhovation-change-punch {
                color: #fff;
                font-size: 48px;
                position: relative;
            }

                .inhovation-change .inhovation-change-text .inhovation-change-punch span {
                    position: relative;
                }

                    .inhovation-change .inhovation-change-text .inhovation-change-punch span.inhovation-span {
                        font-weight: 900;
                        top: 0;
                    }

                    .inhovation-change .inhovation-change-text .inhovation-change-punch span.span-and {
                        font-weight: 100;
                        font-size: 55px;
                        top: 30px;
                    }

                    .inhovation-change .inhovation-change-text .inhovation-change-punch span.change-span {
                        font-weight: 700;
                        font-size: 40px;
                        top: 35px;
                    }

    .goal-preformance {
        overflow: hidden;
        background: #01243f;
        padding: 3% 0;
    }

        .goal-preformance .goal-preformance-title {
            color: #fff;
            font-weight: 900;
            margin-bottom: 25px;
        }

        .goal-preformance .goal-preformance-content {
            position: relative;
        }

            .goal-preformance .goal-preformance-content .goal-performance-punch {
                position: absolute;
                font-size: 60px;
                color: #fff;
                z-index: 2;
                margin-left: 13%;
                margin-top: 20%;
                text-align: center;
                line-height: 70px;
                font-weight: 700;
                width: auto;
            }

                .goal-preformance .goal-preformance-content .goal-performance-punch span {
                    color: #ffd800;
                    font-size: 80px;
                }

            .goal-preformance .goal-preformance-content .goal-performance-punch2-box {
                position: relative;
                margin-top: -110px;
            }

                .goal-preformance .goal-preformance-content .goal-performance-punch2-box .goal-performance-punch2 {
                    font-size: 44px;
                    color: #fff;
                    font-weight: 900;
                }

    .preformance-customer-first {
        overflow: hidden;
        background: #fab700;
        padding: 4% 0;
    }

        .preformance-customer-first .preformance-customer-first-punch {
            color: #000;
            font-weight: 900;
            margin-bottom: 30px;
        }

        .preformance-customer-first .preformance-customer-first-title {
            background: rgba(250, 183, 0, 0.8);
            position: absolute;
            color: #fff;
            font-size: 45px;
            line-height: 45px;
            top: 25.5%;
            width: 100%;
            z-index: 2;
        }

            .preformance-customer-first .preformance-customer-first-title span {
                font-weight: 900;
            }

        .preformance-customer-first .preformance-customer-first-punch2 {
            color: #000;
            font-size: 40px;
            line-height: 50px;
        }

            .preformance-customer-first .preformance-customer-first-punch2 span {
                color: #c2008f;
                font-size: 40px;
                font-weight: 700;
            }

    .maneging-meshing {
        overflow: hidden;
        background: #f0efee;
        padding: 4% 0 0;
    }

        .maneging-meshing .maneging-meshing-box {
            position: absolute;
            z-index: 2;
            top: 0;
            padding-left: 4%;
            padding-right: 7%;
            padding-top: 10%;
        }

            .maneging-meshing .maneging-meshing-box .maneging-meshing-title {
                color: #3f275b;
                font-weight: 900;
                font-size: 38px;
                margin-bottom: 10px;
            }

            .maneging-meshing .maneging-meshing-box .maneging-meshing-punch {
                font-size: 33px;
                line-height: 40px;
                color: #666666;
            }

                .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span {
                    font-size: 34px;
                    font-weight: 900;
                }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-blue {
                        color: #189ee8;
                    }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-maroon {
                        color: #a53f51;
                    }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-blue2 {
                        color: #5d99eb;
                    }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-orange {
                        color: #e38a26;
                    }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-green {
                        color: #029550;
                    }
}

@media only screen and (min-width: 768px) {
    .goal-preformance .goal-preformance-content .goal-performance-punch {
        position: absolute;
        font-size: 60px;
        color: #fff;
        z-index: 2;
        margin-left: 28%;
        margin-top: 25%;
        text-align: center;
        line-height: 70px;
        font-weight: 700;
        width: auto;
    }

    .maneging-meshing .maneging-meshing-box {
        position: absolute;
        z-index: 2;
        top: 0;
        padding-left: 10%;
        padding-right: 5%;
        padding-top: 0%;
    }
}

@media only screen and (min-width: 1200px) {
    .philosophy {
        overflow: hidden;
        background: #7445ab;
    }

        .philosophy .parallax-title {
            color: #fff;
            font-size: 100px;
            margin: 0;
            padding: 11% 0 14% 0;
        }

    .inhovation-change {
        overflow: hidden;
        background: #f76164;
    }

        .inhovation-change .inhovation-change-text {
            padding: 18% 0 0 15%;
        }

            .inhovation-change .inhovation-change-text .inhovation-change-title {
                color: #000;
                font-weight: 900;
                margin-bottom: 0;
            }

            .inhovation-change .inhovation-change-text .inhovation-change-punch {
                color: #fff;
                font-size: 48px;
                position: relative;
            }

                .inhovation-change .inhovation-change-text .inhovation-change-punch span {
                    position: relative;
                }

                    .inhovation-change .inhovation-change-text .inhovation-change-punch span.inhovation-span {
                        font-weight: 900;
                        top: 0;
                    }

                    .inhovation-change .inhovation-change-text .inhovation-change-punch span.span-and {
                        font-weight: 100;
                        font-size: 55px;
                        top: 30px;
                    }

                    .inhovation-change .inhovation-change-text .inhovation-change-punch span.change-span {
                        font-weight: 700;
                        font-size: 40px;
                        top: 35px;
                    }

    .goal-preformance {
        overflow: hidden;
        background: #01243f;
        padding: 3% 0;
    }

        .goal-preformance .goal-preformance-title {
            color: #fff;
            font-weight: 900;
            margin-bottom: 25px;
        }

        .goal-preformance .goal-preformance-content {
            position: relative;
        }

            .goal-preformance .goal-preformance-content .goal-performance-punch {
                position: absolute;
                font-size: 60px;
                color: #fff;
                z-index: 2;
                margin-left: 13%;
                margin-top: 20%;
                text-align: center;
                line-height: 70px;
                font-weight: 700;
                width: auto;
            }

                .goal-preformance .goal-preformance-content .goal-performance-punch span {
                    color: #ffd800;
                    font-size: 80px;
                }

            .goal-preformance .goal-preformance-content .goal-performance-punch2-box {
                position: relative;
                margin-top: -110px;
            }

                .goal-preformance .goal-preformance-content .goal-performance-punch2-box .goal-performance-punch2 {
                    font-size: 44px;
                    color: #fff;
                    font-weight: 900;
                }

    .preformance-customer-first {
        overflow: hidden;
        background: #fab700;
        padding: 4% 0;
    }

        .preformance-customer-first .preformance-customer-first-punch {
            color: #000;
            font-weight: 900;
            margin-bottom: 30px;
        }

        .preformance-customer-first .preformance-customer-first-title {
            background: rgba(250, 183, 0, 0.8);
            position: absolute;
            color: #fff;
            font-size: 45px;
            line-height: 45px;
            top: 25.5%;
            width: 100%;
            z-index: 2;
        }

            .preformance-customer-first .preformance-customer-first-title span {
                font-weight: 900;
            }

        .preformance-customer-first .preformance-customer-first-punch2 {
            color: #000;
            font-size: 40px;
            line-height: 50px;
        }

            .preformance-customer-first .preformance-customer-first-punch2 span {
                color: #c2008f;
                font-size: 40px;
                font-weight: 700;
            }

    .maneging-meshing {
        overflow: hidden;
        background: #f0efee;
        padding: 4% 0 0;
    }

        .maneging-meshing .maneging-meshing-box {
            position: absolute;
            z-index: 2;
            top: 0;
            padding-left: 4%;
            padding-right: 7%;
            padding-top: 10%;
        }

            .maneging-meshing .maneging-meshing-box .maneging-meshing-title {
                color: #3f275b;
                font-weight: 900;
                font-size: 38px;
                margin-bottom: 10px;
            }

            .maneging-meshing .maneging-meshing-box .maneging-meshing-punch {
                font-size: 33px;
                line-height: 40px;
                color: #666666;
            }

                .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span {
                    font-size: 34px;
                    font-weight: 900;
                }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-blue {
                        color: #189ee8;
                    }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-maroon {
                        color: #a53f51;
                    }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-blue2 {
                        color: #5d99eb;
                    }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-orange {
                        color: #e38a26;
                    }

                    .maneging-meshing .maneging-meshing-box .maneging-meshing-punch span.span-green {
                        color: #029550;
                    }
}

@media only screen and (max-width: 979px) {
    .philosophy-nav {
        display: none;
    }
}

.invester-title {
    font-size: 34px;
    font-size: 3.4rem;
    color: #3f275b;
}

.tab-sprater-header {
    margin: 25px 0;
}

.invester-anual-report-tabs {
    border: none;
}

    .invester-anual-report-tabs li {
        padding: 0;
        background: #f76164;
    }

        .invester-anual-report-tabs li a {
            border: none;
            background: none;
            color: #fff;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 32px;
            text-align: center;
        }

            .invester-anual-report-tabs li a:hover {
                background: none;
                border: none;
            }

            .invester-anual-report-tabs li a:focus {
                background: none;
                border: none;
                color: #fff;
                outline: none;
            }

        .invester-anual-report-tabs li.active {
            background: #806eae;
        }

            .invester-anual-report-tabs li.active:after {
                content: "\e252";
                font-family: 'Glyphicons Halflings';
                left: 46%;
                bottom: -25px;
                font-size: 30px;
                font-size: 3rem;
                color: #806eae;
                position: absolute;
            }

            .invester-anual-report-tabs li.active a {
                border: none;
                background: none;
                font-weight: 900;
                color: #fff;
            }

                .invester-anual-report-tabs li.active a:hover {
                    background: none;
                    border: none;
                    color: #fff;
                }

                .invester-anual-report-tabs li.active a:focus {
                    background: none;
                    border: none;
                    color: #fff;
                    outline: none;
                }

@media only screen and (min-width: 768px) {
    .invester-anual-report-tabs li.active:after {
        left: 48%;
        bottom: -30px;
        font-size: 36px;
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .invester-anual-report-tabs li {
        padding: 10px 15px;
    }

        .invester-anual-report-tabs li a {
            font-size: 30px;
            font-size: 3rem;
        }
}

@media only screen and (min-width: 1200px) {
    .invester-anual-report-tabs li.active:after {
        bottom: -35px;
    }
}

.investor-services h2 {
    color: inherit;
    font-size: 26px;
    font-size: 2.6rem;
}

.investor-services h3 {
    color: #fff;
}

.investor-services section.m-b-50 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 0;
    border-top: solid 1px #e7e7e7;
    background: #f4f4f4;
}

.investor-services .card-square {
    margin-top: 0px;
}

    .investor-services .card-square:first-child {
        margin-top: 0;
    }

    .investor-services .card-square .card-content {
        min-height: 300px;
    }

        .investor-services .card-square .card-content .m-t-0 {
            margin-top: 5px;
        }

        .investor-services .card-square .card-content p {
            font-size: 18px;
            font-size: 1.8rem;
            padding: 0 5px;
        }

            .investor-services .card-square .card-content p.text-left {
                margin-top: 45px;
                margin-left: 25px;
                line-height: 35px;
            }

                .investor-services .card-square .card-content p.text-left .fa {
                    margin-right: 10px;
                }

            .investor-services .card-square .card-content p.m-t-20 {
                margin-top: 20px;
            }

        .investor-services .card-square .card-content .btn-group {
            z-index: 11;
            position: absolute;
        }

    .investor-services .card-square.theme-gray {
        background: #f4f4f4;
        border: solid 1px #e7e7e7;
        margin-top: 20px;
    }

        .investor-services .card-square.theme-gray .card-content {
            background: #f4f4f4;
            color: #666;
            min-height: 160px;
            margin-bottom: 0;
            padding: 0;
        }

            .investor-services .card-square.theme-gray .card-content .btn.dropdown-toggle {
                border: 0;
            }

.investor-services .text-left img {
    width: 26px !important;
    display: inline-block;
    margin-right: 5px;
    margin-top: -4px;
}

.investor-services .table.table-striped thead th {
    vertical-align: middle;
}

.investor-services .table.table-striped th, .investor-services .table.table-striped td {
    padding: 5px;
    font-size: 12px;
    font-size: 1.2rem;
}

.table {
    border-collapse: collapse;
    border: 1px solid #f4f4f4;
}

    .table thead {
        background: #645b74;
        color: #fff;
    }

        .table thead th {
            text-align: center;
            vertical-align: top;
            font-weight: 400;
        }

    .table th, .table td {
        border-top: 0;
        padding: 15px 8px;
        width: 14.28570%;
    }

    .table td {
        text-align: center;
        color: #000;
        border: 1px solid #f4f4f4;
        border-top: 0;
        border-bottom: 0;
    }

.table-striped > tbody > tr:nth-of-type(even) td:nth-of-type(even) {
    background-color: #ebe8ed;
}

.table-striped > tbody > tr:nth-of-type(even) td:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(odd) td:nth-of-type(even) {
    background-color: #e2dfe4;
}

.table-striped > tbody > tr:nth-of-type(odd) td:nth-of-type(odd) {
    background-color: #f4f4f4;
}

.table .table-title-bar tr {
    background: #645b74 !important;
    color: #fff;
}

    .table .table-title-bar tr th {
        font-size: 18px;
        padding: 25px 20px !important;
        text-align: center;
    }

        .table .table-title-bar tr th:first-child {
            text-align: left;
        }

        .table .table-title-bar tr th:nth-child(2) {
            background: #6a5f80;
        }

.investor-services .card-square.theme-gray .btn-group {
    bottom: 12%;
    left: 50%;
    margin-left: -46px;
}

@media only screen and (max-width: 992px) {
    .table-financial-report tr td:nth-child(2) {
        background: #fff !important;
    }

    .table-financial-report tr:nth-child(odd) td:nth-child(2).tableTh {
        background: #645b74 !important;
        color: #fff;
    }

    .table-financial-report tr:nth-child(even) td:nth-child(1) {
        background: #e5e1ee;
    }
}

@media only screen and (min-width: 768px) {
    .investor-services .table.table-striped td, .investor-services .table.table-striped th {
        padding: 15px 8px;
        font-size: 16px;
        font-size: 1.6rem;
    }

        .investor-services .table.table-striped td br, .investor-services .table.table-striped th br {
            display: none;
        }

    .investor-services .card-square.theme-gray {
        margin-bottom: 0;
    }

        .investor-services .card-square.theme-gray .card-content {
            min-height: 170px;
        }

        .investor-services .card-square.theme-gray .btn-group {
            bottom: 8%;
        }
}

@media only screen and (min-width: 992px) {
    .investor-services .card-square.theme-gray {
        margin-top: 0;
    }

        .investor-services .card-square.theme-gray .card-content {
            /*min-height: 210px;*/
        }

    .table-financial-report tr td {
        padding: 15px 10px !important;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 1200px) {
    .investor-services .card-square.theme-gray .card-content {
        /*min-height: 240px;*/
    }
}

.toggleUpDown {
    display: none;
}

.history-milestone .card-with-bullet .bullet:after {
    padding: 15px 15px;
}

.history-milestone span {
    color: #9a52ee;
    text-align: center;
    display: block;
    font-weight: 700;
}

    .history-milestone span:hover {
        cursor: pointer;
    }

.history-milestone .collapse {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
}

.history-milestone .timeline-accordion .panel-wrapper:after {
    left: -138px;
    top: 60px;
}

.history-milestone .panel-wrapper:before {
    left: -250px;
    top: 40px;
}

.history-milestone .card-with-bullet:before {
    left: -60px;
    top: 78px;
    border-top: 2px solid #ccc;
    width: 0px;
    transition: all .5s ease-out;
}

.history-milestone .fadeInUp .card-with-bullet:before {
    width: 60px;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.history-milestone .fadeInUp .card-with-bullet .bullet:before {
    bottom: 70px;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.history-milestone .drawLine .card-with-bullet .bullet:before {
    bottom: -40px !important;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.history-milestone .card-with-bullet .bullet {
    top: 0;
    bottom: 0;
    background: none;
    position: absolute;
    left: 0;
    border: 0;
}

.history-milestone .card-with-bullet .panel:first-child .bullet:before {
    top: 78px;
    bottom: 100%;
}

.history-milestone .card-with-bullet .bullet:before {
    top: 0%;
    bottom: 100%;
    transition: all .5s ease-out;
}

.history-milestone .card-with-bullet .panel:last-child .bullet:before {
    top: 0%;
    bottom: 50%;
    height: 70px;
}

.card-with-bullet .bullet.is-hidden {
    visibility: hidden;
}

.card-with-bullet .bullet.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.css-typing {
    width: 30em;
    white-space: nowrap;
    overflow: hidden;
    -webkit-animation: type 5s steps(50, end);
    animation: type 5s steps(50, end);
}

@keyframes type {
    from {
        width: 0;
    }
}

@-webkit-keyframes type {
    from {
        width: 0;
    }
}

.panel-wrapper {
    border: 0;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
    opacity: 0;
}

    .panel-wrapper::before {
        content: attr(data-year);
        position: absolute;
        left: -200px;
        font-weight: 900;
        font-size: 34px;
        font-size: 3.4rem;
    }

    .panel-wrapper .panel-heading {
        clear: both;
        position: relative;
    }

        .panel-wrapper .panel-heading h4 {
            padding-right: 40px;
            padding-bottom: 0;
        }

        .panel-wrapper .panel-heading a {
            text-decoration: none;
            line-height: 24px;
            color: #666666;
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 400;
        }

            .panel-wrapper .panel-heading a:after {
                display: block;
                position: absolute;
                top: 2px;
                right: 4px;
                width: 42px;
                height: 42px;
                content: '';
                background: url("../images/sprite.png") no-repeat -50px 0;
                border-radius: 50%;
                background-color: rgba(137, 127, 149, 0.5);
            }

            .panel-wrapper .panel-heading a.collapsed:after {
                background-position: 0 0;
            }

            .panel-wrapper .panel-heading a:hover {
                text-decoration: none;
            }

            .panel-wrapper .panel-heading a:active {
                text-decoration: none;
            }

    .panel-wrapper .panel-body {
        border: 0 !important;
        color: #666;
    }

        .panel-wrapper .panel-body hr {
            margin-top: 0;
        }

    .panel-wrapper > .panel-heading {
        background-color: #fff;
    }

    .panel-wrapper:nth-child(1)::before {
        color: #ef585e;
    }

    .panel-wrapper:nth-child(1)::after {
        color: #ef585e;
    }

    .panel-wrapper:nth-child(2)::before {
        color: #e97cea;
    }

    .panel-wrapper:nth-child(2)::after {
        color: #e97cea;
    }

    .panel-wrapper:nth-child(3)::before {
        color: #e0c117;
    }

    .panel-wrapper:nth-child(3)::after {
        color: #e0c117;
    }

    .panel-wrapper:nth-child(4)::before {
        color: #6397e5;
    }

    .panel-wrapper:nth-child(4)::after {
        color: #6397e5;
    }

    .panel-wrapper:nth-child(5)::before {
        color: #ea7017;
    }

    .panel-wrapper:nth-child(5)::after {
        color: #ea7017;
    }

    .panel-wrapper:nth-child(6)::before {
        color: #999999;
    }

    .panel-wrapper:nth-child(6)::after {
        color: #999999;
    }

    .panel-wrapper:nth-child(7)::before {
        color: #89bc63;
    }

    .panel-wrapper:nth-child(7)::after {
        color: #89bc63;
    }

    .panel-wrapper:nth-child(8)::before {
        color: #8b71d6;
    }

    .panel-wrapper:nth-child(8)::after {
        color: #8b71d6;
    }

    .panel-wrapper:after {
        content: "s";
        left: -84px;
        top: 25px;
        font-size: 29px;
        font-size: 2.9rem;
        font-weight: 700;
    }

.timeline-accordion .panel-wrapper::before {
    position: relative;
    font-size: 34px;
    font-size: 3.4rem;
    left: 10px;
}

.timeline-accordion .panel-wrapper:after {
    left: 122px;
    top: 25px;
    position: absolute;
}

.timeline-accordion .panel-wrapper {
    border: 0;
    padding: 30px;
    margin-bottom: 40px;
    position: relative;
}

    .timeline-accordion .panel-wrapper:last-child {
        margin-bottom: 0;
    }

.cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (min-width: 768px) {
    .history-milestone .card-with-bullet .bullet:after {
        top: 62px;
        left: -74px;
    }

    .timeline-accordion .panel-wrapper::before {
        left: -170px;
        font-size: 34px;
        font-size: 3.4rem;
        position: absolute;
        top: 53px;
    }

    .timeline-accordion .panel-wrapper:after {
        left: -96px;
        top: 46px;
        font-size: 34px;
        font-size: 3.4rem;
        position: absolute;
    }

    .history-milestone .card-with-bullet .bullet::before {
        left: -60px;
    }
}

@media only screen and (min-width: 992px) {
    .timeline-accordion .panel-wrapper .panel-heading h4 {
        padding-right: 100px;
    }

    .timeline-accordion .panel-wrapper::before {
        left: -220px;
        font-size: 48px;
        font-size: 4.8rem;
        top: 41px;
    }

    .timeline-accordion .panel-wrapper:after {
        left: -108px;
        top: 37px;
        font-size: 40px;
        font-size: 4rem;
    }
}

@media (max-width: 767px) {
    .timeline-accordion .panel-wrapper {
        padding: 20px;
    }

    .history-milestone .panel-wrapper:before {
        left: 0;
        top: 0px;
        z-index: 999;
    }

    .timeline-accordion .panel-wrapper:after {
        left: 0;
        top: 18px;
        position: absolute;
        margin-left: 92px;
    }

    .history-milestone .card-with-bullet .bullet::after {
        display: none;
    }
}

@media (max-width: 414px) {
    .timeline-accordion .panel-wrapper {
        padding: 15px;
    }
}

.map-buttons a, .map-buttons a:focus, .map-buttons a:active {
    outline: none;
}

.familiarization .icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: #f76164 solid 3px;
    text-align: center;
    color: #f76164;
    position: relative;
}

    .familiarization .icon span {
        position: relative;
        bottom: -86px;
        font-size: 19px;
        font-size: 1.9rem;
        letter-spacing: -1px;
        font-weight: 600;
    }

.familiarization .icon {
    margin-right: 30px;
    line-height: 16px;
}

    .familiarization .icon:before {
        display: none;
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: absolute;
        color: #5d99eb;
        font-size: 50px;
        font-size: 5rem;
        bottom: -20px;
        left: 40%;
    }

    .familiarization .icon:after {
        content: "";
        position: relative;
        bottom: -70px;
        font-size: 19px;
        font-size: 1.9rem;
        letter-spacing: -1px;
        font-weight: 600;
    }

.familiarization a[data-map='map1'] {
    margin-right: 30px;
    color: #61246f;
    border: solid 3px #61246f;
    background: #fff url("../images/award.png") no-repeat center 24px;
}

    .familiarization a[data-map='map1'].active {
        background: #61246f url("../images/award-hover.png") no-repeat center 24px;
        border: solid 3px #61246f;
    }

    .familiarization a[data-map='map1']:before {
        color: #61246f;
    }

    .familiarization a[data-map='map1']:hover {
        color: #fff;
        background: #61246f url("../images/award-hover.png") no-repeat center 24px;
        border: solid 3px #61246f;
    }

        .familiarization a[data-map='map1']:hover::before {
            color: #61246f;
        }

.familiarization a[data-map='map2'] {
    margin-right: 30px;
    color: #f76164;
    border: solid 3px #f76164;
    background: #fff url("../images/certifications.png") no-repeat center 25px;
}

    .familiarization a[data-map='map2'].active {
        background: #f76164 url("../images/certifications-hover.png") no-repeat center 25px;
        border: solid 3px #f76164;
    }

    .familiarization a[data-map='map2']:before {
        color: #f76164;
    }

    .familiarization a[data-map='map2']:hover {
        color: #fff;
        background: #f76164 url("../images/certifications-hover.png") no-repeat center 25px;
        border: solid 3px #f76164;
    }

        .familiarization a[data-map='map2']:hover::before {
            color: #f76164;
        }

.familiarization a[data-map='map3'] {
    margin-right: 30px;
    color: #fcad50;
    border: solid 3px #fcad50;
    background: #fff url("../images/iso.png") no-repeat center 12px;
}

    .familiarization a[data-map='map3'].active {
        background: #fcad50 url("../images/iso-hover.png") no-repeat center 12px;
        border: solid 3px #fcad50;
    }

    .familiarization a[data-map='map3']:before {
        color: #fcad50;
    }

    .familiarization a[data-map='map3']:hover {
        color: #fff;
        background: #fcad50 url("../images/iso-hover.png") no-repeat center 12px;
        border: solid 3px #fcad50;
    }

        .familiarization a[data-map='map3']:hover::before {
            color: #fcad50;
        }

.familiarization a[data-map='map4'] {
    background: #fff url("../images/accolades.png") no-repeat center 25px;
    border: #5d99eb solid 3px;
    color: #5d99eb;
}

    .familiarization a[data-map='map4'].active {
        background: #5d99eb url("../images/accolades-hover.png") no-repeat center 25px;
    }

    .familiarization a[data-map='map4']:hover {
        color: #fff;
        background: #5d99eb url("../images/accolades-hover.png") no-repeat center 25px;
        border: solid 3px #5d99eb;
    }

        .familiarization a[data-map='map4']:hover::before {
            color: #5d99eb;
        }

.familiarization a[data-map='map2'] {
    margin-right: 30px;
}

.familiarization a[data-map='map3'] {
    margin-right: 30px;
    bottom: -18px;
}

    .familiarization a[data-map='map3'] span {
        bottom: -72px;
    }

.familiarization a[data-map='map4'] {
    margin-right: 30px;
}

.familiarization .world-icon {
    margin-left: 30px;
}

    .familiarization .world-icon:before {
        display: none;
        font-family: 'FontAwesome';
        content: "\f0d7";
        position: absolute;
        color: #5d99eb;
        font-size: 50px;
        font-size: 5rem;
        bottom: -20px;
        left: 40%;
    }

    .familiarization .world-icon:after {
        content: "International";
        position: relative;
        bottom: -70px;
        font-size: 19px;
        font-size: 1.9rem;
        letter-spacing: -1px;
        font-weight: 600;
    }

    .familiarization .icon.active, .familiarization .icon:hover, .familiarization .icon:active, .familiarization .world-icon.active, .familiarization .world-icon:hover, .familiarization .world-icon:active {
        background: #5d99eb;
        color: #fff;
        border: #5d99eb solid 3px;
        text-decoration: none;
    }

        .familiarization .icon.active:before, .familiarization .icon:hover:before, .familiarization .icon:active:before, .familiarization .world-icon.active:before, .familiarization .world-icon:hover:before, .familiarization .world-icon:active:before {
            display: block;
            transition: bottom 2s ease-in;
            bottom: -13px;
        }

.familiarization .map-container {
    padding-left: 0;
    padding-right: 0;
}

    .familiarization .map-container .img-responsive {
        width: 100%;
    }

    .familiarization .map-container p {
        float: none;
        margin: auto;
        text-align: center;
        padding: 30px 15px;
    }

    .familiarization .map-container img {
        width: 100%;
        border: 6px solid #e5d8f3;
        border-radius: 6px;
    }

    .familiarization .map-container li {
        margin-bottom: 30px;
        height: auto !important;
    }

.familiarization .member-more, .familiarization .member-more2 {
    width: 40px;
    height: 40px;
    background: #e5d8f3;
    color: #3f275b;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 3%;
    left: 83%;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}

    .familiarization .member-more:hover, .familiarization .member-more2:hover {
        color: #ffffff !important;
        background: #3f275b !important;
    }

        .familiarization .member-more:hover .fa, .familiarization .member-more2:hover .fa {
            color: #ffffff !important;
        }

.familiarization .member-more2 {
    bottom: 5%;
}

    .familiarization .member-more2 a {
        color: #3f275b;
    }

        .familiarization .member-more2 a:hover {
            color: #ffffff !important;
        }

    .familiarization .member-more .fa, .familiarization .member-more2 .fa {
        font-size: 22px;
        font-size: 2.2rem;
    }

.familiarization #membersModal.fade.in .modal-dialog {
    margin-top: -2% !important;
}

.familiarization #membersModal .modal-content {
    padding: 0;
    border-radius: 0;
    width: auto;
    height: auto;
    background: #f3f3f3;
    border: 6px solid #3f275b;
    box-shadow: none;
    text-align: center;
}

.familiarization #membersModal button.close {
    margin-right: 0;
    position: absolute;
    right: -25px;
    top: -20px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.familiarization #membersModal .modal-content .member-modal-data img {
    width: 100%;
    border-radius: 0;
    border: 0;
}

.familiarization .map-container li p {
    position: absolute;
    padding: 0;
    padding-right: 15px;
    top: 103%;
}

.familiarization .map-container #map1 li {
    margin-bottom: 80px;
}

    .familiarization .map-container #map1 li .member-more {
        bottom: 5%;
    }

.familiarization .card-container {
    min-height: 255px !important;
    border: 0;
}

.familiarization .card-content {
    min-height: 320px;
}

    .familiarization .card-content h3 {
        color: #fff;
        margin-top: 20px;
    }

    .familiarization .card-content p {
        padding: 0;
        padding-top: 20px;
    }

.familiarization .btn-group {
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 30px;
    left: 35%;
}

    .familiarization .btn-group:hover a {
        opacity: 0.8;
    }

.awards-cert .card-content a {
    background: none;
    color: #fff;
}

.awards-cert .btn-group {
    left: 35%;
}

@media only screen and (max-width: 768px) {
    .familiarization .icon {
        width: 120px;
        height: 50px;
        border-radius: 0;
        margin: 0 30px 30px 0 !important;
    }

        .familiarization .icon:before {
            left: 38%;
            bottom: -15px !important;
        }

        .familiarization .icon span {
            bottom: -13px;
        }

    .familiarization a[data-map='map3'] {
        bottom: -17px;
    }

        .familiarization a[data-map='map3'] span {
            bottom: -5px;
        }

    .familiarization a {
        background-image: none !important;
    }
}

@media only screen and (max-width: 640px) {
    .familiarization .icon {
        margin: 0 0 20px !important;
    }
}

@media only screen and (max-width: 380px) {
    .familiarization .btn-group {
        bottom: 20px;
    }
}

.padtp20 {
    padding-top: 20px;
}

.protection-overview-title {
    margin: 44px 0 50px;
}

.protection-overview .protection-overview-card {
    margin: 25px 0;
}

    .protection-overview .protection-overview-card h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }

        .protection-overview .protection-overview-card h3.h3-green {
            color: #4fba6f;
        }

        .protection-overview .protection-overview-card h3.h3-red {
            color: #fb6464;
        }

        .protection-overview .protection-overview-card h3.h3-blue {
            color: #64a4fb;
        }

        .protection-overview .protection-overview-card h3.h3-orange {
            color: #fb9a64;
        }

        .protection-overview .protection-overview-card h3.h3-purple {
            color: #c864fb;
        }

        .protection-overview .protection-overview-card h3.h3-purple2 {
            color: #806eae;
        }

    .protection-overview .protection-overview-card img {
        margin-top: 10px;
    }

.protecton-consultancy {
    padding: 50px 0;
    background: #2e5a91;
}

    .protecton-consultancy h2, .protecton-consultancy p {
        color: #fff;
    }

    .protecton-consultancy p {
        margin-bottom: 30px;
    }

    .protecton-consultancy .protecton-consultancy-title {
        margin-bottom: 25px;
        font-size: 34px;
        font-size: 3.4rem;
    }

.protecton-products {
    padding: 30px 0;
}

    .protecton-products .protecton-products-title {
        margin-bottom: 25px;
    }

.round-card {
    background: #f3f3f3;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0px solid #000000;
    margin-bottom: 30px;
}

    .round-card .mb-spacer {
        display: none;
    }

    .round-card .card-body .card-content {
        padding: 20px 0;
    }

        .round-card .card-body .card-content p {
            font-size: 20px;
            font-size: 2rem;
            line-height: 24px;
            margin: 0 0 20px;
            min-height: 42px;
        }

            .round-card .card-body .card-content p.white {
                color: #fff;
            }

        .round-card .card-body .card-content .btn-plus {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border: 2px solid #fff;
            width: 40px;
            height: 40px;
            font-size: 25px;
            font-size: 2.5rem;
            line-height: 23px;
            color: #fff;
            font-weight: 700;
            padding: 6px 11px;
        }

.bg-color1 {
    background: #ff6775;
    transition: all 0.5s ease;
}

    .bg-color1.round-card:hover {
        background: #F73043;
    }

.bg-color2 {
    background: #ffab67;
    transition: all 0.5s ease;
}

    .bg-color2.round-card:hover {
        background: #F18127;
    }

.bg-color3 {
    background: #9567ff;
    transition: all 0.5s ease;
}

    .bg-color3.round-card:hover {
        background: #7235FC;
    }

.bg-color4 {
    background: #67cbff;
    transition: all 0.5s ease;
}

    .bg-color4.round-card:hover {
        background: #2EB8FF;
    }

.bg-color5 {
    background: #ff67a0;
    transition: all 0.5s ease;
}

    .bg-color5.round-card:hover {
        background: #FE3A84;
    }

.bg-color6 {
    background: #d15c50;
    transition: all 0.5s ease;
}

    .bg-color6.round-card:hover {
        background: #C63324;
    }

.bg-color7 {
    background: #7bd2a8;
    transition: all 0.5s ease;
}

    .bg-color7.round-card:hover {
        background: #46C587;
    }

.bg-color8 {
    background: #eebb22;
    transition: all 0.5s ease;
}

    .bg-color8.round-card:hover {
        background: #EDB610;
    }

.bg-color9 {
    background: #b85861;
    transition: all 0.5s ease;
}

    .bg-color9.round-card:hover {
        background: #B9323F;
    }

.bg-color10 {
    background: #d48749;
    transition: all 0.5s ease;
}

    .bg-color10.round-card:hover {
        background: #D57427;
    }

.bg-color11 {
    background: #4e2aa1;
    transition: all 0.5s ease;
}

    .bg-color11.round-card:hover {
        background: #3E1995;
    }

.bg-color12 {
    background: #4a819e;
    transition: all 0.5s ease;
}

    .bg-color12.round-card:hover {
        background: #1D6E9A;
    }

.bg-color13 {
    background: #c864fb;
    transition: all 0.5s ease;
}

    .bg-color13.round-card:hover {
        background: #A133DB;
    }

.bg-color14 {
    background: #64a4fb;
    transition: all 0.5s ease;
}

    .bg-color14.round-card:hover {
        background: #307FE9;
    }

.bg-color15 {
    background: #fb6464;
    transition: all 0.5s ease;
}

    .bg-color15.round-card:hover {
        background: #F73939;
    }

.bg-color16 {
    background: #fb9a64;
    transition: all 0.5s ease;
}

    .bg-color16.round-card:hover {
        background: #FD7C34;
    }

.bg-color17 {
    background: #97cb54;
    transition: all 0.5s ease;
}

    .bg-color17.round-card:hover {
        background: #77AE2F;
    }

.bg-color18 {
    background: #47c3d9;
    transition: all 0.5s ease;
}

    .bg-color18.round-card:hover {
        background: #27A5BC;
    }

.card-opened {
    width: 50%;
    left: 25%;
    height: auto;
    z-index: 99;
    position: absolute;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: none;
    padding: 10px 0;
    display: none;
}

    .card-opened p {
        color: #fff;
    }

    .card-opened .btn-close {
        position: absolute;
        right: -5px;
        color: #fff;
        top: -5px;
        font-weight: 600;
    }

.crd-clone {
    display: none;
}

.card-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(1, 26, 49, 0.8);
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}

.protection-technology {
    padding: 30px 0;
}

    .protection-technology .protecton-technology-title {
        margin-bottom: 25px;
        font-size: 34px;
        font-size: 3.4rem;
    }

    .protection-technology h3 {
        color: #2f71a3;
        margin-bottom: 30px;
        font-weight: 700;
    }

.brochure-conversion .brochure-conversion-title {
    margin-bottom: 120px;
}

.brochure-conversion-card {
    background: none;
    border: 2px solid #2d78b2;
    padding-top: 140px;
}

    .brochure-conversion-card.card2 {
        border: 2px solid #5a98a3;
    }

    .brochure-conversion-card .card-icon {
        max-width: 218px;
        max-height: 218px;
    }

    .brochure-conversion-card h3 {
        font-weight: 900;
    }

    .brochure-conversion-card .spblue {
        color: #2d78b2;
    }

    .brochure-conversion-card .spgreen {
        color: #5a98a3;
    }

    .brochure-conversion-card .btn-broture {
        font-weight: 700;
        font-size: 20px;
        font-size: 2rem;
        padding: 0;
        margin: 0 auto;
    }

    .brochure-conversion-card p {
        margin-bottom: 0;
    }

.queryfeedback {
    background: #2875ab;
}

@media only screen and (min-width: 992px) {
    .brochure-conversion-card .btn-broture {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .brochure-conversion-card {
        margin-top: 20px;
    }

        .brochure-conversion-card .card-icon {
            top: 20px;
        }

    .card2.brochure-conversion-card {
        margin-top: 20px;
    }

        .card2.brochure-conversion-card .card-icon {
            top: 20px;
        }
}

@media (max-width: 767px) {
    .card-opened {
        width: 90%;
        left: 5%;
    }

        .card-opened .btn-close {
            top: -105px;
        }

    .protecton-products .card-opened .btn-close {
        top: 0;
    }

    .brochure-conversion .brochure-conversion-title {
        margin-bottom: 80px;
    }

    .brochure-conversion-card {
        margin-top: 20px;
        padding-top: 80px;
    }

        .brochure-conversion-card.grey-card h3 {
            margin-bottom: 0;
            min-height: 20px;
        }

        .brochure-conversion-card .card-icon {
            top: 0;
            max-width: 128px;
            max-height: 128px;
        }

    .card2.brochure-conversion-card {
        margin-top: 90px;
    }

        .card2.brochure-conversion-card .card-icon {
            top: 0;
        }

    .protection-overview-title {
        text-align: center;
        margin: 28px 0px 0px 0px;
    }

    .protecton-consultancy p {
        text-align: center;
    }

    .protecton-consultancy .protecton-consultancy-title {
        text-align: center;
    }

    .protection-technology h3, .protection-technology p {
        text-align: center;
    }

    .protection-technology .protecton-technology-title {
        text-align: center;
    }

    .protection-technology .queryfeedback {
        text-align: center;
    }

    .protection-overview .protection-overview-card {
        margin: 0px;
    }

        .protection-overview .protection-overview-card h3 {
            text-align: center;
            padding: 15px 0px 0px 0px;
        }

        .protection-overview .protection-overview-card p {
            text-align: center;
        }

    .brochure-conversion .brochure-conversion-title {
        text-align: center;
    }

    .protecton-products .protecton-products-title {
        text-align: center;
    }

    /*.round-card{padding-top: 20px !important;}*/
    .round-card .card-body .card-content p {
        font-size: 20px;
        font-size: 1.7rem;
        line-height: 18px;
        margin: 0 0 6px;
        min-height: 42px;
    }

    .round-card .card-body .card-content .btn-plus {
        width: 35px;
        height: 35px;
        line-height: 18px;
        padding: 6px 8px;
    }
}

@media (max-width: 385px) {
    .round-card .mb-spacer {
        height: 10px;
        display: block;
    }
}

.policy-section {
    overflow: visible;
}

.comman-policy h2 {
    margin: 1em 0 0.3em;
    color: #555;
}

.comman-policy strong {
    color: #555;
}

.comman-policy .prolinks-innovative-service {
    margin-top: 35px;
}

.policy-header {
    font-size: 26px;
    font-size: 2.6rem;
    text-align: center;
    color: #666;
    padding-bottom: 0px;
}

.policy-select-box {
    background: #f8f8f8;
    padding: 15px 0 10px 0;
    margin-bottom: 25px;
}

    .policy-select-box .bootstrap-select .btn {
        border-radius: 0px;
        padding: 8px 50px 8px 12px;
        color: #666;
        font-size: 16px;
        font-size: 1.6rem;
        overflow: hidden;
    }

    .policy-select-box .bootstrap-select .bs-caret .caret {
        border: none;
        width: 45px;
        height: 41px;
        display: inline-block;
        background: url("../images/policy/select-arow.png") center center no-repeat;
        margin-top: -20px;
        border: 1px solid #c7c7c7;
        right: -1px;
    }

    .policy-select-box .bootstrap-select .dropdown-menu {
        margin: 6px 0 0;
    }

    .policy-select-box .bootstrap-select li.selected {
        background: #f8f8f8;
    }

    .policy-select-box .btn-default:active, .policy-select-box .btn-default.active, .policy-select-box .open > .btn-default.dropdown-toggle {
        background: none;
    }

/* quality-policy */
.modal-sm-320 {
    width: 320px;
}

    .modal-sm-320 .modal-body {
        padding: 0px;
    }

.modal-policies.modal-dialog {
    margin: 30px 5% !important;
    width: 90%;
}

    .modal-policies.modal-dialog .close {
        border: 2px solid #fff;
        border-radius: 50%;
        color: #fff;
        display: block;
        height: 30px;
        width: 30px;
        position: absolute;
        right: -10px;
        top: -12px;
        opacity: 1;
        margin: 0;
        padding: 0 0 3px;
    }

    .modal-policies.modal-dialog .modal-header {
        padding: 70px 10px 10px;
        border: 0;
    }

        .modal-policies.modal-dialog .modal-header.modal-header-red {
            background: #ff4444;
        }

            .modal-policies.modal-dialog .modal-header.modal-header-red .close {
                background: #ff4444;
            }

        .modal-policies.modal-dialog .modal-header.modal-header-blue {
            background: #0f96c1;
        }

            .modal-policies.modal-dialog .modal-header.modal-header-blue .close {
                background: #0e96c1;
            }

            .modal-policies.modal-dialog .modal-header.modal-header-blue .modal-title .icon-img {
                margin-top: -6px;
            }

        .modal-policies.modal-dialog .modal-header.modal-header-green {
            background: #5ad073;
        }

            .modal-policies.modal-dialog .modal-header.modal-header-green .close {
                background: #5ad073;
            }

            .modal-policies.modal-dialog .modal-header.modal-header-green .modal-title .icon-img {
                margin-top: -10px;
            }

        .modal-policies.modal-dialog .modal-header .logo-img {
            left: 50%;
            margin-left: -40px;
            position: absolute;
            top: 5px;
        }

        .modal-policies.modal-dialog .modal-header .modal-title {
            font-size: 20px;
            font-size: 2rem;
            color: #fff;
        }

            .modal-policies.modal-dialog .modal-header .modal-title .icon-img {
                display: inline;
                max-width: 30px;
            }

    .modal-policies.modal-dialog .modal-body {
        padding: 0;
    }

        .modal-policies.modal-dialog .modal-body .inner-container {
            padding: 15px 15px 5px;
            color: #666665;
            line-height: 18px;
            border: solid 4px;
            border-top: 0;
        }

            .modal-policies.modal-dialog .modal-body .inner-container h3 {
                font-size: 20px;
                font-size: 2rem;
                color: #666665;
                font-weight: 600;
                padding-top: 5px;
            }

            .modal-policies.modal-dialog .modal-body .inner-container ul {
                padding-bottom: 10px;
            }

                .modal-policies.modal-dialog .modal-body .inner-container ul li {
                    padding: 0 0 20px 25px;
                    position: relative;
                }

                    .modal-policies.modal-dialog .modal-body .inner-container ul li:before {
                        content: '\f005';
                        font-family: 'FontAwesome';
                        position: absolute;
                        top: 1px;
                        left: 0;
                    }

            .modal-policies.modal-dialog .modal-body .inner-container.quality-cntr {
                border-color: #ff4444;
            }

                .modal-policies.modal-dialog .modal-body .inner-container.quality-cntr ul li:before {
                    color: #ff4444;
                }

            .modal-policies.modal-dialog .modal-body .inner-container.she-cntr {
                border-color: #0f97c0;
            }

                .modal-policies.modal-dialog .modal-body .inner-container.she-cntr ul li:before {
                    color: #0f97c0;
                }

            .modal-policies.modal-dialog .modal-body .inner-container.environmental-cntr {
                border-color: #5ad073;
                min-height: 350px;
            }

                .modal-policies.modal-dialog .modal-body .inner-container.environmental-cntr ul li:before {
                    color: #5ad073;
                }

@media (min-width: 800px) {
    .modal-policies.modal-dialog {
        width: 800px;
        margin: 30px auto !important;
    }

        .modal-policies.modal-dialog .close {
            right: -15px;
            top: -15px;
        }

        .modal-policies.modal-dialog .modal-header {
            padding: 70px 35px 10px;
        }

            .modal-policies.modal-dialog .modal-header.modal-header-red {
                background: url("../images/quality/quality-header.png") top center no-repeat #ff4444;
            }

            .modal-policies.modal-dialog .modal-header.modal-header-blue {
                background: url("../images/quality/she-header.png") top center no-repeat #0f96c1;
            }

                .modal-policies.modal-dialog .modal-header.modal-header-blue .modal-title .icon-img {
                    margin-top: -11px;
                }

            .modal-policies.modal-dialog .modal-header.modal-header-green {
                background: url("../images/quality/environmental-header.png") top center no-repeat #5ad073;
            }

                .modal-policies.modal-dialog .modal-header.modal-header-green .modal-title .icon-img {
                    margin-top: -38px;
                }

            .modal-policies.modal-dialog .modal-header .modal-title {
                font-size: 30px;
                font-size: 3rem;
            }

                .modal-policies.modal-dialog .modal-header .modal-title .icon-img {
                    max-width: 60px;
                }

        .modal-policies.modal-dialog .modal-body {
            padding: 0 12px 12px;
        }

            .modal-policies.modal-dialog .modal-body .inner-container {
                padding: 20px 30px 5px;
                border-width: 8px;
            }

                .modal-policies.modal-dialog .modal-body .inner-container.quality-cntr {
                    padding-right: 60px;
                }
}

.quality-policy-section {
    padding: 40px 0 25px;
}

    .quality-policy-section .q-red-box {
        border: 2px solid #ff4444;
    }

        .quality-policy-section .q-red-box h3 {
            color: #ff4444;
        }

    .quality-policy-section .q-blue-box {
        border: 2px solid #4dc8f0;
    }

        .quality-policy-section .q-blue-box h3 {
            color: #4dc8f0;
        }

    .quality-policy-section .q-green-box {
        border: 2px solid #5ad073;
    }

        .quality-policy-section .q-green-box h3 {
            color: #5ad073;
        }

    .quality-policy-section .quality-box {
        overflow: hidden;
        position: relative;
        cursor: pointer;
        border-radius: 5px;
        margin: 25px 0 0 0;
        clear: both;
    }

        .quality-policy-section .quality-box .quality-img {
            text-align: center;
            padding: 5px 0;
            float: left;
            width: 100%;
        }

        .quality-policy-section .quality-box .quality-txt {
            float: left;
            width: 100%;
        }

            .quality-policy-section .quality-box .quality-txt h3 {
                text-align: center;
                font-size: 24px;
                font-size: 2.4rem;
                text-transform: uppercase;
                padding: 20px 0;
                font-weight: 600;
            }

        .quality-policy-section .quality-box .maskq {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: -300px;
            text-align: center;
            -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
            filter: alpha(opacity=1);
            opacity: 1;
            -moz-transition: all 0.8s ease 0s;
            -o-transition: all 0.8s ease 0s;
            -webkit-transition: all 0.8s ease 0s;
            -ms-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;
        }

            .quality-policy-section .quality-box .maskq h4 {
                text-align: center;
                text-transform: uppercase;
                color: #fff;
                font-size: 20px;
                font-size: 2rem;
                display: inline-block;
                padding: 25px 0 10px 0;
                clear: both;
                width: 100%;
            }

                .quality-policy-section .quality-box .maskq h4 img {
                    display: inline-block;
                    position: relative;
                    top: -5px;
                }

            .quality-policy-section .quality-box .maskq a {
                display: inline-block;
                clear: both;
                text-decoration: none;
            }

                .quality-policy-section .quality-box .maskq a .fa {
                    font-size: 45px;
                    font-size: 4.5rem;
                    color: #fff;
                }

                .quality-policy-section .quality-box .maskq a span {
                    font-size: 24px;
                    font-size: 2.4rem;
                    color: #fff;
                    display: block;
                    text-align: center;
                    font-weight: 600;
                }

        .quality-policy-section .quality-box .red-mask {
            background-color: #ff6969;
        }

        .quality-policy-section .quality-box .blue-mask {
            background-color: #5dcdf1;
        }

        .quality-policy-section .quality-box .green-mask {
            background-color: #67ce7d;
        }

        .quality-policy-section .quality-box:hover .maskq {
            bottom: 0;
        }

/* whistleblower-policy */
.whistleblower-policy .whistleblower-box {
    margin: 15px 0 20px 0;
}

    .whistleblower-policy .whistleblower-box .whistleblower-inside {
        background: #f8f8f8;
        border: 1px solid #ededed;
        border-radius: 5px;
        min-height: 142px;
        width: 47%;
        float: left;
    }

        .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-img {
            padding: 35px 10px;
            float: left;
            width: 20%;
            text-align: center;
        }

        .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right {
            float: left;
            width: 80%;
            padding: 0 10px 0 0;
        }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right a {
                color: #f9444b;
                font-size: 18px;
                font-size: 1.8rem;
                float: left;
                display: block;
            }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right .whistleblower-txt1 {
                color: #939393;
                font-size: 15px;
                font-size: 1.5rem;
                padding: 25px 0 0px 0;
                float: left;
                margin-bottom: 5px;
            }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right .whistleblower-txt2 {
                color: #939393;
                font-size: 15px;
                font-size: 1.5rem;
                padding: 15px 0 5px 0;
                float: left;
                margin-bottom: 5px;
            }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right .purple-txt {
                color: #9858a2;
                font-size: 18px;
                font-size: 1.8rem;
                font-weight: 700;
            }

    .whistleblower-policy .whistleblower-box .whistleblower-or {
        width: 6%;
        float: left;
        font-size: 35px;
        font-size: 3.5rem;
        color: #a1a1a1;
        padding: 40px 0;
        text-align: center;
    }

@media (max-width: 776px) {
    .whistleblower-policy .whistleblower-box .whistleblower-inside {
        width: 45%;
        float: left;
        min-height: 280px;
    }

        .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-img {
            padding: 20px 10px 10px 10px;
            float: none;
            width: 100%;
        }

        .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right {
            float: left;
            width: 100%;
            padding: 10px;
        }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right a {
                text-align: center;
                padding: 0px 0px;
                width: 100%;
                font-size: 14px;
                font-size: 1.4rem;
            }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right .whistleblower-txt1 {
                padding: 10px 0px;
                text-align: center;
                font-size: 13px;
                font-size: 1.3rem;
            }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right .whistleblower-txt2 {
                padding: 10px 0px;
                text-align: center;
                font-size: 13px;
                font-size: 1.3rem;
            }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right .purple-txt {
                padding: 10px 10px;
                text-align: center;
                font-size: 14px;
                font-size: 1.4rem;
            }

    .whistleblower-policy .whistleblower-box .whistleblower-or {
        width: 10%;
        float: left;
        padding: 80px 0;
    }
}

@media (max-width: 576px) {
    .whistleblower-policy .whistleblower-box .whistleblower-inside {
        width: 100%;
    }

        .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-img {
            padding: 20px 10px 10px 10px;
            width: 100%;
        }

        .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right {
            width: 100%;
            padding: 10px;
        }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right .whistleblower-txt1 {
                padding: 0px 0px;
            }

            .whistleblower-policy .whistleblower-box .whistleblower-inside .whistleblower-right .whistleblower-txt2 {
                padding: 0px 0px;
            }

    .whistleblower-policy .whistleblower-box .whistleblower-or {
        width: 100%;
        padding: 5px 0;
    }

    .quality-policy-section .quality-box .maskq h4 img {
        max-width: 55px;
    }
}
/* sexual-harassment-policy */
.sexual-harassment-policy .ol-list-alpha li {
    list-style: lower-alpha;
}

    .sexual-harassment-policy .ol-list-alpha li ol {
        margin-bottom: 0px;
        margin-left: 10px;
    }

        .sexual-harassment-policy .ol-list-alpha li ol li {
            list-style: lower-roman;
        }

            .sexual-harassment-policy .ol-list-alpha li ol li:last-child {
                padding-bottom: 0px;
            }

.sexual-harassment-policy .ol-list-num li {
    list-style: decimal;
}

    .sexual-harassment-policy .ol-list-num li ol {
        margin-bottom: 0px;
        margin-left: 10px;
    }

        .sexual-harassment-policy .ol-list-num li ol li {
            list-style: lower-alpha;
        }

            .sexual-harassment-policy .ol-list-num li ol li:last-child {
                padding-bottom: 0px;
            }

/* policy-determine-material-events */
.Policy-Determine-Events .ol-list-alpha li {
    list-style: lower-alpha;
}

    .Policy-Determine-Events .ol-list-alpha li ol {
        margin-bottom: 0px;
        margin-left: 10px;
    }

        .Policy-Determine-Events .ol-list-alpha li ol li {
            list-style: lower-roman;
        }

            .Policy-Determine-Events .ol-list-alpha li ol li:last-child {
                padding-bottom: 0px;
            }

.Policy-Determine-Events .ol-list-num li {
    list-style: decimal;
}

    .Policy-Determine-Events .ol-list-num li ol {
        margin-bottom: 0px;
        margin-left: 10px;
    }

        .Policy-Determine-Events .ol-list-num li ol li {
            list-style: lower-roman;
        }

            .Policy-Determine-Events .ol-list-num li ol li:last-child {
                padding-bottom: 0px;
            }

/* Risk-Management */
.risk-management-policy .risk-table {
    margin: 0px 0 20px 0;
}

    .risk-management-policy .risk-table li {
        border: 1px solid #ededed;
        margin-top: -1px;
        padding: 15px 30px;
        font-size: 15px;
        font-size: 1.5rem;
        color: #5d5d5d;
    }

        .risk-management-policy .risk-table li.bg-strip {
            background: #f8f8f8;
        }

.risk-management-policy .ol-list-alpha li {
    list-style: upper-alpha;
}

    .risk-management-policy .ol-list-alpha li ol {
        margin-bottom: 0px;
        margin-left: 10px;
    }

        .risk-management-policy .ol-list-alpha li ol li {
            list-style: decimal;
        }

            .risk-management-policy .ol-list-alpha li ol li:last-child {
                padding-bottom: 0px;
            }

@media (max-width: 640px) {
    .risk-management-policy .risk-table {
        margin: 0px 0 20px 0;
    }

        .risk-management-policy .risk-table li {
            min-height: 70px;
            padding: 10px 10px;
        }
}

@media (max-width: 576px) {
    .risk-management-policy .risk-table {
        margin: 0px 0 20px 0;
    }

        .risk-management-policy .risk-table li {
            min-height: 95px;
            padding: 10px 10px;
        }
}

/* code-procedures-policy */
.code-procedures-policy .ol-list-num li {
    color: #676767;
    list-style: decimal;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 0 5px 10px;
}

    .code-procedures-policy .ol-list-num li .ol-list-alpha {
        margin-bottom: 15px;
        margin-left: 25px;
    }

        .code-procedures-policy .ol-list-num li .ol-list-alpha li {
            list-style: lower-alpha;
            font-size: 15px;
            font-size: 1.5rem;
        }

            .code-procedures-policy .ol-list-num li .ol-list-alpha li ol {
                margin-bottom: 0px;
                margin-left: 20px;
            }

                .code-procedures-policy .ol-list-num li .ol-list-alpha li ol li {
                    list-style: decimal;
                    font-size: 15px;
                    font-size: 1.5rem;
                }

            .code-procedures-policy .ol-list-num li .ol-list-alpha li .ol-list-roman {
                margin-bottom: 10px;
                margin-left: 20px;
                font-size: 15px;
                font-size: 1.5rem;
            }

                .code-procedures-policy .ol-list-num li .ol-list-alpha li .ol-list-roman li {
                    list-style: lower-roman;
                    font-size: 15px;
                    font-size: 1.5rem;
                }

            .code-procedures-policy .ol-list-num li .ol-list-alpha li .ol-list-lower-alpha {
                margin-left: 20px;
                font-size: 15px;
                font-size: 1.5rem;
            }

                .code-procedures-policy .ol-list-num li .ol-list-alpha li .ol-list-lower-alpha li {
                    list-style: lower-alpha;
                    font-size: 15px;
                    font-size: 1.5rem;
                }

            .code-procedures-policy .ol-list-num li .ol-list-alpha li:last-child {
                padding-bottom: 0px;
            }

    .code-procedures-policy .ol-list-num li .ol-list-roman {
        margin-left: 20px;
    }

        .code-procedures-policy .ol-list-num li .ol-list-roman li {
            list-style: lower-roman;
        }

    .code-procedures-policy .ol-list-num li .ol-list-upper-alpha {
        margin-left: 20px;
    }

        .code-procedures-policy .ol-list-num li .ol-list-upper-alpha li {
            list-style: upper-alpha;
            font-size: 15px;
            font-size: 1.5rem;
        }

            .code-procedures-policy .ol-list-num li .ol-list-upper-alpha li ol {
                margin-left: 30px;
            }

                .code-procedures-policy .ol-list-num li .ol-list-upper-alpha li ol li {
                    list-style: lower-alpha;
                    font-size: 15px;
                    font-size: 1.5rem;
                }

    .code-procedures-policy .ol-list-num li .ol-list-upper-roman {
        margin-left: 20px;
        font-size: 15px;
        font-size: 1.5rem;
    }

        .code-procedures-policy .ol-list-num li .ol-list-upper-roman li {
            list-style: lower-roman;
            font-size: 15px;
            font-size: 1.5rem;
        }

.seasonal-paint-colours {
    /*tt*/
}

    .seasonal-paint-colours h2 {
        font-weight: 700;
    }

    .seasonal-paint-colours section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .seasonal-paint-colours section#seasonal-paint-colours {
            padding-top: 0;
        }

    .seasonal-paint-colours .color-slides li {
        width: 16.66666666%;
        color: #fff;
        float: left;
        padding: 25px;
        height: 550px;
        overflow: hidden;
        transition: width 1s ease-out;
        -webkit-transition: width 1s ease-out;
        -moz-transition: width 1s ease-out;
        background-size: 140px 290px;
        background-position: 50% bottom;
        background-repeat: no-repeat;
    }

        .seasonal-paint-colours .color-slides li h3 {
            text-transform: uppercase;
            color: #fff !important;
            font-size: 28px;
            font-size: 2.8rem;
            font-weight: 700;
            transform: rotateZ(-90deg) translateX(-100px);
            transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
        }

        .seasonal-paint-colours .color-slides li:nth-child(1) {
            background-color: #fbb21e;
            background-image: url("../../resources/images/summer-tree.png");
        }

        .seasonal-paint-colours .color-slides li:nth-child(2) {
            background-color: #2fd4db;
            background-image: url("../../resources/images/winter-tree.png");
        }

        .seasonal-paint-colours .color-slides li:nth-child(3) {
            background-color: #b6d242;
            background-image: url("../../resources/images/spring-tree.png");
        }

        .seasonal-paint-colours .color-slides li:nth-child(4) {
            background-color: #f7663b;
            background-image: url("../../resources/images/autumn-tree.png");
        }

        .seasonal-paint-colours .color-slides li.active {
            width: 50%;
            background-position: 100% bottom;
        }

            .seasonal-paint-colours .color-slides li.active h3 {
                transform: rotateZ(0deg) translateX(0px);
                font-weight: 400;
                font-size: 48px;
                font-size: 4.8rem;
            }

            .seasonal-paint-colours .color-slides li.active div {
                opacity: 1;
                transition: all .8s ease;
                -webkit-transition: height .8s ease;
                -moz-transition: all .8s ease;
                transition-delay: .2s;
                height: 100%;
            }

            .seasonal-paint-colours .color-slides li.active:hover {
                opacity: 1;
            }

        .seasonal-paint-colours .color-slides li div {
            width: 75%;
            opacity: 0;
            height: 0;
            overflow: hidden;
        }

        .seasonal-paint-colours .color-slides li:hover {
            cursor: pointer;
            opacity: 1;
        }

            .seasonal-paint-colours .color-slides li:hover h3 {
                transform: rotate(0deg);
            }

    .seasonal-paint-colours#colour-theory-exteriors, .seasonal-paint-colours#home-decor-trends {
        background-color: #f5f4f4;
    }

    .seasonal-paint-colours .carousel .carousel-inner .item {
        padding: 0;
    }

    .seasonal-paint-colours .carousel .carousel-inner .carousel-control .glyphicon-chevron-left {
        margin-left: -40%;
    }

    .seasonal-paint-colours .carousel .carousel-inner .carousel-control .glyphicon-chevron-right {
        margin-right: -40%;
    }

    .seasonal-paint-colours #homedecorCarousel {
        background-color: #fff;
    }

        .seasonal-paint-colours #homedecorCarousel .carousel-inner {
            margin: 0 auto;
            max-width: 980px;
        }

            .seasonal-paint-colours #homedecorCarousel .carousel-inner .item {
                padding: 0 20px 50px;
            }

        .seasonal-paint-colours #homedecorCarousel .carousel-control.left, .seasonal-paint-colours #homedecorCarousel .carousel-control.right {
            background-image: none;
            height: auto !important;
        }

        .seasonal-paint-colours #homedecorCarousel .carousel-control.right {
            right: 15px;
        }

        .seasonal-paint-colours #homedecorCarousel .carousel-control.left {
            left: 15px;
        }

        .seasonal-paint-colours #homedecorCarousel .carousel-control .glyphicon-chevron-left, .seasonal-paint-colours #homedecorCarousel .carousel-control .glyphicon-chevron-right {
            width: 30px;
            height: 70px;
            margin-top: -50px;
        }

    .seasonal-paint-colours#colour-theory-exteriors .carousel .carousel-inner .item div {
        background: #f5f4f4;
    }

    .seasonal-paint-colours#colour-theory-interiors .nav-tabs {
        border-bottom: 0;
        background: #666666;
        margin-top: 40px;
    }

        .seasonal-paint-colours#colour-theory-interiors .nav-tabs li {
            text-align: center;
            padding: 0;
            margin-bottom: 0;
        }

            .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a {
                border: 0;
                border-radius: 0;
                color: #fff;
                margin-right: 0;
                transition: all 1s ease;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
            }

                .seasonal-paint-colours#colour-theory-interiors .nav-tabs li.active a[href="#red"], .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a[href="#red"]:hover {
                    background-color: #ff5555;
                }

                .seasonal-paint-colours#colour-theory-interiors .nav-tabs li.active a[href="#blue"], .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a[href="#blue"]:hover {
                    background-color: #18bee7;
                }

                .seasonal-paint-colours#colour-theory-interiors .nav-tabs li.active a[href="#green"], .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a[href="#green"]:hover {
                    background-color: #5c9b12;
                }

                .seasonal-paint-colours#colour-theory-interiors .nav-tabs li.active a[href="#yellow"], .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a[href="#yellow"]:hover {
                    background-color: #f0c519;
                }

                .seasonal-paint-colours#colour-theory-interiors .nav-tabs li.active a[href="#orange"], .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a[href="#orange"]:hover {
                    background-color: #f19b2b;
                }

                .seasonal-paint-colours#colour-theory-interiors .nav-tabs li.active a[href="#purple"], .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a[href="#purple"]:hover {
                    background-color: #9042e8;
                }

    .seasonal-paint-colours#colour-theory-interiors #red, .seasonal-paint-colours#colour-theory-interiors #blue, .seasonal-paint-colours#colour-theory-interiors #green, .seasonal-paint-colours#colour-theory-interiors #yellow, .seasonal-paint-colours#colour-theory-interiors #orange, .seasonal-paint-colours#colour-theory-interiors #purple {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: left;
        border-top: none;
        padding-bottom: 40px;
        border-top: none !important;
    }

    .seasonal-paint-colours#colour-theory-interiors #red {
        border: #ff5555 solid 2px;
    }

    .seasonal-paint-colours#colour-theory-interiors #blue {
        border: #18bee7 solid 2px;
    }

    .seasonal-paint-colours#colour-theory-interiors #green {
        border: #5c9b12 solid 2px;
    }

    .seasonal-paint-colours#colour-theory-interiors #yellow {
        border: #f0c519 solid 2px;
    }

    .seasonal-paint-colours#colour-theory-interiors #orange {
        border: #f19b2b solid 2px;
    }

    .seasonal-paint-colours#colour-theory-interiors #purple {
        border: #9042e8 solid 2px;
    }

    .seasonal-paint-colours#colour-theory-interiors .col-md-6 {
        padding-top: 50px;
    }

    .seasonal-paint-colours#colour-theory-interiors .carousel .carousel-inner .item div {
        padding: 0;
        background: #fff;
    }

    .seasonal-paint-colours#colour-theory-interiors .carousel-control {
        opacity: 0.7;
    }

    .seasonal-paint-colours#home-decor-trends .tab-content {
        margin-top: 40px;
    }

    .seasonal-paint-colours#home-decor-trends .nav-tabs {
        border-bottom: 0;
        background: #666666;
    }

        .seasonal-paint-colours#home-decor-trends .nav-tabs li {
            text-align: center;
            padding: 0;
            margin-bottom: 0;
        }

            .seasonal-paint-colours#home-decor-trends .nav-tabs li.active a:after {
                display: block;
                position: relative;
                margin: 0px auto;
                width: 0;
                height: 0;
                content: '';
                top: -39px;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom-style: solid;
                border-bottom-color: #F9444B;
                border-bottom-width: 8px;
                -webkit-transition: border-bottom-width 500ms ease;
                -o-transition: border-bottom-width 500ms ease;
                transition: border-bottom-width 500ms ease;
            }

            .seasonal-paint-colours#home-decor-trends .nav-tabs li a {
                border: 0;
                border-radius: 0;
                color: #fff;
                margin-right: 0;
                transition: all 1s ease;
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                height: 42.85px;
            }

                .seasonal-paint-colours#home-decor-trends .nav-tabs li.active a, .seasonal-paint-colours#home-decor-trends .nav-tabs li a:hover {
                    background-color: #fa3b3b;
                }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item div {
        background-color: inherit;
    }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item img {
        border: #fa3b3b solid 2px;
    }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item a {
        color: #fa3b5a;
        text-decoration: none;
    }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item .col-md-12 {
        background-color: #fff;
    }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item span {
        position: absolute;
        background: #fa3b3b;
        z-index: 2;
        bottom: 20%;
        left: -15%;
        color: #fff;
        padding: 10px 20px;
        color: #fff;
        padding: 10px;
        text-transform: uppercase;
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
        text-align: center;
    }

    .seasonal-paint-colours#home-decor-trends .carousel-indicators {
        position: static;
        margin-left: 0;
        width: 100%;
    }

        .seasonal-paint-colours#home-decor-trends .carousel-indicators li {
            text-indent: inherit;
            width: inherit;
            height: inherit;
            border-radius: 0;
            width: 20%;
            margin: 0;
            border: 0;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

    .seasonal-paint-colours .carousel-control .icon-prev, .seasonal-paint-colours .carousel-control .icon-next, .seasonal-paint-colours .carousel-control .glyphicon-chevron-left, .seasonal-paint-colours .carousel-control .glyphicon-chevron-right {
        position: absolute;
    }

.no-width {
    width: 0 !important;
}

.express-gitch {
    background: transparent url("../images/getInTouch.png") no-repeat scroll 0 0;
    display: block;
    height: 176px;
    position: fixed;
    right: 0;
    top: 150px;
    width: 45px;
    z-index: 999;
}

@media (max-width: 380px) {
    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item {
        padding: 0 0 50px;
    }

        .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item span {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 16px;
            padding: 5px 10px;
            margin-left: -10px !important;
        }

    .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 8px 8px !important;
    }
}

@media (max-width: 480px) {
    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item {
        padding: 0 0 50px;
    }

        .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item span {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 16px;
            padding: 5px 10px;
        }

    .seasonal-paint-colours#colour-theory-interiors .nav-tabs li a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 8px 8px;
    }

    .seasonal-paint-colours .carousel .carousel-inner .carousel-control img {
        transform: scale(0.6);
        margin-top: -25px;
    }
}

@media (max-width: 767px) {
    .seasonal-paint-colours#colour-theory-interiors .col-md-6 {
        padding-top: 0;
    }

    .seasonal-paint-colours #homedecorCarousel .carousel-control img {
        margin-top: -260px !important;
    }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item span {
        margin-left: -15px;
        right: 20px;
        bottom: -15px;
    }

    .seasonal-paint-colours .color-slides li {
        width: 16.66666666%;
        color: #fff;
        float: left;
        padding: 15px 25px;
    }

        .seasonal-paint-colours .color-slides li:nth-child(1) {
            background-color: #fbb21e;
            background-image: none;
        }

        .seasonal-paint-colours .color-slides li:nth-child(2) {
            background-color: #2fd4db;
            background-image: none;
        }

        .seasonal-paint-colours .color-slides li:nth-child(3) {
            background-color: #b6d242;
            background-image: none;
        }

        .seasonal-paint-colours .color-slides li:nth-child(4) {
            background-color: #f7663b;
            background-image: none;
        }

        .seasonal-paint-colours .color-slides li.active:nth-child(1) {
            width: 100%;
            background-image: url("../../resources/images/summer-tree.png");
            width: 100%;
        }

        .seasonal-paint-colours .color-slides li.active:nth-child(2) {
            width: 100%;
            background-image: url("../../resources/images/summer-tree.png");
            width: 100%;
        }

        .seasonal-paint-colours .color-slides li.active:nth-child(3) {
            width: 100%;
            background-image: url("../../resources/images/summer-tree.png");
            width: 100%;
        }

        .seasonal-paint-colours .color-slides li.active:nth-child(4) {
            width: 100%;
            background-image: url("../../resources/images/summer-tree.png");
            width: 100%;
        }

    #home-decor-trends.seasonal-paint-colours .carousel-indicators li {
        width: 100%;
    }

    .seasonal-paint-colours .color-slides li {
        width: 100%;
        height: auto;
    }

        .seasonal-paint-colours .color-slides li h3 {
            transform: rotateZ(0deg) translateX(0px);
        }

    .carousel .carousel-inner .item {
        padding: 0;
    }

        .carousel .carousel-inner .item span {
            left: -15% !important;
        }

    #home-decor-trends.seasonal-paint-colours .carousel-indicators li a {
        height: 55px;
    }

        #home-decor-trends.seasonal-paint-colours .carousel-indicators li a:after {
            display: none;
        }
}

@media (max-width: 992px) {
    .carousel .carousel-inner .item img {
        float: left;
        margin-right: 25px;
        width: 100%;
    }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item span {
        left: 10% !important;
    }

    #home-decor-trends.seasonal-paint-colours .carousel-indicators li a {
        height: 55px;
    }
}

@media (max-width: 1200px) {
    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -40%;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -40%;
    }
}

@media (max-width: 768px) {
    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item img {
        margin-right: 0;
    }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item p {
        padding-top: 0;
    }
}

@media (max-width: 360px) {
    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item div {
        padding: 25px 17px;
    }

    .seasonal-paint-colours#home-decor-trends .carousel .carousel-inner .item span {
        left: 11% !important;
        right: 17px;
    }
}

.video-wide-block {
    background: #000;
}

    .video-wide-block .page-name {
        color: #fff;
    }

.video-block {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 225px;
    margin: 0 auto 30px;
    cursor: pointer;
    border: 1px solid #2e2e2e;
    /*.lead {
  	background: url('../images/product/video-wide-text-bg.png') no-repeat center center;
  	background-size: cover;
  	padding: 20px 0;
  	position: absolute;
  	bottom: 0;
  	max-width: 750px;
  	//margin-left: -15px;
  	width: 100%;
  	text-align: center;
  	color: #fff;
  	@include fontSize(24px);
  	font-weight: 700;
  	margin: 0;
  }*/
}

    .video-block .section-intro {
        padding: 30px;
    }

    .video-block .fa-play {
        width: 64px;
        height: 64px;
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        border-radius: 50%;
        border: #fff solid 3px;
        padding: 20px 0;
        font-size: 18px;
        font-size: 1.8rem;
        text-align: center;
        margin: -30px 0 0 -30px;
    }

        .video-block .fa-play:hover {
            color: #000;
            border-color: #000;
        }

.video-data {
    color: #fff;
}

    .video-data .lead {
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: 700;
        margin: 0 0 5px;
    }

    .video-data .description {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
    }

.video-picker-panel {
    margin: 0 0 30px;
}

    .video-picker-panel .video-picker .btn-default {
        background-color: #464545;
        border: 0;
        border-radius: 0;
        color: #f5f5f5;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .video-picker-panel .video-picker .btn-default .caret {
            width: 30px;
            height: 30px;
            border: none;
            font: normal normal normal 30px/1 FontAwesome;
            color: #f5f5f5;
            margin-top: -16px !important;
        }

            .video-picker-panel .video-picker .btn-default .caret:before {
                content: '\f107';
            }

    .video-picker-panel .video-picker .dropdown-menu {
        border-radius: 0 !important;
        border-color: #e6e6e6 !important;
        margin-top: 8px !important;
    }

.tile-usp-block {
    padding-left: 0;
    list-style: none;
    background-color: #4e4e4e;
}

    .tile-usp-block .item {
        padding: 15px;
    }

        .tile-usp-block .item .tile-link {
            display: block;
            text-decoration: none;
        }

        .tile-usp-block .item .tile-icon {
            display: block;
            margin: 15px auto;
        }

        .tile-usp-block .item .tile-text {
            font-size: 24px;
            font-size: 2.4rem;
            color: #fff;
            text-align: center;
            font-weight: 700;
        }

        .tile-usp-block .item:hover {
            opacity: 0.8;
        }

    .tile-usp-block .disabled {
        opacity: 0.8;
    }

        .tile-usp-block .disabled .tile-link {
            cursor: default;
        }

        .tile-usp-block .disabled .tile-text {
            color: #909090;
        }

.tile-usp-right {
    background-color: #7b3bc4;
    color: #fff;
    text-align: center;
    display: table;
    width: 100%;
}

    .tile-usp-right .block-center {
        padding: 40px 10px;
        display: table-cell;
        vertical-align: middle;
    }

        .tile-usp-right .block-center p {
            margin-bottom: 30px;
            font-size: 18px;
            font-size: 1.8rem;
        }

        .tile-usp-right .block-center .tile-right-text {
            font-size: 30px;
            font-size: 3rem;
            color: #fff;
            font-weight: 700;
        }

        .tile-usp-right .block-center .btn {
            position: relative;
            overflow: hidden;
            border: 0;
            background-color: #ee242b;
            color: #fff;
            padding-right: 50px;
        }

            .tile-usp-right .block-center .btn:after {
                font-family: 'FontAwesome';
                font-weight: normal;
                content: '\f105';
                font-size: 30px;
                font-size: 3rem;
                background-color: #a8191e;
                color: #fff;
                position: absolute;
                right: 0;
                top: 0;
                width: 40px;
                min-height: 43px;
                line-height: 43px;
            }

            .tile-usp-right .block-center .btn:hover {
                background-color: #a8191e;
            }

.promo-banner-block figure {
    display: inline-block;
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

    .promo-banner-block figure img {
        border: 1px solid #CCCCCC;
    }

    .promo-banner-block figure .btn {
        display: none;
        position: absolute;
        overflow: hidden;
        bottom: 15px;
        left: 15px;
        border: 0;
        background-color: #8240a2;
        color: #fff;
        padding-right: 45px;
        padding-left: 20px;
    }

        .promo-banner-block figure .btn:after {
            font-family: 'FontAwesome';
            font-weight: normal;
            content: '\f105';
            font-size: 20px;
            font-size: 2rem;
            background-color: #57246f;
            color: #fff;
            position: absolute;
            right: 0;
            top: 0;
            width: 30px;
            min-height: 30px;
            line-height: 32px;
        }

.prd-thumb-img {
    margin-top: 20px;
    max-width: 160px;
}

.pattern-carousel-section .owl-stage {
    margin: auto;
}

.pattern-carousel-section .pattern-carousel-item {
    text-align: center;
}

    .pattern-carousel-section .pattern-carousel-item .pattern-title {
        font-size: 21px;
        font-size: 2.1rem;
        margin: 15px 0 0;
    }

    .pattern-carousel-section .pattern-carousel-item a:focus {
        text-decoration: none;
    }

.detail-ancillary-products-list {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .detail-ancillary-products-list .ancillary-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 15px 0 0;
    }

    .detail-ancillary-products-list a:focus {
        text-decoration: none;
    }

.pattern-modal .modal-content {
    background: #4c0061;
    box-shadow: none;
    color: #fff;
    text-align: center;
}

.pattern-modal .modal-body {
    padding: 15px 0 0;
}

.pattern-modal .close {
    width: 40px;
    height: 40px;
    background: #3f275b;
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 4px;
    opacity: 1;
    color: #fff;
    padding: 0;
    z-index: 2;
    font-weight: normal;
    line-height: 0;
    outline: 0;
}

.pattern-modal .pattern-modal-title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
}

/* Carousel Banner */
.textures-carousel-main {
    position: relative;
    z-index: 1;
}

    .textures-carousel-main .owl-theme .owl-controls {
        margin-top: 0;
    }

        .textures-carousel-main .owl-theme .owl-controls .owl-nav [class*=owl-] {
            margin: 0;
            padding: 0;
            width: 33px;
            margin-top: -30px;
            height: 61px;
            display: inline-block;
            cursor: pointer;
            position: absolute;
            background-color: transparent;
            background-repeat: no-repeat;
            top: 50%;
        }

            .textures-carousel-main .owl-theme .owl-controls .owl-nav [class*=owl-] .glyphicon {
                display: none;
            }

        .textures-carousel-main .owl-theme .owl-controls .owl-nav .owl-prev {
            left: 10px;
            background-image: url("../images/pattern-carousel-left.png");
        }

        .textures-carousel-main .owl-theme .owl-controls .owl-nav .owl-next {
            right: 10px;
            background-image: url("../images/pattern-carousel-right.png");
        }

    .textures-carousel-main .item > img {
        cursor: pointer;
    }

    .textures-carousel-main .texturesCarousel {
        margin-bottom: 20px;
    }

    .textures-carousel-main .texturesThumb {
        background: #4c0061;
        padding: 15px;
    }

        .textures-carousel-main .texturesThumb .owl-stage {
            margin: auto;
        }

            .textures-carousel-main .texturesThumb .owl-stage .focus {
                box-shadow: 0 0 20px #fff;
                position: relative;
            }

                .textures-carousel-main .texturesThumb .owl-stage .focus:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
                    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
                    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.6);
                }

.video-list-scroll {
    height: 200px;
    margin-bottom: 30px;
}

    .video-list-scroll .jspVerticalBar .jspTrack {
        background: #5d5d5d;
        width: 1px;
    }

    .video-list-scroll .jspVerticalBar .jspDrag {
        background: #6c6969;
        width: 5px;
        margin-left: -2px;
    }

.video-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .video-list .video-list-item {
        margin: 0;
        padding: 5px 0;
        border-bottom: 1px dashed #5b5b5b;
        overflow: hidden;
    }

        .video-list .video-list-item:first-child {
            padding-top: 0;
        }

        .video-list .video-list-item img {
            width: 130px;
            float: left;
            border: 1px solid #2e2e2e;
        }

        .video-list .video-list-item .video-title {
            font-size: 16px;
            line-height: 22px;
            vertical-align: middle;
            padding-left: 15px;
            display: table-cell;
        }

            .video-list .video-list-item .video-title small {
                color: #7a7a7a;
            }

        .video-list .video-list-item a {
            display: table;
            min-height: 98px;
            color: #fff;
        }

            .video-list .video-list-item a:hover {
                text-decoration: none;
            }

                .video-list .video-list-item a:hover .video-title {
                    color: #8dc125;
                }

            .video-list .video-list-item a:focus {
                text-decoration: none;
            }

.meta-card .meta-card-title {
    color: #3F275B;
    font-size: 2rem;
    margin: 5px 0;
}

.meta-card p {
    padding-bottom: 10px;
    color: #5E5E5E;
}

.meta-card .btn {
    margin-bottom: 30px;
}

.other-product-similar {
    background-image: url("../images/halfseparator.png");
    background-repeat: repeat-y;
    background-position: center top;
    padding: 30px 0;
}

    .other-product-similar h4 {
        font-size: 3.4rem;
        padding: 5px 0;
        border-bottom: 1px solid #3F275B;
        color: #3F275B;
    }

    .other-product-similar .carousel-list {
        margin: 50px 10px;
    }

.ec-book .btn-download {
    background: #56318e;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 12px 25px;
    border: 0;
    display: inline-block;
    margin: 45px 0 0;
}

    .ec-book .btn-download span {
        padding-left: 8px;
        margin-top: -3px;
        float: right;
    }

        .ec-book .btn-download span img {
            display: inline;
        }

#patterns .ec-book .btn-download {
    margin: 15px 0 0;
}

@media only screen and (min-width: 768px) {
    .textures-carousel-main .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -50px;
    }

    .textures-carousel-main .owl-theme .owl-controls .owl-nav .owl-next {
        right: -50px;
    }

    .video-list-scroll {
        height: 250px;
        margin-bottom: 0;
    }

    .tile-usp-right {
        height: 386px;
    }

    .video-block {
        height: 245px;
        /*.lead {
    	left: 50%;
    	margin-left: -50%;
    	@include fontSize(34px);
    	padding: 30px 0;
    }*/
    }

    .promo-banner-block figure {
        margin-bottom: 0;
    }

    .prd-thumb-img {
        max-width: 100%;
    }

    .product-page .fxMenu.fxd {
        top: 60px !important;
    }

    .meta-card .btn {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 979px) {
    .video-list-scroll {
        height: 430px;
    }

    .video-block {
        height: 425px;
    }
}

.product-page .long-desc {
    height: auto;
    transition: all .2s ease-in;
}

    .product-page .long-desc:after {
        display: none;
    }

    .product-page .long-desc.in {
        height: 184px;
        overflow: hidden;
    }

        .product-page .long-desc.in:after {
            display: block;
            content: " ";
            height: 25px;
            background: linear-gradient(rgba(255, 255, 255, 0.5), #ffffff);
            width: 100%;
            position: absolute;
            bottom: 50px;
        }

.product-page .read-more a:after {
    content: " " !important;
}

@media (max-width: 767px) {
    .ec-book .marT30 {
        margin-top: 30px;
    }

    .ec-book .btn-download {
        margin: 10px 0;
    }
}

@media (max-width: 480px) {
    .product-page .long-desc.in:after {
        bottom: 20px;
    }

    .product-page .long-desc.in {
        height: 190px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .product-page .long-desc.in:after {
        bottom: 35px;
        height: 30px;
    }
}
/* Carousel Banner */
.product-category-carousel {
    position: relative;
    z-index: 1;
}

    .product-category-carousel .owl-theme .owl-controls {
        margin-top: 0;
    }

        .product-category-carousel .owl-theme .owl-controls .owl-nav [class*=owl-] {
            margin: 0;
            padding: 0;
            width: 50px;
            opacity: 0.5;
            border-radius: 50%;
            font-size: 26px;
            font-size: 2.6rem;
            margin-top: -30px;
            height: 50px;
            display: inline-block;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            top: 50%;
        }

            .product-category-carousel .owl-theme .owl-controls .owl-nav [class*=owl-] .glyphicon {
                top: 10px;
                color: #fff;
            }

        .product-category-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
            left: -15px;
        }

        .product-category-carousel .owl-theme .owl-controls .owl-nav .owl-next {
            right: -15px;
        }

        .product-category-carousel .owl-theme .owl-controls .owl-nav div:hover {
            opacity: 0.8;
        }

    .product-category-carousel .item > .product-category-carousel-block {
        margin: 60px 0 30px;
        text-align: center;
    }

        .product-category-carousel .item > .product-category-carousel-block img {
            margin-bottom: 30px;
            transition: all .2s ease-in-out;
            transform: none;
            cursor: pointer;
        }

        .product-category-carousel .item > .product-category-carousel-block > .title {
            line-height: normal;
            font-weight: 700;
            font-size: 14px;
            font-size: 1.4rem;
            text-transform: uppercase;
            padding-top: 10px;
            margin: 0;
            border-top: 1px dashed #373737;
        }

            .product-category-carousel .item > .product-category-carousel-block > .title a {
                color: #000000;
            }

        .product-category-carousel .item > .product-category-carousel-block > .description {
            font-size: 14px;
            font-size: 1.4rem;
        }

    .product-category-carousel .focus:after {
        display: block;
        position: absolute;
        width: 15px;
        height: 15px;
        content: '';
        top: 0;
        left: 50%;
        border-width: 15px;
        border-style: solid;
        border-color: transparent;
        border-top-color: #dadada;
        margin: 0 0 0 -20px;
        border-bottom-width: 0;
    }

    .product-category-carousel .focus .product-category-carousel-block img {
        transform: scale(1.4);
        z-index: 3000;
    }

.ancillary-products .focus:after {
    display: none;
}

.ancillary-products .product-category-carousel .owl-theme .owl-controls .owl-nav div:hover {
    opacity: 1;
}

.ancillary-products .product-category-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -50px;
}

.ancillary-products .product-category-carousel .owl-theme .owl-controls .owl-nav .owl-next {
    right: -50px;
}

.product-category-section {
    /*min-height: 550px;*/
    min-height: 65.7vh;
    position: relative;
    /*padding: 50px 0 0;*/
    padding: 2% 0 0;
}

    .product-category-section > .container:after {
        position: absolute;
        background: #f7ead8;
        height: 170px;
        width: 100%;
        bottom: 0;
        left: 0;
    }

.btn-category {
    display: block;
    border-radius: 0;
    padding: 7px 40px 7px 60px;
    position: relative;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0;
}

    .btn-category:before {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        left: 10px;
        content: '';
        background-image: url("../images/sprite.png");
        background-repeat: no-repeat;
    }

    .btn-category:after {
        display: block;
        width: 10px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 10px;
        content: '\f105';
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 40px;
        font-weight: normal;
        font-family: 'FontAwesome';
    }

    .btn-category.btn-category-compare {
        background: #ffc900;
        color: #8c448e;
    }

        .btn-category.btn-category-compare:before {
            background-position: 0 -50px;
        }

    .btn-category.btn-category-view {
        background: #8c448e;
        color: #fff;
    }

        .btn-category.btn-category-view:before {
            background-position: -50px -50px;
        }

.product-category-popover {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #dadada;
    background: #fff;
}

    .product-category-popover .title {
        font-size: 25px;
        font-size: 2.5rem;
        color: #873ba0;
        font-weight: 700;
    }

        .product-category-popover .title a {
            color: #873ba0;
        }

    .product-category-popover .lead {
        font-weight: 700;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .product-category-popover p {
        font-size: 16px;
        font-size: 1.6rem;
        color: #3d3d3d;
    }

    .product-category-popover a {
        color: #3d3d3d;
    }

/*.product-finder{
    width: auto;
    height: 45px;
    float: right;
    background: #ffc900 url("../images/top-search.png") no-repeat 10px center !important;
    display: block;
    font-weight: bold;
    @include fontSize(18px);
    padding: 10px 14px 0px 50px !important;
    z-index: 100;
    position: relative;
    margin-top: 4px;
    margin-left: 30px;
    color: #8c448e !important;
    border: none;
}*/
.product-finder {
    background: #ffc900 url("../images/top-search.png") no-repeat 10px center !important;
    border: none;
    color: #8c448e;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    font-size: 1.9rem;
    padding: 6px 14px 6px 50px !important;
    margin-left: 30px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    outline: none;
    font-weight: bold;
}

.button1 {
    background-color: white;
    color: black;
}

    .button1:hover {
        color: #8c448e;
    }

/*compare product popup*/
.productmodal {
    border: 2px solid #9A5C9C;
    font-family: 'Lato';
    margin: 20px;
}

    .productmodal .modal-header {
        font-size: 22px;
        font-size: 2.2rem;
        border-bottom: none;
    }

    .productmodal .modal-title {
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
    }

    .productmodal .table {
        margin-bottom: 0px;
    }

    .productmodal .table {
        white-space: normal !important;
    }

        .productmodal .table thead {
            background: none;
            padding: 10px;
        }

            .productmodal .table thead img {
                max-width: 65px;
                margin: 0 auto;
            }

    .productmodal tr {
        padding: 15px;
    }

    .productmodal .table > thead > tr > th {
        vertical-align: middle;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .productmodal .table > tbody > tr > td {
        border: 3px solid #fff;
        padding: 15px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .productmodal th.greyhead {
        background: #939393;
    }

    .productmodal th.purplehead {
        background: #B267B5;
    }

    .productmodal th.orangehead {
        background: #E68658;
    }

    .productmodal tr.column1 {
        background: #E4E4E4;
    }

    .productmodal tr.column2 {
        background: #E68658;
    }

    .productmodal tr.column3 {
        background: #B267B5;
    }

    .productmodal .modal-footer {
        text-align: center;
        width: 310px;
        margin: 0px auto;
        border-top: none;
        padding: 0px 20px;
    }

    .productmodal .modal-body {
        padding: 0px 20px;
    }

    .productmodal .modal-header .close {
        /*margin-top: -52px;*/
        background: #000;
        opacity: 1;
        text-shadow: none;
        color: #fff;
        padding: 3px 6px;
        /*margin-right: -52px;*/
    }

    .productmodal .productname {
        /*display: table-cell;
		vertical-align: middle;
    	height: 65px;
        position: relative;
		width:200px;*/
        text-align: center;
    }

.product-category-carousel-mobile .product-category-carousel .item > .product-category-carousel-block {
    margin: 15px 0;
}

.product-category-carousel-mobile .product-category-popover {
    margin-bottom: 15px;
}

    .product-category-carousel-mobile .product-category-popover .btn-category:last-child {
        margin-bottom: 0;
    }

@media only screen and (max-width: 768px) {
    .btn-category {
        min-width: inherit;
        padding: 7px 40px 7px 10px;
    }

        .btn-category:before {
            display: none;
        }

    .product-category-popover {
        padding: 15px;
    }

    .product-category-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -12px;
    }

    .product-category-carousel .owl-theme .owl-controls .owl-nav .owl-next {
        right: -12px;
    }

    .ancillary-products .product-category-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -15px;
    }

    .ancillary-products .product-category-carousel .owl-theme .owl-controls .owl-nav .owl-next {
        right: -15px;
    }

    .productmodal span.pull-left {
        display: block;
        text-align: center;
        width: 100%;
        height: 67px;
        float: none !important;
    }

        .productmodal span.pull-left img {
            max-height: 67px;
        }

    .productmodal .productname {
        padding-top: 5px;
        text-align: center;
        width: 100%;
        margin: 0;
        display: block;
        height: auto;
    }
}

@media only screen and (max-width: 599px) {
    .product-category-carousel .item > .product-category-carousel-block img {
        max-width: 160px;
    }

    .product-category-carousel .item > .product-category-carousel-block > .title {
        display: none;
    }

    .product-category-carousel .item > .product-category-carousel-block > .description {
        display: none;
    }

    .product-category-carousel .focus:after {
        display: none;
    }

    .product-category-carousel .focus > .product-category-carousel-block > img {
        transform: none;
    }

    .product-category-section > .container:after {
        display: none;
    }
}

@media only screen and (min-width: 979px) {
    .btn-category {
        padding: 7px 40px 7px 55px;
        font-size: 15px;
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 1199px) {
    .btn-category {
        padding: 7px 40px 7px 60px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}
/* New product page */
.product-category-section.new-products .product-category-carousel .focus:after {
    top: 92%;
    left: 54%;
}

.product-category-section.new-products > .container:after {
    background: #fff;
}

@media only screen and (min-width: 768px) {
    .product-category-section.new-products .prdCategoryDescCarousel {
        margin-bottom: 25px;
    }
}

.productmodal.static-comparision-sheet .modal-header {
    position: absolute;
    float: none;
    z-index: 99;
    right: 21px;
    top: 24px;
}

.productmodal.static-comparision-sheet .modal-body {
    padding: 15px;
}

/* compare product page layout compare-table*/
.comparing {
    /*border: 2px solid #9A5C9C;*/
    font-family: 'Lato';
    margin: 20px;
    /*tr:nth-child(odd){
    		background-color: #F1E6F2;
  	}*/
    /*tr:nth-child(odd) td:first-child{
    		background-color: #DFB8E3;
  		  border-right: 2px solid #B267B5;
  	}*/
}

    .comparing .modal-header {
        font-size: 22px;
        font-size: 2.2rem;
        border-bottom: none;
    }

    .comparing .modal-title {
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
    }

    .comparing .table {
        margin-bottom: 0px;
        border-left: 0;
        border-color: #ddd;
    }

    .comparing .table {
        white-space: normal !important;
    }

        .comparing .table thead {
            background: none;
            padding: 10px;
        }

            .comparing .table thead img {
                max-width: 120px;
                margin: 0 auto;
            }

    .comparing tr {
        padding: 15px;
    }

    .comparing .table > thead > tr > th {
        vertical-align: middle;
        border-bottom: 2px solid #3f275b;
        border-right: 0;
        background: #fff7da;
        position: relative;
        padding: 24px 10px;
    }

        .comparing .table > thead > tr > th:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid transparent;
            border-bottom: 8px solid #40285c;
            left: 50%;
            bottom: 0;
            margin-left: -4px;
        }

@-moz-document url-prefix() {
    .comparing .table > thead > tr > th {
        border-bottom: 4px solid #3f275b;
    }

        .comparing .table > thead > tr > th:after {
            margin-bottom: -2px;
        }
}

.comparing .table > thead > tr > th:first-child {
    background: #3f275b;
    border-color: #ddd;
    font-weight: 700;
}

.comparing .table > tbody > tr > td {
    border-color: #ebebeb;
    border-top: 1px solid #c0c0c0;
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    border-right: 0;
}

.comparing th.greyhead {
    background: #939393;
}

.comparing th.purplehead {
    background: #3f275b;
}

.comparing th.orangehead {
    background: #E68658;
}

.comparing th.whitehead {
    background: #fff;
}

.comparing tr.column1 {
    background: #E4E4E4;
}

.comparing tr.column2 {
    background: #E68658;
}

.comparing tr.column3 {
    background: #B267B5;
}

.comparing td:nth-child(even) {
    background-color: #fefbea;
}

.comparing .table > tbody > tr > td:first-child {
    background-color: #532764;
    border-color: #735d8e;
    color: #fff;
    font-weight: 700;
}

.comparing .productname {
    font-weight: 700;
    padding-top: 5px;
}

.comparing .modal-footer {
    text-align: center;
    width: 310px;
    margin: 0px auto;
    border-top: none;
    padding: 0px 20px;
}

.comparing .modal-body {
    padding: 0px 20px;
}

.comparing .modal-header .close {
    /*margin-top: -52px;*/
    background: #000;
    opacity: 1;
    text-shadow: none;
    color: #fff;
    padding: 3px 6px;
    /*margin-right: -52px;*/
}

.comparing .productname {
    /*display: table-cell;
		vertical-align: middle;
    	height: 65px;
        position: relative;
		width:200px;*/
    color: #3f275b;
    text-align: center;
}

.project-pro-banner {
    background: url("../images/headding-banners/project-banner.jpg") no-repeat scroll 0 0;
}

.project-pro-section .proj-box {
    overflow: hidden;
    position: relative;
    background: #f2f2f2;
    margin: 25px 0 0 0;
    min-height: 188px;
}

    .project-pro-section .proj-box .proj-img {
        text-align: center;
        padding: 5px 0 0px 0;
    }

    .project-pro-section .proj-box .proj-txt h3 {
        text-align: center;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 0 5px 5px;
        color: #333333;
    }

    .project-pro-section .proj-box .pro-more-icon {
        height: 20px;
        width: 20px;
        background: url("../images/projects/plus-small.png") #333333 no-repeat center;
        border: 1px solid #7f7f7f;
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 9;
        cursor: pointer;
    }

    .project-pro-section .proj-box .maskp {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        text-align: center;
        cursor: pointer;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0.9;
        -webkit-transform: translate(0px, 504px);
        -moz-transform: translate(0px, 504px);
        -o-transform: translate(0px, 504px);
        -ms-transform: translate(0px, 504px);
        transform: translate(0px, 504px);
        -moz-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        -webkit-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
    }

        .project-pro-section .proj-box .maskp h4 {
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            font-size: 24px;
            font-size: 2.4rem;
            display: inline-block;
            padding: 25px 0;
        }

            .project-pro-section .proj-box .maskp h4 img {
                display: inline-block;
            }

        .project-pro-section .proj-box .maskp a {
            display: inline-block;
            clear: both;
            text-decoration: none;
        }

            .project-pro-section .proj-box .maskp a .view-bg {
                height: 45px;
                width: 45px;
                border-radius: 250px;
                display: inline-block;
                text-align: center;
                position: relative;
                cursor: pointer;
                margin-top: 5px;
            }

            .project-pro-section .proj-box .maskp a .view-icon {
                height: 30px;
                width: 30px;
                background: url("../images/projects/plus-big.png");
                display: inline-block;
                margin: 8px 0;
            }

            .project-pro-section .proj-box .maskp a .view-txt {
                font-size: 18px;
                font-size: 1.8rem;
                color: #fff;
                display: block;
                text-align: center;
                font-weight: 600;
                margin-top: 45px;
                font-weight: 600;
            }

    .project-pro-section .proj-box:hover .maskp {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    .project-pro-section .proj-box:active .maskq {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

.projects-popup .modal-header {
    border-bottom: 0px;
    padding: 15px 15px 15px 95px;
}

    .projects-popup .modal-header h4 {
        color: #fff;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: normal;
    }

    .projects-popup .modal-header .close {
        color: #fff;
        opacity: 0.9;
        font-size: 32px;
        font-size: 3.2rem;
    }

.projects-popup .modal-body {
    padding: 15px 56px;
    content: '';
    display: table;
    clear: both;
    width: 100%;
}

    .projects-popup .modal-body ul.pro-location {
        margin: 0px;
    }

        .projects-popup .modal-body ul.pro-location li.pro-head {
            background: none !important;
            color: #fff;
        }

            .projects-popup .modal-body ul.pro-location li.pro-head .bg-blue-light {
                background: #779ee5;
                padding: 5px 15px;
            }

            .projects-popup .modal-body ul.pro-location li.pro-head .bg-blue-dark {
                background: #5d80c0;
                padding: 5px 15px;
            }

            .projects-popup .modal-body ul.pro-location li.pro-head .p-location-icon {
                background: url("../images/projects/location-ico.png") no-repeat;
                width: 45px;
                height: 45px;
                display: block;
                float: left;
            }

            .projects-popup .modal-body ul.pro-location li.pro-head .p-project-icon {
                background: url("../images/projects/projects-ico.png") no-repeat;
                width: 45px;
                height: 45px;
                display: block;
                float: left;
            }

            .projects-popup .modal-body ul.pro-location li.pro-head .p-text {
                font-size: 20px;
                font-size: 2rem;
                float: left;
                padding: 6px 8px;
            }

        .projects-popup .modal-body ul.pro-location li {
            font-size: 16px;
            font-size: 1.6rem;
            color: #666666;
            font-weight: 600;
        }

        .projects-popup .modal-body ul.pro-location .col-sm-4, .projects-popup .modal-body ul.pro-location .col-sm-8, .projects-popup .modal-body ul.pro-location .col-sm-12 {
            border-bottom: 1px solid #e7e7e7;
            padding: 6px 30px;
        }

.p-box-purple .modal-header {
    background: #61246f url("../images/projects/Residential-w.png") 30px center no-repeat;
}

.p-box-purple .modal-body {
    border: 1px solid #61246f;
}

.p-box-purple .maskp {
    background-color: rgba(126, 77, 137, 0.9);
}

    .p-box-purple .maskp .view-bg {
        background: #61246f;
    }

.p-box-red .modal-header {
    background: #f76164 url("../images/projects/Commercial-w.png") 30px center no-repeat;
}

.p-box-red .modal-body {
    border: 1px solid #f76164;
}

.p-box-red .maskp {
    background-color: rgba(247, 97, 100, 0.9);
}

    .p-box-red .maskp .view-bg {
        background: #f76164;
    }

.p-box-blue .modal-header {
    background: #5d99eb url("../images/projects/Hospitality-w.png") 30px center no-repeat;
}

.p-box-blue .modal-body {
    border: 1px solid #5d99eb;
}

.p-box-blue .maskp {
    background-color: rgba(93, 153, 235, 0.9);
}

    .p-box-blue .maskp .view-bg {
        background: #5d99eb;
    }

.p-box-green .modal-header {
    background: #66c060 url("../images/projects/Healthcare-w.png") 30px center no-repeat;
}

.p-box-green .modal-body {
    border: 1px solid #66c060;
}

.p-box-green .maskp {
    background-color: rgba(102, 192, 96, 0.9);
}

    .p-box-green .maskp .view-bg {
        background: #66c060;
    }

.p-box-yellow .modal-header {
    background: #fcad50 url("../images/projects/Educational-w.png") 30px center no-repeat;
}

.p-box-yellow .modal-body {
    border: 1px solid #fcad50;
}

.p-box-yellow .maskp {
    background-color: rgba(252, 173, 80, 0.9);
}

    .p-box-yellow .maskp .view-bg {
        background: #fcad50;
    }

.p-box-dark-blue .modal-header {
    background: #3961e3 url("../images/projects/Religious-w.png") 30px center no-repeat;
}

.p-box-dark-blue .modal-body {
    border: 1px solid #3961e3;
}

.p-box-dark-blue .maskp {
    background-color: rgba(57, 97, 227, 0.9);
}

    .p-box-dark-blue .maskp .view-bg {
        background: #3961e3;
    }

.p-box-dark-pink .modal-header {
    background: #db3797 url("../images/projects/Public-building-w.png") 30px center no-repeat;
}

.p-box-dark-pink .modal-body {
    border: 1px solid #db3797;
}

.p-box-dark-pink .maskp {
    background-color: rgba(219, 55, 151, 0.9);
}

    .p-box-dark-pink .maskp .view-bg {
        background: #db3797;
    }

.p-box-choklate .modal-header {
    background: #7f2020 url("../images/projects/industries-w.png") 30px center no-repeat;
}

.p-box-choklate .modal-body {
    border: 1px solid #7f2020;
}

.p-box-choklate .maskp {
    background-color: rgba(127, 32, 32, 0.9);
}

    .p-box-choklate .maskp .view-bg {
        background: #7f2020;
    }

.p-box-shade-green .modal-header {
    background: #73772f url("../images/projects/infrastructure-w.png") 30px center no-repeat;
}

.p-box-shade-green .modal-body {
    border: 1px solid #73772f;
}

.p-box-shade-green .maskp {
    background-color: rgba(115, 119, 47, 0.9);
}

    .p-box-shade-green .maskp .view-bg {
        background: #73772f;
    }

.p-box-gray .modal-header {
    background: #777777 url("../images/projects/airport-w.png") 30px center no-repeat;
}

.p-box-gray .modal-body {
    border: 1px solid #777777;
}

.p-box-gray .maskp {
    background-color: rgba(119, 119, 119, 0.9);
}

    .p-box-gray .maskp .view-bg {
        background: #777777;
    }

.p-box-redish .modal-header {
    background: #b05151 url("../images/projects/Consultants-w.png") 30px center no-repeat;
}

.p-box-redish .modal-body {
    border: 1px solid #b05151;
}

.p-box-redish .maskp {
    background-color: rgba(176, 81, 81, 0.9);
}

    .p-box-redish .maskp .view-bg {
        background: #b05151;
    }

.p-box-light-purple .modal-header {
    background: #8342d4 url("../images/projects/Corporate-Real-w.png") 30px center no-repeat;
}

.p-box-light-purple .modal-body {
    border: 1px solid #8342d4;
}

.p-box-light-purple .maskp {
    background-color: rgba(131, 66, 212, 0.9);
}

    .p-box-light-purple .maskp .view-bg {
        background: #8342d4;
    }

.p-box-light-blue-shade .modal-header {
    background: #2f4b8b url("../images/projects/Civil-Contract-w.png") 30px center no-repeat;
}

.p-box-light-blue-shade .modal-body {
    border: 1px solid #2f4b8b;
}

.p-box-light-blue-shade .maskp {
    background-color: rgba(47, 75, 139, 0.9);
}

    .p-box-light-blue-shade .maskp .view-bg {
        background: #2f4b8b;
    }

@media (max-width: 768px) {
    .projects-popup .modal-body {
        padding: 25px;
    }

    .p-box-purple .modal-header, .p-box-red .modal-header, .p-box-blue .modal-header, .p-box-green .modal-header, .p-box-yellow .modal-header, .p-box-dark-blue .modal-header, .p-box-dark-pink .modal-header, .p-box-choklate .modal-header, .p-box-shade-green .modal-header, .p-box-gray .modal-header, .p-box-redish .modal-header, .p-box-light-purple .modal-header, .p-box-light-blue-shade .modal-header {
        background-position: 10px center;
        padding-left: 70px;
    }
}

@media (max-width: 760px) {
    .projects-popup .modal-body ul.pro-location li {
        border-bottom: none;
    }

        .projects-popup .modal-body ul.pro-location li:nth-child(odd) {
            background: #eaeaea;
        }

        .projects-popup .modal-body ul.pro-location li:nth-child(even) {
            background: #f8f8f8;
        }

    .projects-popup .modal-body ul.pro-location .col-sm-4, .projects-popup .modal-body ul.pro-location .col-sm-8, .projects-popup .modal-body ul.pro-location .col-sm-12 {
        border-bottom: none;
    }
}

.subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.adress-list li {
    color: #390072;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 35px;
    text-align: left;
    margin-bottom: 20px;
}

    .adress-list li a, .adress-list li a:hover, .adress-list li a:focus {
        color: #390072;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .adress-list li img {
        float: left;
        margin-right: 20px;
    }

.mail-list li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    overflow: hidden;
}

    .mail-list li a, .mail-list li a:hover, .mail-list li a:focus {
        color: #000;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .mail-list li h4 {
        font-size: 24px;
        font-size: 2.4rem;
    }

        .mail-list li h4.red {
            color: #ff4a4a;
        }

        .mail-list li h4.blue {
            color: #37c4ff;
        }

        .mail-list li h4.orange {
            color: #ff9f4a;
        }

    .mail-list li img {
        float: left;
        margin-right: 20px;
    }

#map {
    height: 350px;
}

.branch-selector {
    border: solid 2px #d4dadb;
    padding: 15px;
    margin-bottom: 30px;
}

    .branch-selector .form-group {
        margin-bottom: 5px;
    }

.branch-select-box .bootstrap-select .btn {
    border: solid 1px #d4dadb;
    border-radius: 0px;
    padding: 8px 12px;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
}

    .branch-select-box .bootstrap-select .btn:hover, .branch-select-box .bootstrap-select .btn:focus {
        background: none;
        box-shadow: none;
    }

.branch-select-box .bootstrap-select .bs-caret .caret {
    border: none;
    width: 45px;
    height: 41px;
    display: inline-block;
    background: url("../images/state-select-dropdown.png") center center no-repeat;
    margin-top: -20px;
    right: -1px;
}

.branch-select-box .bootstrap-select .dropdown-menu {
    margin: 6px 0 0;
}

.branch-select-box .btn-default:active, .branch-select-box .btn-default.active, .branch-select-box .open > .btn-default.dropdown-toggle {
    background: none;
}

.branch-select-box .btn-searchbrnch {
    background: #37c4ff;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    border: none;
}

    .branch-select-box .btn-searchbrnch:hover, .branch-select-box .btn-searchbrnch:focus {
        background: #2392c0;
    }

.address-list .col-md-11 {
    color: #676767;
    display: inline-block;
}

    .address-list .col-md-11:nth-child(odd) {
        background-color: #ffffff;
    }

    .address-list .col-md-11:nth-child(even) {
        background-color: #f6f6f6;
    }

    .address-list .col-md-11:hover {
        background-color: #f76164;
        color: #fff !important;
        cursor: pointer;
    }

        .address-list .col-md-11:hover:after {
            content: "\A";
            background: url("../../resources/images/branch-locator-arrow.png") right 0;
            background-size: 100% 100%;
            /* border-style: solid; */
            /* border-width: 15px 0px 15px 15px; */
            /* border-color: transparent transparent transparent #e64c4f; */
            position: absolute;
            z-index: -1;
            right: -38px;
            top: 0;
            height: 100%;
            width: 38px;
        }

    .address-list .col-md-11.active {
        background-color: #f76164;
        color: #fff !important;
        cursor: pointer;
    }

        .address-list .col-md-11.active:after {
            content: "\A";
            background: url("../../resources/images/branch-locator-arrow.png") right 0;
            background-size: 100% 100%;
            /* border-style: solid; */
            /* border-width: 15px 0px 15px 15px; */
            /* border-color: transparent transparent transparent #e64c4f; */
            position: absolute;
            z-index: -1;
            right: -38px;
            top: 0;
            height: 100%;
            width: 38px;
        }

    .address-list .col-md-11 p {
        margin: 20px 0;
    }

#branch-locator {
    padding-top: 25px;
    overflow: visible;
}

    #branch-locator .section-intro {
        margin-bottom: 1em;
    }

    #branch-locator h3.subtitle {
        margin-bottom: 20px;
    }

@media only screen and (min-width: 992px) {
    .adress-list li {
        font-size: 18px;
        font-size: 1.8rem;
    }

        .adress-list li a, .adress-list li a:hover, .adress-list li a:focus {
            font-size: 18px;
            font-size: 1.8rem;
        }

    .mail-list li {
        font-size: 18px;
        font-size: 1.8rem;
    }

        .mail-list li a, .mail-list li a:hover, .mail-list li a:focus {
            font-size: 18px;
            font-size: 1.8rem;
        }
}

@media only screen and (max-width: 768px) {
    .mail-list li {
        text-align: center;
    }

        .mail-list li img {
            float: none;
            margin: 10px auto;
        }
}

.default-select-box .bootstrap-select .btn {
    border: 1px solid #ccc;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666666;
    font-weight: 400;
    padding: 5px 10px;
}

.default-select-box.enqury-select.has-success .form-error .bootstrap-select .btn.dropdown-toggle {
    border: solid 1px #3fa91d;
}

.default-select-box.enqury-select.has-success .form-error span.form-control-feedback {
    right: 30px;
}

.default-select-box.enqury-select.has-error .form-error .bootstrap-select .btn.dropdown-toggle {
    border: 1px solid #b94a48;
}

.default-select-box.enqury-select.has-error .form-error span.form-control-feedback {
    right: 30px;
}

.default-select-box.enqury-select .bootstrap-select {
    width: 100% !important;
}

    .default-select-box.enqury-select .bootstrap-select .btn {
        width: 100% !important;
        border: none;
        border-radius: 0px;
        padding: 3px;
        color: #666;
        font-size: 16px;
        font-size: 1.6rem;
    }

        .default-select-box.enqury-select .bootstrap-select .btn:hover, .default-select-box.enqury-select .bootstrap-select .btn:focus {
            background: none;
            box-shadow: none;
        }

    .default-select-box.enqury-select .bootstrap-select .bs-caret .caret {
        border: none;
        width: 45px;
        height: 41px;
        display: inline-block;
        background: url("../images/state-select-dropdown.png") center center no-repeat;
        margin-top: -20px;
        right: -1px;
    }

    .default-select-box.enqury-select .bootstrap-select .dropdown-menu {
        margin: 6px 0 0;
    }

.default-select-box.enqury-select .btn-default:active, .default-select-box.enqury-select .btn-default.active, .default-select-box.enqury-select .open > .btn-default.dropdown-toggle {
    background: none;
}

.default-select-box.enqury-select .btn-searchbrnch {
    background: #37c4ff;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    border: none;
}

    .default-select-box.enqury-select .btn-searchbrnch:hover, .default-select-box.enqury-select .btn-searchbrnch:focus {
        background: #2392c0;
    }

.print-anchor {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

    .print-anchor .maskp {
        width: 100%;
        height: 0;
        position: absolute;
        background: rgba(1, 26, 49, 0.8);
        z-index: 10;
        left: 0;
        top: 50%;
        text-align: center;
        overflow: hidden;
        -moz-transition: all 0.3s 0.3s linear;
        -o-transition: all 0.3s 0.3s linear;
        -webkit-transition: all 0.3s 0.3s linear;
        -ms-transition: all 0.3s 0.3s linear;
        transition: all 0.3s 0.3s linear;
    }

        .print-anchor .maskp .download-icon {
            position: absolute;
            text-align: center;
            top: 50%;
            width: 100%;
        }

            .print-anchor .maskp .download-icon .inner-conetet {
                margin-top: -10%;
                width: 100%;
                text-align: center;
            }

                .print-anchor .maskp .download-icon .inner-conetet h2 {
                    font-size: 80px;
                    font-size: 8rem;
                    line-height: 80px;
                    margin-bottom: 0;
                }

                .print-anchor .maskp .download-icon .inner-conetet .plus-link {
                    font-size: 60px;
                    font-size: 6rem;
                    line-height: 52px;
                    border: solid 2px #fff;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    padding: 5px;
                    width: 70px;
                    height: 70px;
                    display: block;
                    margin: 0 auto;
                }

                    .print-anchor .maskp .download-icon .inner-conetet .plus-link:hover {
                        /*border:solid 2px #fff;*/
                        text-decoration: none;
                    }

    .print-anchor:hover .maskp {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.print-anchor2 {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

    .print-anchor2 .maskp {
        width: 100%;
        height: 0;
        position: absolute;
        background: rgba(1, 26, 49, 0.8);
        z-index: 10;
        left: 0;
        top: 50%;
        text-align: center;
        overflow: hidden;
        -moz-transition: all 0.3s 0.3s linear;
        -o-transition: all 0.3s 0.3s linear;
        -webkit-transition: all 0.3s 0.3s linear;
        -ms-transition: all 0.3s 0.3s linear;
        transition: all 0.3s 0.3s linear;
    }

        .print-anchor2 .maskp .download-icon {
            position: absolute;
            text-align: center;
            top: 50%;
            width: 100%;
        }

            .print-anchor2 .maskp .download-icon .inner-conetet {
                margin-top: -10%;
            }

                .print-anchor2 .maskp .download-icon .inner-conetet h2 {
                    font-size: 30px;
                    font-size: 3rem;
                    line-height: 30px;
                    margin-bottom: 10px;
                }

                .print-anchor2 .maskp .download-icon .inner-conetet .plus-link {
                    font-size: 20px;
                    font-size: 2rem;
                    line-height: 14px;
                    border: solid 2px #fff;
                    border-radius: 50%;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    padding: 5px 0;
                    width: 30px;
                    height: 30px;
                    display: block;
                    margin: 0 auto;
                }

                    .print-anchor2 .maskp .download-icon .inner-conetet .plus-link:hover {
                        /*border:solid 2px #fff;*/
                        text-decoration: none;
                    }

    .print-anchor2:hover .maskp {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

@media (max-width: 768px) {
    .media-lightbox .marbt30, .media-lightbox .marbt20 {
        margin-bottom: 0;
    }

    .media-lightbox .print-anchor, .media-lightbox .print-anchor2 {
        margin-bottom: 20px;
    }

    .print-anchor .maskp .download-icon .inner-conetet h2 {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
        margin-bottom: 10px;
    }
}
/* Product Details */
.product-page .product-content h2 {
    font-weight: 400;
}

.product-page .product-content .img-responsive {
    width: 100%;
}

.product-page .product-content a:hover, .product-page .product-content a:focus, .product-page .product-content a:active {
    text-decoration: none !important;
    outline: none !important;
}

.product-page .product-content ul {
    padding-left: 18px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

    .product-page .product-content ul#show-more-content {
        height: auto;
        max-height: 125px;
        overflow: hidden;
        transition: max-height .5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: max-height .5s ease;
    }

        .product-page .product-content ul#show-more-content.show {
            height: 100%;
            max-height: 400px;
            overflow: visible !important;
        }

    .product-page .product-content ul li {
        font-size: 16px;
        font-size: 1.6rem;
        padding-bottom: 10px;
    }

    .product-page .product-content ul.buy-options {
        margin: 0;
        padding: 0;
    }

        .product-page .product-content ul.buy-options li {
            width: 50%;
            padding: 0;
            float: left;
            position: relative;
            background-image: url(../images/product-page-icons-bg.png);
            background-repeat: no-repeat;
            background-size: 200% 200%;
            text-align: center;
            background-size: 202% 200%;
            padding-top: 6%;
            overflow: hidden;
        }

.product-page .list-unstyled li:nth-child(1) {
    background-position: 0 0;
}

.product-page .list-unstyled li:nth-child(2) {
    background-position: 100% 0;
}

.product-page .list-unstyled li:nth-child(3) {
    background-position: 0 100%;
}

.product-page .list-unstyled li:nth-child(4) {
    background-position: 100% 100%;
}

.product-page .product-content ul.buy-options li p {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.product-page .product-content ul.buy-options li span {
    top: 33%;
    position: relative;
    width: 100%;
    font-size: 19px;
    font-size: 1.9rem;
}

.product-page .product-content ul.buy-options li img {
    display: inline-block;
    width: auto;
}

.product-page .product-content ul.buy-options li:hover > p {
    cursor: pointer;
    opacity: 1;
}

.product-page .product-content ul li a.angle-down {
    background: #9d3d8d;
    border-radius: 50%;
    display: block;
}

.product-page .product-content ul#show-more-content a.fa {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #9d3d8d;
    color: #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
}

.product-page .fa-play {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 49%;
    top: 49%;
    color: #fff;
    border-radius: 50%;
    border: #fff solid 3px;
    padding: 17px 22px;
    font-size: 26px;
    font-size: 2.6rem;
}

.product-page a[href='#videoModal'] i {
    opacity: 0.7;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.product-page a[href='#videoModal']:hover i {
    opacity: 1;
}

/*a[href='#videoModal'] img{opacity:1; transition:all 0.5s ease;}
a[href='#videoModal'] img:hover {opacity:0.9;}*/
/* Product Cat */
.product-category {
    width: 100%;
    background: #fff;
}

    .product-category .popup-container {
        margin-bottom: 15px;
        padding: 0;
        overflow: hidden;
    }

    /*img {
  transition: all 2s ease-out;
  &:hover img {
    transform: scale(1.1);
  }
}*/
    .product-category .popup-container {
        /*&:first-child .popup {
    bottom: 25%;
  }
  &:last-child .popup {
    bottom: 25%;
  }*/
    }

        .product-category .popup-container .img-responsive {
            display: block;
            width: 100%;
        }

        .product-category .popup-container .popup {
            max-height: 170px;
            /*max-height: 800px;*/
            z-index: 100;
            background: rgba(0, 0, 0, 0.6);
            width: 100%;
            position: absolute;
            bottom: 35%;
            padding: 0 30px;
            font-weight: 300;
            margin: 0;
            color: #fff;
            overflow: hidden;
            text-align: center;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
        }

        .product-category .popup-container:hover > .popup {
            max-height: 800px;
            padding-bottom: 30px;
            transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out;
            background: rgba(0, 0, 0, 0.9);
        }

        .product-category .popup-container .popup h2 {
            font-weight: 300;
            line-height: 70px;
            font-size: 31px;
            font-size: 3.1rem;
            margin: 0;
            color: #fff;
            text-align: center;
        }

        .product-category .popup-container .popup p {
            font-size: 14px;
            font-size: 1.4rem;
            font-weight: 400;
            max-width: 410px;
            margin: 0 auto 24px;
        }

        .product-category .popup-container .popup hr {
            border: none;
            margin-top: 0;
            border-top: 1px solid #111;
            border-bottom: 1px solid #333;
        }

        .product-category .popup-container .popup .btn {
            background: #ffda44;
            color: #000;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: 400;
            border-radius: 0;
            transition: background .5s ease;
            -webkit-transition: background .5s ease;
            -moz-transition: background .5s ease;
        }

/*.product-category.cat-2 section .popup-container:last-child .popup { bottom: 37%;}*/
.sweep-to-right-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 0;
}

    .sweep-to-right-btn:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.sweep-to-right:focus:before, .sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.sweep-to-right-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d8910c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.product-category .popup-container {
    margin-bottom: 15px;
}

    .product-category .popup-container .popup .btn .glyphicon {
        color: rgba(0, 0, 0, 0.7);
        position: relative;
        top: 3px;
    }

.product-category.cat-2 .popup-container {
    /*&:last-child .popup {
    bottom: 18%;
  }
  .popup {
    bottom: 18%;
  }*/
}

/* Product Cat 2*/
/* Media Styles */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.main-banner li > .hmBannerSldrCaption {
    margin: -120px 0 0 20%;
}

    .main-banner li > .hmBannerSldrCaption > h2 {
        font-size: 29px;
        font-size: 2.9rem;
    }

    .main-banner li > .hmBannerSldrCaption > p {
        font-size: 18px;
        font-size: 1.8rem;
    }

.hmBannerSldrCaption img {
    max-width: 40%;
}

.product-page .list-unstyled li {
    height: 108px;
}

@media (max-width: 459px) {
    .product-category .popup-container .popup h2 {
        font-size: 24px !important;
        font-size: 2.4rem !important;
    }
}

@media (max-width: 767px) {
    .product-category .popup-container:last-child .popup h2 {
        line-height: 62px;
        padding-bottom: 10px;
        font-size: 28px;
        font-size: 2.8rem;
    }
}

@media only screen and (min-width: 768px) {
    .main-banner li > .hmBannerSldrCaption {
        margin: -110px 0 0 20%;
        width: 200px;
    }

    .hmBannerSldrCaption img {
        max-width: 38%;
    }

    .main-banner li > .hmBannerSldrCaption > h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }

    .main-banner li > .hmBannerSldrCaption > p {
        margin-bottom: 10px;
    }

    .main-banner li > .hmBannerSldrCaption > .btn {
        padding: 8px 16px;
    }

    .product-page .product-content ul#show-more-content {
        height: auto;
        overflow: visible;
    }

    .product-page .product-content #show-more {
        display: none;
    }

    .product-page .buy-options li {
        height: 125px;
    }

    /* Product Cat */
    .product-category .popup-container {
        margin-bottom: 0;
    }

        .product-category .popup-container .popup h2 {
            font-size: 17px;
            font-size: 1.7rem;
            line-height: 50px;
        }

        .product-category .popup-container:hover > .popup {
            bottom: 43%;
            height: auto;
        }

        .product-category .popup-container .popup {
            max-height: 50px;
            bottom: 43%;
        }

    .product-category.cat-2 .popup-container {
        /*&:last-child .popup {
      bottom: 25%;
    }
    .popup {
      bottom: 25%;
    }
    &:first-child .popup {
      bottom: 25%;
    }*/
    }

        .product-category.cat-2 .popup-container:hover > .popup {
            bottom: 43%;
            height: auto;
        }

    /*.product-category section{height:45vmax;overflow:hidden}*/
    /*.product-category section .popup-container:first-child .popup {bottom: 22%;}*/
    /* Product Cat 2*/
}

@media only screen and (min-width: 992px) {
    /* Product Cat */
    .product-page .product-content ul#show-more-content {
        height: 125px;
        overflow: hidden;
    }

    .product-page .product-content #show-more {
        display: block;
    }

    .product-page .list-unstyled li {
        background-size: 226% 200%;
        height: 90px;
    }

    /* Product Cat 2*/
    /*.product-category section .popup-container:hover > .popup{height:auto;bottom:37%}*/
    .product-category .popup-container:hover > .popup {
        height: auto;
        bottom: 43%;
    }

    .product-category .popup-container .popup {
        max-height: 170px;
        /*max-height: 800px;*/
        bottom: 43%;
        height: auto;
        padding-bottom: 30px;
    }

        .product-category .popup-container .popup h2 {
            font-size: 26px;
            font-size: 2.6rem;
            line-height: 60px;
        }

        .product-category .popup-container .popup p {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 20px;
        }

    .product-category.cat-2 .popup-container:hover > .popup {
        height: auto;
        bottom: 35%;
        top: auto;
    }
}

@media only screen and (min-width: 1200px) {
    footer .soc-cntr {
        padding: 0;
        float: right;
    }

    .main-banner li > .hmBannerSldrCaption > h2 {
        font-size: 35px;
        font-size: 3.5rem;
    }

    .main-banner li > .hmBannerSldrCaption > p {
        font-size: 25px;
        font-size: 2.5rem;
    }

    .hmBannerSldrCaption img {
        max-width: 55%;
    }

    .main-banner li > .hmBannerSldrCaption {
        margin: -155px 0 0 20%;
        width: 250px;
    }

        .main-banner li > .hmBannerSldrCaption > .btn {
            padding: 13px 20px;
        }

    .product-page .list-unstyled li {
        background-size: 202% 200%;
        height: 108px;
    }

    /* Product Cat */
    .product-category .popup-container {
        /*&:first-child .popup {
      bottom: 25%;
    }
    &:last-child .popup {
      bottom: 25%;
    }
    &:hover > .popup {
      height: auto;
      bottom: 35%;
    }*/
    }

        .product-category .popup-container .popup h2 {
            font-size: 28px;
            font-size: 2.8rem;
        }

    .product-category.cat-2 .popup-container:first-child .popup {
        bottom: 43%;
    }

    .product-category.cat-2 .popup-container:last-child .popup {
        bottom: 43% !important;
    }

    .product-category.cat-2 .popup-container:hover > .popup {
        height: auto;
        bottom: 43%;
    }

    .product-category.cat-2 .popup-container .bottom-25 {
        bottom: 25%;
    }

    .product-category.cat-2 .popup-container .bottom-35 {
        bottom: 25%;
    }

    /* Product Cat 2 */
}

.faqs-select-box {
    background: #f8f8f8;
    padding: 15px 0 0;
    margin-bottom: 25px;
}

    .faqs-select-box .bootstrap-select .btn {
        border-radius: 0px;
        padding: 8px 50px 8px 12px;
        color: #666;
        font-size: 16px;
        font-size: 1.6rem;
        overflow: hidden;
    }

    .faqs-select-box .bootstrap-select .bs-caret .caret {
        border: none;
        width: 45px;
        height: 41px;
        display: inline-block;
        background: url("../images/policy/select-arow.png") center center no-repeat;
        margin-top: -20px;
        border: 1px solid #c7c7c7;
        right: -1px;
    }

    .faqs-select-box .bootstrap-select .dropdown-menu {
        margin: 6px 0 0;
    }

    .faqs-select-box .btn-default:active, .faqs-select-box .btn-default.active, .faqs-select-box .open > .btn-default.dropdown-toggle {
        background: none;
    }

.faq-search {
    max-width: 340px;
    width: 100%;
    margin: 0 auto 15px;
}

.custom-search-input {
    margin: 0;
    padding: 0;
    color: #666;
}

    .custom-search-input .search-query {
        border-radius: 0px;
        padding: 8px 50px 9px 12px;
        color: #666;
        font-size: 16px;
        font-size: 1.6rem;
        overflow: hidden;
        height: auto;
    }

    .custom-search-input button {
        border: 0;
        background: none;
        padding: 7px 14px;
        margin-top: 0px;
        position: relative;
        color: #c7c7c7;
        border: 1px solid #c7c7c7;
        border-radius: 0px;
        font-size: 18px;
        font-size: 1.8rem;
    }

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .custom-search-input .search-query {
        padding: 10px 50px 11px 12px;
    }
}

.search-query:focus + button {
    z-index: 3;
}

.custom-search-input .input-group .form-control, .custom-search-input .input-group-btn:last-child > .btn {
    z-index: 0;
}

.input-group-btn:last-child > .btn-group {
    z-index: 0;
}

.hindupur-project-banner {
    background: url("../images/headding-banners/hindupur-project.jpg") no-repeat scroll 0 0;
}

.hindupur-project-section .popgallery li {
    margin-bottom: 30px;
}

    .hindupur-project-section .popgallery li .gal-item {
        overflow: hidden;
        position: relative;
    }

    .hindupur-project-section .popgallery li .maskH {
        background-color: rgba(126, 77, 137, 0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        text-align: center;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0.9;
        -webkit-transform: translate(0px, 504px);
        -moz-transform: translate(0px, 504px);
        -o-transform: translate(0px, 504px);
        -ms-transform: translate(0px, 504px);
        transform: translate(0px, 504px);
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

        .hindupur-project-section .popgallery li .maskH .fa {
            color: #fff;
            font-size: 45px;
            font-size: 4.5rem;
            position: absolute;
            top: 50%;
            left: 50%;
            cursor: pointer;
            margin: -15px 0 0 -25px;
        }

    .hindupur-project-section .popgallery li:hover .maskH {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    .hindupur-project-section .popgallery li:active .maskH {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

.moreopacity {
    opacity: 0.8 !important;
}

.hindupurgalleryPop {
    /*.glyphicon {
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      position: relative;
      top: 1px;
  }*/
}

    .hindupurgalleryPop .modal-dialog {
        width: 735px;
    }

    .hindupurgalleryPop .modal-body {
        min-height: 430px;
        transition: left 0.6s ease-in-out 0s;
    }

        .hindupurgalleryPop .modal-body img {
            transition: left 0.6s ease-in-out 0s;
            border: solid 5px #fff;
        }

    .hindupurgalleryPop .modal-content {
        background: none;
        border: none;
        box-shadow: none;
    }

    .hindupurgalleryPop .controls {
        background-image: none;
        border: 0;
        height: 40px;
        line-height: 50px;
        margin-top: -20px;
        opacity: 1;
        text-shadow: none;
        top: 50%;
        transition: all 0.2s ease-in-out 0s;
        width: 30px;
        z-index: 5;
        bottom: 0;
        color: #ffffff;
        font-size: 30px;
        font-size: 3rem;
        left: 0;
        position: absolute;
        text-align: center;
    }

        .hindupurgalleryPop .controls:hover {
            background: #fff;
            color: #000;
        }

        .hindupurgalleryPop .controls .glyphicon {
            top: -2px;
        }

    .hindupurgalleryPop .next {
        left: auto;
        right: 0;
        margin-right: 20px;
    }

    .hindupurgalleryPop .previous {
        margin-left: 20px;
    }

    .hindupurgalleryPop .close {
        margin: -6px -6px 0 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: #3f275b;
        border-radius: 50%;
        opacity: 1;
        color: #fff;
        padding: 0;
        outline: 0;
        z-index: 9;
    }

@media (max-width: 768px) {
    .hindupurgalleryPop .modal-dialog {
        width: auto;
    }

    .hindupurgalleryPop .next {
        margin-right: 15px;
    }

    .hindupurgalleryPop .close {
        right: 15px;
    }

    #popGalleryModel .modal-body {
        min-height: 235px;
    }
}

@media (max-width: 480px) {
    .hindupurgalleryPop .controls {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .hindupurgalleryPop .close {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.padding-25 {
    padding: 25px 0;
}

.color-combination .form-group.branch-select-box {
    padding-right: 30px;
}

    .color-combination .form-group.branch-select-box:after {
        content: "OR";
        position: absolute;
        right: -5px;
        top: 55%;
    }

    .color-combination .form-group.branch-select-box:nth-child(3)::after {
        content: "";
    }

.color-combination label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #666666;
}

.color-combination .branch-select-box .bootstrap-select .btn {
    border: #ccc solid 1px;
}

.color-combination input[type="text"] {
    border-radius: 0;
    height: 40px;
}

.color-combination .input-group {
    width: 100%;
}

.color-combination .input-group-addon {
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.color-combination .branch-select-box .bootstrap-select .bs-caret .caret {
    background-image: none;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    border-left: #ccc solid 1px;
}

    .color-combination .branch-select-box .bootstrap-select .bs-caret .caret:before {
        content: "\f107";
        font-size: 20px;
        font-size: 2rem;
        line-height: 40px;
    }

.color-combination li span.color-palette {
    margin-left: -5px;
    margin-bottom: -4px;
}

.color-combination span.color-palette {
    height: 20px;
    width: 20px;
    background: #ccc;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    margin-bottom: -3px;
}

.color-combination .search-container .dropdown-menu {
    width: 100%;
    right: 0;
    margin-top: -1px;
}

    .color-combination .search-container .dropdown-menu li {
        position: relative;
        padding: 3px 0;
        border-bottom: 1px dashed #dddede;
    }

.combination-result {
    padding-bottom: 0;
}

    .combination-result .selected-color .circle {
        background: rgba(255, 255, 255, 0);
        box-shadow: none;
        border: 0;
        transform: scale(0.8);
        transform-origin: center top;
        margin-top: -10px !important;
        width: 130px;
        height: 130px;
        margin-bottom: 6px;
    }

        .combination-result .selected-color .circle::before {
            margin-top: 0px;
            border: solid 2px #f6f6f6;
            margin-left: 0px !important;
        }

    .combination-result .circle {
        width: 200px;
        margin-top: 0;
        margin-left: 25px;
        display: table;
        box-sizing: content-box;
        height: 200px;
        border-radius: 50%;
        background: #f7f7f7;
        border: solid 2px #f7f5f5;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,fcfcfc+49,fdfdfd+100 */
        background: #f6f6f6;
        /* Old browsers */
        background: -moz-radial-gradient(center, ellipse cover, #f6f6f6 0%, #fcfcfc 49%, #fdfdfd 100%);
        /* FF3.6-15 */
        background: -webkit-radial-gradient(center, ellipse cover, #f6f6f6 0%, #fcfcfc 49%, #fdfdfd 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: radial-gradient(ellipse at center, #f6f6f6 0%, #fcfcfc 49%, #fdfdfd 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#fdfdfd',GradientType=1 );
        /* IE6-9 fallback on horizontal gradient */
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        text-align: center;
        font-weight: 700;
        -webkit-box-shadow: 10px 10px 11px -5px rgba(78, 78, 78, 0.38);
        -moz-box-shadow: 10px 10px 11px -5px rgba(78, 78, 78, 0.38);
        box-shadow: 10px 10px 11px -5px rgba(78, 78, 78, 0.38);
    }

        .combination-result .circle h2 {
            font-size: 20px;
            font-size: 2rem;
            text-transform: uppercase;
            vertical-align: middle;
            display: table-cell;
            font-weight: 700;
        }

        .combination-result .circle::before {
            margin-left: 25px;
            content: "";
            position: absolute;
            left: 17px;
            top: 1px;
            background: #fff;
            border-radius: 50%;
            width: 200px;
            height: 200px;
            z-index: -1;
            transition: all .2s ease;
            -webkit-transition: all .2s ease;
            -moz-transition: all .2s ease;
        }

        .combination-result .circle.light-color::before {
            background: attr(data-color);
        }

    .combination-result.open .circle {
        margin-top: -100px;
    }

        .combination-result.open .circle:before {
            margin-top: -25px;
            background-color: #1A0220;
        }

    .combination-result.open .selected-color .circle {
        margin-top: 35%;
    }

        .combination-result.open .selected-color .circle::before {
            margin-top: 0;
        }

    .combination-result .bold {
        font-weight: 700;
    }

    .combination-result .description {
        text-align: center;
        background: #f8f8f8;
        margin-top: 30px;
        border: #f6f6f6 solid 1px;
        position: relative;
        padding: 15px;
    }

        .combination-result .description span {
            font-size: 18px;
            font-size: 1.8rem;
            color: #5f5b5b;
        }

            .combination-result .description span.bold {
                font-size: 18px;
                font-size: 1.8rem;
                text-transform: uppercase;
                font-weight: 700;
                color: #000;
            }

        .combination-result .description hr {
            border-top: #d8d8d8 solid 1px;
        }

        .combination-result .description::before {
            content: " ";
            position: absolute;
            background: #f8f8f8;
            font-size: 50px;
            font-size: 5rem;
            top: -12px;
            left: 50%;
            margin-left: -10px;
            height: 20px;
            width: 20px;
            border-top: #f6f6f6 solid 1px;
            border-left: #f6f6f6 solid 1px;
            transform: rotate(45deg);
        }

        .combination-result .description.title {
            margin-top: 0 !important;
            text-align: left;
            background: #eeeded;
        }

            .combination-result .description.title::before {
                display: none;
            }

            .combination-result .description.title span.bold {
                text-transform: capitalize;
            }

    .combination-result .col-sm-12.text-left {
        padding-top: 50px;
    }

    .combination-result .spanmsg {
        text-align: center !important;
    }

    .combination-result .circle {
        width: 150px;
        margin-left: 0;
        height: 150px;
    }

        .combination-result .circle::before {
            width: 150px;
            margin-left: 0;
            height: 150px;
        }

    .combination-result.open .description {
        margin-top: 105px;
    }

@media only screen and (max-width: 350px) {
    .combination-result .circle, .combination-result .circle:before {
        margin-left: 20% !important;
    }
}

@media only screen and (max-width: 767px) {
    #selected-color-value.text-left {
        text-align: center;
    }

    .light-color, .medium-color, .dark-color {
        margin-top: 120px;
    }

    .combination-result, .combination-result .inner-section {
        padding-top: 10px;
    }

        .combination-result.open .circle:before {
            margin-top: 70px;
            transform: translate(-6px, 0);
        }

        .combination-result.open .description {
            margin-top: 100px;
        }

        .combination-result.open .selected-color .circle {
            margin-top: 50px;
            margin-bottom: 250px;
        }

            .combination-result.open .selected-color .circle:before {
                margin-top: 70px;
            }

            .combination-result.open .selected-color .circle:first-child {
                margin-bottom: 20px;
                margin-top: 0px;
            }

                .combination-result.open .selected-color .circle:first-child::before {
                    margin-top: 20px;
                    left: 6px;
                    margin-left: 25%;
                }

        .combination-result .circle, .combination-result .circle:before {
            margin-left: 23%;
        }

    .color-combination .form-group.branch-select-box {
        padding-right: 15px;
    }

        .color-combination .form-group.branch-select-box:nth-child(1)::after {
            right: 50%;
            top: 85%;
        }

        .color-combination .form-group.branch-select-box:nth-child(1) {
            padding-bottom: 25px;
        }

        .color-combination .form-group.branch-select-box:nth-child(2)::after {
            right: 50%;
            top: 85%;
        }

        .color-combination .form-group.branch-select-box:nth-child(2) {
            padding-bottom: 25px;
        }

    .combination-result .description hr {
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .combination-result .col-sm-3 {
        transform: scale(0.9);
    }
}

@media only screen and (min-width: 768px) {
    .color-combination label {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .combination-result .description hr {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .color-combination .form-group {
        margin-bottom: 0;
    }

    .combination-result #selected-color-title {
        position: relative;
        top: -20px;
    }

    .combination-result .selected-color {
        margin-top: -28px;
    }
}

@media only screen and (min-width: 992px) {
    .combination-result .circle {
        width: 200px;
        margin-left: 25px;
        height: 200px;
    }

        .combination-result .circle::before {
            width: 200px;
            margin-left: 25px;
            height: 200px;
        }

    .combination-result #selected-color-title {
        position: relative;
        top: 0;
    }

    .combination-result .selected-color {
        margin-top: 0;
    }
}

@media (min-width: 360px) and (max-width: 767px) {
    .combination-result .selected-color .circle, .combination-result .selected-color .circle:before {
        margin-left: 26%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .combination-result .selected-color .circle::before {
        margin-left: -5px;
    }

    .combination-result .description span.bold {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media only screen and (min-width: 992px) {
    .inner-section.combination-result {
        padding-top: 0;
    }

    .combination-result.open .selected-color .circle {
        margin-top: 0;
    }

    .light-color, .medium-color, .dark-color {
        margin-top: 60px;
    }

    .inner-section.combination-result .inner-section {
        padding-top: 20px;
    }

    .combination-result.open .selected-color .circle {
        margin-left: 30px;
    }

    .combination-result .circle {
        width: 160px;
        margin-left: 22px;
        height: 160px;
    }

    .combination-result.open .circle:before {
        margin-top: -45px;
    }

    .combination-result .circle:before {
        width: 160px;
        margin-left: 22px;
        height: 160px;
    }

    .combination-result .circle h2, #selected-color-title p span {
        font-size: 20px;
        font-size: 2rem;
    }

    .combination-result.open .description {
        margin-top: 70px;
    }

    .combination-result .description span {
        font-size: 15px;
        font-size: 1.2rem;
    }

        .combination-result .description span.bold {
            font-size: 15px;
            font-size: 1.5rem;
        }
}

@media only screen and (min-width: 1200px) {
    .combination-result.open .selected-color .circle {
        margin-left: 45px;
    }

    .combination-result .selected-color .circle::before {
        margin-left: 35px;
    }

    .combination-result .circle, .combination-result .circle:before {
        margin-left: 45px;
    }
}

.top-news-box {
    background: #fcda50;
    position: relative;
    overflow: hidden;
}

    .top-news-box .news-header {
        background: #e2c242;
        padding: 20px 15px;
    }

        .top-news-box .news-header h3 {
            font-weight: 700;
            margin: 0;
            line-height: 32px;
        }

    .top-news-box .news-content {
        position: relative;
        overflow: hidden;
        padding: 20px 0;
    }

        .top-news-box .news-content p span {
            margin: 0 10px;
        }

.news-box {
    padding: 25px;
    border: #e9e9e9 solid 1px;
    min-height: 435px;
}

    .news-box .marbt40 {
        margin-bottom: 0px !important;
    }

.news-box2 {
    min-height: 240px;
}

@media only screen and (max-width: 767px) {
    .top-news-box .news-content h4 {
        margin: 20px 0 10px !important;
    }

    .news-box {
        min-height: 400px;
    }

        .news-box .news-box-content .col-sm-6.text-right {
            text-align: left;
        }
}

@media only screen and (max-width: 979px) {
    .news-box2 {
        min-height: 525px;
    }
}

@media only screen and (min-width: 768px) {
    .news-box-content .img-responsive {
        max-height: 184px;
    }
}

.inner-section.media-lightbox {
    overflow: visible;
}

.tvcommerical {
    margin-top: 20px;
    margin-bottom: 10px;
    min-height: 340px;
}

    .tvcommerical h2 {
        text-align: center;
        font-size: 18px;
        font-size: 1.8rem;
        color: #666;
        margin: 0px 0 0px 0;
        border: 1px solid #f1f0f0;
        border-top: none;
        padding: 10px 0;
        position: relative;
        z-index: 99;
        transition: all 0.3s linear 0.3s;
        font-weight: 700;
    }

    .tvcommerical:hover h2 {
        color: #fff;
        border-color: #f9444b;
        background-color: #f9444b;
    }

.tv-ads img {
    width: 100%;
}

.tv-ads a {
    font-size: 20px;
    font-size: 2rem;
    color: #666;
    line-height: 22px;
    padding-bottom: 5px;
}

    .tv-ads a img {
        margin-bottom: 15px;
    }

#mediaModal .modal-header {
    padding: 0;
    border: 0;
}

    #mediaModal .modal-header .close {
        margin-top: -2px;
        position: absolute;
        right: -30px;
        top: -25px;
        width: 40px;
        height: 40px;
        background: #3f275b;
        border-radius: 50%;
        margin-right: 20px;
        opacity: 1;
        color: #fff;
        padding: 0;
    }

.print-anchor.tv-ads .maskp {
    background: rgba(249, 68, 75, 0.8);
}

    .print-anchor.tv-ads .maskp .download-icon .inner-conetet {
        margin-top: -11%;
    }

        .print-anchor.tv-ads .maskp .download-icon .inner-conetet .fa-play-circle {
            font-size: 70px;
            font-size: 7rem;
            color: #fff;
        }

@media only screen and (min-width: 768px) {
    #mediaModal .modal-header .close {
        right: -45px;
        top: -20px;
    }
}

.color-catlogue-fixhdr {
    position: fixed;
    top: 145px;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    width: 100%;
    z-index: 99;
    background: #fff;
}

    .color-catlogue-fixhdr.ccshrink {
        top: 96px;
    }

.colour-catalogue {
    width: 90%;
    float: right;
    /*min-height:100vh; max-height:100vh; overflow:auto;padding-bottom: 40px; */
}

    .colour-catalogue ul {
        margin-bottom: 0px;
        overflow: hidden;
        padding-bottom: 0;
        position: relative;
    }

        .colour-catalogue ul li {
            padding: 0;
        }

            .colour-catalogue ul li a {
                min-height: 100px;
                display: block;
                width: 100%;
                position: relative;
                border: #fff solid 1px;
            }

                .colour-catalogue ul li a span {
                    position: absolute;
                    bottom: 15px;
                    left: 15px;
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: 700;
                }

                .colour-catalogue ul li a:hover {
                    z-index: 10;
                    box-shadow: 0px 0px 10px 6px rgba(103, 103, 103, 0.5);
                    -webkit-box-shadow: 0px 0px 10px 6px rgba(103, 103, 103, 0.5);
                    -moz-box-shadow: 0px 0px 10px 6px rgba(103, 103, 103, 0.5);
                    -o-box-shadow: 0px 0px 10px 6px rgba(103, 103, 103, 0.5);
                }

ul.fancy-radio li.search-icon {
    position: relative;
}

    ul.fancy-radio li.search-icon::before {
        content: '';
        position: absolute;
        top: 5px;
        right: 10px;
        background: url('/resources/images/colour-catalogue/search-icon.png') no-repeat;
        width: 18px;
        height: 20px;
        background-size: 100%;
        cursor: pointer;
    }

.color-navigation {
    bottom: 0;
    width: 10%;
    float: left;
    position: fixed;
    top: 179px;
    z-index: 99;
}

    .color-navigation.margBtm {
        bottom: 132px;
    }

    .color-navigation ul li {
        float: left;
        width: 100%;
    }

        .color-navigation ul li a {
            height: auto;
            width: 100%;
            position: relative;
            display: inline-block;
        }

            .color-navigation ul li a.selected:after {
                content: '\f0da';
                position: absolute;
                right: -10px;
                top: 30%;
                margin-top: -10px;
                font-family: 'FontAwesome';
                color: #ed1400;
                font-size: 34px;
                font-size: 3.4rem;
            }

            .color-navigation ul li a span {
                visibility: hidden;
                opacity: 0;
                width: 130px;
                background-color: #5c2f96;
                color: #fff;
                text-align: center;
                padding: 5px 0;
                border-radius: 6px;
                position: absolute;
                z-index: 1;
                right: -128px;
                top: 50%;
                margin: -15px 0 0 0;
                transition: .2s ease-in-out;
            }

                .color-navigation ul li a span:before {
                    font-family: 'FontAwesome';
                    content: "\f0d9";
                    position: absolute;
                    color: #5c2f96;
                    font-size: 30px;
                    font-size: 3rem;
                    top: 50%;
                    left: 1px;
                    margin: -22px 0 0 -10px;
                }

        .color-navigation ul li:hover span {
            visibility: visible;
            opacity: 1;
        }

        .color-navigation ul li:nth-child(1) a {
            background: #ed1400;
        }

        .color-navigation ul li:nth-child(2) a {
            background: #f9a300;
        }

            .color-navigation ul li:nth-child(2) a.selected:after {
                color: #f9a300;
            }

        .color-navigation ul li:nth-child(3) a {
            background: #fcfb00;
        }

            .color-navigation ul li:nth-child(3) a.selected:after {
                color: #fcfb00;
            }

        .color-navigation ul li:nth-child(4) a {
            background: #317e00;
        }

            .color-navigation ul li:nth-child(4) a.selected:after {
                color: #317e00;
            }

        .color-navigation ul li:nth-child(5) a {
            background: #4d96eb;
        }

            .color-navigation ul li:nth-child(5) a.selected:after {
                color: #4d96eb;
            }

        .color-navigation ul li:nth-child(6) a {
            background: #8224d0;
        }

            .color-navigation ul li:nth-child(6) a.selected:after {
                color: #8224d0;
            }

        .color-navigation ul li:nth-child(7) a {
            background: #ddcea2;
        }

            .color-navigation ul li:nth-child(7) a.selected:after {
                color: #ddcea2;
            }

        .color-navigation ul li:nth-child(8) a {
            background: #c2b19e;
        }

            .color-navigation ul li:nth-child(8) a.selected:after {
                color: #c2b19e;
            }

.colour-catalogue-modal .modal-dialog {
    width: 94%;
}

.colour-catalogue-modal .modal-title {
    color: #f0498e;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
}

.colour-catalogue-modal .modal-content {
    padding: 0 20px;
    box-shadow: none;
    border: solid 2px #3F275B;
}

    .colour-catalogue-modal .modal-content .color-bg {
        width: 100%;
        height: 50px;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .colour-catalogue-modal .modal-content .color-code {
        display: block;
    }

    .colour-catalogue-modal .modal-content .color-name {
        display: block;
    }

.colour-catalogue-modal .modal-body, .colour-catalogue-modal .modal-footer, .colour-catalogue-modal .modal-header {
    border: 0;
}

.colour-catalogue-modal .modal-body {
    color: #666;
    padding: 0;
    border-top: #ccc 1px dashed;
    padding-top: 10px;
}

    .colour-catalogue-modal .modal-body .share-container {
        float: left;
        border-top: #ccc 1px dashed;
        width: 100%;
        padding-top: 10px;
        margin-top: 10px;
    }

        .colour-catalogue-modal .modal-body .share-container a {
            text-align: center;
            display: block;
            float: left;
            width: 80px;
            color: #ccc;
        }

            .colour-catalogue-modal .modal-body .share-container a:hover {
                color: #999;
            }

            .colour-catalogue-modal .modal-body .share-container a i {
                display: block;
                font-size: 30px;
                font-size: 3rem;
            }

        .colour-catalogue-modal .modal-body .share-container .virtualpaint_btn {
            width: 200px;
            border-radius: 5px;
            background: #e6e6e6;
            color: #666;
            display: inline-block;
            text-align: left;
            padding: 10px 15px;
            position: relative;
            float: right;
        }

            .colour-catalogue-modal .modal-body .share-container .virtualpaint_btn i {
                position: absolute;
                top: 15%;
                right: 20px;
                color: #9C27B0;
                font-size: 37px;
                font-size: 3.7rem;
            }

    .colour-catalogue-modal .modal-body h4.modal-title {
        color: #666;
        font-weight: 400;
    }

    .colour-catalogue-modal .modal-body ul {
        float: left;
        width: 100%;
    }

    .colour-catalogue-modal .modal-body li {
        width: 33.33333%;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 5px;
        float: left;
    }

    .colour-catalogue-modal .modal-body span {
        text-align: right;
        margin-top: -5px;
        font-size: 13px;
        font-size: 1.3rem;
        float: right;
    }

.colour-catalogue-modal .modal-header {
    padding: 15px 0;
    border-bottom: 0;
}

    .colour-catalogue-modal .modal-header .close {
        font-size: 30px;
        font-size: 3rem;
    }

.colour-catalogue-modal .modal-footer {
    padding: 0;
    text-align: left;
    padding-bottom: 20px;
    border-top: #ccc 1px dashed;
    padding-top: 10px;
    margin-top: 10px;
}

    .colour-catalogue-modal .modal-footer h4 {
        color: #666;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .colour-catalogue-modal .modal-footer h5 {
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: 400;
    }

    .colour-catalogue-modal .modal-footer p {
        font-size: 14px;
        font-size: 1.4rem;
        color: #666;
    }

    .colour-catalogue-modal .modal-footer a {
        color: #f0498e;
    }

ul.fancy-radio {
    float: right;
}

    ul.fancy-radio li {
        display: inline-block;
        position: relative;
        float: left;
        width: auto;
        height: 100%;
        margin: 0 2px;
    }

        ul.fancy-radio li input[type=radio] {
            position: absolute;
            visibility: hidden;
        }

        ul.fancy-radio li label {
            display: inline-block;
            position: relative;
            font-weight: 300;
            font-size: 14px;
            font-size: 1.4rem;
            padding: 3px 10px 3px 10px;
            margin: 0;
            height: auto;
            z-index: 9;
            cursor: pointer;
            border-radius: 25px;
            background: #fff;
            border: solid 1px #cccccc;
            -webkit-transition: all 0.25s linear;
            width: auto;
            color: #3f285a;
        }

        ul.fancy-radio li:hover label {
            color: #FFFFFF;
            background: #7f7f7f;
        }

        ul.fancy-radio li .check {
            display: block;
            position: absolute;
            border: 1px solid #AAAAAA;
            border-radius: 100%;
            height: 15px;
            width: 15px;
            top: 7px;
            left: 10px;
            z-index: 15;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
            pointer-events: none;
        }

        ul.fancy-radio li:hover .check {
            border: 1px solid #cccccc;
            background: #5f5f5f;
        }

        ul.fancy-radio li .check::before {
            display: block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 13px;
            width: 13px;
            top: 0px;
            left: 0px;
            margin: auto;
            transition: background 0.25s linear;
            -webkit-transition: background 0.25s linear;
        }

        ul.fancy-radio li input[type=radio]:checked ~ .check {
            border: 1px solid #cccccc;
            background: #5f5f5f;
        }

            ul.fancy-radio li input[type=radio]:checked ~ .check::before {
                background: #5f5f5f;
            }

        ul.fancy-radio li input[type=radio]:checked ~ label {
            color: #fff;
            background: #666;
        }

.modal .currentColor {
    padding: 45px 15px;
}

.catalogue-wrapper {
    position: relative;
}

@media (min-width: 768px) {
    .colour-catalogue-modal .modal-dialog {
        width: 85%;
    }

    .color-navigation {
        top: 118px;
    }

        .color-navigation.margBtm {
            bottom: 79px;
        }
}

@media (min-width: 992px) {
    .colour-catalogue-modal .modal-dialog {
        width: 550px;
    }

    .color-navigation {
        top: 190px;
    }

        .color-navigation.margBtm {
            bottom: 79px;
        }
}

@media (min-width: 1200px) {
    .color-navigation.margBtm {
        bottom: 50px;
    }
}

@media (min-width: 2000px) {
    .color-catlogue-fixhdr {
        top: 164px;
    }

    .color-navigation {
        top: 210px;
    }
}

@media screen and (min-width: 1025px) and (max-height: 670px) {
    .color-navigation ul li a.selected:after {
        top: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .color-navigation ul li a.selected:after {
        right: -9px;
    }
}

@media screen and (max-width: 768px) {
    .color-catlogue-fixhdr {
        top: 75px !important;
    }

    .colour-catalogue-modal .modal-body .share-container .virtualpaint_btn {
        display: none;
    }

    .colour-catalogue ul li a {
        min-height: 100px;
    }
}

@media screen and (max-width: 767px) {
    h1.text-left {
        text-align: center !important;
        margin-bottom: 20px;
    }

    ul.fancy-radio {
        text-align: center;
        float: left;
        width: 100%;
    }

        ul.fancy-radio li {
            float: none;
            margin: 0 2px;
        }
}

.preview-facility ul li {
    color: #666666;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 2rem;
    clear: both;
}

    .preview-facility ul li a {
        color: #ff7878;
    }

    .preview-facility ul li span {
        border-radius: 50%;
        background: #fb6464;
        padding: 5px 10px;
        font-weight: 400;
        font-size: 16px;
        font-size: 1.6rem;
        color: #fff;
        margin-right: 20px;
        margin-bottom: 20px;
        display: inline-block;
        float: left;
        height: 30px;
        line-height: 17px;
        text-align: center;
        width: 30px;
        margin-top: 2px;
    }

.preview-facility h2.installation-text {
    font-size: 24px;
    font-size: 2.4rem;
}

.preview-facility .img-container {
    text-align: center;
    position: relative;
}

.preview-facility img {
    display: inline-block;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.preview-facility .panel-wrapper {
    opacity: 1;
    padding: 15px;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #f8f7f7;
    padding-bottom: 0;
}

    .preview-facility .panel-wrapper:after {
        content: "" !important;
    }

    .preview-facility .panel-wrapper h4 {
        color: #878787;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
    }

    .preview-facility .panel-wrapper .panel-body {
        padding-top: 0;
    }

        .preview-facility .panel-wrapper .panel-body hr {
            margin-left: -30px;
            margin-right: -30px;
            border-top: 1px solid #eaeaea;
        }

        .preview-facility .panel-wrapper .panel-body h5 {
            color: #ff7878;
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: 700;
        }

            .preview-facility .panel-wrapper .panel-body h5 a {
                color: #ff7878;
                text-decoration: underline;
            }

    .preview-facility .panel-wrapper .panel-heading {
        margin-left: -15px;
        /*padding: 20px 40px;*/
        margin-right: -15px;
        margin-top: -15px;
        border-radius: 6px;
    }

        .preview-facility .panel-wrapper .panel-heading a {
            padding: 5px 15px 5px 10px;
            color: #878787;
            font-size: 20px;
            font-size: 2rem;
        }

            .preview-facility .panel-wrapper .panel-heading a:after {
                top: 12px;
                right: 20px;
                width: 28px;
                height: 28px;
                content: "-";
                background: #fb6464;
                color: #e6e6e6;
                text-align: center;
                line-height: 26px;
                font-size: 32px;
                font-size: 3.2rem;
            }

            .preview-facility .panel-wrapper .panel-heading a.collapsed:after {
                content: "+";
                font-size: 28px;
                font-size: 2.8rem;
            }

        .preview-facility .panel-wrapper .panel-heading:hover {
            background-color: #f8f7f7;
        }

.preview-facility .btn-group {
    position: absolute;
    bottom: 22%;
    left: 20%;
    margin-bottom: 0;
}

    .preview-facility .btn-group a {
        background-color: #f94a4a;
        border: 0;
    }

@media (max-width: 768px) {
    .preview-facility .btn-group {
        position: relative;
        bottom: auto;
        left: auto;
        display: inline-block;
        margin-bottom: 10px;
    }
}

.circle-text {
    width: 100%;
}

    .circle-text:after {
        content: "";
        display: block;
        width: 100%;
        height: 0px;
        padding-bottom: 96%;
        background: #4679BD;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: 6px solid #ececec;
        box-shadow: 0 0 0 5px #fff;
    }

    .circle-text div {
        float: left;
        width: 100%;
        padding-top: 36%;
        line-height: 1em;
        margin-top: -0.5em;
        text-align: center;
        color: white;
        text-transform: uppercase;
        font-size: 15px;
        font-size: 1.5rem;
    }

        .circle-text div img {
            display: inline-block;
            margin-bottom: 20px;
        }

.grid {
    margin: 24px 0px 0px 0px;
}

.bluecircle:after {
    background: #3992DC;
}

.neutralcircle:after {
    background: #FFACA6;
}

.earthtonecircle:after {
    background: #BE6F41;
}

.greencircle:after {
    background: #51CD9D;
}

.orangecircle:after {
    background: #FF9A45;
}

.redcircle:after {
    background: #EE5045;
}

.violetcircle:after {
    background: #926DBA;
}

.yellowcircle:after {
    background: #EBCD4E;
}

.gallery-items {
    font-size: 0px;
    font-size: 0rem;
    margin: 0 0 20px 0;
}

.bluetext {
    color: #3992DC;
}

.colorboxes {
    width: 100%;
    height: auto;
    float: left;
}

    .colorboxes ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .colorboxes li {
        min-height: 185px;
    }

        .colorboxes li:last-child {
            margin-right: 0px;
        }

        .colorboxes li div {
            width: 152px;
            height: 100px;
            margin-top: 20px;
            border-radius: 10px;
            background: #ccc;
        }

            .colorboxes li div.colorshade {
                margin-top: 10px;
                text-align: center;
                text-transform: uppercase;
                background: #f6f6f6;
                line-height: 18px;
                height: auto;
                color: #696969;
                font-weight: bold;
            }

.color-pane-div {
    width: 95%;
    float: left;
    width: 98%;
}

.gallery-contents {
    position: relative;
}

    .gallery-contents:after {
        display: block;
        position: absolute;
        bottom: -24px;
        left: 50%;
        margin-left: -20px;
        width: 0;
        height: 0;
        content: '';
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        -webkit-transition: border-bottom-width 500ms ease;
        -o-transition: border-bottom-width 500ms ease;
        transition: border-bottom-width 500ms ease;
    }

.gallery-item {
    width: 25%;
    text-align: left;
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 auto 15px;
    padding: 15px auto;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease;
}

    .gallery-item .gallery-contents {
        transform: scale(0.9);
        transition: all .2s ease-out;
    }

        .gallery-item .gallery-contents:hover {
            transform: scale(1);
        }

    .gallery-item.active .gallery-contents:after {
        border-bottom-width: 20px;
    }

    .gallery-item:last-child {
        margin-right: 0px;
    }

    .gallery-item .thumbnails {
        position: relative;
        overflow: hidden;
        cursor: pointer;
        width: 205px;
        margin: 0 auto;
    }

        .gallery-item .thumbnails > img {
            position: absolute;
            top: 50%;
            margin-top: -300px;
            max-width: 300px;
        }

    .gallery-item .title {
        text-align: left;
        font-weight: 600;
    }

    .gallery-item p {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 0;
        line-height: 18px;
    }

.vertual-color-items .gallery-item {
    width: 33.3%;
}

.gallery-contents:after {
    border-bottom-color: #3992DC;
}

.gallery-expander {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
    background: #F6F6F6;
    margin-top: 10px;
}

.gallery-expander-contents {
    padding: 0px 30px 15px 30px;
    border: 5px solid #3992DC;
    border-radius: 20px;
}

.imagelistexpander-items {
    font-size: 0px;
    font-size: 0rem;
}

.imagelistexpander-item {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: height 500ms ease;
    -o-transition: height 500ms ease;
    transition: height 500ms ease;
}

.imagelistexpander-expander {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
}

.imagelistexpander-contents {
    position: relative;
}

    .imagelistexpander-contents:after {
        display: block;
        position: absolute;
        bottom: 0px;
        left: 50%;
        margin-left: -30px;
        width: 0;
        height: 0;
        content: '';
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom-style: solid;
        border-bottom-width: 0px;
        -webkit-transition: border-bottom-width 500ms ease;
        -o-transition: border-bottom-width 500ms ease;
        transition: border-bottom-width 500ms ease;
    }

.imagelistexpander-item.active .imagelistexpander-contents:after {
    border-bottom-width: 30px;
}

.gallery-expander-contents:after {
    clear: both;
    display: table;
    content: '';
}

.gallery-expander-contents > div.col {
    float: left;
    width: 100%;
}

    .gallery-expander-contents > div.col + div.col {
        margin-left: 40px;
    }

.gallery-expander-contents div.close {
    position: relative;
    top: 32px;
    right: -8px;
    border-radius: 27px;
    border: 2px solid #ACACAC;
    width: 30px;
    height: 31px;
    text-align: center;
    opacity: 1;
    color: #ACACAC;
}

.gallery-expander-contents div.contents {
    margin-top: 10px;
    border-top: 1px solid #DBDBDB;
    padding: 10px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #797262;
    overflow: auto;
}

.gallery-expander-contents div.image > img {
    width: 100%;
    display: block;
}

.scroll-pane.colorboxes .jspVerticalBar .jspDrag {
    background: #2D2D2D !important;
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 6px;
    border-radius: 10px;
}

.scroll-pane.colorboxes .jspVerticalBar .jspTrack {
    background: #D3D3D3;
    position: relative;
    width: 6px;
    border-radius: 15px;
    margin-top: 20px;
}

@media (max-width: 1000px) {
    .gallery-item {
        width: 50%;
    }
}
/*@media (max-width: 768px) {
  .gallery-expander {left:3%; width:94%}
}*/
@media (max-width: 760px) {
    .colorboxes li {
        width: 50%;
        float: left;
    }
}

@media (max-width: 480px) {
    .gallery-expander {
        left: 5%;
        width: 90%;
    }

    .gallery-item {
        width: 100%;
    }

    .colorboxes li div {
        margin: 20px auto;
    }

    .colorboxes li {
        width: 100%;
        float: left;
    }
}

.color-container {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.colours-emotions {
    padding-bottom: 25px;
    padding-top: 25px;
}

#emotionslider {
    background: #666666;
    height: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 0px solid #000000;
}

    #emotionslider label {
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 0px solid #000000;
        background: #666666;
        margin-top: -5px;
        margin-left: -10px;
        text-align: center;
    }

        #emotionslider label.lbl0, #emotionslider label.lbl9 {
            display: none;
        }

    #emotionslider span {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border: 4px solid #e5e5e5;
        background: #666;
        padding: 4px;
        margin-left: -0.7em;
        top: -0.4em;
    }

.list-emotions {
    margin-left: 5.5%;
    max-width: 1018px;
    margin-top: 18px;
}

    .list-emotions li {
        padding: 15px 11px;
        width: 12.2%;
        text-align: center;
        border: 2px solid transparent;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        cursor: pointer;
        position: relative;
    }

        .list-emotions li:before {
            content: "";
            color: #F3F3F3;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -webkit-transition: all 0.3s linear;
            -ms-transition: all 0.3s linear;
            transition: all 0.3s linear;
            font-size: 40px;
            font-size: 4rem;
        }

        .list-emotions li:hover, .list-emotions li.active {
            background: #fff;
        }

            .list-emotions li:hover:before, .list-emotions li.active:before {
                position: absolute;
                font-family: 'FontAwesome';
                content: "\f0d8";
                top: -40px;
                left: 0;
                right: 0;
            }

        .list-emotions li:first-child:hover, .list-emotions li:first-child.active {
            border: 2px solid #ef4349;
        }

            .list-emotions li:first-child:hover:before, .list-emotions li:first-child.active:before {
                color: #ef4349;
            }

        .list-emotions li:nth-child(2):hover, .list-emotions li:nth-child(2).active {
            border: 2px solid #ffda39;
        }

            .list-emotions li:nth-child(2):hover:before, .list-emotions li:nth-child(2).active:before {
                color: #ffda39;
            }

        .list-emotions li:nth-child(3):hover, .list-emotions li:nth-child(3).active {
            border: 2px solid #2ec1d5;
        }

            .list-emotions li:nth-child(3):hover:before, .list-emotions li:nth-child(3).active:before {
                color: #2ec1d5;
            }

        .list-emotions li:nth-child(4):hover, .list-emotions li:nth-child(4).active {
            border: 2px solid #ed177a;
        }

            .list-emotions li:nth-child(4):hover:before, .list-emotions li:nth-child(4).active:before {
                color: #ed177a;
            }

        .list-emotions li:nth-child(5):hover, .list-emotions li:nth-child(5).active {
            border: 2px solid #7ec569;
        }

            .list-emotions li:nth-child(5):hover:before, .list-emotions li:nth-child(5).active:before {
                color: #7ec569;
            }

        .list-emotions li:nth-child(6):hover, .list-emotions li:nth-child(6).active {
            border: 2px solid #faa32e;
        }

            .list-emotions li:nth-child(6):hover:before, .list-emotions li:nth-child(6).active:before {
                color: #faa32e;
            }

        .list-emotions li:nth-child(7):hover, .list-emotions li:nth-child(7).active {
            border: 2px solid #2c3691;
        }

            .list-emotions li:nth-child(7):hover:before, .list-emotions li:nth-child(7).active:before {
                color: #2c3691;
            }

        .list-emotions li:nth-child(8):hover, .list-emotions li:nth-child(8).active {
            border: 2px solid #c3262e;
        }

            .list-emotions li:nth-child(8):hover:before, .list-emotions li:nth-child(8).active:before {
                color: #c3262e;
            }

.sb-container {
    position: relative;
    width: 100px;
    height: 380px;
    margin: 10px auto 30px auto;
}

    .sb-container div {
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        background: #fff;
        height: 360px;
        border-radius: 20px;
        box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        text-align: center;
        -webkit-transform-origin: 25% 90%;
        -moz-transform-origin: 25% 90%;
        -o-transform-origin: 25% 90%;
        -ms-transform-origin: 25% 90%;
        transform-origin: 25% 90%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
    }

        .sb-container div:nth-child(1) {
            background-color: #b49c6c;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        }

        .sb-container div:nth-child(2) {
            background-color: #e52a2e;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1), 2px 2px 1px rgba(0, 0, 0, 0.1), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        }

        .sb-container div:nth-child(3) {
            background-color: #f89c1f;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1), 3px 3px 2px rgba(0, 0, 0, 0.2), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        }

        .sb-container div:nth-child(4) {
            background-color: #fef400;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1), 4px 4px 4px rgba(0, 0, 0, 0.2), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        }

        .sb-container div:nth-child(5) {
            background-color: #009949;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1), 5px 5px 6px rgba(0, 0, 0, 0.3), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        }

        .sb-container div:nth-child(6) {
            background-color: #4021ff;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1), 6px 6px 8px rgba(0, 0, 0, 0.3), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        }

        .sb-container div:nth-child(7) {
            background-color: #503da5;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.1), 7px 7px 10px rgba(0, 0, 0, 0.4), inset 0 3px 0 rgba(255, 255, 255, 0.2);
        }

        .sb-container div:last-child {
            background: #eaeaea url(../images/color-emotion-images/cap-boxbg.png) repeat top center;
            box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2), 12px 12px 20px rgba(0, 0, 0, 0.6), inset 2px 2px 0 rgba(255, 255, 255, 0.1);
        }

            .sb-container div:last-child:after {
                content: '';
                position: absolute;
                bottom: 15px;
                left: 15px;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #dddddd;
                background: -moz-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
                background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #dddddd), color-stop(48%, #58535e), color-stop(100%, #889396));
                background: -webkit-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
                background: -o-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
                background: -ms-linear-gradient(-45deg, #dddddd 0%, #58535e 48%, #889396 100%);
                background: linear-gradient(135deg, #dddddd 0%, #58535e 48%, #889396 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#889396',GradientType=1 );
                box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.7), 1px 1px 1px rgba(255, 255, 255, 0.1);
            }

        .sb-container div h4 {
            color: rgba(255, 255, 255, 0.9);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
            font-weight: 700;
            font-size: 16px;
            font-size: 1.6rem;
            text-transform: uppercase;
            border-top: 1px dashed rgba(0, 0, 0, 0.1);
            border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
            margin: 5px;
            padding: 5px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .sb-container div h5 {
            font-size: 28px;
            font-size: 2.8rem;
            white-space: nowrap;
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            line-height: 28px;
            top: -15px;
            left: -45px;
            text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1);
            text-transform: uppercase;
            -webkit-transform: rotate(-90deg) translateX(-157%) translateY(73px);
            -moz-transform: rotate(-90deg) translateX(-157%) translateY(73px);
            -o-transform: rotate(-90deg) translateX(-157%) translateY(73px);
            -ms-transform: rotate(-90deg) translateX(-157%) translateY(73px);
            transform: rotate(-90deg) translateX(-157%) translateY(73px);
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

.emodata {
    padding: 100px 0 0;
}

span.sb-toggle {
    padding: 5px;
    margin: 10px;
    display: block;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
    text-align: center;
}

span.sb-icon {
    display: block;
    height: 70px;
    width: 70px;
    margin: 20px auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    span.sb-icon:before {
        font-family: 'icons';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: block;
        text-decoration: inherit;
        text-align: center;
        text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
        line-height: 64px;
        width: 100%;
        font-size: 60px;
        font-size: 6rem;
        color: #000;
        text-shadow: 0 0 1px #000;
    }

.emotion-text-header {
    color: #666666;
    display: none;
}

.emoition-img {
    margin-left: 10px;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
}

    .emoition-img img {
        position: absolute;
        bottom: -3px;
    }

.emobg {
    display: inline-block;
    width: 26px;
    height: 26px;
    position: relative;
}

    .emobg span {
        width: 26px;
        height: 26px;
        display: block;
        bottom: -3px;
        background: #ccc;
        position: absolute;
    }

.color-header {
    padding: 15px;
}

    .color-header h4 {
        margin: 0;
    }

.color-theme-box {
    display: none;
}

    .color-theme-box .color-pallet {
        padding-top: 75px;
        background: #ef858e;
        margin-bottom: 20px;
    }

        .color-theme-box .color-pallet h5 {
            background: rgba(0, 0, 0, 0.7);
            padding: 5px;
            margin: 0;
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 20px;
            font-weight: 900;
            text-align: center;
            text-transform: uppercase;
        }

@media only screen and (min-width: 1601px) {
    .list-emotions li {
        width: 12.1%;
    }
}

@media only screen and (max-width: 768px) {
    .emodata {
        padding: 0;
    }

    .list-emotions li {
        padding: 15px 5px;
        width: 11.4%;
    }
}

.gallery-items.vertual-color-items {
    position: relative;
}

    .gallery-items.vertual-color-items .interior-exterior {
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        width: 895px;
    }

        .gallery-items.vertual-color-items .interior-exterior .main-img {
            margin: 0 auto;
        }

    .gallery-items.vertual-color-items .main-interior {
        top: 0;
        left: 0;
        position: absolute;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        pointer-events: none;
    }

        .gallery-items.vertual-color-items .main-interior.is-visible {
            opacity: 1;
            pointer-events: visible;
        }

    .gallery-items.vertual-color-items .main-exterior {
        top: 0;
        left: 0;
        position: absolute;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        pointer-events: none;
    }

        .gallery-items.vertual-color-items .main-exterior.is-visible {
            opacity: 1;
            pointer-events: visible;
        }

    .gallery-items.vertual-color-items .interior-overlay {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        -webkit-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        pointer-events: none;
    }

        .gallery-items.vertual-color-items .interior-overlay .overlay-img {
            position: absolute;
            top: 0;
            left: 0;
        }

        .gallery-items.vertual-color-items .interior-overlay.is-visible {
            opacity: 1;
        }

    .gallery-items.vertual-color-items .exterior-overlay {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9;
        -webkit-transition: opacity 0.5s linear;
        transition: opacity 0.5s linear;
        pointer-events: none;
    }

        .gallery-items.vertual-color-items .exterior-overlay .overlay-img {
            position: absolute;
            top: 0;
            left: 0;
        }

        .gallery-items.vertual-color-items .exterior-overlay.is-visible {
            opacity: 1;
        }

    .gallery-items.vertual-color-items .interior-icon {
        position: absolute;
        top: 25px;
        left: 50px;
        z-index: 10;
        pointer-events: none;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        .gallery-items.vertual-color-items .interior-icon.hvr {
            top: 70px;
        }

        .gallery-items.vertual-color-items .interior-icon img {
            display: inline;
        }

    .gallery-items.vertual-color-items .exterior-icon {
        position: absolute;
        bottom: 25px;
        right: 50px;
        z-index: 10;
        pointer-events: none;
        -webkit-transition: all .8s ease;
        transition: all .8s ease;
    }

        .gallery-items.vertual-color-items .exterior-icon.hvr {
            bottom: 70px;
        }

        .gallery-items.vertual-color-items .exterior-icon img {
            display: inline;
        }

    .gallery-items.vertual-color-items hr {
        position: absolute;
        left: 236px;
        top: 30px;
        width: 26%;
    }

        .gallery-items.vertual-color-items hr.second-line {
            left: 613px;
        }

        .gallery-items.vertual-color-items hr:after {
            content: "\e258";
            font-family: 'Glyphicons Halflings';
            position: absolute;
            font-size: 35px;
            left: 40%;
            top: -26px;
            color: #EEE;
        }

    .gallery-items.vertual-color-items .gallery-item {
        margin: 0;
        padding: 0 11.7%;
        text-align: center;
    }

        .gallery-items.vertual-color-items .gallery-item p.marbt10 {
            margin-bottom: 10px;
        }

        .gallery-items.vertual-color-items .gallery-item p.marbt25 {
            margin-bottom: 25px;
        }

        .gallery-items.vertual-color-items .gallery-item p.marbt30 {
            margin-bottom: 30px;
        }

        .gallery-items.vertual-color-items .gallery-item p.marbt40 {
            margin-bottom: 40px;
        }

        .gallery-items.vertual-color-items .gallery-item p.marbt50 {
            margin-bottom: 50px;
        }

        .gallery-items.vertual-color-items .gallery-item h2.headertxt {
            color: #ff5c5c;
            font-weight: 700;
        }

        .gallery-items.vertual-color-items .gallery-item .painter-box {
            position: relative;
            cursor: pointer;
        }

            .gallery-items.vertual-color-items .gallery-item .painter-box .painter-box-inner {
                background: rgba(0, 0, 0, 0.7);
                position: absolute;
                bottom: 10px;
                left: 0;
                height: 80px;
                width: 99%;
                padding: 7px 0;
                -webkit-transition: all .8s ease;
                transition: all .8s ease;
            }

                .gallery-items.vertual-color-items .gallery-item .painter-box .painter-box-inner h3 {
                    margin: 0;
                    font-weight: 700;
                }

                    .gallery-items.vertual-color-items .gallery-item .painter-box .painter-box-inner h3 img {
                        text-align: center;
                        display: inline-block;
                    }

            .gallery-items.vertual-color-items .gallery-item .painter-box.bedroom-box .painter-box-inner {
                height: 50px;
                bottom: 5%;
            }

            .gallery-items.vertual-color-items .gallery-item .painter-box.bedroom-box:hover .painter-box-inner {
                padding-top: 60% !important;
            }

            .gallery-items.vertual-color-items .gallery-item .painter-box.livingroom-box .painter-box-inner {
                height: 50px;
                bottom: 30%;
            }

            .gallery-items.vertual-color-items .gallery-item .painter-box.livingroom-box:hover .painter-box-inner {
                padding-top: 60% !important;
            }

            .gallery-items.vertual-color-items .gallery-item .painter-box.childrenroom-box .painter-box-inner {
                height: 50px;
                bottom: 55%;
            }

            .gallery-items.vertual-color-items .gallery-item .painter-box.childrenroom-box:hover .painter-box-inner {
                padding-top: 60% !important;
            }

            .gallery-items.vertual-color-items .gallery-item .painter-box:hover .painter-box-inner {
                width: 99%;
                height: 100%;
                bottom: 0;
                padding-top: 30%;
            }

        .gallery-items.vertual-color-items .gallery-item .thumbnails {
            margin: 0 auto;
            width: 104px;
            height: 104px;
        }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text div {
                font-size: 20px;
                font-size: 2rem;
                font-weight: 700;
                line-height: 25px;
                padding-top: 25%;
            }

                .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text div span {
                    font-size: 40px;
                    font-size: 4rem;
                    font-weight: 700;
                    line-height: 45px;
                }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text:after {
                padding: 0;
                width: 100px;
                height: 100px;
                border: none;
                margin: 2px;
            }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text:hover:after {
                border: 8px solid #fff;
                -webkit-box-shadow: 0px 0px 2px 1px #ff905f;
                -moz-box-shadow: 0px 0px 2px 1px #ff905f;
                box-shadow: 0px 0px 2px 1px #ff905f;
            }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text.orange:after {
                background: #ff905f;
            }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text.orange:hover:after {
                -webkit-box-shadow: 0px 0px 2px 1px #ff905f;
                -moz-box-shadow: 0px 0px 2px 1px #ff905f;
                box-shadow: 0px 0px 2px 1px #ff905f;
            }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text.pink:after {
                background: #ff5f5f;
            }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text.pink:hover:after {
                -webkit-box-shadow: 0px 0px 2px 1px #ff5f5f;
                -moz-box-shadow: 0px 0px 2px 1px #ff5f5f;
                box-shadow: 0px 0px 2px 1px #ff5f5f;
            }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text.red:after {
                background: #c83726;
            }

            .gallery-items.vertual-color-items .gallery-item .thumbnails .circle-text.red:hover:after {
                -webkit-box-shadow: 0px 0px 2px 1px #c83726;
                -moz-box-shadow: 0px 0px 2px 1px #c83726;
                box-shadow: 0px 0px 2px 1px #c85f26;
            }

        .gallery-items.vertual-color-items .gallery-item .gallery-expander {
            background: #f7f7f7;
        }

            .gallery-items.vertual-color-items .gallery-item .gallery-expander .gallery-expander-contents {
                width: 100%;
                border: none;
                border-radius: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
            }

        .gallery-items.vertual-color-items .gallery-item.active .gallery-contents:after {
            border-bottom-color: #f7f7f7;
        }

        .gallery-items.vertual-color-items .gallery-item.active .thumbnails .circle-text:after {
            border: 8px solid #fff;
            -webkit-box-shadow: 0px 0px 2px 1px #ff905f;
            -moz-box-shadow: 0px 0px 2px 1px #ff905f;
            box-shadow: 0px 0px 2px 1px #ff905f;
        }

.vertual-painter-core {
    padding: 50px 0 30px;
}

    .vertual-painter-core .pallet-box {
        background: #fff;
        positon: relative;
        padding-top: 20px;
    }

        .vertual-painter-core .pallet-box .pallet-scroll {
            height: 380px;
        }

        .vertual-painter-core .pallet-box .color-pallet-list li {
            cursor: pointer;
            width: 55px;
            height: 50px;
            display: inline-box;
            margin: 5px;
            position: relative;
        }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 0 10px 15px;
            border-color: transparent transparent transparent transparent;
            position: absolute;
            top: 50%;
            margin-top: -10px;
            right: -15px;
        }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:first-child {
            background: #ff0000;
        }

            .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:first-child:hover:after, .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:first-child.active:after {
                border-color: transparent transparent transparent #ff0000;
            }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(2) {
            background: #ffa600;
        }

            .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(2):hover:after, .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(2):hover.active {
                border-color: transparent transparent transparent #ffa600;
            }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(3) {
            background: #feff00;
        }

            .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(3):hover:after, .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(3).active:after {
                border-color: transparent transparent transparent #feff00;
            }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(4) {
            background: #2d8400;
        }

            .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(4):hover:after, .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(4).active:after {
                border-color: transparent transparent transparent #2d8400;
            }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(5) {
            background: #5099ee;
        }

            .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(5):hover:after, .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(5).active:after {
                border-color: transparent transparent transparent #5099ee;
            }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(6) {
            background: #8817d1;
        }

            .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(6):hover:after, .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(6).active:after {
                border-color: transparent transparent transparent #8817d1;
            }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(7) {
            background: #dfd0a4;
        }

            .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(7):hover:after, .vertual-painter-core .pallet-box .color-pallet-list.color-pallet-selector li:nth-child(7).active:after {
                border-color: transparent transparent transparent #dfd0a4;
            }

        .vertual-painter-core .pallet-box .color-pallet-list.color-pallet {
            padding-top: 10px;
        }

            .vertual-painter-core .pallet-box .color-pallet-list.color-pallet li {
                width: 40px;
                height: 40px;
                margin: 2px;
                postion: relative;
                display: inline-block;
                cursor: pointer;
            }

                .vertual-painter-core .pallet-box .color-pallet-list.color-pallet li:hover {
                    z-index: 11;
                }

                .vertual-painter-core .pallet-box .color-pallet-list.color-pallet li div {
                    width: 40px;
                    height: 40px;
                    background: #eee;
                    postion: absolute;
                    left: 0px;
                    top: 0px;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                }

                    .vertual-painter-core .pallet-box .color-pallet-list.color-pallet li div:hover {
                        width: 50px;
                        height: 50px;
                        margin-left: -5px;
                        margin-top: -5px;
                        border: 1px solid #000;
                        z-ndex: 11;
                    }

    .vertual-painter-core .gallery-item p {
        margin-bottom: 20px;
    }

    .vertual-painter-core .pallet-action-box .list-pallet-action li {
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        /*&:nth-child(4){
  	a{
  		background-position:5px -130px;
  		&:hover{
  			background-position:5px -365px;
  		}
  		&.active{
  			background-position:5px -365px;
  		}
  	}
  }*/
    }

        .vertual-painter-core .pallet-action-box .list-pallet-action li:hover {
            background: #787878;
        }

        .vertual-painter-core .pallet-action-box .list-pallet-action li.active {
            background: #787878;
        }

        .vertual-painter-core .pallet-action-box .list-pallet-action li a {
            background: url(../images/vertual-painter/pallet-action-sprite.png) 5px 10px no-repeat;
            padding: 6px 5px 6px 40px;
            display: block;
            text-align: left;
        }

            .vertual-painter-core .pallet-action-box .list-pallet-action li a:hover {
                color: #fff;
                background: url(../images/vertual-painter/pallet-action-sprite.png) 5px -125px no-repeat;
            }

        .vertual-painter-core .pallet-action-box .list-pallet-action li:first-child a {
            background-position: 5px 10px;
        }

            .vertual-painter-core .pallet-action-box .list-pallet-action li:first-child a:hover {
                background-position: 5px -225px;
            }

            .vertual-painter-core .pallet-action-box .list-pallet-action li:first-child a.active {
                background-position: 5px -225px;
            }

        .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(2) a {
            background-position: 5px -35px;
        }

            .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(2) a:hover {
                background-position: 5px -270px;
            }

            .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(2) a.active {
                background-position: 5px -270px;
            }

        .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(3) a {
            background-position: 5px -85px;
        }

            .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(3) a:hover {
                background-position: 5px -315px;
            }

            .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(3) a.active {
                background-position: 5px -315px;
            }

        .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(4) a {
            background-position: 5px -180px;
        }

            .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(4) a:hover {
                background-position: 5px -412px;
            }

            .vertual-painter-core .pallet-action-box .list-pallet-action li:nth-child(4) a.active {
                background-position: 5px -412px;
            }

.selected-color {
    padding: 8px;
}

    .selected-color h3 {
        width: auto;
        display: inline-block;
        margin: 9px 30px 0 0;
        vertical-align: top;
    }

    .selected-color ul {
        display: inline-block;
    }

        .selected-color ul li {
            width: 40px;
            height: 40px;
            margin: 2px;
            postion: relative;
            display: inline-block;
            cursor: pointer;
        }

            .selected-color ul li:hover {
                z-index: 11;
            }

            .selected-color ul li div {
                width: 40px;
                height: 40px;
                background: #eee;
                postion: absolute;
                left: 0px;
                top: 0px;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

                .selected-color ul li div:hover {
                    width: 50px;
                    height: 50px;
                    margin-left: -5px;
                    margin-top: -5px;
                    border: 1px solid #000;
                    z-ndex: 11;
                }

@media (min-width: 1024px) and (max-width: 1400px) {
    .interior-mn .img-responsive, .exterior-mn .img-responsive {
        height: 390px;
        width: 99%;
    }
}

.shareholding-pattern .card-square {
    margin-top: 30px;
}

.shareholding-pattern .card-content {
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    margin-bottom: 30px;
}

.shareholding-pattern .card-container {
    border: 0;
    min-height: 275px;
    margin-right: 0;
}

    .shareholding-pattern .card-container .card-content {
        float: left;
        padding: 20px 30px;
        border: solid 1px #fff;
    }

        .shareholding-pattern .card-container .card-content h2 {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 34px;
            font-size: 3.4rem;
            margin-bottom: 25px;
            color: #fff;
        }

        .shareholding-pattern .card-container .card-content p {
            margin: auto;
            float: none;
            padding-bottom: 50px;
            font-weight: 300;
        }

        .shareholding-pattern .card-container .card-content .btn {
            margin-bottom: 20px;
            border-radius: 4px;
            font-size: 16px;
            font-size: 1.6rem;
            padding: 15px 30px;
            border: solid 1px rgba(60, 58, 58, 0.26);
        }

            .shareholding-pattern .card-container .card-content .btn.active {
                background: #fff;
            }

span .shareholding-pattern .card-container .card-content .btn:hover.glyphicon-download-alt {
    visibility: visible;
}

.shareholding-pattern .card-square.theme-purple.not-active .card-content {
    background: #f7f5f5;
    border: solid 1px #e7e7e7;
}

    .shareholding-pattern .card-square.theme-purple.not-active .card-content h2 {
        color: #7d6eaf;
    }

    .shareholding-pattern .card-square.theme-purple.not-active .card-content p {
        color: #666;
    }

.shareholding-pattern .card-square.theme-purple .btn:hover {
    background: #fff;
    color: #5c2f96;
    border: solid 1px #5c2f96;
}

.shareholding-pattern .card-square.theme-firebrick.not-active .card-content {
    background: #f7f5f5;
    border: solid 1px #e7e7e7;
}

    .shareholding-pattern .card-square.theme-firebrick.not-active .card-content h2 {
        color: #f76163;
    }

    .shareholding-pattern .card-square.theme-firebrick.not-active .card-content p {
        color: #666;
    }

.shareholding-pattern .card-square.theme-firebrick .btn:hover {
    background: #fff;
    color: #811c20;
    border: solid 1px #811c20;
}

.shareholding-pattern .card-square.theme-dodgerblue.not-active .card-content {
    background: #f7f5f5;
    border: solid 1px #e7e7e7;
}

    .shareholding-pattern .card-square.theme-dodgerblue.not-active .card-content h2 {
        color: #5c99ea;
    }

    .shareholding-pattern .card-square.theme-dodgerblue.not-active .card-content p {
        color: #666;
    }

.shareholding-pattern .card-square.theme-dodgerblue .btn:hover {
    background: #fff;
    color: #24497d;
    border: solid 1px #24497d;
}

.shareholding-pattern .card-square.theme-darkorange.not-active .card-content {
    background: #f7f5f5;
    border: solid 1px #e7e7e7;
}

    .shareholding-pattern .card-square.theme-darkorange.not-active .card-content h2 {
        color: #fcad50;
    }

    .shareholding-pattern .card-square.theme-darkorange.not-active .card-content p {
        color: #666;
    }

.shareholding-pattern .card-square.theme-darkorange .btn:hover {
    background: #fff;
    color: #784d1a;
    border: solid 1px #784d1a;
}

@media only screen and (min-width: 768px) {
    .shareholding-pattern .card-square .card-content {
        margin-bottom: 0;
    }
}

.why-berger {
    display: block;
    text-align: center;
}

    .why-berger h3 {
        margin: 10px 0 0;
    }

@media only screen and (min-width: 768px) {
    .why-berger {
        display: flex;
        align-items: center;
        text-align: left;
    }

        .why-berger h3 {
            margin: 0 0 10px;
        }
}

hr {
    border: 1px solid #EEE;
}

.search-results {
    border: 1px solid #E9E9E9;
    float: left;
    margin: 20px 0px 30px 0px;
    padding: 10px 30px 15px 30px;
}

    .search-results ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .search-results li {
        list-style: none;
        padding: 20px 37px;
        border-bottom: 1px solid #DDDDDD;
        display: inline-block;
        width: 100%;
    }

        .search-results li:last-child {
            border-bottom: none;
        }

        .search-results li:before {
            content: "\f002";
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -35px;
            color: #ADADAD;
            font-size: 35px;
            font-size: 3.5rem;
            width: 50px;
            height: 50px;
            float: left;
        }

        .search-results li .searchcontent {
            float: left;
            margin: 12px 0px 0px 25px;
        }

        .search-results li .searchtitle {
            font-size: 18px;
            font-size: 1.8rem;
            color: #7A48B4;
            font-weight: bold;
            line-height: 17px;
        }

        .search-results li .searchsubtitle {
            font-size: 13px;
            font-size: 1.3rem;
            color: #B040AC;
            font-weight: normal;
        }

        .search-results li .sectiontitle {
            font-size: 16px;
            font-size: 1.6rem;
            color: #000;
            font-weight: normal;
        }

            .search-results li .sectiontitle:before {
                content: "|";
                font-family: FontAwesome;
                display: inline-block;
                color: #7F7F7F;
                font-size: 17px;
                font-size: 1.7rem;
                font-weight: bold;
                padding: 0px 9px 0px 6px;
                top: -3px;
                position: relative;
            }

.resultsheading {
    color: #3f275b;
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    font-weight: bold;
}

.resulttext {
    color: #676767;
    opacity: 0.8;
}

.lazyloader {
    color: #c82698;
    font-size: 20px;
    font-size: 2rem;
}

    .lazyloader img {
        display: inline-block;
    }

@media (min-width: 320px) and (max-width: 480px) {
    .search-results {
        padding: 0 10px;
        margin: 5px 0px 7px 0px;
    }

        .search-results li {
            padding: 20px 17px;
            height: auto;
            float: left;
        }

            .search-results li:last-child {
                border-bottom: none;
            }

            .search-results li:before {
                content: "\f002";
                font-family: FontAwesome;
                display: inline-block;
                font-size: 15px;
                font-size: 1.5rem;
                width: auto;
                height: auto;
                margin-left: -17px;
            }

            .search-results li .searchcontent {
                float: left;
                margin: 3px 0px 0px 10px;
            }

            .search-results li .searchtitle {
                font-size: 15px;
                font-size: 1.5rem;
            }

            .search-results li .sectiontitle {
                font-size: 12px;
                font-size: 1.2rem;
            }

    .resultsheading {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .resulttext {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.menuheading {
    color: #4B0461;
    font-size: 23px;
    font-size: 2.3rem;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 0px;
    margin-bottom: 25px;
}

.nopad {
    padding: 0px;
}

.sitemap {
    /*float: left;*/
}

    .sitemap .mainmenuheading {
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase;
        color: #5D5D5D;
        font-weight: 600;
    }

    .sitemap .sitemapcontent {
        border-radius: 8px;
        background: #EAEFF3;
        border: 3px solid #E5D8F3;
        padding: 35px 50px 35px 50px;
        margin-bottom: 50px;
    }

        .sitemap .sitemapcontent:last-child {
            margin-right: 0px;
        }

    .sitemap ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .sitemap ul > li {
            font-size: 15px;
            font-size: 1.5rem;
            color: #694297;
            font-weight: 600;
            padding: 0px 0px 5px 0px;
        }

            .sitemap ul > li a {
                color: #694297;
                font-size: 15px;
                font-size: 1.5rem;
            }

            .sitemap ul > li ul.submenu1 {
                list-style: none;
                margin: 10px 0px 0px 0px;
                padding: 0;
            }

                .sitemap ul > li ul.submenu1 li {
                    list-style: none;
                    padding: 3px 0px 3px 12px;
                    display: block;
                    font-size: 14px;
                    font-size: 1.4rem;
                    color: #5D5D5D;
                    font-weight: normal;
                    position: relative;
                }

                    .sitemap ul > li ul.submenu1 li a {
                        color: #5D5D5D;
                    }

                    .sitemap ul > li ul.submenu1 li:last-child {
                        border-bottom: none;
                        margin-bottom: 15px;
                    }

                    .sitemap ul > li ul.submenu1 li:before {
                        content: "\f0da";
                        font-family: FontAwesome;
                        display: inline-block;
                        color: #694297;
                        font-size: 15px;
                        font-size: 1.5rem;
                        position: absolute;
                        left: 0;
                        top: 3px;
                    }

@media (max-width: 640px) {
    .sitemapcontent {
        padding: 20px !important;
    }
}

.performance-graph-banner {
    background: url("../images/headding-banners/performance-graph.jpg") no-repeat scroll 0 0;
}

.performance-graph-section .popgallery li {
    -moz-transition: all 0.2s 0.4s linear;
    -o-transition: all 0.2s 0.4s linear;
    -webkit-transition: all 0.2s 0.4s linear;
    -ms-transition: all 0.2s 0.4s linear;
    transition: all 0.2s 0.4s linear;
    padding-bottom: 30px;
    min-height: 430px;
}

    .performance-graph-section .popgallery li h2 {
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        color: #5d5d5d;
        font-weight: 700;
        margin: 35px 0 0 0;
        text-transform: uppercase;
    }

        .performance-graph-section .popgallery li h2 span {
            font-weight: normal;
        }

    .performance-graph-section .popgallery li h3 {
        font-size: 15px;
        font-size: 1.5rem;
        text-align: center;
        color: #5d5d5d;
        font-weight: normal;
        text-transform: uppercase;
    }

    .performance-graph-section .popgallery li .gal-item {
        overflow: hidden;
        position: relative;
        background: #fff;
        border: 5px solid #e5d8f3;
        border-radius: 6px;
    }

    .performance-graph-section .popgallery li .maskH {
        background-color: rgba(126, 77, 137, 0.9);
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9;
        left: 0;
        top: 0;
        text-align: center;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0.9;
        -webkit-transform: translate(0px, 504px);
        -moz-transform: translate(0px, 504px);
        -o-transform: translate(0px, 504px);
        -ms-transform: translate(0px, 504px);
        transform: translate(0px, 504px);
        -moz-transition: all 0.8s ease 0s;
        -o-transition: all 0.8s ease 0s;
        -webkit-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
        transition: all 0.8s ease 0s;
    }

        .performance-graph-section .popgallery li .maskH .fa {
            color: #fff;
            font-size: 45px;
            font-size: 4.5rem;
            position: absolute;
            top: 50%;
            left: 50%;
            cursor: pointer;
            margin: -15px 0 0 -25px;
        }

    .performance-graph-section .popgallery li:hover .maskH {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    .performance-graph-section .popgallery li:active .maskH {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        -moz-transform: translate(0px, 0px) rotate(0deg);
        -o-transform: translate(0px, 0px) rotate(0deg);
        -ms-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

.moreopacity {
    opacity: 0.8 !important;
}

.performance-graphPo {
    /*.glyphicon {
      display: inline-block;
      font-family: "Glyphicons Halflings";
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      position: relative;
      top: 1px;
  }*/
}

    .performance-graphPo .modal-dialog {
        max-width: 600px;
    }

    .performance-graphPo .modal-body {
        min-height: 360px;
        transition: left 0.6s ease-in-out 0s;
    }

        .performance-graphPo .modal-body img {
            transition: left 0.6s ease-in-out 0s;
            margin: 0 auto;
        }

    .performance-graphPo .modal-content {
        background: none;
        border: none;
        box-shadow: none;
    }

    .performance-graphPo .controls {
        background-image: none;
        height: 40px;
        line-height: 30px;
        margin-top: -20px;
        opacity: 1;
        text-shadow: none;
        top: 50%;
        transition: all 0.2s ease-in-out 0s;
        width: 35px;
        z-index: 5;
        bottom: 0;
        color: #3f275b;
        font-size: 30px;
        font-size: 3rem;
        left: 0;
        position: absolute;
        text-align: center;
    }

        .performance-graphPo .controls:hover {
            background: #fff;
        }

        .performance-graphPo .controls .glyphicon {
            top: 5px;
        }

    .performance-graphPo .next {
        left: auto;
        right: 0;
        margin-right: 15px;
    }

    .performance-graphPo .previous {
        margin-left: 15px;
    }

    .performance-graphPo .close {
        margin: -6px -6px 0 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 40px;
        background: #3f275b;
        border-radius: 50%;
        opacity: 1;
        color: #fff;
        padding: 0;
        outline: 0;
        z-index: 9;
    }

@media (max-width: 1024px) {
    .performance-graph-section .popgallery li {
        min-height: 370px;
    }
}

@media (max-width: 800px) {
    .performance-graph-section .popgallery li {
        min-height: 420px;
    }
}

@media (max-width: 768px) {
    #popGalleryModel .modal-body {
        min-height: 235px;
    }

    .performance-graph-section .popgallery li {
        min-height: 415px;
    }
}

@media (max-width: 480px) {
    .performance-graph-section .popgallery li {
        min-height: 330px;
        padding-bottom: 20px;
    }

        .performance-graph-section .popgallery li h2 {
            margin-top: 20px;
        }

    .performance-graphPo .controls {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .performance-graphPo .close {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.green-initative {
    padding-bottom: 0px;
}

    .green-initative .greeen-init-top {
        background: #f6f6f6;
        margin: 20px 0 0 0;
        padding: 25px 0;
    }

        .green-initative .greeen-init-top h2, .green-initative .greeen-init-top h3, .green-initative .greeen-init-top h4 {
            font-size: 50px;
            font-size: 5rem;
            margin: 0px;
            text-transform: uppercase;
        }

        .green-initative .greeen-init-top h2 {
            color: #592a8f;
            font-weight: 700;
            margin-top: 25px;
        }

        .green-initative .greeen-init-top h3 {
            color: #3fb253;
        }

        .green-initative .greeen-init-top h4 {
            color: #a41703;
        }

    .green-initative .greeen-init-middle {
        text-align: center;
    }

        .green-initative .greeen-init-middle .green-image {
            position: relative;
            top: -30px;
        }

        .green-initative .greeen-init-middle h2 {
            color: #592a8f;
            font-size: 24px;
            font-size: 2.4rem;
            margin: 10px 0 0 0;
        }

        .green-initative .greeen-init-middle h3 {
            color: #3fb253;
            font-size: 24px;
            font-size: 2.4rem;
            margin: 0px;
        }

        .green-initative .greeen-init-middle h4 {
            color: #666666;
            font-size: 16px;
            font-size: 1.6rem;
            margin: 0px;
        }

        .green-initative .greeen-init-middle h5 {
            color: #666666;
            font-size: 18px;
            font-size: 1.8rem;
            margin: 15px 0 15px 0;
            font-weight: bold;
        }

        .green-initative .greeen-init-middle p {
            color: #666666;
            font-size: 16px;
            font-size: 1.6rem;
        }

    .green-initative .greeen-init-bottom {
        margin: 30px 0 0 0;
        background: #f6f6f6;
        padding: 50px 0;
        text-align: center;
    }

        .green-initative .greeen-init-bottom h2 {
            color: #666666;
            font-size: 30px;
            font-size: 3rem;
        }

        .green-initative .greeen-init-bottom h3 {
            color: #34a942;
            font-size: 34px;
            font-size: 3.4rem;
            font-weight: 900;
        }

        .green-initative .greeen-init-bottom .green-initiative-download {
            margin: 25px 0;
            color: #666666;
            font-size: 30px;
            font-size: 3rem;
        }

            .green-initative .greeen-init-bottom .green-initiative-download .btn-group {
                margin: 0 0 0 10px;
            }

                .green-initative .greeen-init-bottom .green-initiative-download .btn-group .btn {
                    background: #6ab734;
                }

                    .green-initative .greeen-init-bottom .green-initiative-download .btn-group .btn .clr {
                        background: #3b790d;
                    }

@media (max-width: 768px) {
    .green-initative .greeen-init-top h2, .green-initative .greeen-init-top h3, .green-initative .greeen-init-top h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

.powder-coatings {
    margin: 120px 0 60px;
}

    .powder-coatings .segment-overview {
        border-radius: 0px;
        border: #7c6eae solid 2px;
        background: #fff;
    }

        .powder-coatings .segment-overview h3 {
            font-weight: 700;
            font-size: 20px;
            font-size: 2rem;
            text-transform: uppercase;
            text-align: center;
            min-height: 35px;
            color: #7C6EAE;
        }

        .powder-coatings .segment-overview p {
            color: #666666;
            text-align: center;
        }

    .powder-coatings .main-customers {
        border-radius: 0px;
        border: #F76164 solid 2px;
        background: #fff;
    }

        .powder-coatings .main-customers h3 {
            font-weight: 700;
            font-size: 20px;
            font-size: 2rem;
            text-transform: uppercase;
            text-align: center;
            min-height: 35px;
            color: #F76164;
        }

        .powder-coatings .main-customers p {
            color: #666666;
            text-align: center;
        }

    .powder-coatings .technology {
        border-radius: 0px;
        border: #FFA42F solid 2px;
        background: #fff;
    }

        .powder-coatings .technology h3 {
            font-weight: 700;
            font-size: 20px;
            font-size: 2rem;
            text-transform: uppercase;
            text-align: center;
            min-height: 35px;
            color: #FFA42F;
        }

        .powder-coatings .technology p {
            color: #666666;
            text-align: center;
        }

    .powder-coatings .product-range {
        border-radius: 0px;
        border: #6ABBFF solid 2px;
        background: #fff;
    }

        .powder-coatings .product-range h3 {
            font-weight: 700;
            font-size: 20px;
            font-size: 2rem;
            text-transform: uppercase;
            text-align: center;
            min-height: 35px;
            color: #6ABBFF;
        }

        .powder-coatings .product-range p {
            color: #666666;
            text-align: center;
        }

.contact-info {
    margin-top: 50px;
}

    .contact-info .contact-2 {
        border-left: #616161 solid 1px;
        padding: 20px 0px 0px 0px;
        min-height: 180px;
        color: #666666;
        font-size: 20px;
        font-size: 2rem;
        border-radius: 0px;
        text-align: center;
    }

        .contact-info .contact-2 li {
            color: #666;
            font-size: 18px;
            font-size: 1.8rem;
            line-height: 35px;
            text-align: left;
            margin-bottom: 20px;
            padding-left: 30px;
        }

            .contact-info .contact-2 li img {
                float: left;
                margin-right: 20px;
            }

    .contact-info .contact-1 {
        border-left: 0px;
        padding: 20px 0px 30px 0px;
        min-height: 180px;
        color: #666666;
        font-size: 20px;
        font-size: 2rem;
        border-radius: 0px;
        text-align: center;
    }

        .contact-info .contact-1 h3 {
            min-height: 20px;
        }

@media only screen and (max-width: 991px) {
    .contact-info {
        margin-top: 30px;
    }

        .contact-info .contact-2 {
            border-left: none;
            margin-top: 0px;
            min-height: 0;
            padding: 10px 0px 0px 0px;
        }

            .contact-info .contact-2 li img {
                margin-right: 10px;
                display: inline;
                float: none;
            }

            .contact-info .contact-2 li {
                margin-bottom: 10px !important;
                padding-left: 0;
                text-align: center;
            }

        .contact-info .contact-1 {
            min-height: 0;
            padding: 10px 0px 10px 0px;
        }
}

@media only screen and (max-width: 767px) {
    .card2 {
        margin-top: 85px;
    }

    .card-with-top-icon-container {
        margin-top: 100px;
    }

    .powder-coatings {
        margin: 90px 0 30px;
    }
}

.gi-automotive-section {
    overflow: visible;
}

    .gi-automotive-section .help-you {
        min-height: 42px;
        text-align: center;
    }

    .gi-automotive-section h2 {
        font-size: 28px;
        font-size: 2.8rem;
    }

        .gi-automotive-section h2.font28 {
            font-size: 24px;
            font-size: 2.4rem;
        }

        .gi-automotive-section h2 img {
            display: inline;
            padding-right: 20px;
            max-width: 70px;
        }

    .gi-automotive-section .prdRangeSec {
        cursor: pointer;
    }

        .gi-automotive-section .prdRangeSec:before {
            content: '';
        }

        .gi-automotive-section .prdRangeSec span.prdRangeSec-link {
            display: block;
            padding: 4px 15px;
            max-width: 190px;
            background: #f6f6f6;
            margin-left: -20px;
        }

        .gi-automotive-section .prdRangeSec span .glyphicon-chevron-down {
            margin-left: 15px;
        }

        .gi-automotive-section .prdRangeSec .prdRangeSecLstCntr {
            border: 1px solid #d5d5d5;
            background: #49509f;
            margin-top: 5px;
            position: absolute;
            padding: 10px;
            left: 0;
            top: 26px;
            display: none;
            width: 280px;
            z-index: 2;
        }

            .gi-automotive-section .prdRangeSec .prdRangeSecLstCntr:before {
                content: "\f0d8";
                position: absolute;
                top: -15px;
                left: 10px;
                font-family: 'FontAwesome';
                font-size: 3rem;
                color: #49509f;
            }

            .gi-automotive-section .prdRangeSec .prdRangeSecLstCntr li {
                margin-bottom: 5px;
            }

                .gi-automotive-section .prdRangeSec .prdRangeSecLstCntr li:before {
                    color: #fff;
                }

                .gi-automotive-section .prdRangeSec .prdRangeSecLstCntr li a {
                    color: #fff;
                    border-bottom: 1px solid #6d73b2;
                    padding-bottom: 4px;
                    display: block;
                }

                    .gi-automotive-section .prdRangeSec .prdRangeSecLstCntr li a .fa-download {
                        margin-top: 4px;
                    }

    .gi-automotive-section .zone-contact-info {
        color: #666666;
        font-size: 1.8rem;
    }

        .gi-automotive-section .zone-contact-info h3 {
            font-size: 2.4rem;
            color: #333333;
        }

        .gi-automotive-section .zone-contact-info a {
            color: #666666;
        }

        .gi-automotive-section .zone-contact-info .ico-img {
            display: inline;
            padding-right: 5px;
            margin-left: -25px;
            margin-top: -1px;
            max-width: 30px;
        }

        .gi-automotive-section .zone-contact-info .box-right {
            padding: 0 0 20px;
        }

        .gi-automotive-section .zone-contact-info .box-left {
            padding: 0 0 20px;
        }

        .gi-automotive-section .zone-contact-info .name-box {
            border-bottom: solid 1px #636363;
        }

            .gi-automotive-section .zone-contact-info .name-box.name-box2 {
                padding-top: 20px;
            }

        .gi-automotive-section .zone-contact-info .cont-box {
            padding: 15px 0 0 15px;
            font-size: 1.8rem;
        }

#gicarousel {
    margin: 20px 0 0;
}

    #gicarousel .item img {
        display: block;
        width: 100%;
        height: auto;
    }

    #gicarousel .owl-controls {
        margin-top: 0;
    }

        #gicarousel .owl-controls .owl-nav [class*=owl-] {
            margin: 0;
            padding: 0;
            width: 50px;
            opacity: 0.5;
            border-radius: 50%;
            font-size: 26px;
            font-size: 2.6rem;
            margin-top: -30px;
            height: 50px;
            display: inline-block;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.3);
            position: absolute;
            top: 50%;
        }

            #gicarousel .owl-controls .owl-nav [class*=owl-] .glyphicon {
                top: 10px;
                color: #fff;
            }

        #gicarousel .owl-controls .owl-nav .owl-prev {
            left: 15px;
        }

        #gicarousel .owl-controls .owl-nav .owl-next {
            right: 15px;
        }

    #gicarousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 20%;
        border-left: solid 1px #d8d5d5;
    }

        #gicarousel .owl-dots .owl-dot:nth-child(1) {
            border-left: 0;
        }

        #gicarousel .owl-dots .owl-dot span {
            width: 100%;
            height: 12px;
            margin: 0;
            background: #f6f6f6;
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: opacity 200ms ease;
            -moz-transition: opacity 200ms ease;
            -ms-transition: opacity 200ms ease;
            -o-transition: opacity 200ms ease;
            transition: opacity 200ms ease;
            border-radius: 0;
        }

        #gicarousel .owl-dots .owl-dot:hover span {
            background: #d2cece;
        }

        #gicarousel .owl-dots .owl-dot.active span {
            background: #d2cece;
        }

.orangetext2 {
    color: #ffa42f;
}

.bluetext2 {
    color: #6abbff;
}

.purpletext3 {
    color: #3f275b;
}

@media only screen and (min-width: 768px) {
    .gi-automotive-section .help-you {
        min-height: 85px;
        text-align: left;
    }

    .gi-automotive-section h2 {
        font-size: 33px;
        font-size: 3.3rem;
    }

        .gi-automotive-section h2.font28 {
            font-size: 28px;
            font-size: 2.8rem;
        }

        .gi-automotive-section h2 img {
            max-width: 100%;
        }

    .gi-automotive-section .zone-contact-info {
        font-size: 2rem;
    }

        .gi-automotive-section .zone-contact-info .box-right {
            padding: 20px 0;
            border-right: solid 1px #636363;
        }

        .gi-automotive-section .zone-contact-info .box-left {
            padding: 20px 0;
        }

        .gi-automotive-section .zone-contact-info .name-box.name-box2 {
            padding-top: 50px;
        }

        .gi-automotive-section .zone-contact-info .ico-img {
            margin: 0;
            max-width: 100%;
        }

    #gicarousel {
        margin: 60px 0 0;
    }
}

.paint-calculator-steps {
    background: #f1f1f1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: #e5e4e4 1px solid;
    padding: 5px 20px;
    color: #8b8b8b;
    font-weight: 900;
    line-height: 6rem;
    position: relative;
}

    .paint-calculator-steps.active {
        background: #5c2e91;
        border: #5c2e91 1px solid;
        color: #fff;
    }

        .paint-calculator-steps.active:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 15px 15px 0 15px;
            border-color: #5c2e91 transparent transparent transparent;
            position: absolute;
            bottom: -16px;
            left: 50%;
            margin-left: -15px;
        }

    .paint-calculator-steps .big {
        font-size: 40px;
        font-size: 4rem;
        float: left;
    }

.final-istimate .cost {
    min-width: 80px;
    padding-left: 5px;
    display: inline-block;
    text-align: right;
}

.paint-calculator-panel {
    background: #ffffff;
    border-radius: 15px;
    margin: 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: #e7e7e7 1px solid;
    padding: 0;
    position: relative;
    overflow: hidden;
}

    .paint-calculator-panel .paint-calculator-panel-inner {
        padding: 15px 0;
        border-bottom: 1px solid #e5e5e5;
        min-height: 60px;
        position: relative;
    }

        .paint-calculator-panel .paint-calculator-panel-inner h3 {
            line-height: 60px;
        }

            .paint-calculator-panel .paint-calculator-panel-inner h3.cparea {
                line-height: 22px;
                padding: 20px 0;
            }

        .paint-calculator-panel .paint-calculator-panel-inner .radio-container {
            position: relative;
        }

            .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"] {
                display: none;
            }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"] + label span {
                    display: inline-block;
                    width: 220px;
                    height: 60px;
                    margin: 0;
                    vertical-align: middle;
                    background: #fff;
                    border: #cccccc 1px solid;
                    cursor: pointer;
                    border-radius: 8px;
                    -moz-border-radius: 8px;
                    -webkit-border-radius: 8px;
                    border: #B3B0B0 1px solid;
                    line-height: 60px;
                    Text-align: left;
                    padding-left: 57px;
                    color: #B3B0B0;
                    font-size: 15px;
                    font-size: 1.5rem;
                    position: relative;
                }

                    .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"] + label span:hover {
                        color: #ccc;
                    }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"].interior-radio + label span {
                    background: url(../images/paint-calculator/sofa.png) no-repeat #fff;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"].exterior-radio + label span {
                    background: url(../images/paint-calculator/home.png) no-repeat #fff;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"].fresh-paint-radio + label span {
                    background: url(../images/paint-calculator/bucket.png) no-repeat #fff;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"].re-paint-radio + label span {
                    background: url(../images/paint-calculator/paint-bucket.png) no-repeat #fff;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"].feet-radio + label span {
                    background: url(../images/paint-calculator/meter.png) no-repeat #fff;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"].meter-radio + label span {
                    background: url(../images/paint-calculator/ruler.png) no-repeat #fff;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"]:checked + label span {
                    background: #f53f94;
                    border-color: #f53f94;
                    color: #fff;
                }

                    .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"]:checked + label span:after {
                        content: "";
                        background: url(../images/paint-calculator/selected.png) no-repeat;
                        width: 60px;
                        height: 60px;
                        display: block;
                        position: absolute;
                        top: 0;
                        right: 15px;
                        z-index: 2;
                    }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"]:checked.interior-radio + label span {
                    background: url(../images/paint-calculator/sofa-hover.png) no-repeat #f53f94;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"]:checked.exterior-radio + label span {
                    background: url(../images/paint-calculator/home-hover.png) no-repeat #f53f94;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"]:checked.fresh-paint-radio + label span {
                    background: url(../images/paint-calculator/bucket-hover.png) no-repeat #f53f94;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"]:checked.re-paint-radio + label span {
                    background: url(../images/paint-calculator/paint-bucket-hover.png) no-repeat #f53f94;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"]:checked.feet-radio + label span {
                    background: url(../images/paint-calculator/meter-hover.png) no-repeat #f53f94;
                }

                .paint-calculator-panel .paint-calculator-panel-inner .radio-container input[type="radio"]:checked.meter-radio + label span {
                    background: url(../images/paint-calculator/ruler-hover.png) no-repeat #f53f94;
                }

.areaslider {
    postion: relative;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: #eaeaea 1px solid;
    margin: 50px 0 30px;
    height: 10px;
}

    .areaslider .ui-slider-range {
        background: #f53f94;
    }

    .areaslider .ui-slider-handle {
        top: -45px;
        background: #f53f94;
        border: #f53f94 1px solid;
        padding: 10px 10px 11px;
        width: 70px;
        height: 35px;
        display: block;
        color: #fff;
        line-height: 14px;
        text-align: center;
        margin-left: -35px;
        font-size: 14px;
        font-size: 1.4rem;
    }

        .areaslider .ui-slider-handle:after {
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #f53f94;
            content: "";
            display: block;
            height: 0;
            margin-left: -8px;
            position: absolute;
            bottom: -8px;
            left: 50%;
            transition: border-top-width 500ms ease 0s;
            width: 0;
            z-index: 10;
        }

        .areaslider .ui-slider-handle.ui-state-hover, .areaslider .ui-slider-handle.mactive {
            background: #f53f94;
            border: #f53f94 1px solid;
            color: #fff;
        }

            .areaslider .ui-slider-handle.ui-state-hover:after, .areaslider .ui-slider-handle.mactive:after {
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 8px solid #f53f94;
                content: "";
                display: block;
                height: 0;
                margin-left: -8px;
                position: absolute;
                bottom: -8px;
                left: 50%;
                transition: border-top-width 500ms ease 0s;
                width: 0;
                z-index: 10;
            }

    .areaslider label {
        display: inline-block;
        position: absolute;
        top: 20px;
        color: #6c6c6c;
        width: auto;
        overflow: hidden;
        font-size: 12px;
        font-size: 1.2rem;
    }

.slider-input {
    margin: 30px 0;
    text-align: center;
    background: #fff;
}

.ui-spinner {
    position: relative;
    border: 1px solid #ccc !important;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    overflow: hidden;
}

    .ui-spinner input {
        height: 35px;
        width: 100%;
        background: #fff;
        border: 0px solid #ececec;
        text-align: center;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
    }

    .ui-spinner .ui-spinner-up {
        position: absolute;
        width: 30px;
        height: 35px;
        background: #856e9f;
        right: 0;
        top: 0;
        z-index: 2;
        border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        -webkit-border-radius: 0 6px 6px 0;
        cursor: pointer;
    }

        .ui-spinner .ui-spinner-up:before {
            color: #fff;
            content: "+";
            font-size: 40px;
            font-size: 4rem;
            height: 35px;
            line-height: 32px;
            position: absolute;
            text-align: center;
            width: 30px;
        }

        .ui-spinner .ui-spinner-up:hover {
            background: #735a90;
        }

    .ui-spinner .ui-spinner-down {
        position: absolute;
        width: 30px;
        height: 35px;
        background: #856e9f;
        left: 0;
        top: 0;
        z-index: 2;
        cursor: pointer;
        border-radius: 6px 0 0 6px;
        -moz-border-radius: 6px 0 0 6px;
        -webkit-border-radius: 6px 0 0 6px;
    }

        .ui-spinner .ui-spinner-down:before {
            color: #fff;
            content: "-";
            font-size: 40px;
            font-size: 4rem;
            height: 35px;
            line-height: 28px;
            position: absolute;
            text-align: center;
            width: 30px;
        }

        .ui-spinner .ui-spinner-down:hover {
            background: #735a90;
        }

#owlproduct {
    margin-bottom: 20px;
    overflow: hidden;
}

    #owlproduct .owl-item {
        padding: 0 15px;
    }

    #owlproduct .owl-controls .owl-nav .owl-prev, #owlproduct .owl-controls .owl-nav .owl-next {
        bottom: 50%;
        width: 54px;
        height: 54px;
        text-indent: 99999px;
        position: absolute;
    }

    #owlproduct .owl-controls .owl-nav .owl-prev {
        background: url(../images/paint-calculator/prev-img.png) no-repeat;
        left: 20px;
    }

    #owlproduct .owl-controls .owl-nav .owl-next {
        background: url(../images/paint-calculator/next-img.png) no-repeat;
        right: 20px;
    }

.product-card {
    background: #fff;
    padding: 25px 15px;
}

    .product-card .product-details {
        magin-bottom: 10px;
    }

        .product-card .product-details li {
            border-bottom: 1px solid #e5e5e5;
            padding: 10px 20px;
        }

            .product-card .product-details li p {
                margin-bottom: 0;
            }

                .product-card .product-details li p.bold {
                    font-weight: 700;
                }

            .product-card .product-details li:last-child {
                border-bottom: none;
            }

    .product-card .btn-product-veiw {
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        font-weight: 700;
        background: #d95398;
        border: 1px solid #d95398;
        line-height: 20px;
    }

        .product-card .btn-product-veiw:hover {
            background: #fff;
            color: #d95398;
        }

.prodct-img {
    background: url(../images/paint-calculator/prd-bg.png) no-repeat;
    width: 217px;
    height: 217px;
    position: relative;
    margin: 0 auto 20px;
    padding: 35px;
}

    .prodct-img img {
        width: auto !important;
        max-width: 100%;
        margin: 0 auto;
    }

.btn-paint-back {
    border: #811c20 1px solid;
}

    .btn-paint-back:hover {
        color: #811c20;
    }

        .btn-paint-back:hover span.clr {
            color: #fff;
        }

.padtb20 {
    padding: 20px 15px;
}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}

.paint-calculator-panel2 {
    display: none;
}

.paint-calculator-panel3 {
    display: none;
    padding: 20px 0;
}

    .paint-calculator-panel3 .paint-calculator-panel {
        display: block !important;
        margin-bottom: 25px;
    }

    .paint-calculator-panel3 h2 {
        border-bottom: #ededed 1px solid;
        padding-bottom: 10px;
    }

    .paint-calculator-panel3 .view-more {
        font-weight: 700;
        font-size: 15px;
        font-size: 1.5rem;
        text-transform: uppercase;
    }

        .paint-calculator-panel3 .view-more i {
            font-size: 14px;
            font-size: 1.4rem;
            line-height: 16px;
        }

.estimate-item-list {
    border-color: #eeeeee;
}

    .estimate-item-list li {
        padding: 15px 0 15px 70px;
        color: #7c7c7c;
        font-size: 18px;
        font-size: 1.8rem;
        background-position: 7px -1px !important;
    }

        .estimate-item-list li:first-child {
            background: url(../images/paint-calculator/sofa-pink.png) no-repeat;
        }

        .estimate-item-list li:nth-child(2) {
            background: url(../images/paint-calculator/bucket-pink.png) no-repeat;
        }

        .estimate-item-list li:nth-child(3) {
            background: url(../images/paint-calculator/mesure-pink.png) no-repeat;
        }

        .estimate-item-list li:nth-child(4) {
            background: url(../images/paint-calculator/door-pink.png) no-repeat;
        }

        .estimate-item-list li:last-child {
            background: url(../images/paint-calculator/window-pink.png) no-repeat;
        }

.btn-prduct-enquiry {
    width: 90%;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    font-weight: 700;
    background: #d95398;
    border: 1px solid #d95398;
    line-height: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    height: 46px;
    margin: 6% auto 0;
}

    .btn-prduct-enquiry:hover {
        background: #fff;
        color: #d95398;
    }

.prd-action-link {
    display: inline-block;
    margin-right: 45px;
    text-align: left;
    line-height: 46px;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
}

    .prd-action-link img {
        float: left;
        margin-right: 15px;
    }

.cal-btn {
    border-radius: 6px;
    min-height: 85px;
    max-width: 460px;
    width: 100%;
    padding: 13px 70px 13px 100px;
    display: block;
    clear: both;
    margin: 30px 0;
    position: relative;
    color: #fff !important;
    font-size: 1.8rem;
}

    .cal-btn:before {
        width: 68px;
        height: 68px;
        background-repeat: no-repeat;
        content: '';
        display: block;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -34px;
    }

    .cal-btn:after {
        width: 45px;
        height: 45px;
        background: url(../images/paint-calculator/cal-btn-arrow.png) no-repeat;
        content: '';
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -22px;
    }

    .cal-btn.cal-btn-1 {
        background-color: #d95398;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .cal-btn.cal-btn-2 {
        background-color: #402065;
        line-height: 1.2;
        font-size: 1.5rem;
    }

    .cal-btn.cal-btn-1:before {
        background-image: url(../images/paint-calculator/cal-btn-icon-1.png);
    }

    .cal-btn.cal-btn-2:before {
        background-image: url(../images/paint-calculator/cal-btn-icon-2.png);
    }

    .cal-btn .cal-lead {
        font-size: 2rem;
        margin-top: 5px;
    }

.cal-modal-dialog {
    max-width: 450px;
}

.cal-modal {
    background: #402065;
    padding: 10px 20px 0;
}

    .cal-modal .close {
        color: #fff;
        font-size: 2.4rem;
        opacity: 1;
        position: absolute;
        right: 15px;
        top: 25px;
    }

    .cal-modal .modal-header {
        border-color: #b3a6c1;
        padding-left: 0;
        padding-right: 0;
    }

    .cal-modal .modal-body {
        padding-left: 0;
        padding-right: 0;
    }

    .cal-modal .modal-title {
        font-size: 1.8rem;
        text-transform: uppercase;
        color: #fff;
    }

        .cal-modal .modal-title > .text-normal {
            font-weight: 400;
        }

        .cal-modal .modal-title > .text-pink {
            color: #d85297;
        }

    .cal-modal .form-control {
        border-radius: 0;
        width: 100%;
        max-width: none;
        font-size: 13px;
    }

    .cal-modal .form-group {
        margin-bottom: 10px;
    }

    .cal-modal label {
        color: #fff;
        font-size: 1.6rem;
        font-weight: 400;
    }

    .cal-modal .contact-number-txtbox:after {
        margin-top: 5px;
    }

    .cal-modal .btn {
        background: #a724d0;
        color: #fff;
        padding: 4px 12px;
        min-width: 120px;
        border-radius: 0;
        border: 0;
        font-size: 2rem;
        margin-top: 10px;
    }

.mail-modal input {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #666666;
    height: 39px;
    line-height: 28px;
    padding: 5px 10px;
    float: left;
    max-width: 300px;
}

.mail-modal .btn-submit {
    background: #57246f none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
    margin-left: 15px;
    max-width: 115px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .paint-calculator-panel {
        padding: 20px 35px;
    }

        .paint-calculator-panel .paint-calculator-panel-inner {
            padding: 15px 25px;
        }
}

@media only screen and (max-width: 767px) {
    .paint-calculator-panel {
        padding: 20px 0;
    }

        .paint-calculator-panel .paint-calculator-panel-inner h3 {
            text-align: center;
        }

        .paint-calculator-panel .paint-calculator-panel-inner .radio-container {
            text-align: center;
        }

            .paint-calculator-panel .paint-calculator-panel-inner .radio-container label {
                margin-bottom: 20px;
            }

        .paint-calculator-panel .paint-calculator-panel-inner .bootstrap-select {
            margin-bottom: 20px;
        }

        .paint-calculator-panel .paint-calculator-panel-inner p {
            margin-bottom: 20px;
        }

    .paint-calculator-panel3 {
        /*padding: 40px 35px;*/
        padding: 40px 0;
    }

        .paint-calculator-panel3 .btn-prduct-enquiry {
            margin-bottom: 20px;
        }

    .mail-modal .modal-body {
        text-align: center;
    }

    .mail-modal input {
        float: none;
        width: 100%;
        max-width: 100%;
    }

    .mail-modal .btn-submit {
        margin: 15px 15px 0 0;
        width: 115px;
        display: inline-block;
    }
}
/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
*/
.ekko-lightbox-container {
    position: relative;
}

.ekko-lightbox-nav-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}

    .ekko-lightbox-nav-overlay a {
        z-index: 100;
        display: block;
        width: 49%;
        height: 100%;
        font-size: 30px;
        color: #fff;
        text-shadow: 2px 2px 4px #000;
        opacity: 1;
        filter: dropshadow(color=#000000, offx=2, offy=2);
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

        .ekko-lightbox-nav-overlay a:hover {
            opacity: 0.8;
        }

        .ekko-lightbox-nav-overlay a:empty {
            width: 49%;
        }

.ekko-lightbox .glyphicon-chevron-left {
    left: 0;
    float: left;
    padding-left: 15px;
    text-align: left;
}

.ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right;
}

.ekko-lightbox .modal-footer {
    text-align: left;
}

.ekko-lightbox a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.ekko-lightbox .modal-header {
    padding: 0;
    border: 0;
}

    .ekko-lightbox .modal-header .close {
        margin: 0;
        position: absolute;
        right: -25px;
        top: -20px;
        width: 40px;
        height: 40px;
        background: #3f275b;
        border-radius: 50%;
        opacity: 1;
        color: #fff;
        padding: 0;
        font-size: 24px;
        font-size: 2.4rem;
        z-index: 9;
    }

.ekko-lightbox .modal-title {
    display: none;
}

.innovision-txt p {
    color: #737373;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
}

    .innovision-txt p a {
        color: #3f275b;
    }

.innovision-gallery .owl-theme .owl-item {
    padding: 0 15px;
}

    .innovision-gallery .owl-theme .owl-item .print-anchor {
        cursor: pointer;
        overflow: hidden;
        position: relative;
    }

        .innovision-gallery .owl-theme .owl-item .print-anchor .maskp .download-icon .inner-conetet .plus-link {
            font-size: 30px;
            font-size: 3rem;
            line-height: 60px;
            border: 0;
            padding: 5px;
            width: 30px;
            height: 30px;
        }

.innovision-gallery .owl-theme .owl-controls .owl-nav .owl-prev, .innovision-gallery .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    z-index: 99;
    left: 0;
    font-size: 34px;
    font-size: 3.4rem;
    margin: 0;
    padding: 0 20px;
    background: none;
}

    .innovision-gallery .owl-theme .owl-controls .owl-nav .owl-prev:hover, .innovision-gallery .owl-theme .owl-controls .owl-nav .owl-next:hover {
        background: none;
        opacity: 0.8;
    }

.innovision-gallery .owl-theme .owl-controls .owl-nav .owl-next {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .innovision-gallery .owl-theme .owl-controls .owl-nav .owl-prev, .innovision-gallery .owl-theme .owl-controls .owl-nav .owl-next {
        font-size: 24px;
        font-size: 2.4rem;
        top: 38%;
    }

    .ekko-lightbox .modal-header .close {
        right: -10px;
        top: -10px;
        width: 35px;
        height: 35px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.kerala-csr {
    padding-bottom: 25px;
}

    .kerala-csr h2 {
        color: #4d0060;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600;
    }

    .kerala-csr p {
        color: #666666;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
    }

    .kerala-csr #csrCarousel {
        padding: 10px 0;
    }

        .kerala-csr #csrCarousel .item img {
            display: block;
            width: 100%;
            height: auto;
        }

        .kerala-csr #csrCarousel .owl-controls {
            margin-top: 2px;
        }

            .kerala-csr #csrCarousel .owl-controls .owl-nav [class*=owl-] {
                margin: 0;
                padding: 0;
                width: 30px;
                opacity: 0.5;
                border-radius: 50%;
                font-size: 30px;
                font-size: 3rem;
                margin-top: -34px;
                height: 50px;
                display: inline-block;
                cursor: pointer;
                background: transparent;
                position: absolute;
                top: 50%;
            }

                .kerala-csr #csrCarousel .owl-controls .owl-nav [class*=owl-] .glyphicon {
                    top: 10px;
                    color: #fff;
                }

            .kerala-csr #csrCarousel .owl-controls .owl-nav .owl-prev {
                left: 5px;
            }

            .kerala-csr #csrCarousel .owl-controls .owl-nav .owl-next {
                right: 5px;
            }

        .kerala-csr #csrCarousel .owl-dots .owl-dot span {
            width: 7px;
            height: 7px;
            background: #adadad;
            margin: 3px;
        }

        .kerala-csr #csrCarousel .owl-dots .owl-dot:hover span {
            background: #4d0060;
        }

        .kerala-csr #csrCarousel .owl-dots .owl-dot.active span {
            background: #4d0060;
        }

#csrPop .modal-dialog {
    margin-top: 30px;
}

    #csrPop .modal-dialog .modal-content {
        background: #41245c;
        color: #fff;
        padding: 15px 20px;
    }

        #csrPop .modal-dialog .modal-content .close {
            position: absolute;
            top: -16px;
            right: -8px;
            background: #fff;
            color: #333;
            border-radius: 50%;
            height: 36px;
            width: 36px;
            font-size: 40px;
            font-size: 4rem;
            opacity: 1;
            line-height: 22px;
        }

        #csrPop .modal-dialog .modal-content .modal-header {
            padding: 0 0 10px;
        }

            #csrPop .modal-dialog .modal-content .modal-header h2.modal-title {
                font-size: 20px;
                font-size: 2rem;
                color: #fff;
            }

        #csrPop .modal-dialog .modal-content .modal-body {
            padding: 15px 0 0;
        }

            #csrPop .modal-dialog .modal-content .modal-body p {
                line-height: 20px;
                margin-bottom: 15px;
                font-weight: 300;
            }

                #csrPop .modal-dialog .modal-content .modal-body p.last {
                    margin-bottom: 0;
                }

            #csrPop .modal-dialog .modal-content .modal-body h3 {
                color: #fff;
                margin-bottom: 5px;
            }

@media only screen and (min-width: 768px) {
    .kerala-csr {
        padding-bottom: 50px;
    }

        .kerala-csr h2 {
            font-size: 28px;
            font-size: 2.8rem;
        }

        .kerala-csr p {
            padding: 0 50px 10px;
        }

    #csrPop .modal-dialog {
        width: 720px;
    }

        #csrPop .modal-dialog .modal-content {
            padding: 25px 35px;
        }

            #csrPop .modal-dialog .modal-content .close {
                position: absolute;
                top: -24px;
                right: -24px;
                height: 51px;
                width: 51px;
                font-size: 50px;
                font-size: 5rem;
                line-height: 39px;
            }

            #csrPop .modal-dialog .modal-content .modal-header h2.modal-title {
                font-size: 24px;
                font-size: 2.4rem;
            }

            #csrPop .modal-dialog .modal-content .modal-body {
                padding: 15px 0 0;
            }

                #csrPop .modal-dialog .modal-content .modal-body p {
                    line-height: 22px;
                    margin-bottom: 20px;
                }
}

@media only screen and (min-width: 992px) {
    #csrPop .modal-dialog {
        width: 940px;
    }
}

.panel-events {
    background: #f5f4f4;
    padding: 20px;
    border-radius: 0;
    color: #666;
}

    .panel-events .panel-heading {
        border-bottom: 1px solid #3f285a;
        padding: 0 0 10px;
        margin-bottom: 20px;
    }

        .panel-events .panel-heading .panel-title {
            font-size: 1.6rem;
            color: #3f285a;
            font-weight: 700;
        }

    .panel-events figure {
        margin-bottom: 10px;
    }

    .panel-events em {
        font-weight: 400;
    }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -3px;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 700;
}

.ksaf-logo-wrap {
    font-size: 0;
    text-align: center;
}

    .ksaf-logo-wrap span {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.6rem;
        color: #666;
        padding: 0 5px;
    }

        .ksaf-logo-wrap span img {
            width: 74px;
            height: auto;
        }

.sub-section {
    padding-top: 30px;
    padding-bottom: 30px;
}

.remove-bottom {
    margin-bottom: 0 !important;
}

.artists-carousel .owl-item img {
    width: auto;
    margin: 0 auto 10px;
}

.artists-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #3f285a;
}

.events-carousel.owl-theme .owl-controls {
    margin: 0;
}

.events-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #3f285a;
}

.link-share-fb {
    color: #666;
}

    .link-share-fb:before {
        display: inline-block;
        background: url("/resources/images/events/ico-fb.png") no-repeat center center;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin: -2px 5px 0 0;
        content: '';
    }

.bloggers-pic a {
    position: relative;
    display: block;
    color: #fff;
    z-index: 1;
}

    .bloggers-pic a:before {
        background: rgba(51, 51, 51, 0.4);
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
    }

    .bloggers-pic a:after {
        top: 50%;
        left: 50%;
        margin: -32px 0 0 -32px;
        position: absolute;
        height: 64px;
        width: 64px;
        content: '';
        background: url("/resources/images/events/ico-play.png") no-repeat center center;
    }

    .bloggers-pic a:hover:before {
        background: rgba(51, 51, 51, 0.1);
    }

@media (min-width: 768px) {
    .ksaf-logo-wrap span img {
        width: 109px;
    }
}

@media (min-width: 1366px) {
    .panel-events .panel-heading .panel-title {
        font-size: 2.4rem;
    }

    .events-carousel .owl-dots {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
    }
}

.art-popup {
    background: #fff;
    display: none;
    position: relative;
    color: #666;
    padding: 15px;
}

    .art-popup .close-btn {
        margin: 0;
        position: relative;
        float: right;
        right: 5px;
        top: 5px;
        width: 40px;
        height: 40px;
        background: #3f275b;
        border-radius: 50%;
        opacity: 1;
        color: #fff;
        padding: 0;
        font-size: 24px;
        font-size: 2.4rem;
        z-index: 9;
        border: 0;
    }

    .art-popup .popup-arrow {
        position: absolute;
        top: 50%;
        font-size: 30px;
        color: #fff;
        text-shadow: 2px 2px 4px #000;
        cursor: pointer;
        margin-top: -25px;
    }

    .art-popup .next-button {
        right: 15px;
    }

    .art-popup .prev-button {
        left: 15px;
    }

    .art-popup .image-holder {
        background: #000;
        text-align: center;
        padding: 10px;
        color: #fff;
        position: relative;
    }

        .art-popup .image-holder img {
            display: inline-block;
        }

#my_popup {
    transform: scale(0.8);
}

.popup_visible #my_popup {
    transform: scale(1);
}

#artTitlePreview {
    font-size: 18px;
    color: #1d1328;
    margin-top: 10px;
}

#artDescription {
    line-height: 1.4;
}

.mt--15 {
    margin-top: 15px;
}

/*slider*/
.gallery-section {
    background: #40295a;
    color: #fff;
}

    .gallery-section select {
        color: #000;
    }

    .gallery-section .art-gallery {
        padding: 30px 0px 40px;
        background: #40295a;
    }

    .gallery-section .swiper-container {
        width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .gallery-section .swiper-slide {
        text-align: left;
        font-size: 12px;
        background: #1d1328;
        color: #fff;
        height: auto;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0;
    }

        .gallery-section .swiper-slide .thumbnail-box {
            margin-bottom: 0;
            padding: 0;
        }

            .gallery-section .swiper-slide .thumbnail-box img.thumb {
                height: 200px;
                width: 100%;
            }

        .gallery-section .swiper-slide .caption {
            color: #fff;
            padding: 10px 15px 20px 15px;
            font-size: 1.6rem;
        }

            .gallery-section .swiper-slide .caption h4 {
                margin: 0;
                color: #fff;
                font-size: 1.6rem;
            }

    .gallery-section .btn-select {
        margin-top: 0px;
        float: right;
    }

        .gallery-section .btn-select span {
            display: inline-block;
            padding: 0px;
            float: left;
            line-height: 35px;
            margin-right: 10px;
        }

    .gallery-section .styled-select {
        background: #fff url(/resources/images/events/select-arrow.jpg) no-repeat right center;
        height: 35px;
        overflow: hidden;
        width: 220px;
        display: inline-block;
        border-radius: 5px;
        border: 1px solid #000;
        float: left;
    }

        .gallery-section .styled-select select {
            color: #666666;
            background: transparent;
            border: none;
            font-size: 14px;
            height: 35px;
            padding: 5px;
            /* If you add too much padding here, the options won't show in IE */
            width: 111%;
        }

    .gallery-section .media {
        height: auto;
    }

@media (min-width: 768px) {
    #my_popup .close-btn {
        right: -25px;
        top: -25px;
        position: absolute;
        float: none;
    }

    #my_popup .btn-select {
        /*margin-top: 20px;*/
    }

        #my_popup .btn-select span {
            display: inline-block;
            padding: 0px 10px;
        }
}

@media screen and (min-width: 1025px) and (max-height: 670px) {
    .wheel-wrapper {
        height: 470px;
        width: 470px;
    }

        .wheel-wrapper .btn-shareH {
            font-size: 13px;
            font-size: 1.3rem;
            padding: 5px 15px 5px 30px;
            text-decoration: none;
            width: 77px;
        }

        .wheel-wrapper .btn-backH {
            font-size: 13px;
            font-size: 1.3rem;
            width: 70px;
        }

        .wheel-wrapper .pully-wrapper {
            top: 53.2%;
        }

        .wheel-wrapper .spin-result {
            top: 52%;
        }

            .wheel-wrapper .spin-result #pSign {
                font-size: 20px;
                font-size: 2rem;
                line-height: 22px;
            }

    .pully > span.down-arrow {
        border-left: 35px solid transparent;
        border-right: 35px solid transparent;
    }

    .control-wrap {
        border: 0 solid red;
        height: 200px;
        left: 50%;
        line-height: 30px;
        margin: -73px auto auto -125px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 250px;
    }

        .control-wrap p {
            font-size: 13px;
            font-size: 1.3rem;
            line-height: 1.5rem;
            margin-left: 8%;
            width: 84%;
        }

            .control-wrap p strong {
                font-size: 15px;
                font-size: 1.5rem;
            }

        .control-wrap .bootstrap-select.btn-group .dropdown-toggle .caret {
            right: 6px;
        }
}

/*# sourceMappingURL=styles.css.map */
