﻿@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;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

    input[type="search"] {
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

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

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.html") format("woff2"), url("../fonts/glyphicons-halflings-regular-2.html") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular-3.html#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";
}

* {
    box-sizing: border-box;
}

    *:before,
    *:after {
        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.42857143;
    color: #333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    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.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        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 {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

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

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@2086 (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        background-image: none;
        outline: 0;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    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;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    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;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        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-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-repeat: repeat-x;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*# sourceMappingURL=bootstrap.css.map */
@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/stard41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/star.html) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star-2.html#star) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerced41dd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.html) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce-2.html#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

.commerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

    .commerce .star-rating:before {
        content: "\73\73\73\73\73";
        color: #d3ced2;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
    }

    .commerce .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .commerce .star-rating span:before {
            content: "\53\53\53\53\53";
            top: 0;
            position: absolute;
            left: 0;
        }

.commerce .commerce-product-rating {
    line-height: 2;
    display: block;
}

    .commerce .commerce-product-rating .star-rating {
        float: left;
        margin: .5em 4px 0 0;
    }

.commerce .products .star-rating {
    display: block;
    float: none;
    margin: 0 0 .5em;
}

.commerce .commerce-result-count, .commerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.commerce ul.products li.product .star-rating {
    font-size: .857em;
}

.commerce .commerce-ordering, .commerce-page .commerce-ordering {
    float: right;
}

.commerce .commerce-result-count, .commerce-page .commerce-result-count {
    float: left;
}

.commerce #respond input#submit, .commerce a.button, .commerce button.button, .commerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

    .commerce #respond input#submit:hover, .commerce a.button:hover, .commerce button.button:hover, .commerce input.button:hover {
        background-color: #dad8da;
        text-decoration: none;
        background-image: none;
        color: #515151;
    }

.commerce .widget_price_filter .price_slider_amount .button {
    background: #011e9e;
    height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 0;
    transition: all .4s ease 0s;
    float: left;
}

    .commerce .widget_price_filter .price_slider_amount .button:hover {
        background: #000;
    }

.commerce .widget_price_filter .price_slider_wrapper {
    padding-top: 10px;
}

.commerce .widget_price_filter .price_slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
    margin-bottom: 1em;
    border: 0;
    border-radius: 0;
    background: #f0f0f0;
}

.commerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background: #011e9e;
    top: 0;
    height: 100%;
}

.commerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background: #000;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}

.commerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
    margin-top: 33px;
}

.commerce ul.cart_list, .commerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .commerce ul.cart_list li, .commerce ul.product_list_widget li {
        padding: 0 0 10px;
        margin: 0;
        list-style: none;
    }

        .commerce ul.cart_list li a, .commerce ul.product_list_widget li a {
            display: block;
            font-size: 18px;
            color: #000;
            line-height: 24px;
            font-weight: 400;
        }

        .commerce ul.cart_list li img, .commerce ul.product_list_widget li img {
            float: right;
            margin-left: 4px;
            width: 80px;
            height: auto;
            box-shadow: none;
        }

        .commerce ul.product_list_widget li .amount {
            font-size: 18px;
            color: #f3e200;
            line-height: 24px;
            font-weight: 800;
            display: inline-block;
            margin-top: 10px;
        }

        .commerce ul.cart_list li dl:after, .commerce ul.cart_list li:after, .commerce ul.product_list_widget li dl:after, .commerce ul.product_list_widget li:after {
            clear: both;
        }

        .commerce ul.cart_list li:after, .commerce ul.cart_list li:before, .commerce ul.product_list_widget li:after, .commerce ul.product_list_widget li:before {
            content: " ";
            display: table;
        }

.commerce #content div.product div.images, .commerce div.product div.images, .commerce-page #content div.product div.images, .commerce-page div.product div.images {
    float: left;
    width: 48%;
}

    .commerce div.product div.images img {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: none;
    }

.commerce #content div.product div.summary, .commerce div.product div.summary, .commerce-page #content div.product div.summary, .commerce-page div.product div.summary {
    float: right;
    width: 48%;
}

.commerce div.product form.cart div.quantity {
    float: left;
}

.commerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}

@media (max-width: 768px) {
    .commerce #content div.product div.images, .commerce #content div.product div.summary, .commerce div.product div.images, .commerce div.product div.summary, .commerce-page #content div.product div.images, .commerce-page #content div.product div.summary, .commerce-page div.product div.images, .commerce-page div.product div.summary {
        float: none;
        width: 100%;
    }
}

.commerce table.shop_table {
    text-align: left;
    width: 100%;
    font-size: 80%;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.commerce table.wishlist_table .product-remove {
    padding: 16px 0;
    width: 100px;
}

.commerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: none;
    padding: 6px 6px 5px;
    margin: 0 10px 0 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
    min-width: 230px;
    background: #fff;
}

.commerce #content table.cart td.actions .input-text, .commerce table.cart td.actions .input-text, .commerce-page #content table.cart td.actions .input-text, .commerce-page table.cart td.actions .input-text {
    width: 80px;
}

.commerce .cart input.button {
    padding: 0 21px;
    background: #011e9e;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transition: all .4s ease 0s;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

.commerce #content table.cart td.actions .coupon label, .commerce table.cart td.actions .coupon label, .commerce-page #content table.cart td.actions .coupon label, .commerce-page table.cart td.actions .coupon label {
    display: none;
}

.commerce #content table.cart td.actions .coupon, .commerce table.cart td.actions .coupon, .commerce-page #content table.cart td.actions .coupon, .commerce-page table.cart td.actions .coupon {
    float: right;
}

@media (max-width: 632px) {
    .commerce #content table.cart td.actions .coupon, .commerce table.cart td.actions .coupon, .commerce-page #content table.cart td.actions .coupon, .commerce-page table.cart td.actions .coupon {
        float: none;
        margin-bottom: 20px;
    }
}

.commerce .cart-collaterals, .commerce-page .cart-collaterals {
    width: 100%;
}

.commerce-cart .cart-collaterals {
    margin-top: 77px;
}

.commerce .cart-collaterals .cart_totals, .commerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
}

.commerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
}

    .commerce-cart .cart-collaterals .cart_totals table th {
        width: 25%;
    }

    .commerce-cart .cart-collaterals .cart_totals table td, .commerce-cart .cart-collaterals .cart_totals table th {
        vertical-align: top;
        border-left: 0;
        border-right: 0;
        padding: 6px 0;
        line-height: 2em;
    }

    .commerce-cart .cart-collaterals .cart_totals table tr:first-child td, .commerce-cart .cart-collaterals .cart_totals table tr:first-child th {
        border-top: 0;
    }

.commerce-cart .wc-proceed-to-checkout {
    padding: 1em 0;
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a {
    text-align: center;
}

@media (max-width: 768px) {
    .commerce .cart-collaterals .cart_totals, .commerce .cart-collaterals .cross-sells, .commerce .cart-collaterals .shipping_calculator, .commerce-page .cart-collaterals .cart_totals, .commerce-page .cart-collaterals .cross-sells, .commerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: left;
    }
}

.commerce .col2-set .col-1, .commerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
}

.commerce .col2-set .col-2, .commerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
}

.commerce form.login, .commerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .commerce .col2-set .col-1, .commerce .col2-set .col-2, .commerce-page .col2-set .col-1, .commerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfonte0a5e0a5.eot?v=4.3.0");
    src: url("../fonts/fontawesome-webfontd41dd41d.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfonte0a5e0a5.html?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfonte0a5e0a5-2.html?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfonte0a5e0a5.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfonte0a5e0a5-3.html?v=4.3.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;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

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

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

.fa-spin {
    -webkit-animation: 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);
    transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    -webkit-filter: none;
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

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

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

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

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

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

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

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

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

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

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

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

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .mfp-preloader a:hover {
            color: #FFF;
        }

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

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

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

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

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

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-close:active {
        top: 1px;
    }

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

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

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

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

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

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .mfp-arrow:before,
    .mfp-arrow:after,
    .mfp-arrow .mfp-b,
    .mfp-arrow .mfp-a {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after,
    .mfp-arrow .mfp-a {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before,
    .mfp-arrow .mfp-b {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after,
    .mfp-arrow-left .mfp-a {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before,
    .mfp-arrow-left .mfp-b {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after,
    .mfp-arrow-right .mfp-a {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before,
    .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3F3F3F;
    }

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

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

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

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

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

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

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

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

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

    .mfp-figure figure {
        margin: 0;
    }

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

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

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

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

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

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

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

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

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

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

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

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

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

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

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

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

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    /*position: relative;*/
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    /* Styling Next and Prev buttons */
    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*IE7 life-saver */
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50);
        /*IE7 fix*/
        opacity: 0.5;
    }

    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100);
        /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/
    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50);
            /*IE7 fix*/
            opacity: 0.5;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100);
            /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */
        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.html) no-repeat center center;
}

/*--------------------------------------------------------------
Preloader - CSS
--------------------------------------------------------------*/
#loading {
    background-color: #000000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 40%;
    height: 50px;
    width: 150px;
    margin-top: -25px;
    margin-left: -75px;
}

.loader {
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}



@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em #f3e200, 2em -2em 0 0em #f3e200, 3em 0 0 -1em #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 -1em #f3e200, -3em 0 0 -1em #f3e200, -2em -2em 0 0 #f3e200;
    }

    12.5% {
        box-shadow: 0 -3em 0 0 #f3e200, 2em -2em 0 0.2em #f3e200, 3em 0 0 0 #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 -1em #f3e200, -3em 0 0 -1em #f3e200, -2em -2em 0 -1em #f3e200;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em #f3e200, 2em -2em 0 0 #f3e200, 3em 0 0 0.2em #f3e200, 2em 2em 0 0 #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 -1em #f3e200, -3em 0 0 -1em #f3e200, -2em -2em 0 -1em #f3e200;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em #f3e200, 2em -2em 0 -1em #f3e200, 3em 0em 0 0 #f3e200, 2em 2em 0 0.2em #f3e200, 0 3em 0 0em #f3e200, -2em 2em 0 -1em #f3e200, -3em 0em 0 -1em #f3e200, -2em -2em 0 -1em #f3e200;
    }

    50% {
        box-shadow: 0 -3em 0 -1em #f3e200, 2em -2em 0 -1em #f3e200, 3em 0 0 -1em #f3e200, 2em 2em 0 0em #f3e200, 0 3em 0 0.2em #f3e200, -2em 2em 0 0 #f3e200, -3em 0em 0 -1em #f3e200, -2em -2em 0 -1em #f3e200;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em #f3e200, 2em -2em 0 -1em #f3e200, 3em 0 0 -1em #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 0 #f3e200, -2em 2em 0 0.2em #f3e200, -3em 0 0 0 #f3e200, -2em -2em 0 -1em #f3e200;
    }

    75% {
        box-shadow: 0em -3em 0 -1em #f3e200, 2em -2em 0 -1em #f3e200, 3em 0em 0 -1em #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 0 #f3e200, -3em 0em 0 0.2em #f3e200, -2em -2em 0 0 #f3e200;
    }

    87.5% {
        box-shadow: 0em -3em 0 0 #f3e200, 2em -2em 0 -1em #f3e200, 3em 0 0 -1em #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 0 #f3e200, -3em 0em 0 0 #f3e200, -2em -2em 0 0.2em #f3e200;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em #f3e200, 2em -2em 0 0em #f3e200, 3em 0 0 -1em #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 -1em #f3e200, -3em 0 0 -1em #f3e200, -2em -2em 0 0 #f3e200;
    }

    12.5% {
        box-shadow: 0 -3em 0 0 #f3e200, 2em -2em 0 0.2em #f3e200, 3em 0 0 0 #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 -1em #f3e200, -3em 0 0 -1em #f3e200, -2em -2em 0 -1em #f3e200;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em #f3e200, 2em -2em 0 0 #f3e200, 3em 0 0 0.2em #f3e200, 2em 2em 0 0 #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 -1em #f3e200, -3em 0 0 -1em #f3e200, -2em -2em 0 -1em #f3e200;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em #f3e200, 2em -2em 0 -1em #f3e200, 3em 0em 0 0 #f3e200, 2em 2em 0 0.2em #f3e200, 0 3em 0 0em #f3e200, -2em 2em 0 -1em #f3e200, -3em 0em 0 -1em #f3e200, -2em -2em 0 -1em #f3e200;
    }

    50% {
        box-shadow: 0 -3em 0 -1em #f3e200, 2em -2em 0 -1em #f3e200, 3em 0 0 -1em #f3e200, 2em 2em 0 0em #f3e200, 0 3em 0 0.2em #f3e200, -2em 2em 0 0 #f3e200, -3em 0em 0 -1em #f3e200, -2em -2em 0 -1em #f3e200;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em #f3e200, 2em -2em 0 -1em #f3e200, 3em 0 0 -1em #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 0 #f3e200, -2em 2em 0 0.2em #f3e200, -3em 0 0 0 #f3e200, -2em -2em 0 -1em #f3e200;
    }

    75% {
        box-shadow: 0em -3em 0 -1em #f3e200, 2em -2em 0 -1em #f3e200, 3em 0em 0 -1em #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 0 #f3e200, -3em 0em 0 0.2em #f3e200, -2em -2em 0 0 #f3e200;
    }

    87.5% {
        box-shadow: 0em -3em 0 0 #f3e200, 2em -2em 0 -1em #f3e200, 3em 0 0 -1em #f3e200, 2em 2em 0 -1em #f3e200, 0 3em 0 -1em #f3e200, -2em 2em 0 0 #f3e200, -3em 0em 0 0 #f3e200, -2em -2em 0 0.2em #f3e200;
    }
}

/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

    .selectBox-dropdown:focus,
    .selectBox-dropdown:focus .selectBox-arrow {
        border-color: #666;
    }

    .selectBox-dropdown.selectBox-menuShowing {
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .selectBox-dropdown .selectBox-label {
        padding: 2px 8px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }

    .selectBox-dropdown .selectBox-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 23px;
        height: 100%;
        background: url(../images/jquery.selectBox-arrow.html) 50% center no-repeat;
        border-left: solid 1px #BBB;
    }

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB;
    /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    border-radius: 4px;
    overflow: auto;
}

    .selectBox-inline:focus {
        border-color: #666;
    }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

    .selectBox-options LI A {
        line-height: 1.5;
        padding: 0 .5em;
        white-space: nowrap;
        overflow: hidden;
        background: 6px center no-repeat;
    }

    .selectBox-options LI.selectBox-hover A {
        background-color: #EEE;
    }

    .selectBox-options LI.selectBox-disabled A {
        color: #888;
        background-color: transparent;
    }

    .selectBox-options LI.selectBox-selected A {
        background-color: #C8DEF4;
    }

    .selectBox-options .selectBox-optgroup {
        color: #666;
        background: #EEE;
        font-weight: bold;
        line-height: 1.5;
        padding: 0 .3em;
        white-space: nowrap;
    }

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

    .selectBox-inline.selectBox-disabled .selectBox-options A {
        background-color: transparent !important;
    }

/*-----------------------------------------------------------------------------

-	Revolution Slider 5.0 Default Style Settings -

Screen Stylesheet

version:   	5.0.0
date:      	18/03/15
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
@font-face {
    font-family: 'revicons';
    src: url("../fonts/revicons90c690c6.eot?5510888");
    src: url("../fonts/revicons90c690c6.eot?5510888#iefix") format("embedded-opentype"), url("../fonts/revicons90c690c6.html?5510888") format("woff"), url("../fonts/revicons90c690c6.ttf?5510888") format("truetype"), url("../fonts/revicons90c690c6-2.html?5510888#revicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before {
    content: '\e802';
}

/* '' */
.revicon-pencil-1:before {
    content: '\e831';
}

/* '' */
.revicon-picture-1:before {
    content: '\e803';
}

/* '' */
.revicon-cancel:before {
    content: '\e80a';
}

/* '' */
.revicon-info-circled:before {
    content: '\e80f';
}

/* '' */
.revicon-trash:before {
    content: '\e801';
}

/* '' */
.revicon-left-dir:before {
    content: '\e817';
}

/* '' */
.revicon-right-dir:before {
    content: '\e818';
}

/* '' */
.revicon-down-open:before {
    content: '\e83b';
}

/* '' */
.revicon-left-open:before {
    content: '\e819';
}

/* '' */
.revicon-right-open:before {
    content: '\e81a';
}

/* '' */
.revicon-angle-left:before {
    content: '\e820';
}

/* '' */
.revicon-angle-right:before {
    content: '\e81d';
}

/* '' */
.revicon-left-big:before {
    content: '\e81f';
}

/* '' */
.revicon-right-big:before {
    content: '\e81e';
}

/* '' */
.revicon-magic:before {
    content: '\e807';
}

/* '' */
.revicon-picture:before {
    content: '\e800';
}

/* '' */
.revicon-export:before {
    content: '\e80b';
}

/* '' */
.revicon-cog:before {
    content: '\e832';
}

/* '' */
.revicon-login:before {
    content: '\e833';
}

/* '' */
.revicon-logout:before {
    content: '\e834';
}

/* '' */
.revicon-video:before {
    content: '\e805';
}

/* '' */
.revicon-arrow-combo:before {
    content: '\e827';
}

/* '' */
.revicon-left-open-1:before {
    content: '\e82a';
}

/* '' */
.revicon-right-open-1:before {
    content: '\e82b';
}

/* '' */
.revicon-left-open-mini:before {
    content: '\e822';
}

/* '' */
.revicon-right-open-mini:before {
    content: '\e823';
}

/* '' */
.revicon-left-open-big:before {
    content: '\e824';
}

/* '' */
.revicon-right-open-big:before {
    content: '\e825';
}

/* '' */
.revicon-left:before {
    content: '\e836';
}

/* '' */
.revicon-right:before {
    content: '\e826';
}

/* '' */
.revicon-ccw:before {
    content: '\e808';
}

/* '' */
.revicon-arrows-ccw:before {
    content: '\e806';
}

/* '' */
.revicon-palette:before {
    content: '\e829';
}

/* '' */
.revicon-list-add:before {
    content: '\e80c';
}

/* '' */
.revicon-doc:before {
    content: '\e809';
}

/* '' */
.revicon-left-open-outline:before {
    content: '\e82e';
}

/* '' */
.revicon-left-open-2:before {
    content: '\e82c';
}

/* '' */
.revicon-right-open-outline:before {
    content: '\e82f';
}

/* '' */
.revicon-right-open-2:before {
    content: '\e82d';
}

/* '' */
.revicon-equalizer:before {
    content: '\e83a';
}

/* '' */
.revicon-layers-alt:before {
    content: '\e804';
}

/* '' */
.revicon-popup:before {
    content: '\e828';
}

/* '' */
/******************************
	-	BASIC STYLES		-
******************************/
.rev_slider_wrapper {
    position: relative;
    z-index: 0;
}

.rev_slider {
    position: relative;
    overflow: visible;
}

.tp-overflow-hidden {
    overflow: hidden;
}

.tp-simpleresponsive img,
.rev_slider img {
    max-width: none !important;
    transition: none 0;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border: none;
}

.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
    list-style: none !important;
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
    top: 0px;
    left: 0px;
}

    .tp-revslider-mainul > li,
    .rev_slider > ul > li,
    .rev_slider > ul > li:before,
    .tp-revslider-mainul > li:before,
    .tp-simpleresponsive > ul > li,
    .tp-simpleresponsive > ul > li:before,
    .tp-revslider-mainul > li,
    .tp-simpleresponsive > ul > li {
        visibility: hidden;
    }

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.rev_slider .tp-caption,
.rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
}

/* CAROUSEL FUNCTIONS */
.tp-carousel-wrapper {
    cursor: url(openhand.html), move;
}

    .tp-carousel-wrapper.dragged {
        cursor: url(closedhand.html), move;
    }

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption {
    z-index: 1;
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
}

    .tp-forcenotvisible,
    .tp-hide-revslider,
    .tp-caption.tp-hidden-caption {
        visibility: hidden !important;
        display: none !important;
    }

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important;
}

/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.rev_slider_wrapper {
    width: 100%;
}

.fullscreen-container {
    position: relative;
    padding: 0;
}

.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden;
}

    .fullwidthbanner-container .fullwidthabanner {
        width: 100%;
        position: relative;
    }

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-static-layers {
    position: absolute;
    z-index: 505;
    top: 0px;
    left: 0px;
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 40px solid #00A8FF;
    position: absolute;
    left: -40px;
    top: 0px;
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00A8FF;
    position: absolute;
    right: 0px;
    top: 0px;
}

.tp-layer-inner-rotation {
    position: relative !important;
}

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
    -webkit-filter: none !important;
    filter: none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.rs-background-video-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 0;
}

.tp-caption.coverscreenvideo {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}

.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

    .caption.fullscreenvideo iframe,
    .caption.fullscreenvideo video,
    .tp-caption.fullscreenvideo iframe,
    .tp-caption.fullscreenvideo iframe video {
        width: 100% !important;
        height: 100% !important;
        display: none;
    }

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000;
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.videoisplaying .html5vid .tp-poster {
    display: none;
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity 300ms ease-out !important;
}

.tp-caption .html5vid {
    width: 100% !important;
    height: 100% !important;
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 40px !important;
}

.tp-caption:hover .tp-video-play-button {
    opacity: 1;
}

.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff !important;
    border-right: 5px solid #fff !important;
    margin-top: 15px !important;
    line-height: 20px !important;
    vertical-align: top;
    font-size: 25px !important;
}

.videoisplaying .revicon-right-dir {
    display: none;
}

.videoisplaying .tp-revstop {
    display: inline-block;
}

.videoisplaying .tp-video-play-button {
    display: none;
}

.tp-caption:hover .tp-video-play-button {
    display: block;
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important;
}

.fullscreenvideo .fullscreenvideo video {
    object-fit: contain !important;
}

.fullscreenvideo .fullcoveredvideo video {
    object-fit: cover !important;
}

.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, black 13%, #323232 100%);
    background-image: -ms-linear-gradient(bottom, black 13%, #323232 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.13, black), color-stop(1, #323232));
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-caption:hover .tp-video-controls {
    opacity: .9;
}

.tp-video-button {
    background: rgba(0, 0, 0, 0.5);
    border: 0;
    color: #EEE;
    border-radius: 3px;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    outline: none;
}

    .tp-video-button:hover {
        cursor: pointer;
    }

.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
    padding: 0px 5px;
    display: table-cell;
}

.tp-video-seek-bar-wrap {
    width: 80%;
}

.tp-video-vol-bar-wrap {
    width: 20%;
}

.tp-volume-bar,
.tp-seek-bar {
    width: 100%;
    cursor: pointer;
    outline: none;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: transparent;
    z-index: 5;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

    .tp-dottedoverlay.twoxtwo {
        background: url(../assets/gridtile.html);
    }

    .tp-dottedoverlay.twoxtwowhite {
        background: url(../assets/gridtile_white.html);
    }

    .tp-dottedoverlay.threexthree {
        background: url(../assets/gridtile_3x3.html);
    }

    .tp-dottedoverlay.threexthreewhite {
        background: url(../assets/gridtile_3x3_white.html);
    }

/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    position: absolute;
    z-index: -1;
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}

.tp-shadow2:before, .tp-shadow2:after,
.tp-shadow3:before, .tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: transparent;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.tp-shadow2:after,
.tp-shadow4:after {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .tp-shadow5:before, .tp-shadow5:after {
        content: "";
        position: absolute;
        z-index: -2;
        box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
        top: 30%;
        bottom: 0;
        left: 20px;
        right: 20px;
        border-radius: 100px / 20px;
    }

/******************************
	-	BUTTONS	-
*******************************/
.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(../images/gradient/g30.html) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none;
}

    .tp-button.big {
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
        font-weight: bold;
        padding: 9px 20px;
        font-size: 19px;
        line-height: 57px !important;
        background: url(../images/gradient/g40.html) repeat-x top;
    }

        .purchase:hover,
        .tp-button:hover,
        .tp-button.big:hover {
            background-position: bottom, 15px 11px;
        }

            /*	BUTTON COLORS	*/
            .tp-button.green, .tp-button:hover.green,
            .purchase.green, .purchase:hover.green {
                background-color: #21a117;
                box-shadow: 0px 3px 0px 0px #104d0b;
            }

            .tp-button.blue, .tp-button:hover.blue,
            .purchase.blue, .purchase:hover.blue {
                background-color: #1d78cb;
                box-shadow: 0px 3px 0px 0px #0f3e68;
            }

            .tp-button.red, .tp-button:hover.red,
            .purchase.red, .purchase:hover.red {
                background-color: #cb1d1d;
                box-shadow: 0px 3px 0px 0px #7c1212;
            }

            .tp-button.orange, .tp-button:hover.orange,
            .purchase.orange, .purchase:hover.orange {
                background-color: #ff7700;
                box-shadow: 0px 3px 0px 0px #a34c00;
            }

            .tp-button.darkgrey, .tp-button.grey,
            .tp-button:hover.darkgrey, .tp-button:hover.grey,
            .purchase.darkgrey, .purchase:hover.darkgrey {
                background-color: #555;
                box-shadow: 0px 3px 0px 0px #222;
            }

            .tp-button.lightgrey, .tp-button:hover.lightgrey,
            .purchase.lightgrey, .purchase:hover.lightgrey {
                background-color: #888;
                box-shadow: 0px 3px 0px 0px #555;
            }

/* TP BUTTONS DESKTOP SIZE */
.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
}

    .rev-btn.rev-uppercase,
    .rev-btn.rev-uppercase:visited {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 900;
    }

    .rev-btn.rev-withicon i {
        font-size: 15px;
        font-weight: normal;
        position: relative;
        top: 0px;
        -webkit-transition: all 0.2s ease-out !important;
        -moz-transition: all 0.2s ease-out !important;
        -o-transition: all 0.2s ease-out !important;
        -ms-transition: all 0.2s ease-out !important;
        margin-left: 10px !important;
    }

    .rev-btn.rev-hiddenicon i {
        font-size: 15px;
        font-weight: normal;
        position: relative;
        top: 0px;
        -webkit-transition: all 0.2s ease-out !important;
        -moz-transition: all 0.2s ease-out !important;
        -o-transition: all 0.2s ease-out !important;
        -ms-transition: all 0.2s ease-out !important;
        opacity: 0;
        margin-left: 0px !important;
        width: 0px !important;
    }

    .rev-btn.rev-hiddenicon:hover i {
        opacity: 1 !important;
        margin-left: 10px !important;
        width: auto !important;
    }

    /* REV BUTTONS MEDIUM */
    .rev-btn.rev-medium,
    .rev-btn.rev-medium:visited {
        line-height: 36px;
        font-size: 14px;
        padding: 10px 30px;
    }

        .rev-btn.rev-medium.rev-withicon i {
            font-size: 14px;
            top: 0px;
        }

        .rev-btn.rev-medium.rev-hiddenicon i {
            font-size: 14px;
            top: 0px;
        }

    /* REV BUTTONS SMALL */
    .rev-btn.rev-small,
    .rev-btn.rev-small:visited {
        line-height: 28px;
        font-size: 12px;
        padding: 7px 20px;
    }

        .rev-btn.rev-small.rev-withicon i {
            font-size: 12px;
            top: 0px;
        }

        .rev-btn.rev-small.rev-hiddenicon i {
            font-size: 12px;
            top: 0px;
        }

/* ROUNDING OPTIONS */
.rev-maxround {
    border-radius: 30px;
}

.rev-minround {
    border-radius: 3px;
}

/* BURGER BUTTON */
.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.25);
    tap-highlight-color: transparent;
    cursor: pointer;
}

    .rev-burger span {
        display: block;
        width: 30px;
        height: 3px;
        background: #333;
        transition: .7s;
        pointer-events: none;
        -webkit-transform-style: flat !important;
        transform-style: flat !important;
    }

        .rev-burger span:nth-child(2) {
            margin: 3px 0;
        }

#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
    -webkit-transform: translateY(6px) rotate(-45deg);
}

#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    opacity: 0;
}

#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
    -webkit-transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, 0.2);
}

    .rev-burger.revb-white span {
        background: #fff;
    }

.rev-burger.revb-whitenoborder {
    border: 0;
}

    .rev-burger.revb-whitenoborder span {
        background: #fff;
    }

.rev-burger.revb-darknoborder {
    border: 0;
}

    .rev-burger.revb-darknoborder span {
        background: #333;
    }

.rev-burger.revb-whitefull {
    background: #fff;
    border: none;
}

    .rev-burger.revb-whitefull span {
        background: #333;
    }

.rev-burger.revb-darkfull {
    background: #333;
    border: none;
}

    .rev-burger.revb-darkfull span {
        background: #fff;
    }

/* SCROLL DOWN BUTTON */
@-webkit-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

    .rev-scroll-btn > * {
        display: inline-block;
        line-height: 18px;
        font-size: 13px;
        font-weight: normal;
        color: #7f8c8d;
        color: #ffffff;
        font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
    }

        .rev-scroll-btn > *:hover,
        .rev-scroll-btn > *:focus,
        .rev-scroll-btn > *.active {
            color: #ffffff;
        }

        .rev-scroll-btn > *:hover,
        .rev-scroll-btn > *:focus,
        .rev-scroll-btn > *:active,
        .rev-scroll-btn > *.active {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    .rev-scroll-btn.revs-fullwhite {
        background: #fff;
    }

        .rev-scroll-btn.revs-fullwhite span {
            background: #333;
        }

    .rev-scroll-btn.revs-fulldark {
        background: #333;
        border: none;
    }

        .rev-scroll-btn.revs-fulldark span {
            background: #fff;
        }

    .rev-scroll-btn span {
        position: absolute;
        display: block;
        top: 29%;
        left: 50%;
        width: 8px;
        height: 8px;
        margin: -4px 0 0 -4px;
        background: white;
        border-radius: 50%;
        -webkit-animation: rev-ani-mouse 2.5s linear infinite;
        animation: rev-ani-mouse 2.5s linear infinite;
    }

    .rev-scroll-btn.revs-dark {
        border-color: #333;
    }

        .rev-scroll-btn.revs-dark span {
            background: #333;
        }

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #FFF;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.rev-cbutton-dark-sr {
    border-radius: 3px;
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3;
    background-color: rgba(255, 255, 255, 0.75);
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}

.rev-sbutton-blue {
    background-color: #3B5998;
}

.rev-sbutton-lightblue {
    background-color: #00A0D1;
}

.rev-sbutton-red {
    background-color: #DD4B39;
}

/************************************
-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    /*background:url(../assets/timer.png);*/
    background: #fff;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 200;
    top: 0px;
}

    .tp-bannertimer.tp-bottom {
        top: auto;
        bottom: 0px !important;
        height: 5px;
    }

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
    zoom: 1;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.html) repeat;
}

.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.html) repeat;
}

.tp-shape {
    width: 100%;
    height: 100%;
}

/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}

    .tp-loader.spinner0 {
        width: 40px;
        height: 40px;
        background-color: #fff;
        background: url(../assets/loader.html) no-repeat center center;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        margin-top: -20px;
        margin-left: -20px;
        -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
        animation: tp-rotateplane 1.2s infinite ease-in-out;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .tp-loader.spinner1 {
        width: 40px;
        height: 40px;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        margin-top: -20px;
        margin-left: -20px;
        -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
        animation: tp-rotateplane 1.2s infinite ease-in-out;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

    .tp-loader.spinner5 {
        background: url(../assets/loader.html) no-repeat 10px 10px;
        background-color: #fff;
        margin: -22px -22px;
        width: 44px;
        height: 44px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
    }

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #ff0000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

.tp-loader.spinner3 {
    margin: -9px 0px 0px -35px;
    width: 70px;
    text-align: center;
}

    .tp-loader.spinner3 .bounce1,
    .tp-loader.spinner3 .bounce2,
    .tp-loader.spinner3 .bounce3 {
        width: 18px;
        height: 18px;
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
        animation: tp-bouncedelay 1.4s infinite ease-in-out;
        /* Prevent first frame from flickering when animation starts */
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .tp-loader.spinner3 .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .tp-loader.spinner3 .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes tp-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.tp-loader.spinner4 {
    margin: -20px 0px 0px -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear;
}

    .tp-loader.spinner4 .dot1,
    .tp-loader.spinner4 .dot2 {
        width: 60%;
        height: 60%;
        display: inline-block;
        position: absolute;
        top: 0;
        background-color: #fff;
        border-radius: 100%;
        -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
        animation: tp-bounce 2.0s infinite ease-in-out;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    }

    .tp-loader.spinner4 .dot2 {
        top: auto;
        bottom: 0px;
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes tp-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes tp-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0px;
    left: 0px;
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: 0.5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
    opacity: 1;
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

    .tp-bullet.selected,
    .tp-bullet:hover {
        background: #fff;
    }

.tp-bannertimer {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
    height: 5px;
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
}

    .tparrows:hover {
        background: #000;
    }

    .tparrows:before {
        font-family: "revicons";
        font-size: 15px;
        color: #fff;
        display: block;
        line-height: 40px;
        text-align: center;
    }

    .tparrows.tp-leftarrow:before {
        content: '\e824';
    }

    .tparrows.tp-rightarrow:before {
        content: '\e825';
    }

/*******************
	- DEBUG MODE -
*******************/
.hglayerinfo {
    position: fixed;
    bottom: 0px;
    left: 0px;
    color: #FFF;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px;
}

.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b !important;
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0px;
    peft: 0px;
    z-index: 0;
}

/*------------------ Custom -------------------*/
.hades.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    z-index: 100;
}

    .hades.tparrows:before {
        font-family: "revicons";
        font-size: 30px;
        color: #fff;
        display: block;
        line-height: 100px;
        text-align: center;
        transition: background 0.3s,color 0.3s;
    }

    .hades.tparrows.tp-leftarrow:before {
        content: "\e824";
    }

    .hades.tparrows.tp-rightarrow:before {
        content: "\e825";
    }

    .hades.tparrows:hover:before {
        color: #aaa;
        background: white;
    }

.hades .tp-arr-allwrapper {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #888;
    width: 100px;
    height: 100px;
    transition: all 0.3s;
    -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.hades.tp-rightarrow .tp-arr-allwrapper {
    left: auto;
    right: 100%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
    -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
}

.hades .tp-arr-imgholder {
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.caption-1 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 40px;
    line-height: 50px;
    font-weight: 900;
    color: black;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #f3e200;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.caption-2 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: black;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 2px;
}

.caption-3 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: black;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-size: 90px;
    line-height: 90px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.caption-4 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    color: black;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-size: 56px;
    line-height: 56px;
    color: #011e9e;
    font-weight: 400;
    text-transform: uppercase;
}

.caption-5 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 900;
    color: black;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 0;
    border-radius: 0 0 0 0;
    font-size: 15px;
    line-height: 24px;
    color: #696969;
    font-weight: 400;
    text-transform: none;
}

.caption-6 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 24px;
    line-height: 60px;
    font-weight: 900;
    color: black;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.caption-7 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 34px;
    line-height: 34px;
    font-weight: 900;
    color: black;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 0;
    border-radius: 0 0 0 0;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

.rev-btn-1 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: white;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 12px 33px 12px 33px;
    border-color: black;
    background: #f3e200;
    color: #000;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease 0s;
}

.rev-btn-2 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: white;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 12px 33px 12px 33px;
    border-color: black;
    background: #fff;
    color: #000;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease 0s;
}

.rev-btn-3 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 14px;
    line-height: 48px;
    font-weight: 500;
    color: white;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0px 33px 0px 33px;
    border-color: black;
    background: #fff;
    color: #000;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease 0s;
}

.rev-btn-4 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 14px;
    line-height: 48px;
    font-weight: 500;
    color: white;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 0px 33px 0px 33px;
    border-color: black;
    background: #011e9e;
    color: #fff;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease 0s;
}

    .rev-btn-4 a {
        color: #fff;
    }

.bg-text-1 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 24px;
    line-height: 48px;
    font-weight: 900;
    color: white;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px 30px 0px 30px;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.bg-text-2 {
    min-width: auto;
    min-height: auto;
    white-space: nowrap;
    max-width: auto;
    max-height: auto;
    font-size: 34px;
    line-height: 60px;
    font-weight: 800;
    color: #f3e200;
    font-family: 'Open Sans', sans-serif;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px 30px 0px 30px;
    border-radius: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.bg-small-text {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px 30px 0px 30px;
}

/* Dropdown control */
.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #BBB;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    background: #F2F2F2;
    background: -moz-linear-gradient(top, #F8F8F8 1%, #E1E1E1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #F8F8F8), color-stop(100%, #E1E1E1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#E1E1E1', GradientType=0);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

    .selectBox-dropdown:focus,
    .selectBox-dropdown:focus .selectBox-arrow {
        border-color: #666;
    }

    .selectBox-dropdown.selectBox-menuShowing {
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .selectBox-dropdown .selectBox-label {
        padding: 2px 8px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }

    .selectBox-dropdown .selectBox-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 23px;
        height: 100%;
        background: url(../images/jquery.selectBox-arrow.html) 50% center no-repeat;
        border-left: solid 1px #BBB;
    }

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB;
    /* should be the same border width as .selectBox-dropdown */
    background: #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
    display: inline-block;
    border-radius: 4px;
    overflow: auto;
}

    .selectBox-inline:focus {
        border-color: #666;
    }

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

    .selectBox-options LI A {
        line-height: 1.5;
        padding: 0 .5em;
        white-space: nowrap;
        overflow: hidden;
        background: 6px center no-repeat;
    }

    .selectBox-options LI.selectBox-hover A {
        background-color: #EEE;
    }

    .selectBox-options LI.selectBox-disabled A {
        color: #888;
        background-color: transparent;
    }

    .selectBox-options LI.selectBox-selected A {
        background-color: #C8DEF4;
    }

    .selectBox-options .selectBox-optgroup {
        color: #666;
        background: #EEE;
        font-weight: bold;
        line-height: 1.5;
        padding: 0 .3em;
        white-space: nowrap;
    }

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

    .selectBox-inline.selectBox-disabled .selectBox-options A {
        background-color: transparent !important;
    }

/*
 * Toastr
 * Copyright 2012-2014 John Papa and Hans Fjällemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}

    #toast-container * {
        box-sizing: border-box;
    }

    #toast-container > div {
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

a, mark {
    color: #000;
}

hr, img {
    border: 0;
}

body, figure {
    margin: 0;
}

.img-responsive, .img-thumbnail {
    height: auto;
    max-width: 100%;
}

.btn-group > .btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.img-responsive, .img-thumbnail, .wp-caption, .wp-caption img, img, label {
    max-width: 100%;
}

.btn, .btn-group, .btn-group-vertical, img {
    vertical-align: middle;
}

.btn-group-justified, table {
    border-collapse: separate;
    table-layout: fixed;
}

.form-control-feedback, .maps, a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

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

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

iframe {
    border: none;
}

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

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

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
}

.img-thumbnail, body {
    background-color: #fff;
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .form-control, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

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

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

pre, textarea {
    overflow: auto;
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.product-tab .nav-tabs > li > a, body {
    font-family: 'Open Sans', sans-serif;
}

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[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-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

td, th {
    padding: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus, a:hover {
    color: #011e9e;
    text-decoration: underline;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.img-responsive {
    display: block;
}

.img-thumbnail, .list-inline > li, label {
    display: inline-block;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    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: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
    color: #696969;
}

.lead, .single h1, .single h2, .single h3, .single h4, .single h5, .single h6, .single p, .single ul {
    margin-bottom: 20px;
}

    .single p strong {
        color: #333;
    }

.single ul {
    padding-left: 18px;
    color: #6b6b6b;
}

    .single ul li {
        line-height: 32px;
    }

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

address, dd, dt {
    line-height: 1.428571429;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #011e9e;
}

a.text-primary:focus, a.text-primary:hover {
    color: #01146b;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus, a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #011e9e;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #01146b;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

dl, ol, ul {
    margin-top: 0;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

address, dl {
    margin-bottom: 20px;
}

ol, ul {
    margin-bottom: 10px;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        padding-left: 5px;
        padding-right: 5px;
    }

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@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[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777;
}

    blockquote .small:before, blockquote footer:before, blockquote small:before {
        content: '\2014 \00A0';
    }

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

    .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
        content: '';
    }

    .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
        content: '\00A0 \2014';
    }

address {
    font-style: normal;
}

.width60-center {
    width: 60%;
    margin: auto;
    text-align: center;
}

.width50-center {
    width: 50%;
    margin: auto;
    text-align: center;
}

.noo-text-responsive {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    font-weight: 800;
    color: #000;
    width: 60%;
    margin: auto !important;
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
}

    kbd kbd, label {
        font-weight: 700;
    }

div.custom-width-left35 {
    width: 35%;
}

@media (max-width: 1400px) {
    div.custom-width-left35 {
        width: 45%;
    }
}

@media (max-width: 991px) {
    div.custom-width-left35 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    div.custom-width-left35 {
        width: 100%;
    }
}

.color-second {
    color: #d13420;
}

legend, pre {
    display: block;
    color: #333;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    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%;
        box-shadow: none;
    }

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

fieldset, legend {
    padding: 0;
    border: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

fieldset {
    margin: 0;
    min-width: 0;
}

legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}

label {
    margin-bottom: 5px;
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-control, output {
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    display: block;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        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: #696969;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #696969;
    }

    .form-control::-webkit-input-placeholder {
        color: #696969;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@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-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.input-sm {
    height: 30px;
    line-height: 1.5;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5;
}

.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    line-height: 1.3333333;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        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-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        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-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

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

    .has-error .form-control:focus {
        border-color: #843534;
        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-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-control-static, .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

#comments #respond .form-submit input:focus, .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle, .noo-sh-button.sh-bk:focus, .rev_slider #noo-revo-button-white:focus {
    outline: 0;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: 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.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #011e9e;
    border-color: #011985;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #01146b;
        border-color: #000106;
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #01146b;
        border-color: #000e48;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #000e48;
            border-color: #000106;
        }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #011e9e;
        border-color: #011985;
    }

    .btn-primary .badge {
        color: #011e9e;
        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.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        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.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        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.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        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.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #000;
    font-weight: 400;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #011e9e;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    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=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.noo-sh-button {
    font-style: italic;
    color: #011e9e;
    text-decoration: none;
    margin-right: 25px;
}

    .noo-sh-button span {
        border-bottom: 1px dashed #011e9e;
        line-height: 24px;
        display: inline-block;
    }

    .noo-sh-button i {
        padding-left: 5px;
    }

    .noo-sh-button:hover {
        color: #f3e200;
    }

        .noo-sh-button:hover span {
            border-color: #f3e200;
        }

    .noo-sh-button.sh-bk {
        padding: 8px 32px;
        background: #011e9e;
        border: 0;
        color: #fff;
        display: inline-block;
        transition: all .4s ease 0s;
        text-transform: uppercase;
        font-weight: 700;
        font-style: normal;
    }

        .noo-sh-button.sh-bk:hover {
            background: #f3e200;
            color: #fff;
        }

        .noo-sh-button.sh-bk span {
            border: 0;
        }

.rev_slider #noo-revo-button-white {
    padding: 8px 33px;
    background: #fff;
    border: 0;
    color: #000;
    display: inline-block;
    transition: all .4s ease 0s;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.rev_slider #noo-revo-button-white:hover {
    background: #333;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn .caret, .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: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 > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        box-shadow: none;
    }

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

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

    .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=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .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%;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .noo-row:after, .noo-row:before {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .noo-row: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;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

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

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

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

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

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

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !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;
    }
}

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

    td.visible-print, th.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;
    }

    .hidden-print {
        display: none !important;
    }
}

.pagination {
    display: block;
    overflow: hidden;
    text-align: center;
    padding-left: 0;
    margin: 50px auto 70px;
    line-height: 2.2;
}

    .pagination .page-numbers {
        color: #333;
        font-size: 14px;
        font-family: inherit;
        display: inline-block;
        margin: 5px 3px;
        background: 0 0;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #eee;
    }

        .pagination .page-numbers.current, .pagination a.page-numbers:hover {
            color: #fff;
            background: #011e9e;
            border-color: #011e9e;
        }

    .pagination a.page-numbers {
        text-decoration: none;
    }

#pagination {
    display: block;
    text-align: center;
}

    #pagination .next, #pagination .prev {
        display: inline-block;
        margin: 15px;
    }

.loadmore-action, .loadmore-loading {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px auto;
    line-height: 3;
    font-size: 14px;
}

.loadmore-loading {
    position: relative;
    height: 25px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
}

    .loadmore-loading.finished {
        width: auto;
    }

    .loadmore-loading span {
        display: block;
        bottom: 0;
        width: 9px;
        height: 5px;
        background: #000;
        position: absolute;
        -webkit-animation: preload_audio_wave 1.5s infinite ease-in-out;
        animation: preload_audio_wave 1.5s infinite ease-in-out;
    }

.container-prallax, .hentry .content-featured {
    position: relative;
}

.loadmore-loading span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.loadmore-loading span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.loadmore-loading span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.loadmore-loading span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

@-webkit-keyframes preload_audio_wave {
    0%, 100%, 50% {
        height: 5px;
        -webkit-transform: translateY(0);
        background: #011e9e;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        background: #011e9e;
    }
}

@keyframes preload_audio_wave {
    0%, 100%, 50% {
        height: 5px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background: #011e9e;
    }

    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #011e9e;
    }
}

[data-paginate=loadmore] .pagination, [data-paginate=infinite] .pagination {
    display: none;
}

* {
    box-sizing: border-box;
}

#main {
    margin-top: 120px;
    margin-bottom: 120px;
}

.main-wrap {
    margin-top: 100px;
    margin-bottom: 100px;
}

img {
    height: auto;
}

a:hover {
    text-decoration: none;
}

.hentry {
    padding: 0;
    margin-top: 70px;
    background: #fff;
}

    .hentry:first-child {
        margin-top: 0;
    }

    .hentry .content-featured iframe {
        width: 100%;
        height: 350px;
        border: 0;
    }

    .hentry .content-featured .noo-audio-embed iframe {
        width: 100%;
        height: 100px;
        border: 0;
    }

    .hentry .content-featured img {
        width: 100%;
    }

    .hentry .content-featured .sliders {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .hentry .content-featured .slider-indicators {
        display: none !important;
    }

    .hentry .content-featured .slider-control {
        position: absolute;
        display: block !important;
        left: 0;
        top: 50%;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        background: rgba(0, 0, 0, 0.6);
    }

        .hentry .content-featured .slider-control .slider-icon-next, .hentry .content-featured .slider-control .slider-icon-prev {
            display: block;
            height: 40px;
            color: #fff;
            line-height: 40px;
            text-align: center;
        }

        .hentry .content-featured .slider-control.next-btn {
            left: auto;
            right: 0;
        }

        .hentry .content-featured .slider-control .slider-icon-prev:before {
            font-family: FontAwesome;
            content: "\f104";
            font-size: 16px;
        }

        .hentry .content-featured .slider-control .slider-icon-next:before {
            font-family: FontAwesome;
            content: "\f105";
            font-size: 16px;
        }

    .hentry .entry-header {
        padding: 30px 30px 0;
    }

    .hentry .entry-footer {
        padding: 30px 0 40px;
        margin: 0 30px;
        border-top: 1px solid #eee;
    }

        .hentry .entry-footer span {
            margin-right: 15px;
            display: inline-block;
            color: #777;
            font-size: 14px;
            font-style: italic;
        }

            .hentry .entry-footer span i {
                padding-right: 7px;
            }

    .hentry.sticky {
        border-color: #011e9e;
        border-bottom-width: 4px;
        position: relative;
        overflow: hidden;
    }

        .hentry.sticky:after {
            width: 150px;
            height: 50px;
            font-family: FontAwesome;
            content: "\f08d";
            background: #011e9e;
            position: absolute;
            right: -57px;
            top: -7px;
            color: #fff;
            -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
            text-align: center;
            line-height: 56px;
            font-size: 18px;
        }

    .hentry .entry-content-wrap {
        padding-top: 50px;
    }

        .hentry .entry-content-wrap:after {
            clear: both;
            content: '';
            display: table;
        }

        .author-avatar .noo-author-social, .hentry .entry-content-wrap .entry-content .cat {
            display: block;
        }

        .hentry .entry-content-wrap .author-avatar {
            float: left;
            width: 200px;
            text-align: center;
            padding: 0 15px;
        }

        .hentry .entry-content-wrap .entry-content {
            padding-left: 200px;
        }

            .hentry .entry-content-wrap .entry-content .cat a {
                color: #011e9e;
                text-transform: uppercase;
                font-size: 12px;
                text-decoration: none;
            }

            .hentry .entry-content-wrap .entry-content h2 {
                padding: 0;
                margin: 7px 0 0;
                font-size: 24px;
                font-weight: 800;
                line-height: 32px;
            }

            .hentry .entry-content-wrap .entry-content .entry-excerpt {
                margin-bottom: 44px;
                padding-top: 30px;
            }

            .hentry .entry-content-wrap .entry-content .entry-excerpt, .hentry .entry-content-wrap .entry-content p {
                color: #696969;
            }

        .hentry .entry-content-wrap .entry-post-footer {
            position: relative;
            padding-top: 28px;
            color: #b1b1b1;
            font-style: italic;
        }

            .hentry .entry-content-wrap .entry-post-footer:before {
                width: 70px;
                height: 1px;
                background: #b1b1b1;
                content: '';
                position: absolute;
                top: 0;
                left: 0;
            }

            .hentry .entry-content-wrap .entry-post-footer a {
                color: #b1b1b1;
            }

            .hentry .entry-content-wrap .entry-post-footer i {
                padding-right: 5px;
            }

            .hentry .entry-content-wrap .entry-post-footer .entry-post-comment {
                padding-left: 38px;
            }

.author-avatar {
    text-align: center;
}

    .author-avatar img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .author-avatar h5 {
        font-weight: 700;
        line-height: 28px;
        padding: 0 0 7px;
        margin: 22px 0 11px;
        position: relative;
    }

        .author-avatar h5:before {
            width: 15px;
            height: 1px;
            background: #011e9e;
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -7.5px;
        }

        .author-avatar h5 a {
            color: #000;
            text-decoration: none;
        }

    .author-avatar .noo-author-social a {
        display: inline-block;
        color: #b1b1b1;
        margin: 0 3px;
    }

        .author-avatar .noo-author-social a:hover {
            color: #000;
        }

.meta-author, .single-social {
    padding: 30px;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #eee;
}

.single-author-bio {
    margin-top: 50px;
}

.author-description {
    color: rgba(107, 107, 107, 0.7);
    font-style: italic;
}

.single-navigation {
    background: #f7f7f7;
    margin-top: 65px;
}

    .single-navigation:after {
        clear: both;
        content: '';
        display: table;
    }

    .single-navigation span {
        color: #696969;
        font-weight: 700;
        display: inline-block;
        height: 80px;
        line-height: 80px;
        float: left;
        width: 50%;
        padding-left: 45px;
        overflow: hidden;
    }

        .single-navigation span a {
            color: #696969;
        }

        .single-navigation span i {
            padding-right: 10px;
        }

        .single-navigation span:hover a, .single-navigation span:hover i {
            color: #011e9e;
        }

        .single-navigation span.s-next {
            padding-left: 0;
            padding-right: 45px;
            float: right;
            text-align: right;
        }

            .single-navigation span.s-next i {
                padding-right: 0;
                padding-left: 10px;
            }

.single-thumbnail {
    position: relative;
}

    .single-thumbnail .noo-slider ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .single-thumbnail .noo-slider ul li img {
            width: 100%;
        }

    .single-thumbnail .slider-control {
        position: absolute;
        width: 50px;
        height: 50px;
        left: 0;
        top: 50%;
        margin-top: -25px;
        z-index: 22;
        background: #fff;
        text-align: center;
        font-size: 30px;
        line-height: 50px;
    }

        .single-thumbnail .slider-control.next-btn {
            right: 0;
            left: auto;
        }

#comments {
    padding: 30px 0;
    margin-top: 18px;
    background: #fff;
}

    #comments .comments-title {
        text-transform: uppercase;
        font-size: 20px;
        margin-bottom: 18px;
        font-weight: 800;
        position: relative;
        padding-left: 15px;
    }

        #comments .comments-title:before {
            height: 4px;
            width: 4px;
            border-radius: 50%;
            background: #f3e200;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2px;
        }

    #comments ol, #comments ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #comments ol li, #comments ul li {
            padding: 30px 0;
            border-bottom: 1px solid #f3f3f3;
        }

            #comments ol li .comment-wrap:after, #comments ul li .comment-wrap:after {
                clear: both;
                content: '';
                display: table;
            }

            #comments ol li .comment-wrap .comment-img, #comments ul li .comment-wrap .comment-img {
                float: left;
                width: 100px;
            }

                #comments ol li .comment-wrap .comment-img img, #comments ul li .comment-wrap .comment-img img {
                    width: 80px;
                    height: 80px;
                    border-radius: 50%;
                }

            #comments ol li .comment-wrap .comment-block, #comments ul li .comment-wrap .comment-block {
                margin-left: 100px;
                position: relative;
            }

                #comments ol li .comment-wrap .comment-block .comment-header .comment-author, #comments ul li .comment-wrap .comment-block .comment-header .comment-author {
                    font-weight: 800;
                    color: #011e9e;
                    display: block;
                    font-style: normal;
                    padding-bottom: 2px;
                }

                #comments ol li .comment-wrap .comment-block .comment-header .comment-meta, #comments ul li .comment-wrap .comment-block .comment-header .comment-meta {
                    color: #b1b1b1;
                    font-style: italic;
                }

                #comments ol li .comment-wrap .comment-block .comment-reply, #comments ul li .comment-wrap .comment-block .comment-reply {
                    position: absolute;
                    right: 0;
                    top: 0;
                    color: #696969;
                }

                    #comments ol li .comment-wrap .comment-block .comment-reply .fa-reply, #comments ul li .comment-wrap .comment-block .comment-reply .fa-reply {
                        padding-right: 5px;
                        color: #696969;
                    }

                #comments ol li .comment-wrap .comment-block .comment-content, #comments ul li .comment-wrap .comment-block .comment-content {
                    margin-top: 10px;
                }

                    #comments ol li .comment-wrap .comment-block .comment-content p, #comments ul li .comment-wrap .comment-block .comment-content p {
                        margin-bottom: 0;
                    }

            #comments ol li .children, #comments ul li .children {
                margin-left: 100px;
                margin-top: 30px;
                border-top: 1px solid #f3f3f3;
            }

                #comments ol li .children li, #comments ul li .children li {
                    border-bottom: 0;
                }

                    #comments ol li .children li:last-child, #comments ul li .children li:last-child {
                        padding-bottom: 0;
                    }

    #comments #respond {
        margin-top: 66px;
    }

        #comments #respond .comment-reply-title {
            text-transform: uppercase;
            font-size: 20px;
            margin-bottom: 50px;
            font-weight: 800;
            position: relative;
            padding-left: 15px;
            margin-top: 0;
        }

            #comments #respond .comment-reply-title:before {
                height: 4px;
                width: 4px;
                border-radius: 50%;
                background: #f3e200;
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -2px;
            }

        #comments #respond .comment-form input[type=text], #comments #respond .comment-form input[type=email] {
            border: 0;
            border-radius: 0;
            height: 40px;
            margin-bottom: 10px;
            padding: 10px;
            background: #f0f0f0;
            box-shadow: none;
            color: #696969;
        }

            #comments #respond .comment-form input[type=text]::-moz-placeholder, #comments #respond .comment-form input[type=email]::-moz-placeholder {
                color: #696969;
                opacity: 1;
            }

            #comments #respond .comment-form input[type=text]:-ms-input-placeholder, #comments #respond .comment-form input[type=email]:-ms-input-placeholder {
                color: #696969;
            }

            #comments #respond .comment-form input[type=text]::-webkit-input-placeholder, #comments #respond .comment-form input[type=email]::-webkit-input-placeholder {
                color: #696969;
            }

        #comments #respond .comment-form textarea {
            border: 0;
            background: #f0f0f0;
            border-radius: 0;
            margin-bottom: 10px;
            padding: 10px;
            box-shadow: none;
            color: #696969;
        }

            #comments #respond .comment-form textarea::-moz-placeholder {
                color: #696969;
                opacity: 1;
            }

            #comments #respond .comment-form textarea:-ms-input-placeholder {
                color: #696969;
            }

            #comments #respond .comment-form textarea::-webkit-input-placeholder {
                color: #696969;
            }

        #comments #respond .form-submit {
            margin-top: 20px;
        }

            #comments #respond .form-submit input {
                padding: 10px 20px;
                background: #011e9e;
                border: 0;
                color: #fff;
                display: inline-block;
                transition: all .4s ease 0s;
                font-weight: 700;
                text-transform: uppercase;
            }

.fixed_top_eff, .noo-nav-header4 {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

#comments #respond .form-submit input:hover {
    background: #333;
}

.book-form .book-content-style2 input:not([type=submit]):focus, .book-form .book-content-style2 select:focus, .book-form .book-content-style2 textarea:focus, .book-free .book-content input:not([type=submit]):focus, .book-free .book-content select:focus, .book-free .book-content textarea:focus, .clients .next-client:focus, .clients .prev-client:focus, .header-2 .noo-search-wrap #form-header .search-input input:focus, .header-5 .noo-wrap-menu .icon-search2:focus, .header-6 .noo-infomation-cart ul li.search button:focus, .noo-newsltter-form .mc-email:focus, .noo-newsltter-form button:focus, .noo-team-content .team-remove:focus, .team-title .noo-team-control button:focus, .widget_noo_best_services .best_services-next:focus, .widget_noo_best_services .best_services-prev:focus {
    outline: transparent 0;
}

.aligncenter {
    margin-right: auto;
}

figure.wp-caption.alignleft, img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright, img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

body .alignright {
    clear: right;
}

body .alignleft {
    clear: left;
}

.entry-caption, .gallery-caption, .wp-caption .wp-caption-text {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright {
    float: right;
}

    div.wp-caption.alignright .wp-caption-text {
        padding-left: 10px;
    }

.rsswidget img, img.wp-smiley {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ol, .wp-caption.alignleft + ul {
    list-style-position: inside;
}

.entry-content img {
    margin: 0 0 1.5em;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}

.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}

.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}

.clear:after, .comment-content:after, .comment-navigation:after, .entry-content:after, .nav-links:after, .site-content:after, .site:after, .social-navigation ul:after, .textwidget:after {
    clear: both;
    display: table;
    content: '';
}

.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}

    .wp-caption img {
        border: 0;
        padding: 0;
        margin: 0;
    }

table, table td, table th {
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}

.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}

blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}

table {
    border-spacing: 0;
    margin: 0 0 1.6em;
    width: 100%;
}

    table td, table th {
        padding: .4em;
    }

blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

#off-canvas-nav {
    display: none;
}

.single-cat {
    font-size: 12px;
    line-height: 28px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

    .single-cat a {
        color: #011e9e;
        padding-left: 3px;
    }

.single-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    padding: 0;
    margin: 0 0 44px;
    color: #000;
}

blockquote, blockquote p {
    color: #6b6b6b;
    line-height: 28px;
}

.single-thumbnail iframe {
    width: 100%;
}

.single-content {
    padding-top: 43px;
}

blockquote {
    padding: 7px 0 10px 50px;
    margin: 35px 0 20px 40px;
    font-size: 18px;
    font-weight: 300;
    border-left: 0;
    font-style: italic;
    position: relative;
}

    blockquote:before {
        font-family: FontAwesome;
        content: "\f10d";
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        color: #011e9e;
        font-style: normal;
    }

.single-meta {
    background: #f7f7f7;
    padding: 16px 30px;
    margin-bottom: 30px;
    margin-top: 53px;
}

    .single-meta .single-meta-left {
        color: #696969;
    }

        .single-meta .single-meta-left span {
            font-weight: 800;
            color: #000;
            letter-spacing: .5px;
            text-transform: uppercase;
            padding-right: 5px;
        }

        .single-meta .single-meta-left a {
            color: #696969;
            margin-right: 10px;
        }

            .single-meta .single-meta-left a:hover {
                color: #011e9e;
            }

    .single-meta .single-meta-right {
        text-align: right;
    }

        .single-meta .single-meta-right a {
            color: #000;
            margin-left: 20px;
        }

            .single-meta .single-meta-right a:hover {
                color: #011e9e;
            }

.noo-sidebar-wrap {
    padding-left: 45px;
}

    .noo-sidebar-wrap .widget {
        margin-top: 50px;
    }

        .noo-sidebar-wrap .widget:first-child {
            margin-top: 0;
        }

    .noo-sidebar-wrap .widget-title {
        text-align: center;
        padding: 20px 10px;
        background: #f3e200;
        font-weight: 800;
        font-size: 20px;
        margin: 0 0 30px;
    }

    .noo-sidebar-wrap .widget_categories ul, .noo-sidebar-wrap .widget_recent_entries ul {
        color: #696969;
        list-style: inherit;
        padding-left: 18px;
    }

        .noo-sidebar-wrap .widget_categories ul li a, .noo-sidebar-wrap .widget_recent_entries ul li a {
            font-weight: 700;
            color: #696969;
            display: inline-block;
            margin-bottom: 17px;
        }

            .noo-sidebar-wrap .widget_categories ul li a:hover, .noo-sidebar-wrap .widget_recent_entries ul li a:hover {
                color: #011e9e;
            }

.widget_search {
    padding: 10px 10px 0 0;
    background: #f3e200;
}

    .widget_search .form-horizontal {
        background: #fff;
        padding: 30px;
    }

        .widget_search .form-horizontal input {
            width: 100%;
            height: 40px;
            background: #f0f0f0;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            color: #696969;
        }

.widget_noo_best_services .best_services-next i, .widget_noo_best_services .best_services-prev i {
    color: #000;
}

.widget_search .form-horizontal input[type=submit] {
    display: none;
}

.widget_noo_best_services {
    position: relative;
}

    .widget_noo_best_services .widget-title {
        margin-bottom: 0 !important;
    }

    .widget_noo_best_services .best_services-prev {
        background: 0 0;
        border: 0;
        position: absolute;
        left: 30px;
        top: 18px;
    }

    .widget_noo_best_services .best_services-next {
        background: 0 0;
        border: 0;
        position: absolute;
        right: 30px;
        top: 18px;
    }

    .widget_noo_best_services .best_services li a {
        display: block;
    }

        .widget_noo_best_services .best_services li a img {
            width: 100%;
        }

    .widget_noo_best_services .best_services li h4 {
        text-align: center;
        font-size: 18px;
        padding: 0;
        margin: 18px 0 0;
        font-weight: 800;
    }

        .widget_noo_best_services .best_services li h4 a {
            font-size: 18px;
            color: #696969;
        }

.noo-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

    .noo-header.header_transparent .navbar-wrapper {
        background: rgba(0, 0, 0, 0.8);
    }

.noo-nav-header4 {
    transition: all .4s ease 0s;
}

    .noo-nav-header4 .noo-nav-wrap {
        padding: 0;
    }

.header-default .noo-nav-header4 .noo-nav-wrap, .noo-nav-wrap {
    padding: 0 30px;
}

.fixed_top_eff {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .4s ease 0s;
}

.noo-main-menu .navbar-nav li > a, body .header-5 .fixed_top_eff2 {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

body .header-5 .fixed_top_eff2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .4s ease 0s;
    bottom: auto;
}

.noo-nav-wrap {
    background: #fff;
    position: relative;
}

    .noo-nav-wrap:after {
        clear: both;
        content: '';
        display: table;
    }

.noo_icon_menu {
    display: none;
}

.navbar-default {
    min-height: 100px;
}

.noo-main-menu .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .noo-main-menu .navbar-nav.nav-center {
        float: none;
    }

    .noo-main-menu .navbar-nav:after {
        clear: both;
        content: '';
        display: table;
    }

    .noo-main-menu .navbar-nav li {
        float: left;
        position: relative;
    }

        .noo-main-menu .navbar-nav li.current-menu-item > a, .noo-main-menu .navbar-nav li:hover > a {
            color: #011e9e;
        }

            .noo-main-menu .navbar-nav li.current-menu-item > a:before, .noo-main-menu .navbar-nav li:hover > a:before {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1;
                filter: alpha(opacity=100);
            }

        .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a {
            color: #a8a7a7;
        }

            .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:hover {
                color: #011e9e;
            }

            .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:before {
                display: none;
            }

            .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span {
                display: inline-block;
                border-left: 1px dotted #a8a7a7;
                padding-left: 15px;
                line-height: 15px;
                position: relative;
            }

                .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
                    position: absolute;
                    display: block;
                    width: 16px;
                    height: 16px;
                    border-radius: 50%;
                    background: #f3e200;
                    font-size: 12px;
                    line-height: 16px;
                    color: #000;
                    text-align: center;
                    font-weight: 700;
                    top: -12px;
                    right: -18px;
                    font-style: normal;
                }

                .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span i {
                    font-size: 14px;
                }

        .noo-main-menu .navbar-nav li > a {
            line-height: 100px;
            font-size: 14px;
            padding: 0 13px;
            color: #000;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            position: relative;
            transition: all .4s ease 0s;
            display: block;
        }

            .noo-main-menu .navbar-nav li > a:before {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -2px;
                width: 4px;
                height: 4px;
                background: #f3e200;
                border-radius: 50%;
                content: '';
                -webkit-transform: translate(-30px, 0);
                transform: translate(-30px, 0);
                opacity: 0;
                filter: alpha(opacity=0);
                transition: all .4s ease 0s;
            }

        .noo-main-menu .navbar-nav li > .sub-menu {
            position: absolute;
            left: 0;
            top: 140%;
            list-style: none;
            padding: 10px 0;
            margin: 0;
            background: #fff;
            box-shadow: 0 2px 3px -1px #555;
            min-width: 220px;
            opacity: 0;
            filter: alpha(opacity=0);
            visibility: hidden;
            border-top: 1px solid #eee;
        }

            .noo-main-menu .navbar-nav li > .sub-menu li {
                float: none;
                position: relative;
                padding: 3px 20px;
                border-top: 1px solid rgba(238, 238, 238, 0.6);
            }

                .noo-main-menu .navbar-nav li > .sub-menu li:first-child {
                    border-top: 0;
                }

                .noo-main-menu .navbar-nav li > .sub-menu li a {
                    background: 0 0;
                    color: #555;
                    text-transform: none;
                    font-weight: 400;
                    line-height: 24px;
                    display: block;
                    position: relative;
                    padding: 7px 0;
                    transition: all .4s linear 0s;
                    text-decoration: none;
                }

                    .noo-main-menu .navbar-nav li > .sub-menu li a:before {
                        display: none;
                    }

.noo-topbar ul:after, .noo-topbar:after {
    clear: both;
    content: '';
    display: table;
    
}

.noo-main-menu .navbar-nav li > .sub-menu li a:hover {
    color: #011e9e;
    padding-left: 10px;
   
}

    .noo-main-menu .navbar-nav li > .sub-menu li a:hover .icon-submenu-down {
        color: #555;
    }

.noo-main-menu .navbar-nav li > .sub-menu li .sub-menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    left: 70%;
    top: 0;
    z-index: 1;
    min-width: 220px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s ease 0s;
    background: #fff;
}

    .noo-main-menu .navbar-nav li > .sub-menu li .sub-menu li {
        background: #fff;
    }

.noo-main-menu .navbar-nav li > .sub-menu li:hover > .sub-menu {
    left: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all .6s ease 0s;
}

.noo-main-menu .navbar-nav li:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all .6s ease 0s;
}

.noo-topbar {
    padding: 13px 0;
}

    .noo-topbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .noo-topbar ul li {
            float: left;
        }

            .noo-topbar ul li:first-child a {
                padding-left: 0;
                border-left: 0;
            }

            .noo-topbar ul li a {
                font-size: 12px;
                line-height: 24px;
                color: #a8a7a7;
                padding: 0 15px;
                border-left: 1px solid #5865a0;
                transition: all .3s ease 0s;
            }

                .noo-topbar ul li a:hover {
                    text-decoration: none;
                    color: #fff;
                }

                .noo-topbar ul li a i {
                    padding-right: 8px;
                }

        .noo-topbar ul.pull-right li:last-child a {
            padding-right: 0;
        }

        .noo-topbar ul.pull-right li a i {
            padding-right: 8px;
            padding-left: 0;
        }

.inner-header-eff {
    position: fixed;
    width: 100%;
    top: -200px;
    left: 0;
    transition: all .8s ease 0s;
}

.inner-header-eff2 {
    top: 0;
}

.navbar-brand {
    line-height: 100px;
    display: block;
    height: auto;
    padding: 0;
}

    .navbar-brand.navbar-center {
        float: none;
    }

    .navbar-brand > img {
        display: inline;
    }

.header-2 .noo-search-wrap #form-header:after, .header-2 .noo-search-wrap:after {
    display: table;
    content: '';
    clear: both;
}

.header-2 {
    background: #fff;
    position: relative;
    top: auto;
    left: auto;
}

    .header-2 .navbar-default {
        min-height: inherit;
    }

        .header-2 .navbar-default .noo-nav-wrap {
            min-height: 120px;
        }

        .header-2 .navbar-default .navbar-brand {
            line-height: 120px;
        }

    .header-2 .noo-topbar {
        border-bottom: 1px solid #eeeff0;
    }

        .header-2 .noo-topbar ul li a {
            border-color: #eeeff0;
        }

            .header-2 .noo-topbar ul li a:hover {
                color: #000;
            }

    .header-2 .noo-nav-wrap {
        padding: 0;
    }

    .header-2 .noo-search-wrap {
        margin-top: 34px;
    }

        .header-2 .noo-search-wrap #form-header {
            border: 1px solid #eeeff0;
            line-height: normal;
            color: #696969;
            float: right;
        }

            .header-2 .noo-search-wrap #form-header .category-tree {
                position: relative;
                width: 185px;
                height: 48px;
                float: left;
                line-height: 48px;
                border-right: 1px solid #eeeff0;
                cursor: pointer;
            }

                .header-2 .noo-search-wrap #form-header .category-tree:hover .nav-dropdown {
                    visibility: visible;
                    left: 0;
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

                .header-2 .noo-search-wrap #form-header .category-tree .nav-dropdown {
                    transition: all .5s ease 0s;
                    position: absolute;
                    left: 80px;
                    top: 50px;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    visibility: hidden;
                    min-width: 185px;
                    background: #fff;
                    box-shadow: 0 0 3px -1px rgba(119, 119, 119, 0.4);
                    padding: 10px 0;
                    font-size: 13px;
                    cursor: pointer;
                    z-index: 999;
                }

                    .header-2 .noo-search-wrap #form-header .category-tree .nav-dropdown ul {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }

                        .header-2 .noo-search-wrap #form-header .category-tree .nav-dropdown ul li {
                            line-height: 40px;
                            padding-left: 20px;
                            transition: all .5s ease 0s;
                        }

                            .header-2 .noo-search-wrap #form-header .category-tree .nav-dropdown ul li:hover {
                                background: #eee;
                                padding-left: 25px;
                            }

                .header-2 .noo-search-wrap #form-header .category-tree .category-inner {
                    position: relative;
                }

                    .header-2 .noo-search-wrap #form-header .category-tree .category-inner span {
                        display: inline-block;
                        padding-left: 20px;
                    }

                    .header-2 .noo-search-wrap #form-header .category-tree .category-inner i {
                        position: absolute;
                        line-height: 48px;
                        right: 22px;
                        top: 0;
                    }

            .header-2 .noo-search-wrap #form-header .search-input {
                width: 315px;
                float: left;
                position: relative;
            }

                .header-2 .noo-search-wrap #form-header .search-input input {
                    width: 100%;
                    border: 0;
                    background: 0 0;
                    height: 48px;
                    padding: 10px;
                }

                .header-2 .noo-search-wrap #form-header .search-input .icon-search-form {
                    position: absolute;
                    line-height: 48px;
                    color: #696969;
                    top: 0;
                    right: 15px;
                }

                .header-2 .noo-search-wrap #form-header .search-input .ajax_load {
                    position: absolute;
                    top: 15px;
                    right: 11px;
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

                .header-2 .noo-search-wrap #form-header .search-input.eff_search .icon-search-form {
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

                .header-2 .noo-search-wrap #form-header .search-input.eff_search .ajax_load {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

                .header-2 .noo-search-wrap #form-header .search-input .returs_ajax {
                    position: absolute;
                    left: 0;
                    top: 145%;
                    width: 100%;
                    z-index: 99;
                    padding: 0;
                    transition: all .4s ease 0s;
                    opacity: 0;
                    filter: alpha(opacity=0);
                    visibility: hidden;
                }

.header-3, .header-5 .navbar-wrapper {
    position: relative;
}

.header-2 .noo-search-wrap #form-header .search-input .returs_ajax.returs_ajax_aff {
    top: 100%;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul {
    width: 100%;
    list-style: none;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 3px -1px rgba(119, 119, 119, 0.4);
}

    .header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li {
        padding: 10px;
        border-top: 1px solid #eee;
    }

        .header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li:after {
            clear: both;
            content: '';
            display: table;
        }

        .header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li:first-child {
            border-top: 0;
        }

.header-3 .noo-topbar ul li a, .header-4 .noo-topbar ul li a {
    border-color: #a8a7a7;
}

.header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li img {
    width: 50px;
    float: left;
}

.header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li .ajax_p_content {
    padding-left: 70px;
}

    .header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li .ajax_p_content a {
        display: block;
        font-size: 14px;
        font-weight: 700;
    }

    .header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li .ajax_p_content .price {
        display: block;
        color: #f3e200;
        padding-top: 5px;
    }

.header-2 .noo-wrap-menu {
    background: #000;
}

    .header-2 .noo-wrap-menu:after {
        clear: both;
        content: '';
        display: table;
    }

    .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li.current-menu-item > a, .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a {
        color: #f3e200;
    }

        .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li.current-menu-item > a:before, .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            filter: alpha(opacity=100);
            background: #f3e200;
        }

    .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a {
        color: #fff;
        padding: 0 20px;
        line-height: 60px;
    }

        .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a:before {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            filter: alpha(opacity=100);
            background: #696969;
        }

.header-3 {
    left: auto;
    top: auto;
}

    .header-3 .noo-nav-header4 {
        background: #fff;
    }

    .header-3 .noo-topbar {
        background: #333;
        padding: 8px 0;
    }

.header-4 .noo-nav-header4 {
    background: rgba(0, 0, 0, 0.2);
}

    .header-4 .noo-nav-header4 .noo-nav-wrap {
        background: 0 0;
    }

        .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li.current-menu-item > a, .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li:hover > a {
            color: #f3e200;
        }

            .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li.current-menu-item > a:before, .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li:hover > a:before {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1;
                filter: alpha(opacity=100);
            }

        .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a, .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li > a {
            color: #fff;
        }

            .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:hover {
                color: #f3e200;
            }

.header-4 .noo-topbar {
    background: rgba(0, 0, 0, 0.4);
    padding: 8px 0;
}

.header-5 .noo-header4-position {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -35px;
}

.header-5 .navbar-default .noo-nav-wrap {
    min-height: 125px;
    margin-bottom: 31px;
}

.header-5 .noo-wrap-menu {
    padding: 0 25px;
    position: relative;
    background: #011e9e;
}

    .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li.current-menu-item > a, .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a {
        color: #fff;
    }

        .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li.current-menu-item > a:before, .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a {
        color: #fff;
        line-height: 70px;
    }

        .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a:before {
            opacity: 0;
            filter: alpha(opacity=0);
            -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
        }

    .header-5 .noo-wrap-menu .icon-search2 {
        position: absolute;
        width: 70px;
        height: 100%;
        background: #00177d;
        border: 0;
        right: 0;
        top: 0;
        color: #ccd2ec;
    }

        .header-5 .noo-wrap-menu .icon-search2:hover {
            color: #fff;
        }

.header-6 .navbar-default .navbar-header {
    text-align: center;
}

    .header-6 .navbar-default .navbar-header .navbar-brand {
        line-height: 150px;
    }

.header-6 .noo-wrap-menu {
    text-align: center;
}

    .header-6 .noo-wrap-menu .noo-main-menu > ul > li {
        float: none;
        display: inline-block;
    }

    .header-6 .noo-wrap-menu .sub-menu {
        text-align: left;
    }

.book-free .book-content h2, .book-free .book-content p, .noo-page-heading .page-title, .noo-page-heading-Appointment .page-title, .search-header5 form, .title-center, .whychooseus.choose_style2, .whychooseus.choose_style3 {
    text-align: center;
}

.header-6 .noo-infomation-cart {
    float: none;
    margin: 52px 0 0;
}

    .header-6 .noo-infomation-cart ul li.search button {
        background: 0 0;
        border: 0;
        font-size: 24px;
        color: #a8a7a7;
    }

        .header-6 .noo-infomation-cart ul li.search button:hover {
            color: #000;
        }

.noo-left-menu {
    min-width: 270px;
    background: #222;
    position: relative;
    height: 60px;
    line-height: 60px;
}

    .noo-left-menu .menu-categories, .noo-minicart {
        position: absolute;
        background: #fff;
        left: 0;
        cursor: pointer;
    }

    .noo-left-menu .cate-name {
        color: #f3e200;
        text-transform: uppercase;
        display: block;
        font-weight: 800;
        padding: 0 20px;
        cursor: pointer;
    }

        .noo-left-menu .cate-name:after {
            clear: both;
            content: '';
            display: table;
        }

        .noo-left-menu .cate-name .pull-right {
            line-height: 60px;
            color: #696969;
        }

        .noo-left-menu .cate-name .icon-bars {
            padding-right: 10px;
        }

    .noo-left-menu .menu-categories {
        transition: all .5s ease 0s;
        top: 150%;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        width: 100%;
        box-shadow: 0 0 3px -1px rgba(119, 119, 119, 0.4);
        padding: 20px 0;
        z-index: 999;
        list-style: none;
    }

        .noo-left-menu .menu-categories li a {
            line-height: 40px;
            padding: 0 20px;
            font-weight: 600;
            text-decoration: none;
            display: block;
            transition: all .4s ease 0s;
        }

.noo-minicart, .services-item .inner120 .services-background {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
}

.noo-left-menu .menu-categories li a:hover {
    padding-left: 30px;
    color: #f3e200;
}

.noo-left-menu:hover .menu-categories {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.noo-minicart {
    transition: all .5s ease 0s;
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: hidden;
    min-width: 230px;
    box-shadow: 0 0 3px -1px rgba(119, 119, 119, 0.4);
    padding: 10px 0;
    font-size: 13px;
    display: none;
}

.noo-infomation-cart {
    float: right;
    line-height: normal;
    margin-left: 47px;
}

    .noo-infomation-cart ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .noo-infomation-cart ul li {
            float: left;
            position: relative;
            padding: 0 17px 0 10px;
            border-right: 1px dotted #b1b1b1;
            margin-right: 17px;
        }

            .noo-infomation-cart ul li:last-child {
                padding-right: 0;
                border-right: 0;
                margin-right: 0;
                padding-left: 0;
            }

            .noo-infomation-cart ul li.phone {
                padding-left: 30px;
            }

                .noo-infomation-cart ul li.phone:hover {
                    cursor: pointer;
                }

                    .noo-infomation-cart ul li.phone:hover i {
                        -webkit-animation: callnow 1s ease;
                        animation: callnow 1s ease;
                    }

                .noo-infomation-cart ul li.phone i {
                    color: #f3e200;
                    font-size: 24px;
                    position: absolute;
                    left: 0;
                    top: 3px;
                }

                .noo-infomation-cart ul li.phone a {
                    font-size: 12px;
                    text-transform: uppercase;
                    text-decoration: none !important;
                }

                    .noo-infomation-cart ul li.phone a strong {
                        display: block;
                        color: #000;
                        margin-top: 5px;
                        position: relative;
                    }

            .noo-infomation-cart ul li.noo-menu-item-cart .cart-button {
                display: block;
            }

                .noo-infomation-cart ul li.noo-menu-item-cart .cart-button:after {
                    clear: both;
                    content: '';
                    display: table;
                }

                .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item {
                    position: relative;
                    display: inline-block;
                    float: left;
                }

                    .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .icon-shopping {
                        font-size: 24px;
                        color: #f3e200;
                    }

                    .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .count {
                        position: absolute;
                        width: 16px;
                        height: 16px;
                        border-radius: 50%;
                        background: #011e9e;
                        color: #fff;
                        font-size: 12px;
                        text-align: center;
                        line-height: 16px;
                        top: -7px;
                        right: -7px;
                    }

                .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-name {
                    font-size: 12px;
                    color: #696969;
                    text-transform: uppercase;
                    padding-left: 23px;
                    float: left;
                }

                    .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-name span {
                        display: block;
                        font-size: 14px;
                        font-weight: 700;
                        color: #000;
                        margin-top: 3px;
                    }

@-webkit-keyframes callnow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes callnow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    75% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.noo-wpadminbar header.noo-onepage-eff {
    top: 32px;
}

body.padding-top {
    padding-top: 80px;
}

.noo-onepage {
    background: #fff;
    position: relative;
    top: auto;
    left: auto;
    transition: all .6s ease 0s;
}

    .noo-onepage.noo-onepage-eff, .search-header5 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .noo-onepage .navbar-brand {
        line-height: 80px;
    }

    .noo-onepage .noo-wrap-menu {
        background: #000;
    }

        .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a, .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a, .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a {
            color: #f3e200;
        }

            .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a:before, .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a:before, .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a:before {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1;
                filter: alpha(opacity=100);
                background: #f3e200;
            }

        .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li > a {
            color: #fff;
            padding: 0 20px;
            line-height: 80px;
        }

            .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li > a:before {
                -webkit-transform: translate(-20px, 0);
                transform: translate(-20px, 0);
                opacity: 0;
                filter: alpha(opacity=0);
            }

.search-header5 {
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    display: none;
}

    .search-header5 form {
        width: 50%;
        height: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .search-header5 form .sr-only {
            display: none;
        }

        .search-header5 form .form-control {
            display: inline-block;
            width: 470px;
            height: 50px;
            background: #fff;
            border: 0;
            border-radius: 0;
            -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
            opacity: 0;
            filter: alpha(opacity=0);
            transition: all .6s ease .3s;
        }

        .search-header5 form input[type=submit] {
            height: 50px;
            display: inline-block;
            background: #011e9e;
            color: #fff;
            padding: 0 50px;
            border: 0;
            border-radius: 0;
            -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
            opacity: 0;
            filter: alpha(opacity=0);
            transition: all .6s ease .3s;
        }

    .noo-main-menu .navbar-nav > li.noo_megamenu:hover .sub-menu li, .search-header5.search-header-eff {
        display: block;
    }

.exit-cavas, .noo-page-heading {
    background-position: center center;
    background-repeat: no-repeat;
}

.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area .widget-title, .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > a {
    color: #000;
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.search-header5 .search-remove {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    cursor: pointer;
    transition: all .6s ease .1s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.search-header5.search-header-eff form .form-control, .search-header5.search-header-eff form input[type=submit] {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}

.search-header5.search-header-eff .search-remove {
    top: 10%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.noo-main-menu .navbar-nav > li.noo_megamenu {
    position: static;
}

    .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu {
        width: 1170px;
        padding: 0;
        z-index: -1;
    }

@media (min-width: 1200px) and (max-width: 1210px) {
    .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu {
        width: 1155px;
    }
}

.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li {
    float: left;
    border: 0;
    padding: 10px 15px;
    border-left: 1px solid #eee;
}

    .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li:first-child {
        border-left: 0;
    }

    .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > ul {
        position: relative;
        width: auto;
        min-width: inherit;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        visibility: visible;
        border: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        padding: 0;
        box-shadow: none;
    }

.boxed-layout .clients .next-client, .boxed-layout .noo-poster .noo-poster-bk .nav-button.poster-next {
    right: 0;
}

.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > ul li {
    display: none;
    padding-left: 0;
    padding-right: 0;
}

    .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li > ul li:first-child {
        border-top: 0;
    }

.noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area {
    padding-bottom: 30px;
    padding-top: 10px;
}

    .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li {
        padding: 15px 0;
    }

        .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:after {
            clear: both;
            content: '';
            display: table;
        }

        .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li:first-child {
            padding-top: 0;
        }

        .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a {
            color: #555;
            padding: 0;
            text-transform: none;
            line-height: 12px;
        }

            .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:hover {
                color: #011e9e;
            }

            .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a span {
                font-weight: 600;
            }

            .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a img {
                width: 65px;
                margin-left: 0;
                float: left;
                margin-right: 15px;
            }

        .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li span.amount {
            color: #696969;
            font-size: 14px;
            font-weight: 600;
        }

        .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li del, .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li del span.amount {
            color: #444;
        }

        .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li ins span.amount {
            padding-left: 10px;
        }

.noo-main-menu .navbar-nav > li.mega-col-columns-5 > .sub-menu > li {
    width: 20%;
}

.noo-main-menu .navbar-nav > li.mega-col-columns-4 > .sub-menu > li {
    width: 25%;
}

.noo-main-menu .navbar-nav > li.noo_heading > .sub-menu > li > a {
    display: none;
}

.header-style2 .noo-wrap-menu2 .container {
    position: relative;
}

.header-style2 .noo-main-menu .navbar-nav li.noo_megamenu > .sub-menu {
    left: 15px;
}

.header-style2 .noo-main-menu .navbar-nav li > .sub-menu li a:hover {
    color: #f3e200;
}

.header-6 .noo-main-menu .navbar-nav li.noo_megamenu > .sub-menu {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.exit-cavas {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -60px !important;
    top: 5px;
    color: #fff;
    z-index: 22222;
    display: block;
    background-image: url(../images/icon-close.png);
    background-size: 20px;
    background-color: #333;
}



.noo-page-heading {
    background-size: cover;
    /*height: 550px;*/
    height: 200px;
    position: relative;
    background-image: url(../images/background/heading_bg.jpg);
}

    .noo-page-heading:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(1, 30, 158, 0.8);
    }

    .noo-page-heading .container {
        height: 100%;
        position: relative;
    }

    .noo-page-heading .page-title, .noo-page-heading-Appointment .page-title {
        padding: 0 15px;
        color: #fff;
        margin: 0;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        font-size: 56px;
        font-weight: 800;
        text-shadow: 3px 0 #f3e200;
        -moz-text-shadow: 3px 0 #f3e200;
        -webkit-text-shadow: 3px 0 #f3e200;
        -o-text-shadow: 3px 0 #f3e200;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.header-default ~ section .page-title {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.boxed-layout .container {
    width: 100%;
    max-width: 1200px;
}

.boxed-layout .forcefullwidth_wrapper_tp_banner {
    overflow-x: hidden;
}

.boxed-layout .inner2 {
    display: none;
}

.boxed-layout .site {
    margin: 0 auto;
    position: relative;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
    width: 90%;
    max-width: 1200px;
}

    .boxed-layout .site .fixed_top .navbar-wrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .boxed-layout .site .header-3.fixed_top .noo-nav-header4 {
        background: 0 0;
    }

    .boxed-layout .site .header-2.fixed_top .fixed_top_eff {
        background: 0 0;
        transition: none;
    }

        .boxed-layout .site .header-2.fixed_top .fixed_top_eff .container {
            background: #000;
        }

    .boxed-layout .site .fixed_top_eff .container {
        width: 100%;
        max-width: 1200px;
        background: #fff;
    }

    .boxed-layout .site .header-4.fixed_top .container {
        background: 0 0;
    }

    .boxed-layout .site .header-6.fixed_top .fixed_top_eff .noo-main-menu {
        width: 100%;
        max-width: 1200px;
        background: #000;
        margin: auto;
    }

    .boxed-layout .site .noo-onepage, .boxed-layout .site .noo-onepage .noo-wrap-menu {
        background: 0 0;
    }

        .boxed-layout .site .noo-onepage .noo-wrap-menu .container {
            width: 100%;
            max-width: 1200px;
            background: #000;
        }

.boxed-layout .money-icon:after {
    width: 15px;
}

.boxed-layout div.custom-width-left35 {
    width: 50%;
}

.boxed-layout .clients .prev-client {
    left: 0;
}

.boxed-layout .noo-poster .noo-poster-bk .nav-button {
    left: 0;
    z-index: 2;
}

.full-width-layout .site {
    width: 100%;
    max-width: 100%;
}

.noo-shortcode-slider {
    width: 100%;
    position: relative;
}

    .noo-shortcode-slider svg {
        fill: #fff;
    }

    .noo-shortcode-slider .left {
        position: absolute;
        width: 40%;
        height: 430px;
        left: 0;
        bottom: 0;
    }

@media (max-width: 1600px) {
    .noo-shortcode-slider .left {
        height: 300px;
    }
}

@media (max-width: 1200px) {
    .noo-shortcode-slider .left {
        height: 210px;
    }
}

.noo-shortcode-slider .left .inner1 {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

    .noo-shortcode-slider .left .inner1 img {
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-88%, 0);
        transform: translate(-88%, 0);
    }

@media (max-width: 1199px) {
    .noo-shortcode-slider .left .inner1 {
        display: none;
    }
}

.noo-shortcode-slider .right {
    position: absolute;
    width: 60%;
    height: 710px;
    right: 0;
    bottom: 0;
}

@media (max-width: 1600px) {
    .noo-shortcode-slider .right {
        height: 430px;
    }
}

.noo-shortcode-slider .right .inner2 {
    width: 66%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .noo-shortcode-slider .right .inner2 img {
        position: absolute;
        top: 0;
        left: -35px;
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg);
        -webkit-transform-origin: center;
        transform-origin: center;
    }

@media (max-width: 1299px) {
    .noo-shortcode-slider .right .inner2 {
        display: none;
    }
}

@media (max-width: 1300px) {
    .noo-shortcode-slider .right .inner2 {
        width: 70%;
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg);
    }
}

@media (max-width: 1600px) {
    .noo-shortcode-slider .right .inner2 {
        width: 65%;
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@media (min-width: 1601px) and (max-width: 1820px) {
    .noo-shortcode-slider .right .inner2 {
        width: 65%;
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg);
        top: 60%;
        bottom: auto;
    }
}

.noo-news-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .noo-news-slider li .noo-news-item {
        height: 1032px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

        .noo-news-slider li .noo-news-item:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: '';
            background: rgba(1, 30, 158, 0.6);
        }

        .noo-news-slider li .noo-news-item .container {
            position: relative;
            z-index: 1;
            padding-top: 265px;
        }

            .noo-news-slider li .noo-news-item .container .cat {
                display: block;
            }

                .noo-news-slider li .noo-news-item .container .cat a {
                    text-decoration: none;
                    font-size: 150px;
                    font-weight: 800;
                    line-height: 150px;
                    color: #f3e200;
                }

            .noo-news-slider li .noo-news-item .container h3 {
                font-size: 56px;
                line-height: 50px;
                font-weight: 800;
                text-transform: uppercase;
                margin: 3px 0 55px;
                padding: 0;
                width: 350px;
            }

                .noo-news-slider li .noo-news-item .container h3 a {
                    color: #fff;
                    text-decoration: none;
                }

            .noo-news-slider li .noo-news-item .container p {
                max-width: 560px;
                width: 100%;
                margin: 0;
                padding: 0;
                color: #fff;
            }

            .noo-news-slider li .noo-news-item .container .post-more {
                font-weight: 700;
                text-transform: uppercase;
                color: #000;
                height: 48px;
                padding: 0 29px;
                margin-top: 31px;
                display: inline-block;
                background: #fff;
                line-height: 48px;
                transition: all .4s ease 0s;
            }

                .noo-news-slider li .noo-news-item .container .post-more:hover {
                    background: #000;
                    color: #fff;
                }

    .noo-news-slider .owl-controls {
        position: absolute;
        left: 0;
        bottom: 235px;
        z-index: 99;
        margin: 0 0 0 -190px !important;
        width: 100%;
    }

        .noo-news-slider .owl-controls .owl-pagination {
            width: 300px;
            margin: auto;
        }

            .noo-news-slider .owl-controls .owl-pagination .owl-page.active, .noo-news-slider .owl-controls .owl-pagination .owl-page:hover {
                border-color: #929abc;
            }

                .noo-news-slider .owl-controls .owl-pagination .owl-page.active:after, .noo-news-slider .owl-controls .owl-pagination .owl-page.active:before, .noo-news-slider .owl-controls .owl-pagination .owl-page:hover:after, .noo-news-slider .owl-controls .owl-pagination .owl-page:hover:before {
                    background: #929abc;
                }

                .noo-news-slider .owl-controls .owl-pagination .owl-page.active span, .noo-news-slider .owl-controls .owl-pagination .owl-page:hover span {
                    background: #eeeff0;
                }

                    .noo-news-slider .owl-controls .owl-pagination .owl-page.active span:after, .noo-news-slider .owl-controls .owl-pagination .owl-page.active span:before, .noo-news-slider .owl-controls .owl-pagination .owl-page:hover span:after, .noo-news-slider .owl-controls .owl-pagination .owl-page:hover span:before {
                        background: #929abc;
                    }

            .noo-news-slider .owl-controls .owl-pagination .owl-page span {
                background: #9099bb;
            }

.book-wrap {
    position: relative;
    height: 112px;
    margin-bottom: 30px;
}

.book-free {
    position: absolute;
    right: 15px;
    bottom: 0;
    background: #f3e200;
    width: 385px;
    padding: 0 15px 30px 0;
}

    .book-free .book-content {
        background: #fff;
        margin-top: -30px;
        padding: 47px 20px 50px;
    }

        .book-free .book-content h2 {
            font-size: 18px;
            font-weight: 800;
            padding: 0;
            margin: 0 0 47px;
            text-transform: uppercase;
            color: #010100;
        }

        .book-free .book-content input:not([type=submit]) {
            background: #f0f0f0;
            border: 0;
            height: 40px;
            padding: 0 20px;
            color: #696969;
            width: 100%;
            margin-bottom: 20px;
        }

            .book-free .book-content input:not([type=submit])::-moz-placeholder {
                color: #696969;
                opacity: 1;
            }

            .book-free .book-content input:not([type=submit]):-ms-input-placeholder {
                color: #696969;
            }

            .book-free .book-content input:not([type=submit])::-webkit-input-placeholder {
                color: #696969;
            }

        .book-free .book-content select {
            width: 100%;
            height: 40px;
            background-color: #f0f0f0;
            border: 0;
            border-radius: 0;
            color: #696969;
            padding: 0 20px;
            margin-bottom: 20px;
        }

        .book-free .book-content textarea {
            background: #f0f0f0;
            border: 0;
            height: 120px;
            padding: 20px;
            color: #696969;
            width: 100%;
            margin-bottom: 20px;
        }

            .book-free .book-content textarea::-moz-placeholder {
                color: #696969;
                opacity: 1;
            }

            .book-free .book-content textarea:-ms-input-placeholder {
                color: #696969;
            }

            .book-free .book-content textarea::-webkit-input-placeholder {
                color: #696969;
            }

        .book-free .book-content input[type=submit]:focus, .services-content .services-entry a:focus {
            outline: 0;
        }

        .book-free .book-content p {
            margin-bottom: 0;
        }

        .book-free .book-content input[type=submit] {
            padding: 10px 56px;
            background: #011e9e;
            border: 0;
            color: #fff;
            display: inline-block;
            transition: all .4s ease 0s;
            margin-top: 5px;
            text-transform: uppercase;
            font-weight: 700;
        }

            .book-free .book-content input[type=submit]:hover {
                background: #333;
            }

        .book-free .book-content .ajax-loader {
            display: none;
        }

.noo-title .last, .noo-title strong, .title-center .noo-title {
    display: inline-block;
}

.book-free .book-content span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.noo-title {
    font-size: 112px;
    line-height: 80px;
    color: #f3e200;
    margin: 0;
    /*padding: 0 0 0 72px;*/
    position: relative;
    font-weight: 800;
}

    .noo-title .noo-title-number {
        position: absolute;
        left: 0;
        top: 0;
    }

    .noo-title .last {
        overflow: hidden;
        height: 50px;
        vertical-align: top;
    }

    .noo-title strong {
        font-size: 24px;
        line-height: 26px;
        color: #000;
        text-transform: uppercase;
        font-weight: 800;
        /*padding-top: 17px;*/
        padding-top: 50px;
    }

    .noo-title.white strong {
        color: #fff;
    }

.whychooseus {
    margin-top: 28px;
}

    .whychooseus:after {
        clear: both;
        content: '';
        display: table;
    }

    .whychooseus .choose-icon .icon_last, .whychooseus.choose_style3:hover .choose-icon .background-line .background-line-bottom {
        display: none;
    }

    .whychooseus .choose-icon {
        float: left;
        width: 42px;
        height: 42px;
        margin: 0 28px 0 0;
    }

        .whychooseus .choose-icon i {
            color: #011e9e;
            font-size: 35px;
        }

    .whychooseus .choose-content {
        padding-top: 10px;
    }

        .whychooseus .choose-content h5 {
            font-weight: 700;
            margin: 0 0 32px;
            padding: 0;
            color: #000;
            font-size: 18px;
        }

        .whychooseus .choose-content p {
            margin: 0;
            line-height: 24px;
        }

    .whychooseus.choose_style1:hover .choose-icon {
        -webkit-animation: eff_choose1 1s ease;
        animation: eff_choose1 1s ease;
    }

    .whychooseus.choose_style1:hover .choose-content h5 {
        -webkit-animation: eff_choose_text1 1s ease;
        animation: eff_choose_text1 1s ease;
    }

    .whychooseus.choose_style2:hover .choose-icon i {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .whychooseus.choose_style2 .choose-icon {
        float: none;
        width: auto;
        height: auto;
        margin: 0 0 20px;
    }

        .whychooseus.choose_style2 .choose-icon i {
            font-size: 40px;
            transition: all .4s ease 0s;
        }

    .whychooseus.choose_style2 .choose-content h5 {
        text-transform: uppercase;
        font-weight: 800;
        margin: 0 0 23px;
    }

    .money-icon, .whychooseus.right .choose-content {
        text-align: right;
    }

    .whychooseus.choose_style3 .choose-icon-wrap {
        width: 100px;
        height: 122px;
        overflow: hidden;
        margin: auto;
    }

    .whychooseus.choose_style3 .choose-icon {
        float: none;
        width: 100px;
        height: 60px;
        margin: 30px auto;
        padding: 5px 0;
        background: #011e9e;
        position: relative;
    }

        .whychooseus.choose_style3 .choose-icon i {
            color: #fff;
            font-size: 40px;
        }

        .whychooseus.choose_style3 .choose-icon img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            transition: all .3s ease 0s;
            max-width: 50px;
        }

        .whychooseus.choose_style3 .choose-icon:after, .whychooseus.choose_style3 .choose-icon:before {
            position: absolute;
            left: 0;
            border-left: 50px solid transparent;
            border-right: 50px solid transparent;
            content: '';
        }

        .whychooseus.choose_style3 .choose-icon .icon_last {
            display: block;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .whychooseus.choose_style3 .choose-icon:before {
            bottom: 100%;
            border-bottom: 29px solid #011e9e;
        }

        .whychooseus.choose_style3 .choose-icon:after {
            top: 100%;
            border-top: 29px solid #011e9e;
        }

        .whychooseus.choose_style3 .choose-icon .background-line {
            width: 90px;
            height: 50px;
            margin: 0 auto;
            border-left: 3px solid #4e62bb;
            border-right: 3px solid #4e62bb;
            position: relative;
        }

            .whychooseus.choose_style3 .choose-icon .background-line:before {
                position: absolute;
                left: -6px;
                top: -13px;
                content: '';
                width: 52px;
                height: 3px;
                background: #4e62bb;
                z-index: 8888;
                -webkit-transform: rotate(-30deg);
                transform: rotate(-30deg);
            }

            .whychooseus.choose_style3 .choose-icon .background-line:after {
                position: absolute;
                right: -6px;
                top: -13px;
                content: '';
                width: 52px;
                height: 3px;
                background: #4e62bb;
                z-index: 8888;
                -webkit-transform: rotate(30deg);
                transform: rotate(30deg);
            }

            .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

                .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:before {
                    position: absolute;
                    left: -6px;
                    bottom: -13px;
                    content: '';
                    width: 52px;
                    height: 3px;
                    background: #4e62bb;
                    z-index: 8888;
                    -webkit-transform: rotate(30deg);
                    transform: rotate(30deg);
                }

                .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:after {
                    position: absolute;
                    right: -6px;
                    bottom: -13px;
                    content: '';
                    width: 52px;
                    height: 3px;
                    background: #4e62bb;
                    z-index: 8888;
                    -webkit-transform: rotate(-30deg);
                    transform: rotate(-30deg);
                }

    .whychooseus.choose_style3 .choose-content h5 {
        margin: 35px 0 23px;
    }

    .whychooseus.choose_style3:hover .choose-icon {
        background: rgba(243, 226, 0, 0.3);
    }

        .whychooseus.choose_style3:hover .choose-icon:before {
            border-bottom-color: rgba(243, 226, 0, 0.3);
        }

        .whychooseus.choose_style3:hover .choose-icon:after {
            border-top-color: rgba(243, 226, 0, 0.3);
        }

        .whychooseus.choose_style3:hover .choose-icon .icon_first {
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .whychooseus.choose_style3:hover .choose-icon .icon_last {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .whychooseus.choose_style3:hover .choose-icon .background-line {
            background: #f3e200;
            border: 0;
        }

            .whychooseus.choose_style3:hover .choose-icon .background-line:after, .whychooseus.choose_style3:hover .choose-icon .background-line:before {
                position: absolute;
                left: 0;
                right: auto;
                content: '';
                border-left: 45px solid transparent;
                border-right: 45px solid transparent;
                width: auto;
                height: auto;
                background: 0 0;
            }

            .whychooseus.choose_style3:hover .choose-icon .background-line:before {
                bottom: 100%;
                top: auto;
                border-bottom: 25px solid #f3e200;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }

            .whychooseus.choose_style3:hover .choose-icon .background-line:after {
                top: 100%;
                bottom: auto;
                border-top: 25px solid #f3e200;
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
            }

.money-icon, .your-money .container {
    position: relative;
}

.whychooseus.right .choose-icon {
    float: right;
    margin: 0 0 0 28px;
}

.whychooseus.right:hover .choose-content h5 {
    -webkit-animation: eff_choose_text2 1s ease;
    animation: eff_choose_text2 1s ease;
}

@keyframes eff_choose1 {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes eff_choose1 {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes eff_choose_text1 {
    from {
        -webkit-transform: translate(-70px, 0);
        transform: translate(-70px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes eff_choose_text1 {
    from {
        -webkit-transform: translate(-70px, 0);
        transform: translate(-70px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@keyframes eff_choose_text2 {
    from {
        -webkit-transform: translate(70px, 0);
        transform: translate(70px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

@-webkit-keyframes eff_choose_text2 {
    from {
        -webkit-transform: translate(70px, 0);
        transform: translate(70px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }

    to {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

.your-money {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.yourmoney-one {
    overflow: hidden;
}

.money-icon {
    width: 240px;
    float: left;
    /*height: 190px;*/
    height: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background: #011e9e;
}

    .money-icon:after, .money-icon:before {
        position: absolute;
        top: 0;
        content: '';
    }

    .money-icon:after {
        width: 2000px;
        background: #011e9e;
        height: 100%;
        right: 100%;
    }

    .money-icon:before {
        left: 100%;
        /*border-top: 95px solid transparent;
        border-bottom: 95px solid transparent;
        border-left: 55px solid #011e9e;*/
        border-top: 60px solid transparent;
        border-bottom: 58px solid transparent;
        border-left: 42px solid #011e9e;
    }

    .money-icon span:after, .money-icon span:before {
        top: 0;
        /*border-top: 85px solid transparent;
        border-bottom: 85px solid transparent;*/
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        content: '';
    }

    .money-icon span {
        display: inline-block;
        background: #1a34a8;
        /*width: 95px;
        height: 170px;*/
        width: 65px;
        height: 100px;
        text-align: center;
        position: relative;
    }

        .money-icon span:before {
            position: absolute;
            left: 100%;
            /*border-left: 50px solid #1a34a8;*/
            border-left: 35px solid #1a34a8;
        }

        .money-icon span:after {
            position: absolute;
            right: 100%;
            /*border-right: 50px solid #1a34a8;*/
            border-right: 35px solid #1a34a8;
        }

        .money-icon span img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 170px;
            overflow: hidden;
            margin-left: 10px;
        }

.money-content {
    float: left;
    padding-left: 120px;
    /*padding-top: 55px;*/
    padding-top: 35px;
}

    .money-content .money-title {
        /*font-size: 34px;*/
        font-size: 24px;
        /*line-height: 34px;*/
        line-height: 24px;
        font-weight: 800;
        color: #011e9e;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .money-content .money-entry-content {
        /*margin-top: 20px;*/
        margin-top: 10px;
        /*font-size: 18px;*/
        font-size: 15px;
        line-height: 20px;
        /*line-height: 24px;*/
        color: #000;
    }

    .money-content .noo-button {
        display: inline-block;
        background: #fff;
        padding: 14px 48px;
        text-transform: uppercase;
        font-weight: 700;
        text-decoration: none;
        transition: all .4s ease 0s;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.services-item .inner120, .services-item .inner120 .services-background {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}

.money-content .noo-button:hover {
    background: #000;
    color: #fff;
}

.your-money2 {
    position: relative;
}

    .your-money2:after {
        clear: both;
        content: '';
        display: table;
    }

    .your-money2 .money-left {
        width: 50%;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
    }

        .your-money2 .money-left .money-icon2 {
            position: absolute;
            right: 0;
            bottom: 0;
        }

    .your-money2 .money-right {
        position: relative;
        text-align: center;
        padding-top: 117px;
        padding-bottom: 120px;
        float: right;
        width: 50%;
    }

        .your-money2 .money-right .money-right-content {
            width: 60%;
        }

        .your-money2 .money-right .money-title {
            font-size: 40px;
            line-height: 40px;
            font-weight: 800;
            color: #fff;
            text-transform: uppercase;
            margin: 0;
            padding: 0;
            text-shadow: 0 3px rgba(0, 0, 0, 0.17);
            -moz-text-shadow: 0 3px rgba(0, 0, 0, 0.17);
            -webkit-text-shadow: 0 3px rgba(0, 0, 0, 0.17);
            -o-text-shadow: 0 3px rgba(0, 0, 0, 0.17);
        }

        .your-money2 .money-right .money-entry-content {
            margin-top: 25px;
            font-size: 20px;
            line-height: 24px;
            color: #fff;
        }

        .your-money2 .money-right .noo-button {
            display: inline-block;
            background: #9fd7ef;
            color: #fff;
            padding: 14px 48px;
            text-transform: uppercase;
            font-weight: 700;
            text-decoration: none;
            transition: all .4s ease 0s;
            margin-top: 72px;
        }

            .your-money2 .money-right .noo-button:hover {
                background: #fff;
                color: #000;
            }

.services-header {
    height: 400px;
    width: 100%;
    background: #011e9e;
}

.services-item {
    max-width: none;
    width: 370px;
    height: 320px;
    overflow: hidden;
    margin: auto;
    position: relative;
}

    .services-item .inner120 {
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
        overflow: hidden;
    }

        .services-item .inner120 .services-background {
            height: 100%;
            -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
            width: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            padding: 10px;
            transition: all .5s ease 0s;
        }

            .services-item .inner120 .services-background:hover .services-content {
                margin-left: 0;
            }

.services-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: -120%;
    transition: all .5s ease 0s;
}

    .services-content .services-entry {
        height: 100%;
        -webkit-transform: rotate(120deg);
        transform: rotate(120deg);
        width: 100%;
        background: rgba(255, 255, 255, 0.8);
        padding: 52px 20% 10px;
        text-align: center;
    }

        .services-content .services-entry strong {
            font-size: 24px;
            font-weight: 800;
            color: #f3e200;
            display: block;
            margin-bottom: 16px;
        }

        .services-content .services-entry p {
            line-height: 24px;
            margin-bottom: 57px;
        }

        .services-content .services-entry a {
            padding: 10px 20px;
            background: #011e9e;
            border: 0;
            color: #fff;
            display: inline-block;
            transition: all .4s ease 0s;
            font-weight: 700;
        }

            .services-content .services-entry a:hover {
                background: #f3e200;
            }

.services-title {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    margin-top: 40px;
}

    .services-title a {
        text-decoration: none;
        color: #011e9e;
    }

.services-slider {
    padding: 0;
    margin: 0;
    list-style: none;
    cursor: ew-resize;
}

    .services-slider .slider-item {
        cursor: auto;
    }

ul.owl-theme .owl-controls {
    margin: 50px 0;
}

    ul.owl-theme .owl-controls .owl-page {
        position: relative;
        width: 18px;
        height: 10px;
        border-width: 0 2px;
        border-style: solid;
        border-color: transparent;
        text-align: center;
        margin: 0 7px;
        transition: all .4s ease 0s;
    }

        ul.owl-theme .owl-controls .owl-page:after, ul.owl-theme .owl-controls .owl-page:before {
            position: absolute;
            top: -3px;
            content: '';
            height: 2px;
            border-color: transparent;
            -webkit-transition: all .4s ease 0s;
            -o-transition: all .4s ease 0s;
            width: 10px;
        }

        ul.owl-theme .owl-controls .owl-page:before {
            left: -2px;
            -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
            transition: all .4s ease 0s;
        }

        ul.owl-theme .owl-controls .owl-page:after {
            right: -2px;
            -webkit-transform: rotate(25deg);
            transform: rotate(25deg);
            transition: all .4s ease 0s;
        }

        ul.owl-theme .owl-controls .owl-page.active, ul.owl-theme .owl-controls .owl-page:hover {
            border-color: #6778c5;
        }

            ul.owl-theme .owl-controls .owl-page.active:after, ul.owl-theme .owl-controls .owl-page.active:before, ul.owl-theme .owl-controls .owl-page:hover:after, ul.owl-theme .owl-controls .owl-page:hover:before {
                background: #6778c5;
            }

            ul.owl-theme .owl-controls .owl-page.active span, ul.owl-theme .owl-controls .owl-page:hover span {
                background: #011e9e;
            }

                ul.owl-theme .owl-controls .owl-page.active span:after, ul.owl-theme .owl-controls .owl-page.active span:before, ul.owl-theme .owl-controls .owl-page:hover span:after, ul.owl-theme .owl-controls .owl-page:hover span:before {
                    background: #6778c5;
                }

        ul.owl-theme .owl-controls .owl-page span {
            background: rgba(1, 30, 158, 0.6);
            opacity: 1;
            filter: alpha(opacity=100);
            margin: 0;
            display: inline-block;
            vertical-align: top;
            transition: all .4s ease 0s;
            height: 10px;
            width: 10px;
        }

            ul.owl-theme .owl-controls .owl-page span:after, ul.owl-theme .owl-controls .owl-page span:before {
                bottom: -3px;
                content: '';
                height: 2px;
                border-color: transparent;
                position: absolute;
            }

            ul.owl-theme .owl-controls .owl-page span:before {
                left: -2px;
                width: 10.3px;
                -webkit-transform: rotate(25deg);
                transform: rotate(25deg);
                transition: all .4s ease 0s;
            }

            ul.owl-theme .owl-controls .owl-page span:after {
                right: -2px;
                width: 10px;
                -webkit-transform: rotate(-25deg);
                transform: rotate(-25deg);
                transition: all .4s ease 0s;
            }

.column-services {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .column-services.column-small .services-link {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        z-index: 2;
    }

    .column-services.column-small .services-title {
        font-size: 14px;
        margin-top: 23px;
        margin-bottom: 6px;
    }

    .column-services.column-small .services-item {
        max-width: none;
        width: 200px;
        height: 173px;
    }

        .column-services.column-small .services-item .services-content {
            display: none;
        }

        .column-services.column-small .services-item:hover .services-background {
            background-position: right center;
        }

.services-cat-title {
    background: #dfcf02;
    text-align: center;
    margin-bottom: 100px;
}

    .services-cat-title .cat-title-first {
        background: #eada02;
        display: inline-block;
        height: 80px;
        max-width: 525px;
        width: 100%;
        position: relative;
        padding: 0 10px;
    }

        .services-cat-title .cat-title-first:after, .services-cat-title .cat-title-first:before {
            position: absolute;
            top: 0;
            content: '';
            border-top: 40px solid transparent;
            border-bottom: 40px solid transparent;
        }

        .services-cat-title .cat-title-first:before {
            right: 100%;
            border-right: 25px solid #eada02;
        }

        .services-cat-title .cat-title-first:after {
            left: 100%;
            border-left: 25px solid #eada02;
        }

        .services-cat-title .cat-title-first .cat-title-last {
            background: #f3e200;
            display: inline-block;
            height: 100%;
            max-width: 100%;
            width: 100%;
            position: relative;
            line-height: 80px;
            font-size: 24px;
            font-weight: 800;
            text-transform: uppercase;
            padding: 0;
            margin: 0;
        }

            .services-cat-title .cat-title-first .cat-title-last:after, .services-cat-title .cat-title-first .cat-title-last:before {
                position: absolute;
                top: 0;
                border-top: 40px solid transparent;
                border-bottom: 40px solid transparent;
                content: '';
            }

            .services-cat-title .cat-title-first .cat-title-last:before {
                right: 100%;
                border-right: 25px solid #f3e200;
            }

            .services-cat-title .cat-title-first .cat-title-last:after {
                left: 100%;
                border-left: 25px solid #f3e200;
                z-index: 2;
            }

            .services-cat-title .cat-title-first .cat-title-last img {
                -webkit-transform: translate(0, -3px);
                transform: translate(0, -3px);
                margin: 0 10px 0 0;
            }

.noo-list {
    font-size: 14px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    font-weight: 700;
    cursor: pointer;
}

    .noo-list a {
        position: relative;
        display: inline-block;
        line-height: 27px;
        color: #696969;
    }

        .noo-list a:hover, .noo-list.list-default a:hover, .noo-list.yes span {
            color: #011e9e;
        }

        .noo-list a:before {
            width: 100%;
            height: 2px;
            background: #011e9e;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: left center;
            transform-origin: left center;
            transition: all .4s ease 0s;
        }

        .noo-list a:hover:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .noo-list.yes span:before {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .noo-list.list-default a {
        display: list-item;
        margin-left: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .noo-list.list-default a:before {
            display: none;
        }

.product-tab .nav-tabs {
    text-align: center;
    border: none;
    margin-bottom: 25px;
}

    .product-tab .nav-tabs li {
        display: inline-block;
        padding: 0;
        margin: 1px 0 0 1px;
        float: none;
    }

    .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li > a:hover {
        border: none;
        background: 0 0;
    }

    .product-tab .nav-tabs > li > a {
        display: block;
        box-sizing: border-box;
        border: none;
        position: relative;
        text-decoration: none;
        transition: background .2s ease-in-out, color .2s ease-in-out, border .2s ease-in-out;
        padding: 20px;
        margin: 0;
        font-weight: 800;
        text-transform: uppercase;
        color: #000;
    }

        .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li > a:hover {
            color: #011e9e;
        }

        .product-tab .nav-tabs > li > a:before {
            background: #b1b1b1;
            width: 5px;
            height: 5px;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2.5px;
            border-radius: 50%;
        }

        .product-tab .nav-tabs > li.active > a:before, .product-tab .nav-tabs > li > a:hover:before {
            background: #f3e200;
        }

.blog-title {
    min-height: 485px;
    max-width: 370px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 50px;
}

    .blog-title .noo-title strong {
        color: #fff;
    }

    .blog-title p {
        color: #fff;
        margin: 20px 0 0;
    }

    .blog-title .noo-blog-control {
        margin-top: 67px;
    }

        .blog-title .noo-blog-control:after {
            clear: both;
            content: '';
            display: table;
        }

        .blog-title .noo-blog-control button {
            background: 0 0;
            border: 0;
            height: 36px;
            float: left;
            display: inline-block;
        }

            .blog-title .noo-blog-control button:focus {
                outline: transparent 0;
            }

            .blog-title .noo-blog-control button i {
                font-size: 30px;
                color: #fff;
            }

            .blog-title .noo-blog-control button:hover i {
                color: #f3e200;
            }

        .blog-title .noo-blog-control .arrow-line {
            display: inline-block;
            background: url(../images/line.png);
            width: 21px;
            height: 36px;
            float: left;
            margin: 0 10px;
        }

    .blog-title.style2 {
        background: 0 0;
        padding-top: 0;
    }

        .blog-title.style2 .noo-title strong {
            color: #000;
        }

        .blog-title.style2 p {
            color: #696969;
            margin: 20px 0 0;
        }

        .blog-title.style2 button i {
            font-size: 30px;
            color: #000;
        }

        .blog-title.style2 button:hover i {
            color: #f3e200;
        }

        .blog-title.style2 .arrow-line {
            background: url(../images/line-white.png);
        }

.noo_our_blog {
    list-style: none;
    padding: 0;
    margin: 0;
}

.our-blog-item {
    padding: 0 15px 20px;
    overflow: hidden;
}

    .our-blog-item .blog-item {
        min-height: 478px;
        background: #fff;
        position: relative;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .our-blog-item .blog-item:hover:before {
            left: 10px;
            top: 20px;
            opacity: 1;
            filter: alpha(opacity=100);
            transition: all .4s ease .4s;
        }

        .our-blog-item .blog-item:hover .blog-hover {
            -webkit-transform: rotateY(0);
            transform: rotateY(0);
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .our-blog-item .blog-item .blog-hover, .our-blog-item .blog-item:before {
            width: 100%;
            opacity: 0;
            filter: alpha(opacity=0);
            position: absolute;
            top: 0;
            left: 0;
        }

        .our-blog-item .blog-item:before {
            height: 100%;
            background: #f3e200;
            content: '';
            transition: all .4s ease 0s;
        }

        .our-blog-item .blog-item .blog-image {
            height: 310px;
            overflow: hidden;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .our-blog-item .blog-item .sh-entry-blog {
            padding: 40px 50px 37px;
        }

            .our-blog-item .blog-item .sh-entry-blog .cat {
                display: block;
            }

                .our-blog-item .blog-item .sh-entry-blog .cat a {
                    font-size: 12px;
                    text-transform: uppercase;
                    color: #011e9e;
                    display: inline-block;
                    margin-right: 3px;
                    margin-bottom: 8px;
                }

            .our-blog-item .blog-item .sh-entry-blog h3 {
                font-size: 24px;
                font-weight: 800;
                padding: 0;
                margin: 0;
                line-height: 32px;
                color: #000;
            }

        .our-blog-item .blog-item .blog-hover {
            background: #fff;
            height: 100%;
            padding: 44px 50px;
            display: block;
            -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
            -webkit-transform-origin: left center;
            transform-origin: left center;
            transition: all .6s ease 0s;
        }

            .our-blog-item .blog-item .blog-hover .sh-entry-blog, .our-blog-item .blog-item .blog-hover .sh-entry-blog2 {
                padding: 0 0 25px;
            }

                .our-blog-item .blog-item .blog-hover .sh-entry-blog2 .cat {
                    display: block;
                }

                    .our-blog-item .blog-item .blog-hover .sh-entry-blog2 .cat a {
                        font-size: 12px;
                        text-transform: uppercase;
                        color: #011e9e;
                        display: inline-block;
                        margin-right: 3px;
                        margin-bottom: 8px;
                    }

                .our-blog-item .blog-item .blog-hover .sh-entry-blog2 h3 {
                    font-size: 24px;
                    font-weight: 800;
                    padding: 0;
                    margin: 0;
                    line-height: 32px;
                    color: #000;
                }

            .our-blog-item .blog-item .blog-hover p {
                line-height: 24px;
            }

            .our-blog-item .blog-item .blog-hover .entry-sh-footer {
                position: absolute;
                bottom: 0;
                left: 0;
                padding: 23px 0 28px;
                margin: 0 30px 0 50px;
                color: #b1b1b1;
                font-weight: 300;
                line-height: 28px;
                font-style: italic;
            }

                .our-blog-item .blog-item .blog-hover .entry-sh-footer:before {
                    width: 70px;
                    height: 1px;
                    background: #b1b1b1;
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .our-blog-item .blog-item .blog-hover .entry-sh-footer .date {
                    margin-right: 40px;
                    position: relative;
                    display: inline-block;
                }

                .our-blog-item .blog-item .blog-hover .entry-sh-footer a {
                    color: #b1b1b1;
                }

                    .our-blog-item .blog-item .blog-hover .entry-sh-footer a:hover {
                        color: #011e9e;
                    }

                .our-blog-item .blog-item .blog-hover .entry-sh-footer i {
                    padding-right: 10px;
                }

        .our-blog-item .blog-item.style2 .blog-image {
            height: 478px;
        }

        .our-blog-item .blog-item.style2 .sh-entry-blog {
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            width: 100%;
        }

            .our-blog-item .blog-item.style2 .sh-entry-blog .cat a {
                color: #f3e200;
            }

            .our-blog-item .blog-item.style2 .sh-entry-blog h3 {
                color: #fff;
            }

.blog-item-default {
    position: relative;
    margin-bottom: 50px;
}

    .blog-item-default:hover:before {
        left: 15px;
        top: 10px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .blog-item-default:before {
        width: 100%;
        height: 100%;
        background: #f3e200;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        transition: all .4s ease 0s;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .blog-item-default .bk {
        background: #fff;
        padding-left: 400px;
        position: relative;
    }

    .blog-item-default .blog-sh-left {
        position: absolute;
        left: 0;
        top: 0;
        width: 370px;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
    }

    .blog-item-default .blog-sh-right .date {
        font-size: 56px;
        line-height: 56px;
        color: #011e9e;
        text-transform: uppercase;
        display: block;
    }

        .blog-item-default .blog-sh-right .date:after {
            clear: both;
            content: '';
            display: table;
        }

        .blog-item-default .blog-sh-right .date .dday {
            float: left;
        }

        .blog-item-default .blog-sh-right .date span.mmonth {
            font-size: 18px;
            margin-left: 7px;
        }

    .blog-item-default .blog-sh-right h3 {
        font-size: 24px;
        line-height: 32px;
        font-weight: 800;
        margin: 3px 0 32px;
        padding: 0;
    }

    .blog-item-default .blog-sh-right .default-blog-footer {
        padding: 15px 0 11px;
        margin: 0;
        color: #b1b1b1;
        font-weight: 300;
        line-height: 28px;
        font-style: italic;
        position: relative;
    }

        .blog-item-default .blog-sh-right .default-blog-footer:before {
            width: 70px;
            height: 1px;
            background: #b1b1b1;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
        }

        .blog-item-default .blog-sh-right .default-blog-footer .en-cat {
            margin-right: 40px;
            position: relative;
            display: inline-block;
        }

            .blog-item-default .blog-sh-right .default-blog-footer .en-cat a {
                margin-right: 5px;
            }

        .blog-item-default .blog-sh-right .default-blog-footer a {
            color: #b1b1b1;
        }

            .blog-item-default .blog-sh-right .default-blog-footer a:hover {
                color: #011e9e;
            }

        .blog-item-default .blog-sh-right .default-blog-footer i {
            padding-right: 7px;
        }

.masonry-item.blog-masonry {
    padding: 0 15px 3px !important;
    width: 33.333%;
}

    .masonry-item.blog-masonry .our-blog-item {
        padding: 0 !important;
        overflow: visible;
        position: relative;
    }

        .masonry-item.blog-masonry .our-blog-item .blog-item {
            min-height: inherit;
        }

            .masonry-item.blog-masonry .our-blog-item .blog-item .blog-image {
                height: auto;
            }

            .masonry-item.blog-masonry .our-blog-item .blog-item:hover:before {
                top: auto;
                bottom: 20px;
                left: 10px;
                transition: all .4s ease .4s;
            }

            .masonry-item.blog-masonry .our-blog-item .blog-item:before {
                top: auto;
                bottom: 40px;
            }

        .masonry-item.blog-masonry .our-blog-item .sh-entry-blog {
            padding-left: 30px;
            padding-bottom: 60px;
        }

        .masonry-item.blog-masonry .our-blog-item .blog-hover {
            top: auto;
            bottom: 40px;
            padding-top: 84px;
            padding-left: 20px;
        }

            .masonry-item.blog-masonry .our-blog-item .blog-hover .entry-sh-footer {
                margin-left: 20px;
            }

.blog-pagination .pagination {
    display: none;
}

.noo-load-image {
    position: relative;
}

#infscr-loading {
    text-align: center;
}

    #infscr-loading img {
        margin: 30px auto 0;
    }

.team-title p {
    margin: 20px 0 0;
}

.team-title .noo-team-control {
    margin-top: 67px;
}

    .team-title .noo-team-control:after {
        clear: both;
        content: '';
        display: table;
    }

    .team-title .noo-team-control button {
        background: 0 0;
        border: 0;
        height: 36px;
        float: left;
        display: inline-block;
    }

        .team-title .noo-team-control button i {
            font-size: 30px;
            color: #000;
        }

        .team-title .noo-team-control button:hover i {
            color: #f3e200;
        }

    .team-title .noo-team-control .arrow-line {
        display: inline-block;
        background: url(../images/line-white.png);
        width: 21px;
        height: 36px;
        float: left;
        margin: 0 10px;
    }

.noo_team {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .noo_team li {
        padding: 0 15px 20px;
    }

        .noo_team li .noo-team-item {
            text-align: center;
            position: relative;
        }

            .noo_team li .noo-team-item:hover .noo-team-image .icon .icon-square i {
                -webkit-transform: scale(1);
                transform: scale(1);
                transition: all .4s ease .4s;
            }

            .noo_team li .noo-team-item:hover .noo-team-image .icon .icon-square:before {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1;
                filter: alpha(opacity=100);
                transition: all .5s ease 0s;
            }

            .noo_team li .noo-team-item:hover .noo-team-image .icon .icon-square:after, .noo_team li .noo-team-item:hover .noo-team-image .icon:before {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1;
                filter: alpha(opacity=100);
                transition: all .4s ease .2s;
            }

            .noo_team li .noo-team-item:hover .noo-team-image .icon:after {
                -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
                opacity: 1;
                filter: alpha(opacity=100);
                transition: all .5s ease 0s;
            }

            .noo_team li .noo-team-item .noo-team-image {
                position: relative;
            }

                .noo_team li .noo-team-item .noo-team-image .icon {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    display: block;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    z-index: 1;
                    transition: all .4s ease 0s;
                }

                    .noo_team li .noo-team-item .noo-team-image .icon .icon-square {
                        position: relative;
                        display: block;
                        transition: all .4s ease 0s;
                    }

                        .noo_team li .noo-team-item .noo-team-image .icon .icon-square i {
                            position: absolute;
                            top: 13px;
                            left: -7px;
                            z-index: 3;
                            color: #000;
                            -webkit-transform: scale(0);
                            transform: scale(0);
                            transition: all .3s ease 0s;
                        }

                        .noo_team li .noo-team-item .noo-team-image .icon .icon-square:before {
                            content: '';
                            position: absolute;
                            left: 0;
                            top: 0;
                            width: 20px;
                            height: 20px;
                            background: rgba(255, 255, 255, 0.85);
                            border-top-right-radius: 100%;
                            -webkit-transform: translate(-40px, 40px);
                            transform: translate(-40px, 40px);
                            transition: all .3s ease 0s;
                            opacity: 0;
                            filter: alpha(opacity=0);
                        }

                        .noo_team li .noo-team-item .noo-team-image .icon .icon-square:after, .noo_team li .noo-team-item .noo-team-image .icon:before {
                            -webkit-transition: all .3s ease 0s;
                            -o-transition: all .3s ease 0s;
                            position: absolute;
                            width: 20px;
                            height: 20px;
                            background: rgba(255, 255, 255, 0.85);
                            opacity: 0;
                            filter: alpha(opacity=0);
                            content: '';
                        }

                        .noo_team li .noo-team-item .noo-team-image .icon .icon-square:after {
                            right: 0;
                            top: 0;
                            border-top-left-radius: 100%;
                            -webkit-transform: translate(40px, 40px);
                            transform: translate(40px, 40px);
                            transition: all .3s ease 0s;
                        }

                    .noo_team li .noo-team-item .noo-team-image .icon:before {
                        left: 0;
                        bottom: -40px;
                        border-bottom-right-radius: 100%;
                        -webkit-transform: translate(-40px, -40px);
                        transform: translate(-40px, -40px);
                        transition: all .3s ease 0s;
                    }

                    .noo_team li .noo-team-item .noo-team-image .icon:after {
                        content: '';
                        position: absolute;
                        right: 0;
                        bottom: -40px;
                        width: 20px;
                        height: 20px;
                        background: rgba(255, 255, 255, 0.85);
                        border-bottom-left-radius: 100%;
                        -webkit-transform: translate(40px, -40px);
                        transform: translate(40px, -40px);
                        transition: all .3s ease 0s;
                        opacity: 0;
                        filter: alpha(opacity=0);
                    }

            .noo_team li .noo-team-item:hover {
                cursor: pointer;
            }

                .noo_team li .noo-team-item:hover .noo-team-image img {
                    -webkit-filter: grayscale(1);
                    filter: grayscale(1);
                    transition: all .4s ease 0s;
                }

                .noo_team li .noo-team-item:hover .noo-team-info:before {
                    left: 15px;
                    top: 10px;
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

                .noo_team li .noo-team-item:hover .noo-team-info h4 {
                    color: #011e9e;
                }

            .noo_team li .noo-team-item .noo-team-info {
                position: relative;
            }

                .noo_team li .noo-team-item .noo-team-info:before {
                    width: 100%;
                    height: 100%;
                    background: #f3e200;
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    transition: all .4s ease 0s;
                    opacity: 0;
                    filter: alpha(opacity=0);
                }

                .noo_team li .noo-team-item .noo-team-info div {
                    background: #fff;
                    position: relative;
                    z-index: 1;
                    padding: 28px 0 30px;
                }

                .noo_team li .noo-team-item .noo-team-info h4 {
                    font-weight: 800;
                    font-size: 18px;
                    margin: 0 0 10px;
                    padding: 0;
                    color: #000;
                }

                .noo_team li .noo-team-item .noo-team-info .team_position {
                    display: block;
                    color: #696969;
                }

.noo-team-fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    background-image: url(../images/3.gif);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999999;
}

    .noo-team-fix.db {
        display: block;
    }

    .noo-team-fix.bk-noimage {
        background-image: none;
    }

    .noo-team-fix .noo-team-wrap, .noo-team-popup {
        position: absolute;
        left: 50%;
        top: 80%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.noo-team-content {
    background: #fff;
    width: 770px;
    height: auto;
    position: relative;
    padding: 50px 20px 40px 0;
}

    .noo-team-content:after {
        clear: both;
        content: '';
        display: table;
    }

    .noo-team-content .team-remove {
        width: 40px;
        height: 40px;
        background: #eeeff0;
        position: absolute;
        top: 0;
        right: 0;
        color: #000;
        border: 0;
        transition: all .4s ease 0s;
    }

        .noo-team-content .team-remove.mfp-close:before {
            font-family: FontAwesome;
        }

        .noo-team-content .team-remove:hover {
            background: #000;
            color: #fff;
        }

    .noo-team-content .team-left {
        width: 40%;
        float: left;
        text-align: center;
    }

        .noo-team-content .team-left h4 {
            font-weight: 800;
            font-size: 18px;
            margin: 22px 10px 8px;
            padding: 0;
            color: #000;
        }

        .noo-team-content .team-left .team_position {
            display: block;
            color: #696969;
        }

    .noo-team-content .team-right {
        width: 60%;
        float: left;
    }

    .noo-team-content .team-title {
        position: relative;
        color: #000;
        font-weight: 800;
        padding: 0 0 0 14px;
        margin: 0 0 15px;
        text-transform: uppercase;
        font-size: 14px;
    }

        .noo-team-content .team-title:before {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #f3e200;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2px;
        }

    .noo-team-content .team-contact ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .noo-team-content .team-contact ul li {
            line-height: 28px;
            color: #696969;
        }

            .noo-team-content .team-contact ul li i {
                color: #011e9e;
                padding-right: 17px;
            }

            .noo-team-content .team-contact ul li .team-phone {
                font-weight: 700;
            }

    .noo-team-content .team-contact .team_socials a {
        display: inline-block;
        margin-top: 10px;
        margin-right: 13px;
        color: #696969;
        font-size: 14px;
    }

    .noo-slider-clients:after, .noo-team-content .team-specialty .team-specialty-attr:after, .noo_clients:after {
        display: table;
        content: '';
        clear: both;
    }

    .noo-team-content .team-contact .team_socials a:hover {
        color: #000;
    }

    .noo-team-content .team-specialty {
        margin-top: 30px;
        color: #696969;
    }

        .noo-team-content .team-specialty .team-specialty-attr {
            margin-top: 13px;
        }

            .noo-team-content .team-specialty .team-specialty-attr ul {
                float: left;
                padding: 0;
                margin: 0;
                list-style: none;
                width: 50%;
            }

                .noo-team-content .team-specialty .team-specialty-attr ul li {
                    line-height: 36px;
                    position: relative;
                    padding: 0 0 0 14px;
                }

                    .noo-team-content .team-specialty .team-specialty-attr ul li:before {
                        width: 4px;
                        height: 4px;
                        border-radius: 50%;
                        background: #696969;
                        content: '';
                        position: absolute;
                        left: 0;
                        top: 50%;
                        margin-top: -2px;
                    }

    .noo-team-content .team-certificates {
        margin-top: 22px;
        color: #696969;
    }

.clients {
    position: relative;
    /*padding-top: 43px;*/
    padding-bottom: 43px;
}

    .clients .prev-client {
        position: absolute;
        left: -40px;
        top: 50%;
        margin-top: -20px;
    }

    .clients .next-client {
        position: absolute;
        right: -40px;
        top: 50%;
        margin-top: -20px;
    }

@media (min-width: 1200px) and (max-width: 1280px) {
    .clients .prev-client {
        left: 0;
    }

    .clients .next-client {
        right: 0;
    }
}

.clients .next-client, .clients .prev-client {
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    text-align: center;
    line-height: 30px;
    color: #000;
    transition: all .4s ease 0s;
    z-index: 3;
}

    .clients .next-client:hover, .clients .prev-client:hover {
        background: #011e9e;
        color: #fff;
    }

.noo-slider-clients, .noo_clients {
    list-style: none;
    padding: 0;
    margin: 0;
    cursor: ew-resize;
}

    .noo-slider-clients li, .noo_clients li {
        padding: 0 15px;
        text-align: center;
    }

.noo-clients-default {
    overflow: hidden;
}

    .noo-clients-default .noo-slider-clients {
        cursor: pointer;
    }

        .noo-clients-default .noo-slider-clients li {
            width: 220px;
            float: left;
            text-align: left;
            margin-top: 30px;
            /*margin-bottom: 20px;*/
            margin-bottom: 15px;
        }

@media (max-width: 1500px) {
    .noo-clients-default .noo-slider-clients li {
        /*width: 30%;*/
        width: 25%;
        margin-bottom: 0;
    }
}

.noo-clients-default-3 .noo-clients-default li {
    /*width: 30%;*/
    width: 25%;
}

@media (max-width: 480px) {
    .noo-clients-default-3 .noo-clients-default li {
        width: 50%;
    }
}

.noo-newsltter {
    padding-top: 10px;
    padding-bottom: 40px;
    /*padding-bottom: 55px;*/
    /*padding-top: 92px;
    padding-bottom: 120px;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.noo-newsltter-boxed .noo-newsltter {
    padding-top: 31px;
    padding-bottom: 31px;
}

.title-newsltter {
    /*font-size: 34px;*/
    font-size: 24px;
    line-height: 34px;
    color: #011e9e;
    /*margin: 0 0 18px;*/
    margin: 0 0 0px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800;
}

.subscribe-text {
    /*font-size: 18px;*/
    font-size: 14px;
    color: #000;
}

.noo-newsltter-form {
    margin-top: 23px;
}

    .noo-newsltter-form .mc-email {
        /*max-width: 600px;*/
        max-width: 400px;
        width: 77%;
        height: 48px;
        border: 0;
        background: #fff;
        color: #696969;
        padding: 0 20px;
    }

    .noo-newsltter-form button, .noo-newsltter-form input[type=submit] {
        background: #011e9e;
        color: #fff;
        border: 0;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        padding: 0 33px;
        height: 48px;
        line-height: 48px;
        margin-left: 17px;
        transition: all .4s ease 0s;
    }

        .noo-newsltter-form button:hover, .noo-newsltter-form input[type=submit]:hover {
            background: #000;
        }

.noo-newsltter-boxed .title-newsltter {
    font-size: 18px;
    line-height: 44.33px;
    color: #011e9e;
    margin: 0;
    padding: 0 0 0 75px;
    text-transform: uppercase;
    font-weight: 800;
}

.noo-newsltter-boxed .subscribe-text {
    padding: 0 0 0 75px;
    font-size: 14px;
    color: #000;
}

.noo-newsltter-boxed .noo-newsltter-form {
    margin-top: 18px;
    margin-right: 30px;
}

    .noo-newsltter-boxed .noo-newsltter-form .mc-email {
        max-width: 575px;
    }

.book-form {
    width: 100%;
    position: relative;
    padding: 0 15px 0 0;
    background: #f3e200;
    z-index: 99;
}

    .book-form .book-content-style2 {
        background: #fff;
        -webkit-transform: translate(0, -30px);
        transform: translate(0, -30px);
        padding: 47px 20px 50px;
    }

        .book-form .book-content-style2 h2 {
            font-size: 18px;
            font-weight: 800;
            padding: 0;
            margin: 0 0 50px;
            text-transform: uppercase;
            color: #010100;
            text-align: center;
        }

        .book-form .book-content-style2 input:not([type=submit]) {
            background: #f0f0f0;
            border: 0;
            height: 40px;
            padding: 0 20px;
            color: #696969;
            width: 100%;
            margin-bottom: 20px;
        }

            .book-form .book-content-style2 input:not([type=submit])::-moz-placeholder {
                color: #696969;
                opacity: 1;
            }

            .book-form .book-content-style2 input:not([type=submit]):-ms-input-placeholder {
                color: #696969;
            }

            .book-form .book-content-style2 input:not([type=submit])::-webkit-input-placeholder {
                color: #696969;
            }

        .book-form .book-content-style2 select {
            width: 100%;
            height: 40px;
            background-color: #f0f0f0;
            border: 0;
            border-radius: 0;
            color: #696969;
            padding: 0 20px;
            margin-bottom: 20px;
        }

        .book-form .book-content-style2 textarea {
            background: #f0f0f0;
            border: 0;
            height: 101px;
            padding: 10px 20px;
            color: #696969;
            width: 100%;
            margin-bottom: 20px;
        }

            .book-form .book-content-style2 textarea::-moz-placeholder {
                color: #696969;
                opacity: 1;
            }

            .book-form .book-content-style2 textarea:-ms-input-placeholder {
                color: #696969;
            }

            .book-form .book-content-style2 textarea::-webkit-input-placeholder {
                color: #696969;
            }

        .book-form .book-content-style2 input[type=submit] {
            padding: 10px 56px;
            background: #011e9e;
            border: 0;
            color: #fff;
            display: inline-block;
            transition: all .4s ease 0s;
            margin-top: 5px;
            text-transform: uppercase;
            font-weight: 700;
        }

            .book-form .book-content-style2 input[type=submit]:hover {
                background: #f3e200;
            }

            .book-form .book-content-style2 input[type=submit]:focus {
                outline: 0;
            }

.book-creative .book-form2 input:not([type=submit]):focus, .book-creative .book-form2 select:focus, .book-creative .book-form2 textarea:focus {
    outline: transparent 0;
}

.book-form .book-content-style2 .ajax-loader {
    display: none;
}

.book-form .book-content-style2 span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.book-form .book-content-style2 .noo-form-content {
    margin: 0 -15px;
}

.book-form .book-content-style2 .book-form-submit {
    text-align: center;
    position: relative;
}

.ui-datepicker-calendar {
    width: 350px;
}

.ui-timepicker-table td {
    width: 35px;
    text-align: center;
}

.ui-datepicker-calendar tr td {
    text-align: center;
    cursor: pointer;
}

    .ui-datepicker-calendar tr td:hover {
        background: #011e9e;
    }

        .ui-datepicker-calendar tr td:hover a {
            color: #fff !important;
        }

.ui-timepicker-table td a {
    padding: 5px;
    width: auto;
}

.book-creative .book-form2 .book-creative-content, .book-creative .book-form2 .noo-form {
    padding-right: 15px;
}

.book-creative {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

    .book-creative .book-form2 {
        padding-top: 78px;
        padding-bottom: 95px;
        background: #eeeff0;
        width: 50%;
        position: relative;
    }

        .book-creative .book-form2:before {
            width: 200%;
            height: 100%;
            top: 0;
            right: 100%;
            content: '';
            background: #eeeff0;
            position: absolute;
        }

        .book-creative .book-form2 .noo-title {
            margin-bottom: 50px;
        }

        .book-creative .book-form2 .svg-top {
            height: 45%;
            width: 145px;
            position: absolute;
            top: 0;
            right: -145px;
        }

            .book-creative .book-form2 .svg-top svg {
                width: 100%;
                height: 100%;
                fill: #eeeff0;
            }

        .book-creative .book-form2 .svg-bottom {
            height: 55%;
            width: 245px;
            position: absolute;
            bottom: 0;
            right: -245px;
        }

            .book-creative .book-form2 .svg-bottom svg {
                width: 100%;
                height: 100%;
                fill: #eeeff0;
            }

        .book-creative .book-form2 input:not([type=submit]) {
            background: #fff;
            border: 0;
            height: 40px;
            padding: 0 20px;
            color: #696969;
            width: 100%;
            margin-bottom: 20px;
        }

            .book-creative .book-form2 input:not([type=submit])::-moz-placeholder {
                color: #696969;
                opacity: 1;
            }

            .book-creative .book-form2 input:not([type=submit]):-ms-input-placeholder {
                color: #696969;
            }

            .book-creative .book-form2 input:not([type=submit])::-webkit-input-placeholder {
                color: #696969;
            }

        .book-creative .book-form2 select {
            width: 100%;
            height: 40px;
            background-color: #fff;
            border: 0;
            border-radius: 0;
            color: #696969;
            padding: 0 20px;
            margin-bottom: 20px;
        }

        .book-creative .book-form2 textarea {
            background: #fff;
            border: 0;
            height: 101px;
            padding: 10px 20px;
            color: #696969;
            width: 100%;
            margin-bottom: 20px;
        }

            .book-creative .book-form2 textarea::-moz-placeholder {
                color: #696969;
                opacity: 1;
            }

            .book-creative .book-form2 textarea:-ms-input-placeholder {
                color: #696969;
            }

            .book-creative .book-form2 textarea::-webkit-input-placeholder {
                color: #696969;
            }

        .book-creative .book-form2 input[type=submit] {
            padding: 10px 56px;
            background: #011e9e;
            border: 0;
            color: #fff;
            display: inline-block;
            transition: all .4s ease 0s;
            margin-top: 5px;
            text-transform: uppercase;
            font-weight: 700;
        }

.noo_pricing .pricing_footer a, .wpcf7-form input[type=submit] {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    text-transform: uppercase;
}

.book-creative .book-form2 input[type=submit]:hover {
    background: #f3e200;
}

.book-creative .book-form2 input[type=submit]:focus {
    outline: 0;
}

.wpcf7-form input:not([type=submit]):focus, .wpcf7-form select:focus, .wpcf7-form textarea:focus {
    outline: transparent 0;
}

.book-creative .book-form2 .ajax-loader {
    display: none;
}

.book-creative .book-form2 span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-form select, .wpcf7-form textarea {
    width: 100%;
    margin-bottom: 20px;
    color: #696969;
}

.book-creative .book-form2 .book-form-submit {
    position: relative;
}

.wpcf7-form input:not([type=submit]) {
    background: #f0f0f0;
    border: 0;
    height: 40px;
    padding: 0 20px;
    color: #696969;
    width: 100%;
    margin-bottom: 20px;
}

    .wpcf7-form input:not([type=submit])::-moz-placeholder {
        color: #696969;
        opacity: 1;
    }

    .wpcf7-form input:not([type=submit]):-ms-input-placeholder {
        color: #696969;
    }

    .wpcf7-form input:not([type=submit])::-webkit-input-placeholder {
        color: #696969;
    }

.wpcf7-form select {
    height: 40px;
    background-color: #f0f0f0;
    border: 0;
    border-radius: 0;
    padding: 0 20px;
}

.wpcf7-form textarea {
    background: #f0f0f0;
    border: 0;
    height: 101px;
    padding: 10px 20px;
}

    .wpcf7-form textarea::-moz-placeholder {
        color: #696969;
        opacity: 1;
    }

    .wpcf7-form textarea:-ms-input-placeholder {
        color: #696969;
    }

    .wpcf7-form textarea::-webkit-input-placeholder {
        color: #696969;
    }

.noo_pricing .pricing_footer a:focus, .product-left-content .shopnow:focus, .simple-product .simple-content .entry-cart-meta a.add_to_cart_button:focus, .white-gold .product-left-content .shopnow:focus, .wpcf7-form input[type=submit]:focus {
    outline: 0;
}

.wpcf7-form input[type=submit] {
    padding: 10px 56px;
    background: #011e9e;
    border: 0;
    color: #fff;
    display: inline-block;
    transition: all .4s ease 0s;
    margin-top: 5px;
    font-weight: 700;
}

    .wpcf7-form input[type=submit]:hover {
        background: #333;
    }

.wpcf7-form .ajax-loader {
    display: none;
}

.wpcf7-form span.wpcf7-not-valid-tip {
    margin-bottom: 10px;
}

.wpcf7-form .container-form {
    width: 800px;
    padding: 0 15px;
    margin: auto;
}

    .wpcf7-form .container-form textarea {
        height: 160px;
    }

    .wpcf7-form .container-form .form-submit {
        text-align: center;
    }

    .wpcf7-form .container-form input[type=submit] {
        padding: 10px 97px;
    }

        .wpcf7-form .container-form input[type=submit]:hover {
            background: #f3e200;
        }

    .wpcf7-form .container-form ~ div.wpcf7-validation-errors {
        text-align: center;
        border-color: transparent;
    }

.noo-counter-wrap {
    text-align: center;
}

    .noo-counter-wrap span {
        display: block;
        font-size: 56px;
        font-weight: 800;
        line-height: 56px;
    }

    .noo-counter-wrap h6 {
        margin: 15px 0 0;
        padding: 0;
        font-size: 18px;
        color: #011e9e;
        font-weight: 400;
    }

.color-white .noo-counter-wrap span {
    color: #fff;
}

.noo_pricing {
    max-width: 370px;
    width: 370px;
    margin: auto;
    background: #fff;
    text-align: center;
    padding-bottom: 50px;
}

    .noo_pricing.gray {
        background: #f7f7f7;
    }

    .noo_pricing .pricing_header {
        background: #f3e200;
        position: relative;
        margin-bottom: 80px;
    }

        .noo_pricing .pricing_header:before {
            content: '';
            border-left: 185px solid transparent;
            border-right: 185px solid transparent;
            border-top: 68px solid #f3e200;
            position: absolute;
            left: 0;
            top: 100%;
        }

        .noo_pricing .pricing_header h3 {
            padding: 37px 0 17px;
            margin: 0;
            font-size: 18px;
            font-weight: 800;
            color: #010101;
            text-transform: uppercase;
        }

        .noo_pricing .pricing_header span {
            font-size: 34px;
            font-weight: 800;
            display: block;
            color: #011e9e;
            position: relative;
            z-index: 1;
            -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
        }

    .noo_pricing .pricing_content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .noo_pricing .pricing_content ul li {
            font-size: 18px;
            line-height: 60px;
            color: #000;
            border-top: 1px solid #eeeff0;
        }

            .noo_pricing .pricing_content ul li:first-child {
                border-top: 0;
            }

    .noo_pricing .pricing_footer {
        margin-top: 30px;
    }

        .noo_pricing .pricing_footer a {
            padding: 12px 88px;
            background: #011e9e;
            border: 0;
            color: #fff;
            display: inline-block;
            transition: all .4s ease 0s;
            font-weight: 700;
            text-decoration: none !important;
        }

.noo_testimonial_three li:before, .product-left-content .shopnow {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.commerce div.product span.price ins, .commerce ul.product_list_widget li ins, .masonry-filters-project .project-filters li a, .project-filter span, .simple-product .simple-content .price, .simple-product .simple-content .price ins, .single-product div.product div.summary .price ins {
    text-decoration: none;
}

.noo_pricing .pricing_footer a:hover {
    background: #f3e200;
}

.noo_testimonial_one {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .noo_testimonial_one li {
        text-align: center;
        cursor: e-resize;
        position: relative;
        margin-top: 40px;
    }

        .noo_testimonial_one li .moo-quote-icon {
            position: absolute;
            left: 50%;
            top: 0;
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            font-size: 120px;
            color: rgba(255, 255, 255, 0.1);
        }

        .noo_testimonial_one li .testimonial-ds {
            display: inline-block;
            position: relative;
            min-height: 100px;
            padding-left: 125px;
            text-align: left;
            margin-top: 80px;
        }

        .noo_testimonial_one li .noo_testimonial_avatar {
            display: inline-block;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .noo_testimonial_one li .noo_testimonial_name {
            color: #f3e200;
            font-size: 14px;
            margin: 0;
            padding: 30px 0 15px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .noo_testimonial_one li .noo_testimonial_position {
            display: block;
            color: #fff;
            font-style: italic;
            font-size: 14px;
        }

        .noo_testimonial_one li p {
            font-size: 24px;
            line-height: 40px;
            font-weight: 400;
            color: #fff;
            text-align: center;
            padding: 50px 13% 0;
            position: relative;
        }

    .noo_testimonial_one.owl-theme .owl-controls {
        margin: 90px 0 42px;
    }

        .noo_testimonial_one.owl-theme .owl-controls .owl-page.active, .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover {
            border-color: #a5b0d8;
        }

            .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:after, .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:before, .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:after, .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:before {
                background: #a5b0d8;
            }

            .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span, .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span {
                background: #fff;
            }

                .noo_testimonial_one.owl-theme .owl-controls .owl-page span, .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:after, .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:before, .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:after, .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:before {
                    background: #a5b0d8;
                }

.noo_testimonial_two {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .noo_testimonial_two li {
        padding: 0 20px 10px 0;
        overflow: hidden;
        position: relative;
        cursor: ew-resize;
    }

        .noo_testimonial_two li:before {
            position: absolute;
            left: 20px;
            top: 10px;
            content: '';
            background: #f3e200;
            width: 100%;
            height: 100%;
        }

        .noo_testimonial_two li .testimonial_wrap {
            width: 100%;
            padding: 61px 10% 86px 35px;
            background: #fff;
            position: relative;
            z-index: 1;
        }

            .noo_testimonial_two li .testimonial_wrap:after {
                clear: both;
                content: '';
                display: table;
            }

            .noo_testimonial_two li .testimonial_wrap .testimonial-thumb {
                width: 100px;
                float: left;
            }

                .noo_testimonial_two li .testimonial_wrap .testimonial-thumb .noo_testimonial_avatar {
                    display: block;
                    width: 100px;
                    height: 100px;
                    border-radius: 50%;
                }

            .noo_testimonial_two li .testimonial_wrap .testimonial-content {
                margin-left: 140px;
                position: relative;
                padding-left: 42px;
            }

                .noo_testimonial_two li .testimonial_wrap .testimonial-content .noo-quote-icon {
                    font-size: 24px;
                    color: #f3e200;
                    position: absolute;
                    left: 0;
                    top: -8px;
                }

                .noo_testimonial_two li .testimonial_wrap .testimonial-content p {
                    font-size: 18px;
                    line-height: 26px;
                    font-weight: 300;
                    margin: 0 0 27px;
                }

                .noo_testimonial_two li .testimonial_wrap .testimonial-content .testi-meta .noo_testimonial_name {
                    font-size: 14px;
                    text-transform: uppercase;
                    color: #011e9e;
                    font-weight: 700;
                    padding: 0 4px 0 0;
                    margin: 0;
                    display: inline-block;
                }

                .noo_testimonial_two li .testimonial_wrap .testimonial-content .testi-meta .noo_testimonial_position {
                    color: #b1b1b1;
                    font-size: 14px;
                    font-weight: 300;
                    font-style: italic;
                    padding-left: 4px;
                }

    .noo_testimonial_two.owl-theme .owl-controls {
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
    }

.noo_testimonial_three {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .noo_testimonial_three li {
        margin-bottom: 15px;
        padding: 0 15px 10px;
        overflow: hidden;
        position: relative;
        cursor: ew-resize;
    }

        .noo_testimonial_three li:before {
            position: absolute;
            left: 15px;
            top: 0;
            content: '';
            background: #f3e200;
            width: 95%;
            height: 100%;
            transition: all .4s ease 0s;
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .noo_testimonial_three li:hover:before {
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .noo_testimonial_three li .testimonial_wrap {
            background: #fff;
            position: relative;
            z-index: 1;
            padding-bottom: 35px;
        }

        .noo_testimonial_three li .testimonial-header:after {
            clear: both;
            content: '';
            display: table;
        }

        .noo_testimonial_three li .testimonial-header .noo_testimonial_avatar {
            width: 80px;
            height: 80px;
            float: left;
            border-radius: 50%;
        }

        .noo_testimonial_three li .testimonial-header .testimonial-name {
            padding-left: 110px;
        }

            .noo_testimonial_three li .testimonial-header .testimonial-name .noo_testimonial_name {
                font-size: 14px;
                text-transform: uppercase;
                color: #011e9e;
                font-weight: 700;
                padding: 0 4px 0 0;
                margin: 0 0 12px;
            }

            .noo_testimonial_three li .testimonial-header .testimonial-name .noo_testimonial_position {
                color: #b1b1b1;
                font-size: 14px;
                font-weight: 300;
                font-style: italic;
                padding-left: 4px;
            }

        .noo_testimonial_three li .testimonial-content {
            color: #696969;
            margin-top: 30px;
            padding-right: 10%;
        }

.noo-single-product {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

    .noo-single-product .noo-sh-product {
        position: relative;
        padding-top: 228px;
        padding-bottom: 45px;
    }

        .noo-single-product .noo-sh-product.noo-sh-product2 {
            padding-top: 138px;
            padding-bottom: 40px;
        }

    .noo-single-product .icon-product {
        position: absolute;
        top: 0;
        left: 50%;
        max-width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .noo-single-product .svg-bottom {
        width: 100%;
        height: 125px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .noo-single-product .svg-bottom.line-out {
            bottom: -125px;
            z-index: 99;
        }

        .noo-single-product .svg-bottom svg {
            width: 100%;
            height: 100%;
            fill: #fff;
        }

.product-left-content h3 {
    font-size: 40px;
    font-weight: 800;
    padding: 0;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #000;
}

.product-left-content .sku {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 300;
}

.product-left-content p {
    color: #000;
    line-height: 26px;
    margin-top: 40px;
}

.product-left-content .shopnow {
    padding: 10px 36px;
    background: #011e9e;
    border: 0;
    color: #fff;
    display: inline-block;
    transition: all .4s ease 0s;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 37px;
}

    .product-left-content .shopnow:hover {
        background: #000;
    }

.product-right h6 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 34px;
    line-height: 50.16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.product-right .price {
    text-align: center;
    font-size: 61.74px;
    line-height: 64.53px;
    color: #fff;
    font-weight: 800;
    padding-left: 55px;
}

.single-product-img {
    position: relative;
    z-index: 1;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.noo-sh-product2 .product-left-content {
    padding-top: 197px;
}

.noo-sh-product2 .product-right h6 {
    color: #b8b8b8;
    padding-right: 60px;
    text-align: right;
}

.noo-sh-product2 .product-right .price {
    color: #f3e200;
    text-align: right;
    padding-left: 0;
    margin: 0;
}

.noo-sh-product2 .product-right img {
    max-width: 98%;
}

.white-gold .product-left-content h3 a {
    color: #f3e200;
}

.white-gold .product-left-content .sku {
    color: #eeeff0;
}

.white-gold .product-left-content p {
    color: #fff;
}

.white-gold .product-left-content .shopnow {
    padding: 10px 36px;
    background: #fff;
    border: 0;
    color: #000;
    display: inline-block;
    transition: all .4s ease 0s;
}

    .white-gold .product-left-content .shopnow:hover {
        background: #f3e200;
        color: #fff;
    }

.white-gold .product-right h6 {
    color: #fff;
    padding-right: 60px;
    text-align: right;
}

.white-gold .product-right .price {
    color: #f3e200;
    text-align: right;
    padding-left: 0;
    margin: 0;
}

.noo_products {
    position: relative;
}

    .noo_products .noo_products_slider {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .noo_products .noo_products_slider li {
            height: 470px;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 50px;
        }

            .noo_products .noo_products_slider li h6 {
                font-size: 34px;
                line-height: 50.16px;
                color: #eeeff0;
                padding: 0;
                margin: 0;
                font-weight: 600;
            }

            .noo_products .noo_products_slider li .price {
                font-size: 61.74px;
                line-height: 64.53px;
                font-weight: 800;
                padding: 0;
                margin: 0;
                display: block;
                color: #011e9e;
            }

            .noo_products .noo_products_slider li h4 {
                font-size: 18px;
                line-height: 24px;
                padding: 0;
                margin: 71px 0 6px;
                font-weight: 800;
                text-transform: uppercase;
            }

                .noo_products .noo_products_slider li h4 a {
                    color: #000;
                }

            .noo_products .noo_products_slider li .sku {
                line-height: 24px;
                padding: 0;
                margin: 0;
                font-weight: 400;
                display: block;
                color: #eeeff0;
            }

            .noo_products .noo_products_slider li p {
                color: #fff;
                line-height: 26px;
                width: 35%;
                margin: 15px 0 0;
            }

        .noo_products .noo_products_slider .owl-controls {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            margin: 20px 0;
        }

            .noo_products .noo_products_slider .owl-controls .owl-page.active, .noo_products .noo_products_slider .owl-controls .owl-page:hover {
                border-color: rgba(255, 255, 255, 0.6);
            }

                .noo_products .noo_products_slider .owl-controls .owl-page.active:after, .noo_products .noo_products_slider .owl-controls .owl-page.active:before, .noo_products .noo_products_slider .owl-controls .owl-page:hover:after, .noo_products .noo_products_slider .owl-controls .owl-page:hover:before {
                    background: rgba(255, 255, 255, 0.6);
                }

                .noo_products .noo_products_slider .owl-controls .owl-page.active span, .noo_products .noo_products_slider .owl-controls .owl-page:hover span {
                    background: #fff;
                }

                    .noo_products .noo_products_slider .owl-controls .owl-page span, .noo_products .noo_products_slider .owl-controls .owl-page.active span:after, .noo_products .noo_products_slider .owl-controls .owl-page.active span:before, .noo_products .noo_products_slider .owl-controls .owl-page:hover span:after, .noo_products .noo_products_slider .owl-controls .owl-page:hover span:before {
                        background: rgba(255, 255, 255, 0.6);
                    }

.simple-product:after {
    clear: both;
    content: '';
    display: table;
}

.simple-product .thumb {
    width: 56%;
    float: left;
    text-align: center;
    padding: 0 15px;
}

    .simple-product .thumb img {
        max-width: 100%;
    }

.simple-product .simple-content {
    width: 44%;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
}

    .simple-product .simple-content h4 {
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: 800;
        padding: 0;
        margin: 0;
    }

        .simple-product .simple-content h4 a {
            color: #000;
        }

    .simple-product .simple-content .rating {
        margin-bottom: 20px;
    }

        .simple-product .simple-content .rating .star-rating {
            float: none;
            color: #f3e200;
            display: inline-block;
            letter-spacing: 2.5px;
            width: 6em;
        }

            .simple-product .simple-content .rating .star-rating:before {
                color: #f3e200;
                font-size: 14px;
            }

        .simple-product .simple-content .rating .noo-count-rating {
            display: inline-block;
            color: #696969;
            padding-left: 13px;
        }

    .simple-product .simple-content .simple-excerpt {
        font-size: 15.34px;
        color: #696969;
        margin: 0;
    }

    .simple-product .simple-content .price {
        font-size: 24px;
        line-height: 53px;
        color: #f3e200;
        font-weight: 800;
    }

        .simple-product .simple-content .price del {
            font-size: 14px;
            color: #696969;
            font-weight: 400;
            padding-right: 5px;
        }

    .simple-product .simple-content .entry-cart-meta {
        margin-top: 15px;
    }

        .simple-product .simple-content .entry-cart-meta:after {
            clear: both;
            content: '';
            display: table;
        }

        .simple-product .simple-content .entry-cart-meta a.add_to_cart_button {
            padding: 0 20px;
            background: #011e9e;
            border: 0;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            display: block;
            float: left;
            margin-right: 10px;
            transition: all .4s ease 0s;
            height: 40px;
            line-height: 40px;
        }

            .simple-product .simple-content .entry-cart-meta a.add_to_cart_button:hover {
                background: #f3e200;
            }

        .simple-product .simple-content .entry-cart-meta a.loading:after {
            position: absolute;
            right: 2px;
            top: 0 !important;
        }

        .simple-product .simple-content .entry-cart-meta a.wc-forward {
            display: none;
        }

        .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist {
            display: block;
            margin: 0;
            width: 40px;
            height: 40px;
            float: left;
            position: relative;
            transition: all .4s ease 0s;
        }

            .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
                width: 40px;
                height: 40px;
                overflow: hidden;
                background: #011e9e;
                position: relative;
                text-indent: -100px;
                display: inline-block;
                border-radius: 0;
                box-shadow: none;
                transition: all .4s ease 0s;
            }

                .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
                    font-family: FontAwesome;
                    content: "\f004";
                    font-size: 14px;
                    color: #fff;
                    position: absolute;
                    left: 112px;
                    top: 9px;
                }

                .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
                    background: #f3e200;
                }

            .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .ajax-loading {
                position: absolute;
                left: 6px;
                top: 9px;
            }

        .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse .feedback, .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse .feedback {
            display: none;
        }

        .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a, .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a {
            transition: all .4s ease 0s;
            width: 40px;
            height: 40px;
            overflow: hidden;
            background: #011e9e;
            position: relative;
            text-indent: -105px;
            display: inline-block;
            border-radius: 0;
            box-shadow: none;
        }

            .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:before, .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:before {
                font-family: FontAwesome;
                content: "\f00c";
                font-size: 14px;
                color: #fff;
                position: absolute;
                left: 120px;
                top: 7px;
            }

            .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover, .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover {
                background: #f3e200;
            }

.noo-poster {
    padding-bottom: 98px;
}

    .noo-poster .noo-poster-bk {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .noo-poster .noo-poster-bk .container {
            position: relative;
            -webkit-transform: translate(0, 98px);
            transform: translate(0, 98px);
        }

        .noo-poster .noo-poster-bk .nav-button {
            border: 0;
            height: 40px;
            width: 40px;
            position: absolute;
            display: inline-block;
            top: 50%;
            left: 0;
            background: #fff;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            z-index: 10;
        }

            .noo-poster .noo-poster-bk .nav-button:focus {
                outline: transparent 0;
            }

        .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button:focus, .noo-service-content .download a:focus {
            outline: 0;
        }

        .noo-poster .noo-poster-bk .nav-button i {
            font-size: 14px;
            color: #000;
        }

        .noo-poster .noo-poster-bk .nav-button:hover {
            background: #011e9e;
        }

            .noo-poster .noo-poster-bk .nav-button:hover i {
                color: #fff;
            }

        .noo-poster .noo-poster-bk .nav-button.poster-next {
            left: auto;
            right: 0;
        }

        .noo-poster .noo-poster-bk .noo_poster_products {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .noo-poster .noo-poster-bk .noo_poster_products li {
                padding: 0 15px;
                text-align: center;
                position: relative;
            }

                .noo-poster .noo-poster-bk .noo_poster_products li:hover .the_permalink:before {
                    background: rgba(0, 0, 0, 0.8);
                }

                .noo-poster .noo-poster-bk .noo_poster_products li:hover .entry-poster-meta .action-meta, .noo-poster .noo-poster-bk .noo_poster_products li:hover .entry-poster-meta .price {
                    opacity: 1;
                    filter: alpha(opacity=100);
                    -webkit-transform: translate(0, 0);
                    transform: translate(0, 0);
                }

                .noo-poster .noo-poster-bk .noo_poster_products li .the_permalink {
                    display: block;
                    position: relative;
                }

                    .noo-poster .noo-poster-bk .noo_poster_products li .the_permalink:before {
                        position: absolute;
                        left: 0;
                        top: 0;
                        width: 100%;
                        height: 100%;
                        content: '';
                        background: transparent;
                        transition: all .4s ease 0s;
                    }

                .noo-poster .noo-poster-bk .noo_poster_products li img {
                    width: 100%;
                }

                .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta {
                    display: block;
                    position: absolute;
                    z-index: 2;
                    top: 50%;
                    left: 0;
                    width: 100%;
                    padding: 0 15px;
                    -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                }

.line-left, .line-right {
    z-index: 99;
    overflow: hidden;
}

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .price {
    font-size: 34px;
    font-weight: 800;
    color: #f3e200;
    margin-bottom: 35px;
    -webkit-transform: translate(0, 70px);
    transform: translate(0, 70px);
    transition: all .4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .action-meta {
    -webkit-transform: translate(0, -70px);
    transform: translate(0, -70px);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .4s ease 0s;
    display: inline-block;
}

    .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .action-meta:after {
        clear: both;
        content: '';
        display: table;
    }

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button {
    padding: 0 20px;
    background: #011e9e;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    float: left;
    margin-right: 10px;
    transition: all .4s ease 0s;
    height: 40px;
    line-height: 40px;
}

    .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button:hover {
        background: #f3e200;
    }

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.loading:after {
    position: absolute;
    right: 2px;
    top: 0 !important;
}

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.wc-forward {
    display: none;
}

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist {
    display: block;
    margin: 0;
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    transition: all .4s ease 0s;
}

    .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
        transition: all .4s ease 0s;
        width: 40px;
        height: 40px;
        overflow: hidden;
        background: #011e9e;
        position: relative;
        text-indent: -200px;
        display: inline-block;
        border-radius: 0;
        box-shadow: none;
    }

        .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
            font-family: FontAwesome;
            content: "\f004";
            font-size: 14px;
            color: #fff;
            position: absolute;
            left: 120px;
            top: 9px;
        }

        .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
            background: #f3e200;
        }

    .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .ajax-loading {
        position: absolute;
        left: 6px;
        top: 9px;
    }

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse .feedback, .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
}

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a, .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a {
    transition: all .4s ease 0s;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #011e9e;
    position: relative;
    text-indent: -200px;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
}

.noo-information i, .noo-service-content .download a {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a:before, .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 120px;
    top: 9px;
}

.noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a:hover, .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a:hover {
    background: #f3e200;
}

.noo-information {
    text-align: center;
    color: #000;
}

    .noo-information:hover i {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .noo-information i {
        color: #011e9e;
        font-size: 34px;
        margin-bottom: 24px;
        transition: all .4s ease 0s;
    }

    .noo-information strong {
        font-size: 18px;
        font-weight: 800;
        display: block;
        margin-bottom: 10px;
    }

    .noo-information span {
        display: block;
        color: #696969;
        padding: 0 5%;
    }

    .noo-information.infor-left {
        position: relative;
        padding-left: 66px;
        text-align: left;
    }

.masonry-filters-project, .masonry-filters-services, .noo-services-item h3, .noo-sidebar-services .textwidget .wpcf7-form .submit-widgets, .noo-sidebar-services .widget-title, .project-filter {
    text-align: center;
}

.noo-information.infor-left i {
    font-size: 48px;
    line-height: 48px;
    position: absolute;
    left: 0;
    top: 3px;
}

.noo-information.infor-left strong {
    font-size: 14px;
    font-weight: 400;
}

.noo-information.infor-left span {
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 800;
    padding: 0;
}

.single-noo_services #main {
    margin-bottom: 140px;
}

.noo-service-header {
    background: #f3e200;
    position: relative;
    margin-left: 10px;
    margin-top: 20px;
}

    .noo-service-header .noo-thumbnail {
        -webkit-transform: translate(-20px, -30px);
        transform: translate(-20px, -30px);
    }

        .noo-service-header .noo-thumbnail img {
            width: 100%;
        }

    .noo-service-header .noo-service-attr {
        padding: 50px 50px 50px 0;
    }

        .noo-service-header .noo-service-attr h2 {
            font-size: 20px;
            line-height: 24px;
            font-weight: 800;
            padding: 0;
            margin: 0 0 10px;
            text-transform: uppercase;
            color: #fff;
        }

        .noo-service-header .noo-service-attr ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .noo-service-header .noo-service-attr ul li {
                position: relative;
                padding-left: 14px;
                border-top: 1px solid #fff;
            }

                .noo-service-header .noo-service-attr ul li:after {
                    clear: both;
                    content: '';
                    display: table;
                }

                .noo-service-header .noo-service-attr ul li:first-child {
                    border-top: 0;
                }

                .noo-service-header .noo-service-attr ul li:before {
                    width: 4px;
                    height: 4px;
                    content: '';
                    border-radius: 50%;
                    left: 0;
                    top: 50%;
                    margin-top: -2px;
                    background: #696969;
                    position: absolute;
                }

.noo-service-content, .noo-service-content .download, .related-services {
    margin-top: 50px;
}

.noo-service-header .noo-service-attr ul li span {
    float: right;
    color: #000;
    font-weight: 700;
    line-height: 60px;
    display: block;
}

    .noo-service-header .noo-service-attr ul li span:first-child {
        float: left;
    }

.noo-service-content img.aligncenter {
    padding-bottom: 10px;
    padding-top: 7px;
}

.noo-service-content .download a {
    padding: 0 28px;
    background: #011e9e;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transition: all .4s ease 0s;
    height: 40px;
    line-height: 40px;
}

    .noo-service-content .download a:hover {
        background: #000;
    }

.projects-next:focus, .projects-prev:focus {
    outline: transparent 0;
}

.related-services .project-title {
    margin-bottom: 40px !important;
}

.related-services .project-item {
    padding: 0;
    margin-bottom: 30px;
}

    .related-services .project-item .project-inner img {
        height: auto;
    }

    .related-services .project-item .project-inner .project-ds {
        left: 15px;
        bottom: 15px;
        padding-right: 10px;
    }

        .related-services .project-item .project-inner .project-ds h3 {
            font-size: 14px;
        }

.noo-sidebar-services .widget_noo_services {
    background: #f3e200;
    margin: 0;
    padding: 0 0 30px;
}

    .noo-sidebar-services .widget_noo_services .widget-title {
        background: #f3e200;
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        color: #000;
        padding: 20px 10px;
        margin: 0;
    }

    .noo-sidebar-services .widget_noo_services ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .noo-sidebar-services .widget_noo_services ul li a {
            margin-right: 10px;
            margin-bottom: 2px;
            background: #fff;
            padding: 25px 10px 25px 30px;
            color: #696969;
            line-height: 24px;
            font-weight: 700;
            transition: all .4s ease 0s;
        }

            .noo-sidebar-services .widget_noo_services ul li a:before {
                display: none;
            }

            .noo-sidebar-services .widget_noo_services ul li a:hover {
                margin-right: 0;
                background: #011e9e;
            }

.noo-sidebar-services .widget-title {
    background: #f3e200;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    padding: 20px 10px;
    margin: 0 0 40px;
}

.noo-sidebar-services .widget {
    margin-top: 50px;
}

    .noo-sidebar-services .widget:first-child {
        margin-top: 0;
    }

.noo-sidebar-services .textwidget .wpcf7-form p {
    margin-bottom: 0;
}

.noo-sidebar-services .textwidget .wpcf7-form input:not([type=submit]) {
    height: 45px;
}

.noo-sidebar-services .textwidget .wpcf7-form textarea {
    height: 120px;
}

.noo-sidebar-services .textwidget .wpcf7-form input[type=submit] {
    width: auto;
}

.noo-portfolio {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .noo-portfolio:after {
        clear: both;
        content: '';
        display: table;
    }

    .noo-portfolio .columns-5 {
        width: 20%;
    }

    .noo-portfolio .columns-3 {
        width: 33.33%;
    }

    .noo-portfolio .columns-2 {
        width: 50%;
    }

.masonry-item {
    width: 25%;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 0 15px !important;
    margin: 0 !important;
    border: 0 !important;
}

.noo-portfolio-item, .noo-services-item {
    position: relative;
    overflow: hidden;
}

.masonry-filters-services {
    margin-top: -40px;
    margin-bottom: 10px;
}

    .masonry-filters-services .services-filters {
        list-style: none;
        padding: 0 80px 0 100px;
        display: inline-block;
        margin: 0;
        background: #fff;
    }

        .masonry-filters-services .services-filters:after {
            clear: both;
            content: '';
            display: table;
        }

        .masonry-filters-services .services-filters li {
            float: left;
        }

            .masonry-filters-services .services-filters li a {
                padding: 35px 17px;
                font-weight: 800;
                font-size: 18px;
                display: block;
                color: #000;
                position: relative;
                text-transform: uppercase;
                transition: all .4s ease 0s;
            }

                .masonry-filters-services .services-filters li a:before, .noo-services-item .thumb a:before {
                    position: absolute;
                    left: 0;
                    content: '';
                    -webkit-transition: all .4s ease 0s;
                    -o-transition: all .4s ease 0s;
                }

                .masonry-filters-services .services-filters li a:before {
                    top: 50%;
                    margin-top: -2px;
                    width: 4px;
                    height: 4px;
                    background: #b1b1b1;
                    border-radius: 50%;
                    transition: all .4s ease 0s;
                }

.noo-services-item:hover .thumb .line-left:after, .noo-services-item:hover .thumb .line-right:after {
    top: 0;
}

.masonry-filters-services .services-filters li a.selected, .masonry-filters-services .services-filters li a:hover {
    color: #f3e200;
}

    .masonry-filters-services .services-filters li a.selected:before, .masonry-filters-services .services-filters li a:hover:before {
        background: #011e9e;
    }

.noo-services-item {
    margin-top: 58px;
}

    .noo-services-item:hover .thumb .line-left:before {
        left: 0;
    }

    .noo-services-item:hover .thumb .line-right:before {
        right: 0;
    }

    .noo-services-item:hover .thumb a:before {
        background: rgba(0, 0, 0, 0.5);
    }

    .noo-services-item .thumb {
        position: relative;
        overflow: hidden;
    }

        .noo-services-item .thumb a {
            display: block;
            position: relative;
        }

            .noo-services-item .thumb a:before {
                top: 0;
                width: 100%;
                height: 100%;
                background: transparent;
                transition: all .4s ease 0s;
            }

.line-left:after, .line-left:before {
    background: #fff;
    content: '';
    position: absolute;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.noo-services-item .thumb img {
    max-width: 100%;
}

.noo-services-item h3 {
    font-size: 18px;
    font-weight: 800;
    padding: 0;
    margin: 28px 0 0;
}

    .noo-services-item h3 a {
        color: #011e9e;
    }

.line-left {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
}

    .line-left:before {
        width: 100%;
        height: 1px;
        left: -100%;
        top: 0;
        transition: all .4s ease 0s;
    }

    .line-left:after {
        height: 100%;
        width: 1px;
        left: 0;
        top: -100%;
        transition: all .4s ease 0s;
    }

.line-right:after, .line-right:before {
    background: #fff;
    position: absolute;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    content: '';
}

.line-right {
    width: 90%;
    height: 90%;
    position: absolute;
    left: 5%;
    top: 5%;
}

    .line-right:before {
        width: 100%;
        height: 1px;
        right: -100%;
        bottom: 0;
        transition: all .4s ease 0s;
    }

    .line-right:after {
        height: 100%;
        width: 1px;
        right: 1px;
        top: 100%;
        transition: all .4s ease 0s;
    }

.project-filter span, .project-filter span:before {
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
}

.project-filter span {
    line-height: 24px;
    font-size: 14px;
    padding: 0 21px;
    color: #777;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    transition: all .4s ease 0s;
    display: inline-block;
    margin-left: -3px;
    cursor: pointer;
}

    .project-filter span:before {
        position: absolute;
        left: 0;
        top: 50%;
        width: 4px;
        height: 4px;
        background: #ccc;
        border-radius: 50%;
        content: '';
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        transition: all .4s ease 0s;
    }

    .project-filter span.active, .project-filter span:hover {
        color: #011e9e;
    }

        .project-filter span.active:before, .project-filter span:hover:before {
            background: #f3e200;
        }

.noo-project-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .noo-project-slider .owl-controls {
        margin-top: 77px !important;
        margin-bottom: 0 !important;
    }

.project-wrap {
    margin: 66px -15px;
}

    .project-wrap.eff .owl-wrapper-outer:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        content: '';
        background-image: url(../images/load-ajax.gif);
        background-color: rgba(255, 255, 255, 0.3);
        background-repeat: no-repeat;
        background-position: center center;
        z-index: 2;
        transition: all .4s ease 0s;
    }

.project-item {
    padding: 0 15px;
}

    .project-item .project-inner {
        position: relative;
        overflow: hidden;
    }

        .project-item .project-inner:hover .project-bk:before {
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transform: scale(1);
            transform: scale(1);
            transition: all .6s ease 0s;
        }

        .project-item .project-inner:hover .project-ds .cat, .project-item .project-inner:hover .project-ds h3 {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            filter: alpha(opacity=100);
            transition: all .7s ease .4s;
        }

        .project-item .project-inner img {
            max-width: 100%;
        }

        .project-item .project-inner .project-bk:before {
            position: absolute;
            left: 0;
            top: 0;
            background: rgba(1, 30, 158, 0.8);
            width: 100%;
            height: 100%;
            content: '';
            -webkit-transform: scale(0.1);
            transform: scale(0.1);
            opacity: 0;
            filter: alpha(opacity=0);
            transition: all .6s ease 0s;
        }

.masonry-filters-project .project-filters li a:before, .project-title:before {
    -webkit-border-radius: 50%;
    left: 0;
    top: 50%;
    content: '';
}

.project-item .project-inner .project-ds {
    position: absolute;
    left: 0;
    padding-left: 30px;
    bottom: 45px;
    width: 100%;
    z-index: 1;
}

    .project-item .project-inner .project-ds .cat {
        display: block;
        margin-bottom: 8px;
        -webkit-transform: translate(0, 65px);
        transform: translate(0, 65px);
        opacity: 0;
        filter: alpha(opacity=0);
        color: #f3e200;
    }

        .project-item .project-inner .project-ds .cat a {
            color: #f3e200;
            text-transform: uppercase;
            margin-right: 3px;
            display: inline-block;
        }

    .project-item .project-inner .project-ds h3 {
        font-size: 20px;
        font-weight: 800;
        color: #000;
        padding: 0;
        margin: 0;
        line-height: 24px;
        -webkit-transform: translate(0, -65px);
        transform: translate(0, -65px);
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .project-item .project-inner .project-ds h3 a {
            color: #fff;
            display: block;
        }

.noo-project-grid .masonry-item {
    padding: 0 !important;
}

    .noo-project-grid .masonry-item .project-item {
        padding: 0;
    }

        .noo-project-grid .masonry-item .project-item .project-inner img {
            height: auto;
            max-width: 100%;
        }

.noo-project-grid .columns_3 {
    width: 33.33%;
}

.masonry-filters-project .project-filters {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0 0 55px;
}

    .masonry-filters-project .project-filters:after {
        clear: both;
        content: '';
        display: table;
    }

    .masonry-filters-project .project-filters li {
        float: left;
    }

        .masonry-filters-project .project-filters li a {
            line-height: 24px;
            font-size: 14px;
            padding: 0 21px;
            color: #777;
            font-weight: 800;
            text-transform: uppercase;
            position: relative;
            transition: all .4s ease 0s;
            display: inline-block;
            margin-left: -3px;
            cursor: pointer;
        }

            .masonry-filters-project .project-filters li a.active, .masonry-filters-project .project-filters li a:hover, .noo-portfolio-list .noo-list-content .noo-cat a {
                color: #011e9e;
            }

            .masonry-filters-project .project-filters li a:before {
                position: absolute;
                width: 4px;
                height: 4px;
                background: #ccc;
                border-radius: 50%;
                -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
                transition: all .4s ease 0s;
            }

.noo-appoinment, .woo-thumbnail .bk {
    -webkit-transition: all .4s ease 0s;
}

.masonry-filters-project .project-filters li a.active:before, .masonry-filters-project .project-filters li a:hover:before {
    background: #f3e200;
}

.noo-project-style {
    overflow: hidden;
}

    .noo-project-style .noo-project-grid .masonry-item .project-item {
        padding: 15px;
    }

    .noo-project-style .masonry-filters-project .project-filters {
        padding: 33px 30px 80px 38px;
        background: #fff;
    }

.noo-portfolio-list {
    padding-bottom: 27px;
    padding-top: 30px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
}

    .noo-portfolio-list:first-child {
        padding-top: 0;
    }

    .noo-portfolio-list:after {
        clear: both;
        content: '';
        display: table;
    }

    .noo-portfolio-list .noo-list-img {
        width: 35%;
        float: left;
    }

        .noo-portfolio-list .noo-list-img img {
            max-width: 100%;
            height: auto;
        }

    .noo-portfolio-list .noo-list-content {
        padding-left: 38%;
        margin-left: 4px;
    }

        .noo-portfolio-list .noo-list-content .noo-cat {
            text-transform: uppercase;
            display: block;
            margin-top: 5px;
        }

        .noo-portfolio-list .noo-list-content h3 {
            font-size: 24px;
            font-weight: 800;
            margin-top: 10px;
            margin-bottom: 18px;
        }

        .noo-portfolio-list .noo-list-content .read-more {
            color: #b1b1b1;
            font-style: italic;
        }

            .noo-portfolio-list .noo-list-content .read-more:hover {
                color: #011e9e;
            }

.project-title {
    position: relative;
    color: #000;
    font-weight: 800;
    padding: 0 0 0 14px;
    margin: 0 0 28px !important;
    text-transform: uppercase;
    font-size: 20px;
}

    .project-title:before {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #f3e200;
        position: absolute;
        margin-top: -2px;
    }

.single-author-project .author-avatar {
    text-align: left;
}

    .single-author-project .author-avatar img {
        width: 100px;
        height: 100px;
    }

.single-author-project .author-description {
    position: relative;
    padding-left: 65px;
    padding-top: 5px;
}

    .single-author-project .author-description .project-icon {
        font-size: 24px;
        color: #f3e200;
        position: absolute;
        left: 23px;
        top: 0;
    }

    .single-author-project .author-description p {
        font-size: 18px;
        font-style: italic;
        font-weight: 300;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .single-author-project .author-description strong a {
        color: #011e9e;
        text-transform: uppercase;
        font-style: normal;
    }

.project-sidebar-inner {
    padding-left: 30px;
}

    .project-sidebar-inner ul {
        background: #f0f0f0;
        list-style: none;
        padding: 25px 30px;
        margin: 0;
    }

        .project-sidebar-inner ul.related_projects {
            padding: 0;
            background: 0 0;
        }

            .project-sidebar-inner ul.related_projects li {
                text-align: center;
            }

                .project-sidebar-inner ul.related_projects li img {
                    width: 100%;
                }

                .project-sidebar-inner ul.related_projects li h4 {
                    font-size: 18px;
                    font-weight: 800;
                    padding: 0;
                    margin: 27px 0 0;
                    text-align: center;
                }

        .project-sidebar-inner ul.info li {
            text-align: right;
        }

        .project-sidebar-inner ul.info span {
            padding-left: 12px;
            float: left;
        }

            .project-sidebar-inner ul.info span:before {
                content: '';
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -2px;
                width: 4px;
                height: 4px;
                border-radius: 50%;
                background: #696969;
            }

.google-map #googleMap, .sync1 img {
    width: 100%;
}

.project-sidebar-inner ul.download li {
    padding-right: 25px;
    position: relative;
}

    .noo-checklist li:before, .project-sidebar-inner ul.download li .icon-download {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }

    .project-sidebar-inner ul.download li .icon-download {
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .project-sidebar-inner ul.download li .icon-download:hover {
            color: #011e9e;
        }

    .project-sidebar-inner ul.download li i {
        padding-right: 6px;
    }

.project-sidebar-inner ul li {
    line-height: 60px;
    border-top: 1px solid #e4e4e4;
    color: #696969;
}

    .project-sidebar-inner ul li:after {
        clear: both;
        content: '';
        display: table;
    }

    .project-sidebar-inner ul li:first-child {
        border-top: 0;
    }

    .project-sidebar-inner ul li span {
        display: inline-block;
        font-size: 14px;
        color: #000;
        font-weight: 700;
        position: relative;
    }

    .project-sidebar-inner ul li.social a {
        margin-left: 19px;
    }

.single .project-sidebar-title {
    padding: 18px 0;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
    background: #f3e200;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}

.project-sidebar-inner {
    margin-bottom: 50px;
}

.sync1 .item {
    margin: 0 5px;
}

.sync2 {
    margin-top: 20px;
}

    .sync2 .item {
        margin: 0 5px;
    }

        .sync2 .item img {
            cursor: pointer;
        }

.project-slider {
    margin: 0 -5px;
}

.single-noo_project .single-content {
    padding-top: 47px;
}

.single-noo_project .single-navigation {
    margin-bottom: 35px;
}

.noo-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 5px;
}

    .noo-checklist li {
        position: relative;
        padding-left: 25px;
    }

        .noo-checklist li:before {
            content: "\f00c";
            font-family: FontAwesome;
            color: #011e9e;
            left: 0;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

.projects-next, .projects-prev {
    background: 0 0;
    border: 0;
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    top: 50%;
    font-size: 14px;
}

.single-author-project .project-title {
    margin-bottom: 50px !important;
}

.projects-prev {
    left: 23px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .projects-prev i {
        color: #000;
    }

    .projects-prev:hover i {
        color: #fff;
    }

.projects-next {
    right: 23px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.noo-appoinment, .widget_noo_services ul li a:before {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.projects-next i {
    color: #000;
}

.projects-next:hover i {
    color: #fff;
}

.single-author-project {
    margin-top: 30px;
}

.google-map {
    position: relative;
}

#googleMap {
    height: 550px;
}

    #googleMap.contact-map {
        height: 700px;
    }

.page-template-page-onepage .noo-sw-style-selector-toggle {
    display: none;
}

.noo-appoinment {
    position: fixed;
    right: -380px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 99999;
    transition: all .4s ease 0s;
}

    .noo-appoinment.eff {
        right: 0;
    }

    .noo-appoinment .control-appoinment {
        position: absolute;
        left: -114px;
        top: 70px;
        background: #000;
        color: #fff;
        padding: 10px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        cursor: pointer;
    }

    .noo-appoinment .noo-appoinment7 {
        background: #fff;
        width: 380px;
        padding: 30px;
        height: 500px;
        overflow-y: scroll;
        text-align: center;
        border: 1px solid #eee;
    }

@media (max-width: 991px) {
    .noo-appoinment {
        display: none;
    }
}

.noo-row-slider {
    margin: 0 -15px;
}

    .noo-row-slider .noo-woo-slider {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .noo-row-slider .noo-woo-slider .col-md-2, .noo-row-slider .noo-woo-slider .col-md-3, .noo-row-slider .noo-woo-slider .col-md-4 {
            width: 100%;
            float: none;
        }

            .noo-row-slider .noo-woo-slider .col-md-2 .noo-product-inner, .noo-row-slider .noo-woo-slider .col-md-3 .noo-product-inner, .noo-row-slider .noo-woo-slider .col-md-4 .noo-product-inner {
                margin-top: 2px;
                margin-bottom: 7px;
            }

.noo-product-inner {
    margin-top: 50px;
    overflow: hidden;
}

    .noo-product-inner:hover .woo-thumbnail .bk {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .noo-product-inner:hover .woo-thumbnail .noo-product-meta .rating {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
        transition: all .5s ease .3s;
    }

        .noo-product-inner:hover .woo-thumbnail .noo-product-meta .rating .star-rating:before {
            color: #f3e200;
        }

    .noo-product-inner:hover .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist, .noo-product-inner:hover .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
        transition: transform .4s ease .6s, opacity .4s ease .6s, background .4s ease 0s;
        -moz-transition: transform .4s ease .6s, opacity .4s ease .6s, background .4s ease 0s;
        -webkit-transition: -webkit-transform .4s ease .6s, opacity .4s ease .6s, background .4s ease 0s;
        -o-transition: transform .4s ease .6s, opacity .4s ease .6s, background .4s ease 0s;
    }

.commerce .woo-thumbnail {
    min-height: 307px;
    background: #eee;
}

.woo-thumbnail {
    position: relative;
}

    .woo-thumbnail .bk {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(1, 30, 158, 0.8);
        content: '';
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all .4s ease 0s;
    }

    .woo-thumbnail img {
        width: 100%;
    }

    .woo-thumbnail .noo-product-meta {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: block;
        height: auto;
        text-align: center;
        z-index: 99;
        width: 100%;
    }

        .woo-thumbnail .noo-product-meta .rating {
            color: #f3e200;
            margin-bottom: 30px;
            -webkit-transform: translate(0, 80px);
            transform: translate(0, 80px);
            opacity: 0;
            filter: alpha(opacity=0);
        }

        .woo-thumbnail .noo-product-meta .entry-cart-meta {
            display: inline-block;
            width: auto;
        }

            .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button {
                padding: 0 20px;
                background: #fff;
                border: 0;
                color: #000;
                text-transform: uppercase;
                font-weight: 700;
                display: inline-block;
                float: left;
                transition: all 0s ease 0s;
                margin-right: 10px;
                -webkit-transform: translate(-60px, 0);
                transform: translate(-60px, 0);
                opacity: 0;
                filter: alpha(opacity=0);
                height: 40px;
                line-height: 40px;
            }

                .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button:hover {
                    background: #f3e200;
                    color: #fff;
                }

                .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button:focus {
                    outline: 0;
                }

.commerce .commerce-ordering select:focus, .commerce .widget_price_filter .price_slider_amount .button:focus, .commerce a.button:focus {
    outline: transparent 0;
}

.woo-thumbnail .noo-product-meta .entry-cart-meta .loading:after {
    top: 0;
    right: 4px;
}

.woo-thumbnail .noo-product-meta .entry-cart-meta .added_to_cart {
    display: none;
}

.woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0;
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
    opacity: 0;
    filter: alpha(opacity=0);
}

    .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
        width: 40px;
        height: 40px;
        overflow: hidden;
        background: #fff;
        position: relative;
        text-indent: -200px;
        display: inline-block;
        border-radius: 0;
        box-shadow: none;
        transition: all .4s ease 0s;
    }

        .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
            font-family: FontAwesome;
            content: "\f004";
            font-size: 14px;
            color: #000;
            position: absolute;
            left: 120px;
            top: 9px;
        }

        .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
            background: #f3e200;
        }

            .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
                color: #fff;
            }

    .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .ajax-loading {
        position: absolute;
        left: 6px;
        top: 9px;
    }

.woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse .feedback, .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
}

.woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a, .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    position: relative;
    text-indent: -200px;
    display: inline-block;
    border-radius: 0;
    transition: all .4s ease 0s;
    box-shadow: none;
}

    .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:before, .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:before {
        font-family: FontAwesome;
        content: "\f00c";
        font-size: 14px;
        color: #000;
        position: absolute;
        left: 120px;
        top: 9px;
    }

    .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover, .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover {
        background: #f3e200;
    }

        .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover:before, .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover:before {
            color: #fff;
        }

.noo-product-footer {
    text-align: center;
}

    .noo-product-footer h3 {
        font-size: 18px;
        font-weight: 400;
        margin: 27px 0 10px;
        padding: 0;
    }

        .noo-product-footer h3 a {
            color: #000;
        }

    .noo-product-footer .price del {
        color: #f3e200;
    }

        .noo-product-footer .price del span {
            font-size: 18px;
            color: #f3e200;
            padding-right: 10px;
        }

    .noo-product-footer .price span {
        color: #f3e200;
        font-size: 24px;
        font-weight: 800;
    }

.noo-count-rating {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.commerce .products .star-rating {
    margin: auto;
    font-size: 13px;
    letter-spacing: 5px;
    width: 90px;
}

    .commerce .products .star-rating span {
        float: none;
    }

.commerce a.button {
    border-radius: 0;
    box-shadow: none;
}

.shop-container {
    margin-top: 120px;
    margin-bottom: 120px;
}

.first {
    clear: both;
}

.noo-woo-meta {
    position: relative;
}

    .noo-woo-meta:after {
        clear: both;
        content: '';
        display: table;
    }

.commerce .commerce-result-count {
    margin: 10px 0 0;
}

.commerce-ordering {
    margin: 0 !important;
}

.commerce .commerce-ordering select {
    background: #f0f0f0;
    text-transform: uppercase;
    border: 0;
    padding: 10px;
    height: 40px;
    color: #696969;
}

.commerce nav.commerce-pagination {
    margin-top: 97px;
}

    .commerce nav.commerce-pagination ul {
        border: 0;
        margin: 0;
    }

        .commerce nav.commerce-pagination ul li {
            border: 0;
            margin: 0 5px;
        }

            .commerce nav.commerce-pagination ul li a, .commerce nav.commerce-pagination ul li span {
                background: #eeeff0;
                padding: 13px 16px;
                font-size: 14px;
                font-weight: 700;
                transition: all .4s ease 0s;
            }

                .commerce nav.commerce-pagination ul li a.current, .commerce nav.commerce-pagination ul li a:hover, .commerce nav.commerce-pagination ul li span.current, .commerce nav.commerce-pagination ul li span:hover {
                    color: #f3e200;
                    background: #011e9e;
                }

.commerce .widget_price_filter .ui-slider-horizontal {
    height: 6px;
}

.commerce .widget_price_filter .price_slider_wrapper {
    padding-top: 10px;
}

    .commerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
        border-radius: 0;
        background: #f0f0f0;
    }

.commerce .widget_price_filter .ui-slider .ui-slider-range {
    background: #011e9e;
}

.commerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #000;
}

.commerce .widget_price_filter .price_slider_amount {
    margin-top: 33px;
}

    .commerce .widget_price_filter .price_slider_amount .price_label {
        font-size: 14px;
        color: #696969;
        padding: 3px 0 0;
    }

    .commerce .widget_price_filter .price_slider_amount .button {
        background: #011e9e;
        height: 40px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 15px;
        display: inline-block;
        font-size: 14px;
        border-radius: 0;
        transition: all .4s ease 0s;
    }

.commerce .cart input.button:focus, .commerce table.wishlist_table td.product-add-to-cart a:focus, .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:focus, .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .commerce-shipping-calculator button[type=submit]:focus, .single-product div.product #reviews #review_form_wrapper form .form-submit input:focus, .single-product div.product div.summary .cart .button:focus {
    outline: 0;
}

.commerce .widget_price_filter .price_slider_amount .button:hover {
    background: #000;
}

.commerce ul.product_list_widget li {
    padding: 10px 0;
}

    .commerce ul.product_list_widget li:first-child {
        padding-top: 0;
    }

    .commerce ul.product_list_widget li img {
        width: 80px;
    }

    .commerce ul.product_list_widget li a {
        font-size: 18px;
        color: #000;
        line-height: 24px;
        font-weight: 400;
    }

    .commerce ul.product_list_widget li .amount {
        font-size: 18px;
        color: #f3e200;
        line-height: 24px;
        font-weight: 800;
        display: inline-block;
        margin-top: 10px;
    }

.noo-product-content:after, .single-product div.product.product-type-grouped div.summary .single_variation_wrap:after, .single-product div.product.product-type-variable div.summary .single_variation_wrap:after {
    content: '';
    display: table;
    clear: both;
}

.commerce ul.product_list_widget li del {
    color: #f3e200;
    margin-right: 5px;
}

    .commerce ul.product_list_widget li del span.amount {
        font-size: 14px;
    }

.commerce span.onsale {
    border-radius: 0;
    background: #011e9e;
    left: 0;
    top: 0;
}

.noo-product-content {
    margin-bottom: 70px;
}

.commerce div.product div.images, .commerce div.product div.summary {
    margin-bottom: 0 !important;
}

.single-product div.product.product-type-variable div.summary .yith-wcwl-add-to-wishlist {
    margin-left: 0;
}

.single-product div.product.product-type-variable div.summary .single_variation_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-product div.product.product-type-variable div.summary form.cart .variations {
    margin-bottom: 0;
}

.single-product div.product.product-type-grouped div.summary .yith-wcwl-add-to-wishlist {
    margin-left: 0;
    -webkit-transform: translate(150px, -40px);
    transform: translate(150px, -40px);
}

.single-product div.product.product-type-grouped div.summary .single_variation_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-product div.product.product-type-grouped div.summary form.cart .group_table td {
    vertical-align: middle;
}

    .single-product div.product.product-type-grouped div.summary form.cart .group_table td.label {
        width: 50%;
    }

.single-product div.product.product-type-grouped div.summary form.cart .group_table .price {
    width: 30%;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.single-product div.product div.summary .entry-title {
    color: #000;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 8px;
}

.single-product div.product div.summary .commerce-product-rating {
    margin-bottom: 0;
}

    .single-product div.product div.summary .commerce-product-rating .star-rating {
        color: #f3e200;
        width: 7em;
        font-size: 14px;
        letter-spacing: 3px;
    }

    .single-product div.product div.summary .commerce-product-rating a {
        color: #696969;
    }

.single-product div.product div.summary .price {
    color: #f3e200;
    font-size: 28px;
    font-weight: 800;
    line-height: 64.53px;
    padding: 0;
    margin: 0;
}

    .single-product div.product div.summary .price del {
        color: #696969;
        font-size: 14px;
        font-weight: 400;
        padding-right: 8px;
    }

.single-product div.product div.summary .product-description {
    margin-top: 13px;
    border-bottom: 1px solid #eeeff0;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.single-product div.product div.summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 0 0 0 10px;
    width: 40px;
    height: 40px;
    position: relative;
}

    .single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
        transition: all .4s ease 0s;
        width: 40px;
        height: 40px;
        overflow: hidden;
        background: #011e9e;
        position: relative;
        text-indent: -200px;
        display: inline-block;
        border-radius: 0;
        box-shadow: none;
    }

        .single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
            font-family: FontAwesome;
            content: "\f004";
            font-size: 14px;
            color: #fff;
            position: absolute;
            left: 212px;
            top: 9px;
        }

        .single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
            background: #f3e200;
        }

    .single-product div.product div.summary .yith-wcwl-add-to-wishlist .ajax-loading {
        position: absolute;
        left: 6px;
        top: 9px;
    }

.single-product div.product div.summary .yith-wcwl-wishlistaddedbrowse .feedback, .single-product div.product div.summary .yith-wcwl-wishlistexistsbrowse .feedback {
    display: none;
}

.single-product div.product div.summary .yith-wcwl-wishlistaddedbrowse a, .single-product div.product div.summary .yith-wcwl-wishlistexistsbrowse a {
    transition: all .4s ease 0s;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #011e9e;
    position: relative;
    text-indent: -200px;
    display: inline-block;
    border-radius: 0;
    box-shadow: none;
}

    .single-product div.product div.summary .yith-wcwl-wishlistaddedbrowse a:before, .single-product div.product div.summary .yith-wcwl-wishlistexistsbrowse a:before {
        font-family: FontAwesome;
        content: "\f00c";
        font-size: 14px;
        color: #fff;
        position: absolute;
        left: 213px;
        top: 7px;
    }

    .single-product div.product div.summary .yith-wcwl-wishlistaddedbrowse a:hover, .single-product div.product div.summary .yith-wcwl-wishlistexistsbrowse a:hover {
        background: #f3e200;
    }

.single-product div.product div.summary .cart {
    float: left;
    margin-bottom: 0 !important;
}

    .single-product div.product div.summary .cart .button {
        padding: 0 21px;
        background: #011e9e;
        border: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        transition: all .4s ease 0s;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
    }

        .single-product div.product div.summary .cart .button:hover {
            background: #f3e200;
        }

    .single-product div.product div.summary .cart .quantity {
        margin: 0 10px 0 0;
    }

        .single-product div.product div.summary .cart .quantity input {
            height: 40px;
            border: 1px solid #eee;
            color: #696969;
        }

    .single-product div.product div.summary .cart .variations td.label {
        width: 35%;
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
    }

    .single-product div.product div.summary .cart .variations .value select {
        height: 35px;
        background: #eee;
        border: 0;
        border-radius: 0;
        margin-bottom: 5px;
    }

.single-product div.product div.summary .product_meta {
    margin-top: 0;
}

    .single-product div.product div.summary .product_meta .posted_in, .single-product div.product div.summary .product_meta .sku_wrapper, .single-product div.product div.summary .product_meta .tagged_as {
        margin-top: 25px;
        display: block;
        color: #696969;
        font-weight: 400;
    }

        .single-product div.product div.summary .product_meta .posted_in strong, .single-product div.product div.summary .product_meta .sku_wrapper strong, .single-product div.product div.summary .product_meta .tagged_as strong {
            font-weight: 800;
            color: #000;
            display: inline-block;
            min-width: 130px;
        }

        .single-product div.product div.summary .product_meta .posted_in a, .single-product div.product div.summary .product_meta .posted_in span, .single-product div.product div.summary .product_meta .sku_wrapper a, .single-product div.product div.summary .product_meta .sku_wrapper span, .single-product div.product div.summary .product_meta .tagged_as a, .single-product div.product div.summary .product_meta .tagged_as span {
            font-weight: 400;
            color: #696969;
            padding-right: 5px;
        }

            .single-product div.product div.summary .product_meta .posted_in a:hover, .single-product div.product div.summary .product_meta .posted_in span:hover, .single-product div.product div.summary .product_meta .sku_wrapper a:hover, .single-product div.product div.summary .product_meta .sku_wrapper span:hover, .single-product div.product div.summary .product_meta .tagged_as a:hover, .single-product div.product div.summary .product_meta .tagged_as span:hover {
                color: #000;
            }

.single-product div.product .commerce-tabs ul.tabs {
    margin: 0 0 42px;
    padding: 0;
}

    .single-product div.product .commerce-tabs ul.tabs:after, .single-product div.product .commerce-tabs ul.tabs:before {
        display: none;
    }

    .single-product div.product .commerce-tabs ul.tabs li {
        border: 0;
        background: 0 0;
        margin: 0;
        padding: 0;
    }

        .single-product div.product .commerce-tabs ul.tabs li a {
            padding: 0 15px;
            position: relative;
            line-height: 24px;
            font-weight: 800;
            text-transform: uppercase;
        }

            .single-product div.product .commerce-tabs ul.tabs li a:before {
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -2px;
                width: 4px;
                height: 4px;
                background: #b1b1b1;
                border-radius: 50%;
                content: '';
                transition: all .4s ease 0s;
            }

        .single-product div.product .commerce-tabs ul.tabs li.active a, .single-product div.product .commerce-tabs ul.tabs li:hover a {
            color: #f3e200;
        }

            .single-product div.product .commerce-tabs ul.tabs li.active a:before, .single-product div.product .commerce-tabs ul.tabs li:hover a:before {
                background: #011e9e;
            }

.single-product div.product table.shop_attributes {
    margin: 0;
}

    .single-product div.product table.shop_attributes td p {
        padding-left: 20px;
    }

.single-product div.product #reviews #comments {
    padding: 0;
    margin: 0;
}

    .single-product div.product #reviews #comments h2 {
        padding: 0;
        margin: 0 0 30px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .single-product div.product #reviews #comments div[itemprop=reviewRating] {
        color: #f3e200;
        letter-spacing: 3px;
        font-size: 12px;
        width: 6.5em;
    }

    .single-product div.product #reviews #comments ol.commentlist li .comment-text {
        border: 1px solid #eee;
        padding-bottom: 15px;
        border-radius: 0;
    }

        .single-product div.product #reviews #comments ol.commentlist li .comment-text .meta strong {
            text-transform: uppercase;
        }

.single-product div.product #reviews #review_form_wrapper {
    margin-top: 15px;
}

    .single-product div.product #reviews #review_form_wrapper #reply-title {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .single-product div.product #reviews #review_form_wrapper form label {
        min-width: 120px;
        color: #000;
        text-transform: uppercase;
        font-size: 12px;
    }

    .single-product div.product #reviews #review_form_wrapper form input:not([type=submit]) {
        background: #eee;
        border: 0;
        height: 40px;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .single-product div.product #reviews #review_form_wrapper form .comment-form-rating label {
        margin-bottom: 7px;
    }

    .single-product div.product #reviews #review_form_wrapper form .stars a:hover {
        color: #f3e200;
    }

    .single-product div.product #reviews #review_form_wrapper form .comment-form-comment label {
        margin: 10px 0 20px;
    }

    .single-product div.product #reviews #review_form_wrapper form .comment-form-comment textarea {
        background: #eee;
        border: 0;
        height: 140px;
        padding: 0 10px;
        margin-bottom: 15px;
    }

    .single-product div.product #reviews #review_form_wrapper form .form-submit input {
        padding: 0 21px;
        background: #011e9e;
        border: 0;
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        transition: all .4s ease 0s;
        height: 40px;
        line-height: 40px;
        border-radius: 0;
    }

        .single-product div.product #reviews #review_form_wrapper form .form-submit input:hover {
            background: #f3e200;
        }

.related, .upsells {
    margin-top: 70px;
}

    .related h2, .upsells h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

.commerce-cart#main {
    margin-top: -120px;
    position: relative;
    z-index: 2;
}

.commerce-cart .commerce table.cart {
    border: 0;
    border-radius: 0;
    margin: 0;
}

    .commerce-cart .commerce table.cart thead {
        background: #f0f0f0;
        height: 50px;
    }

        .commerce-cart .commerce table.cart thead th {
            border: 0;
            font-weight: 800;
            text-transform: uppercase;
            padding: 13px 0;
        }

            .commerce-cart .commerce table.cart thead th.product-name {
                width: 20%;
            }

    .commerce-cart .commerce table.cart tr:not(.cart_item) {
        background: #f0f0f0;
    }

        .commerce-cart .commerce table.cart tr:not(.cart_item) .actions {
            padding: 38px 50px;
        }

    .commerce-cart .commerce table.cart td {
        border-width: 0 0 1px;
        border-color: #eeeff0;
        border-style: solid;
        padding: 25px 0;
    }

        .commerce-cart .commerce table.cart td.product-remove {
            padding-left: 45px;
        }

            .commerce-cart .commerce table.cart td.product-remove a {
                width: 30px;
                height: 30px;
                overflow: hidden;
                position: relative;
                text-indent: 30px;
                display: inline-block;
                border-radius: 0;
                box-shadow: none;
            }

                .commerce-cart .commerce table.cart td.product-remove a:before {
                    font-family: FontAwesome;
                    content: "\f1f8";
                    font-size: 14px;
                    color: #696969;
                    position: absolute;
                    left: -20px;
                    top: 7px;
                }

                .commerce-cart .commerce table.cart td.product-remove a:hover {
                    background: 0 0;
                    color: transparent;
                }

                    .commerce-cart .commerce table.cart td.product-remove a:hover:before {
                        color: red;
                    }

        .commerce-cart .commerce table.cart td.product-name a {
            font-size: 18px;
            line-height: 24px;
        }

        .commerce-cart .commerce table.cart td.product-price span {
            font-size: 18px;
            line-height: 24px;
            font-weight: 800;
            color: #696969;
        }

        .commerce-cart .commerce table.cart td.product-subtotal span {
            font-size: 18px;
            line-height: 24px;
            font-weight: 800;
            color: #000;
        }

        .commerce-cart .commerce table.cart td.product-quantity input {
            height: 40px;
        }

    .commerce-cart .commerce table.cart img {
        width: 100px;
    }

.commerce .cart input.button {
    padding: 0 21px;
    background: #011e9e;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    transition: all .4s ease 0s;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

    .commerce .cart input.button:hover {
        background: #f3e200;
    }

.commerce-cart table.cart td.actions .coupon .input-text {
    height: 40px;
    line-height: 40px;
    min-width: 230px;
    background: #fff;
    border: 0;
    margin-right: 10px;
}

.commerce-cart .cart-collaterals {
    margin-top: 77px;
}

    .commerce-cart .cart-collaterals .cart_totals h2 {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 20px;
        position: relative;
        padding-left: 15px;
        margin-bottom: 40px;
    }

        .commerce-cart .cart-collaterals .cart_totals h2:before {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            background: #f3e200;
            border-radius: 50%;
            content: '';
            transition: all .4s ease 0s;
        }

    .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap {
        background: #f7f7f7;
        padding: 16px 30px 26px;
    }

        .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table {
            border: 0;
            margin: 0;
        }

.commerce-checkout #main, .onepage-footer {
    margin-top: 80px;
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table td, .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table th {
    border-top: 0;
    text-align: left;
    border-color: rgba(0, 0, 0, 0.05);
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table th {
    font-weight: 700;
    color: #000;
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .order-total td, .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .order-total th {
    border: 0;
    padding-top: 23px;
    padding-bottom: 10px;
}

    .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .order-total td .amount {
        font-size: 24px;
        line-height: 24px;
        color: #ed1c24;
        font-weight: 800;
    }

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td {
    color: #011e9e;
    font-weight: 800;
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td, .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal th {
    padding-bottom: 20px;
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping td, .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping th {
    padding: 20px 0;
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .commerce-shipping-calculator .shipping-calculator-button {
    color: #011e9e;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 7px;
    display: inline-block;
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .commerce-shipping-calculator #calc_shipping_country, .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .commerce-shipping-calculator #calc_shipping_postcode {
    background: #eee;
    height: 40px;
    border: 0;
    padding: 0 10px;
    margin-bottom: 10px;
}

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .commerce-shipping-calculator button[type=submit] {
    padding: 0 21px;
    background: #011e9e;
    border: 0;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    transition: all .4s ease 0s;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

    .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .shipping .commerce-shipping-calculator button[type=submit]:hover {
        background: #f3e200;
    }

.commerce-cart .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a {
    padding: 0 21px;
    background: #011e9e;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    transition: all .4s ease 0s;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
}

    .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover {
        background: #f3e200;
    }

.commerce-account input:not([type=submit]):focus, .commerce-checkout form .form-row .input-checkbox:focus, .commerce-checkout form.checkout_coupon input[type=text]:focus, .commerce-checkout form.checkout_coupon input[type=submit]:focus {
    outline: transparent 0;
}

.commerce-cart .cart-empty {
    text-align: center;
    padding: 30px 15px 15px;
}

.commerce-cart .return-to-shop {
    padding: 0 0 30px;
    text-align: center;
}

    .commerce-cart .return-to-shop a {
        background: 0 0;
        padding: 20px;
        border: 1px solid #777;
    }

.commerce-checkout #main article.hentry {
    padding: 30px 50px;
}

.commerce-checkout .checkout {
    margin-top: 100px;
}

.commerce-checkout form.login {
    border-radius: 0;
    border: 0;
    padding: 30px 25%;
}

    .commerce-checkout form.login .button {
        width: 100%;
        border: 0;
        background: #011e9e;
        border-radius: 0;
        height: 44px;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        transition: all .4s ease 0s;
        line-height: 25px;
        text-shadow: none;
        margin: 0;
        color: #fff;
    }

        .commerce-checkout form.login .button:hover {
            background: #000;
            color: #fff;
        }

.commerce-checkout .commerce-info {
    text-align: center;
    padding: 0 !important;
    margin: 30px 0 !important;
    border: 0;
    background: 0 0;
    color: #696969;
    font-weight: 400;
    font-size: 18px;
}

    .commerce-checkout .commerce-info a {
        color: #011e9e;
    }

    .commerce-checkout .commerce-info:before {
        display: none;
    }

.commerce-checkout form.checkout_coupon {
    border: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

    .commerce-checkout form.checkout_coupon .form-row-first {
        width: 76%;
        float: left;
    }

    .commerce-checkout form.checkout_coupon .form-row-last {
        width: 24%;
        float: left;
    }

    .commerce-checkout form.checkout_coupon input[type=text] {
        display: block;
        height: 38px;
        border: 0;
        width: 100%;
        color: #000;
        font-size: 14px;
        border-radius: 0;
        font-style: normal;
        font-weight: 400;
        background: #eee;
    }

        .commerce-checkout form.checkout_coupon input[type=text]::-moz-placeholder {
            color: #000;
            opacity: 1;
        }

        .commerce-checkout form.checkout_coupon input[type=text]:-ms-input-placeholder {
            color: #000;
        }

        .commerce-checkout form.checkout_coupon input[type=text]::-webkit-input-placeholder {
            color: #000;
        }

    .commerce-checkout form.checkout_coupon input[type=submit] {
        width: 100%;
        height: 38px;
        background: #000;
        color: #fff;
        border-radius: 0;
        display: block;
        text-align: center;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        transition: all .4s ease 0s;
    }

.commerce-checkout .order_review_wrap #order_review table.shop_table tbody td.product-total, .commerce-checkout .order_review_wrap #order_review table.shop_table tr th.product-total {
    text-align: right;
}

.commerce-checkout form.checkout_coupon input[type=submit]:hover {
    background: #011e9e;
}

.commerce-checkout #customer_details h3 {
    padding: 0 0 0 15px;
    margin: 0 0 34px;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}

    .commerce-checkout #customer_details h3:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        background: #f3e200;
        border-radius: 50%;
        content: '';
        transition: all .4s ease 0s;
    }

.commerce-checkout .commerce-shipping-fields #ship-to-different-address {
    margin-top: 30px;
}

    .commerce-checkout .commerce-shipping-fields #ship-to-different-address label {
        margin: 0 0 34px;
        color: #000;
        font-size: 18px;
        font-weight: 800;
        padding: 0 10px 0 15px;
        position: relative;
        text-transform: uppercase;
        display: inline-block;
    }

        .commerce-checkout .commerce-shipping-fields #ship-to-different-address label:before {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            background: #f3e200;
            border-radius: 50%;
            content: '';
            transition: all .4s ease 0s;
        }

.commerce-checkout form .form-row {
    padding: 0;
    margin: 0 0 22px;
}

    .commerce-checkout form .form-row.billing_address_2_field {
        margin-top: 15px;
    }

    .commerce-checkout form .form-row label {
        font-size: 14px;
        font-weight: 800;
        color: #696969;
        margin: 0 0 11px;
        padding: 0;
    }

    .commerce-checkout form .form-row .select2-container .select2-choice, .commerce-checkout form .form-row input {
        height: 40px;
        width: 100%;
        border: 0;
        background: #f0f0f0;
        border-radius: 0;
        font-size: 14px;
        font-weight: 400;
        color: #696969;
        font-style: normal;
        line-height: 35px;
        padding: 0 10px;
    }

        .commerce-checkout form .form-row .select2-container .select2-choice::-moz-placeholder, .commerce-checkout form .form-row input::-moz-placeholder {
            color: #696969;
            opacity: 1;
        }

        .commerce-checkout form .form-row .select2-container .select2-choice:-ms-input-placeholder, .commerce-checkout form .form-row input:-ms-input-placeholder {
            color: #696969;
        }

        .commerce-checkout form .form-row .select2-container .select2-choice::-webkit-input-placeholder, .commerce-checkout form .form-row input::-webkit-input-placeholder {
            color: #696969;
        }

    .commerce-checkout form .form-row textarea {
        border: 0;
        background: #f0f0f0;
        border-radius: 0;
        font-size: 14px;
        font-weight: 400;
        color: #696969;
        font-style: normal;
        line-height: 35px;
        padding: 10px;
        width: 100%;
        height: 200px;
    }

        .commerce-checkout form .form-row textarea::-moz-placeholder {
            color: #696969;
            opacity: 1;
        }

        .commerce-checkout form .form-row textarea:-ms-input-placeholder {
            color: #696969;
        }

        .commerce-checkout form .form-row textarea::-webkit-input-placeholder {
            color: #696969;
        }

    .commerce-checkout form .form-row .input-checkbox {
        box-shadow: none;
    }

.commerce-checkout .order_review_wrap {
    background: #f7f7f7;
    padding: 30px 30px 90px;
}

    .commerce-checkout .order_review_wrap #order_review_heading {
        padding: 0 0 0 15px;
        margin: 0 0 34px;
        color: #000;
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
        position: relative;
    }

        .commerce-checkout .order_review_wrap #order_review_heading:before {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            background: #f3e200;
            border-radius: 50%;
            content: '';
            transition: all .4s ease 0s;
        }

    .commerce-checkout .order_review_wrap #order_review table.shop_table {
        border: 0;
        margin: 0;
    }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tr td, .commerce-checkout .order_review_wrap #order_review table.shop_table tr th {
            border: 0;
        }

        .commerce-checkout .order_review_wrap #order_review table.shop_table thead th {
            padding: 0 0 10px;
            margin: 0;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            border-bottom: 1px solid #e2e2e2;
        }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tbody .cart_item:first-child td {
            padding-top: 20px;
        }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tbody .cart_item:last-child td {
            padding-bottom: 20px;
            border-bottom: 1px solid #e2e2e2;
        }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tbody td {
            padding: 10px 0;
            color: #696969;
            font-size: 14px;
            font-weight: 400;
            vertical-align: top;
        }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td, .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th {
            padding-top: 23px;
        }

            .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td .amount, .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th .amount {
                font-weight: 800;
                color: #011e9e;
            }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot .order-total .amount {
            font-size: 24px;
            line-height: 24px;
            color: #ed1c24;
            display: block;
        }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot .order-total td, .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot .order-total th {
            border: 0;
            padding-bottom: 0;
        }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot th {
            margin: 0;
            color: #000;
            font-size: 14px;
            font-weight: 700;
            padding: 23px 0;
            border-bottom: 1px solid #e2e2e2;
        }

        .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot td {
            font-weight: 400;
            font-size: 14px;
            border-bottom: 1px solid #e2e2e2;
            padding: 23px 0;
        }

.commerce-checkout #payment {
    background: #f7f8f9;
    border-radius: 0;
    margin-top: 30px;
}

    .commerce-checkout #payment ul.payment_methods {
        border: 1px solid #eaeaea;
        background: #fff;
        padding: 0 0 10px;
    }

        .commerce-checkout #payment ul.payment_methods li {
            border-top: 1px solid #eaeaea;
        }

            .commerce-checkout #payment ul.payment_methods li:first-child {
                border-top: 0;
            }

            .commerce-checkout #payment ul.payment_methods li label {
                font-size: 14px;
                font-weight: 700;
                padding-right: 20px;
            }

            .commerce-checkout #payment ul.payment_methods li input[type=radio] {
                margin: 15px 20px 15px 10px;
            }

    .commerce-checkout #payment div.payment_box {
        background: 0 0;
        border-top: 1px solid #e2e2e2;
        margin: 0;
        padding: 20px;
        width: 100%;
    }

        .commerce-checkout #payment div.payment_box:after {
            display: none;
        }

    .commerce-checkout #payment li.payment_method_paypal label img {
        display: block;
        margin: 6px 0 0;
    }

    .commerce-checkout #payment li.payment_method_paypal label .about_paypal {
        float: left;
        line-height: 30px;
    }

    .commerce-checkout #payment div.place-order {
        padding: 0;
        margin: 30px 0 0;
    }

    .commerce-checkout #payment #place_order {
        width: 100%;
        border: 0;
        background: #011e9e;
        border-radius: 0;
        height: 44px;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        transition: all .4s ease 0s;
        line-height: 25px;
        text-shadow: none;
        margin: 0;
        color: #fff;
    }

        .commerce-checkout #payment #place_order:hover {
            background: #000;
            color: #fff;
        }

.commerce-checkout .noo-checkout-complete {
    padding-top: 40px;
}

    .commerce-checkout .noo-checkout-complete .order_details {
        margin: 30px 0;
        padding: 0;
    }

    .commerce-checkout .noo-checkout-complete h2, .commerce-checkout .noo-checkout-complete h3 {
        padding: 0 0 0 15px;
        margin: 30px 0 20px;
        color: #000;
        font-size: 16px;
        font-weight: 800;
        text-transform: uppercase;
        position: relative;
    }

        .commerce-checkout .noo-checkout-complete h2:before, .commerce-checkout .noo-checkout-complete h3:before {
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            background: #f3e200;
            border-radius: 50%;
            content: '';
            transition: all .4s ease 0s;
        }

    .commerce-checkout .noo-checkout-complete table.customer_details, .commerce-checkout .noo-checkout-complete table.order_details {
        border: 0;
        border-radius: 0;
        margin: 0 0 50px;
    }

        .commerce-checkout .noo-checkout-complete table.customer_details td, .commerce-checkout .noo-checkout-complete table.customer_details th, .commerce-checkout .noo-checkout-complete table.order_details td, .commerce-checkout .noo-checkout-complete table.order_details th {
            border-width: 0 0 1px;
            border-color: #eeeff0;
            border-style: solid;
        }

        .commerce-checkout .noo-checkout-complete table.customer_details thead th, .commerce-checkout .noo-checkout-complete table.order_details thead th {
            font-weight: 800;
            text-transform: uppercase;
            padding: 13px 0;
        }

        .commerce-checkout .noo-checkout-complete table.customer_details td, .commerce-checkout .noo-checkout-complete table.order_details td {
            padding: 25px 0;
        }

.commerce-account input.button {
    display: inline-block;
    padding: 8px 30px;
    background: #011e9e;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 20px;
}

    .commerce-account input.button:focus, .commerce-account input.button:hover {
        background: #000;
        color: #fff;
    }

.commerce-account input:not([type=submit]) {
    display: block;
    height: 40px;
    border: 0;
    width: 100%;
    color: #696969;
    font-size: 14px;
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    background: #eee;
    padding: 0 10px;
}

    .commerce-account input:not([type=submit])::-moz-placeholder {
        color: #696969;
        opacity: 1;
    }

    .commerce-account input:not([type=submit]):-ms-input-placeholder {
        color: #696969;
    }

    .commerce-account input:not([type=submit])::-webkit-input-placeholder {
        color: #696969;
    }

.commerce-account label, .commerce-account p {
    font-size: 14px;
    color: #777;
    margin: 0 0 10px;
    padding: 0;
}

.commerce-account #customer_login h2 {
    padding: 0 0 0 15px;
    margin: 0 0 34px;
    color: #000;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
}

    .commerce-account #customer_login h2:before {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        background: #f3e200;
        border-radius: 50%;
        content: '';
        transition: all .4s ease 0s;
    }

.commerce-account form.register {
    min-height: 331px;
}

.commerce-account h2, .commerce-account h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.select2-drop-mask {
    background: #777;
}

.commerce form.lost_reset_password input {
    border: 1px solid #eee;
}

.commerce form.login, .commerce form.register {
    border: 1px solid #eee;
    border-radius: 0;
}

    .commerce form.login .form-row, .commerce form.register .form-row {
        margin-bottom: 15px;
    }

    .commerce form.login .lost_password, .commerce form.login label, .commerce form.register .lost_password, .commerce form.register label {
        font-size: 12px;
        font-weight: 400;
        color: #696969;
        margin: 0 0 10px;
        padding: 0;
    }

        .commerce form.login label[for=rememberme], .commerce form.register label[for=rememberme] {
            margin-left: 8px;
        }

.wishlist-title {
    display: none;
}

.commerce table.wishlist_table {
    border: 0;
    border-radius: 0;
    margin: 0;
}

    .commerce table.wishlist_table .product-thumbnail {
        width: 12%;
        text-align: center;
    }

        .commerce table.wishlist_table .product-thumbnail a {
            margin: auto;
        }

    .commerce table.wishlist_table thead {
        background: #f0f0f0;
        height: 50px;
    }

        .commerce table.wishlist_table thead th {
            border: 0;
            font-weight: 800;
            text-transform: uppercase;
            padding: 25px 0;
            font-size: 14px;
            text-align: center;
        }

    .commerce table.wishlist_table td {
        border-width: 0 0 1px;
        border-color: #eeeff0;
        border-style: solid;
        padding: 25px 0;
        text-align: center;
        font-size: 14px;
    }

        .commerce table.wishlist_table td.product-remove {
            padding-left: 0;
        }

            .commerce table.wishlist_table td.product-remove a {
                width: 30px;
                height: 30px;
                overflow: hidden;
                position: relative;
                text-indent: 30px;
                display: inline-block;
                border-radius: 0;
                box-shadow: none;
            }

                .commerce table.wishlist_table td.product-remove a:before {
                    font-family: FontAwesome;
                    content: "\f1f8";
                    font-size: 14px;
                    color: #696969;
                    position: absolute;
                    left: -20px;
                    top: 7px;
                }

                .commerce table.wishlist_table td.product-remove a:hover {
                    background: 0 0;
                    color: transparent;
                }

                    .commerce table.wishlist_table td.product-remove a:hover:before {
                        color: red;
                    }

        .commerce table.wishlist_table td.product-add-to-cart a {
            padding: 0 21px;
            background: #011e9e;
            border: 0;
            color: #fff;
            text-transform: uppercase;
            font-weight: 700;
            display: inline-block;
            transition: all .4s ease 0s;
            height: 40px;
            line-height: 40px;
            border-radius: 0;
        }

            .commerce table.wishlist_table td.product-add-to-cart a:hover {
                background: #f3e200;
            }

.onepage-footer {
    background: #000;
    padding-top: 70px;
    padding-bottom: 35px;
}

    .onepage-footer .widget {
        margin-bottom: 30px;
        text-align: center;
    }

    .onepage-footer .widget_noo_infomation_onpage .onepage-social {
        margin-bottom: 20px;
    }

        .onepage-footer .widget_noo_infomation_onpage .onepage-social a {
            font-size: 18px;
            color: #fff;
            margin: 0 14px;
        }

            .onepage-footer .widget_noo_infomation_onpage .onepage-social a:hover {
                color: #f3e200;
            }

    .onepage-footer .widget_noo_infomation_onpage .noo-one-footer {
        color: #787878;
        line-height: 21px;
    }

        .onepage-footer .widget_noo_infomation_onpage .noo-one-footer i {
            color: #f3e200;
        }

.wrap-footer {
    padding: 94px 0 98px;
    background: center center no-repeat #333;
    color: #eee;
    background-size: cover;
}

    .wrap-footer a {
        color: #eee;
    }

    .wrap-footer .widget-title, .wrap-footer .widget_rss li .rsswidget {
        color: #fff;
    }

.widget-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 800;
}

.widget_noo_infomation .noo-infomation-attr li .phone-text, .widget_rss li .rsswidget {
    font-weight: 700;
}

.widget {
    margin-top: 30px;
}

    .widget:first-child {
        margin-top: 0;
    }

    .widget ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .widget ul li a {
            font-size: 14px;
            line-height: 24px;
        }

        .widget ul li ul {
            margin: .4688em 0 0 1em;
            padding-top: .4688em;
        }

    .widget input, .widget select, .widget textarea {
        width: 100%;
        height: 40px;
    }

.textwidget img {
    margin-bottom: 10px;
}

.textwidget .entry-caption, .textwidget .gallery-caption, .textwidget .wp-caption .wp-caption-text {
    color: #eee;
    margin-top: 10px;
}

.widget_calendar table {
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #eee;
}

    .widget_calendar table caption {
        margin-bottom: 15px;
    }

    .widget_calendar table td, .widget_calendar table th {
        border-width: 0 1px 1px 0;
        border-style: solid;
        border-color: #eee;
    }

.widget_rss li {
    margin-bottom: 30px;
}

    .widget_rss li .rss-date {
        display: block;
    }

.noo-md-custom {
    width: 22.22222%;
    padding: 0 15px;
    float: left;
}

.widget_noo_infomation {
    background: rgba(255, 255, 255, 0.85);
    /*margin-top: -154px !important;*/
    margin-top: -137px !important;
    padding-bottom: 20px;
}

    .widget_noo_infomation .noo-infomation-attr {
        padding: 1px 30px 55px;
        color: #000;
        line-height: 24px;
    }

        .widget_noo_infomation .noo-infomation-attr li {
            position: relative;
            padding-left: 30px;
            margin-top: 12px;
        }

            .widget_noo_infomation .noo-infomation-attr li span.fa {
                position: absolute;
                color: #011e9e;
                font-size: 14px;
                padding-right: 10px;
                left: 0;
                top: 5px;
            }

            .widget_noo_infomation .noo-infomation-attr li address {
                font-size: 14px;
                margin: 0;
            }

    .widget_noo_infomation .noo-info-footer {
        padding: 24px 0;
        margin: 0 30px;
        position: relative;
        font-size: 12px;
        line-height: 21px;
        color: #787878;
    }

        .widget_noo_infomation .noo-info-footer:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 70px;
            height: 1px;
            background: #b1b1b1;
            content: '';
        }

.noo-custom-menu ul li a:before, .widget_noo_services ul li a:before {
    left: 0;
    top: 50%;
    -o-transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    content: '';
}

.widget_noo_infomation .noo-info-footer i {
    color: #011e9e;
}

.social-all {
    background: #011e9e;
    /*padding: 18px 33px;*/
    padding: 10px 25px;
}

    .social-all span {
        padding-right: 5px;
    }

    .social-all a {
        margin-left: 22px;
        font-size: 14px;
    }

        .social-all a:hover {
            color: #f3e200;
        }

.noo-info-top {
    padding: 50px 30px 0;
    color: #000;
    line-height: 24px;
}

    .noo-info-top p {
        margin-top: 25px;
    }

.widget_noo_services {
    padding-left: 30px;
}

    .noo-custom-menu ul li a, .widget_noo_services ul li a {
        line-height: 36px;
        text-decoration: none;
        padding-left: 14px;
    }

    .widget_noo_services ul li a {
        color: #ccc;
        display: block;
        position: relative;
    }

        .widget_noo_services ul li a:before {
            position: absolute;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            background: #585858;
            border-radius: 50%;
        }

        .widget_noo_services ul li a:hover {
            color: #fff;
        }

            .widget_noo_services ul li a:hover:before {
                background: #fff;
            }

.noo-custom-menu:after {
    clear: both;
    content: '';
    display: table;
}

.noo-custom-menu ul {
    float: left;
    margin-left: 36px;
}

    .noo-custom-menu ul:first-child {
        margin-left: 0;
    }

    .noo-custom-menu ul li a {
        color: #ccc;
        display: block;
        position: relative;
    }

        .noo-custom-menu ul li a:before {
            position: absolute;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            background: #585858;
            border-radius: 50%;
        }

        .noo-custom-menu ul li a:hover {
            color: #fff;
        }

            .noo-custom-menu ul li a:hover:before {
                background: #fff;
            }

.recent-tweets li {
    padding-bottom: 15px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 15px;
}

    .recent-tweets li:first-child {
        border: 0;
        padding-top: 0;
    }

    .recent-tweets li .twitter_user {
        padding-bottom: 5px;
    }

        .recent-tweets li .twitter_user .twitter_profile {
            position: relative;
            padding-right: 4px;
        }

            .recent-tweets li .twitter_user .twitter_profile:before {
                font-family: FontAwesome;
                content: "\f099";
                color: #686869;
            }

            .recent-tweets li .twitter_user .twitter_profile img {
                display: none;
            }

        .recent-tweets li .twitter_user .twitter_username {
            padding-left: 5px;
            color: #f3e200;
        }

    .recent-tweets li .tw-content {
        padding-left: 22px;
        display: block;
        color: #ccc;
    }

        .recent-tweets li .tw-content a {
            color: #fff;
        }

.noo-bottom-bar-content {
    background: #222;
    padding: 30px 0;
}

a.go-to-top, a.go-to-top:hover a.go-to-top:focus {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    bottom: 72px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: -60px;
    transition: all .2s ease-in-out 0s;
    color: #fff;
    font-size: 40px;
    height: 50px;
    line-height: 1;
    text-align: center;
    width: 50px;
    z-index: 100;
    visibility: hidden;
}

.theme-rtl, .theme-rtl form input, .theme-rtl form select, .theme-rtl form textarea {
    text-align: right;
}

a.go-to-top.on, a.go-to-top:hover a.go-to-top:focus.on {
    opacity: .8;
    filter: alpha(opacity=80);
    visibility: visible;
    right: 20px;
}

    a.go-to-top.on:hover, a.go-to-top:hover a.go-to-top:focus.on:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

.theme-rtl header .navbar-header {
    float: right !important;
}

.theme-rtl header .noo-main-menu {
    float: left !important;
}

    .theme-rtl header .noo-main-menu .navbar-nav li > .sub-menu {
        left: auto;
        right: 0;
    }

        .theme-rtl header .noo-main-menu .navbar-nav li > .sub-menu li .sub-menu {
            right: 70%;
            left: auto;
        }

        .theme-rtl header .noo-main-menu .navbar-nav li > .sub-menu li:hover .sub-menu {
            right: 100%;
        }

    .theme-rtl header .noo-main-menu .navbar-nav li:hover .sub-menu {
        top: 100%;
    }

.theme-rtl #comments li .comment-wrap .comment-img, .theme-rtl #comments ol .comment-wrap .comment-img {
    float: right;
}

.theme-rtl #comments li .comment-block, .theme-rtl #comments ol .comment-block {
    padding-right: 110px;
    padding-left: 0;
}

.theme-rtl .noo-shortcode-slider .left {
    position: absolute;
    width: 60%;
    height: 710px;
    left: 0;
    bottom: 0;
}

.theme-rtl .noo-shortcode-slider .right {
    position: absolute;
    width: 40%;
    height: 430px;
    right: 0;
    bottom: 0;
}

.theme-rtl .book-free {
    right: auto;
    left: 15px;
    padding: 0 0 30px 15px;
}

.theme-rtl .noo-custom-menu ul li a:before, .theme-rtl .noo-team-content .team-specialty .team-specialty-attr ul li:before, .theme-rtl .noo-team-content .team-title:before, .theme-rtl .noo-title .noo-title-number, .theme-rtl .our-blog-item .blog-item .blog-hover .entry-sh-footer:before, .theme-rtl .widget_noo_infomation .noo-info-footer:before, .theme-rtl .widget_noo_infomation .noo-infomation-attr li span.fa, .theme-rtl .widget_noo_services ul li a:before {
    left: auto;
    right: 0;
}

.theme-rtl .noo-news-slider li .noo-news-item .container p {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 0 40%;
    color: #fff;
}

.theme-rtl .noo-news-slider li .noo-news-item .container h3 {
    width: 100%;
}

    .theme-rtl .noo-news-slider li .noo-news-item .container h3:after {
        clear: both;
        content: '';
        display: table;
    }

.theme-rtl select {
    direction: rtl;
}

.theme-rtl .noo-title {
    padding: 0 72px 0 0;
}

    .theme-rtl .noo-title .last {
        height: auto;
        overflow: visible;
    }

    .theme-rtl .noo-title .frist {
        display: inline-block;
        overflow: hidden;
        height: 50px;
        vertical-align: top;
    }

.theme-rtl .choose_style1 .choose-icon-wrap {
    float: right;
}

    .theme-rtl .choose_style1 .choose-icon-wrap .choose-icon {
        margin: 0 0 0 28px;
    }

.theme-rtl .widget_noo_infomation .noo-infomation-attr li {
    padding-left: 0;
    padding-right: 30px;
}

.theme-rtl .social-all:after {
    clear: both;
    content: '';
    display: table;
}

.theme-rtl .blog-title .noo-blog-control, .theme-rtl .noo-list.list-default span, .theme-rtl .team-title .noo-team-control {
    display: inline-block;
}

.theme-rtl .social-all span {
    padding-right: 0;
    padding-left: 15px;
    float: right;
}

.theme-rtl table td, .theme-rtl table th {
    text-align: right !important;
    padding-right: 30px !important;
}

.theme-rtl .noo-custom-menu ul li a, .theme-rtl .widget_noo_services ul li a {
    padding-left: 0;
    padding-right: 14px;
}

.theme-rtl .noo-custom-menu ul {
    float: right;
    margin-right: 36px;
    margin-left: 0;
}

    .theme-rtl .noo-custom-menu ul:first-child {
        margin-right: 0;
    }

.theme-rtl .noo-team-content .team-left {
    float: right;
}

.theme-rtl .noo-team-content .team-contact ul li .after_cler i {
    float: right;
    padding-right: 0;
    padding-left: 17px;
}

.theme-rtl .noo-team-content .team-specialty .team-specialty-attr ul li, .theme-rtl .noo-team-content .team-title {
    padding: 0 14px 0 0;
}

.theme-rtl .noo-clients-default .noo_clients li {
    float: right;
    text-align: right;
}

.theme-rtl .header-2 .noo-search-wrap {
    float: left !important;
}

    .theme-rtl .header-2 .noo-search-wrap #form-header .category-tree {
        float: right;
        border-left: 1px solid #eeeff0;
        border-right: 0;
    }

        .theme-rtl .header-2 .noo-search-wrap #form-header .category-tree .category-inner i {
            left: 22px;
            right: auto;
        }

        .theme-rtl .header-2 .noo-search-wrap #form-header .category-tree .category-inner span {
            padding-right: 22px;
            padding-left: 0;
        }

        .theme-rtl .header-2 .noo-search-wrap #form-header .category-tree .nav-dropdown {
            padding-right: 22px;
            padding-left: 10px;
        }

    .theme-rtl .header-2 .noo-search-wrap #form-header .search-input .icon-search-form {
        right: auto;
        left: 15px;
    }

    .theme-rtl .header-2 .noo-search-wrap #form-header .search-input .ajax_load {
        right: auto;
        left: 11px;
    }

    .theme-rtl .header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li img {
        float: right;
    }

    .theme-rtl .header-2 .noo-search-wrap #form-header .search-input .returs_ajax ul li .ajax_p_content {
        padding-right: 70px;
        padding-left: auto;
    }

.theme-rtl .noo-infomation-cart ul li.phone {
    padding-left: 0;
    padding-right: 45px;
}

    .theme-rtl .noo-infomation-cart ul li.phone i {
        left: auto;
        right: 10px;
    }

.theme-rtl .noo-infomation-cart ul .noo-menu-item-cart .cart-button .cart-item {
    float: right;
}

.theme-rtl .noo-infomation-cart ul .noo-menu-item-cart .cart-button .cart-name {
    padding-left: 0;
    padding-right: 23px;
}

.theme-rtl .blog-item-default .bk {
    padding-left: 0;
    padding-right: 400px;
}

.theme-rtl .blog-item-default .blog-sh-left {
    left: auto;
    right: 0;
}

.theme-rtl .simple-product .simple-content .entry-cart-meta a.add_to_cart_button {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.theme-rtl .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist {
    float: right;
    text-align: left;
}

.theme-rtl .simple-product .thumb {
    float: right;
}

.theme-rtl header.header-6 .noo-main-menu {
    float: none !important;
}

.theme-rtl .noo-topbar ul li a {
    display: block;
    padding-right: 30px;
    position: relative;
}

.theme-bikang .whychooseus.choose_style3:hover .choose-icon .background-line .background-line-bottom, .theme-cleaning .whychooseus.choose_style3:hover .choose-icon .background-line .background-line-bottom, .theme-construct .whychooseus.choose_style3:hover .choose-icon .background-line .background-line-bottom, .theme-printing .whychooseus.choose_style3:hover .choose-icon .background-line .background-line-bottom, .theme-rtl .masonry-filters-services .services-filters li a:before, .theme-transport .whychooseus.choose_style3:hover .choose-icon .background-line .background-line-bottom {
    display: none;
}

.theme-rtl .noo-topbar ul li a i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.theme-rtl .noo-topbar ul.pull-right li:last-child a {
    padding-right: 30px;
}

.theme-rtl .masonry-filters-services .services-filters li {
    float: right;
}

    .theme-rtl .masonry-filters-services .services-filters li a:after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        background: #b1b1b1;
        border-radius: 50%;
        content: '';
        transition: all0 .4s ease 0s;
    }

.theme-rtl .noo_team li .noo-team-item .noo-team-info:before, .theme-rtl .noo_testimonial_three li:before {
    right: 15px;
    left: auto;
}

.theme-rtl .noo-service-header .noo-service-attr ul li span {
    float: left;
}

    .theme-rtl .noo-service-header .noo-service-attr ul li span:first-child, .theme-rtl .noo_testimonial_three li .testimonial-header .noo_testimonial_avatar {
        float: right;
    }

.theme-rtl .noo_testimonial_three li .testimonial-header .testimonial-name {
    padding-left: 0;
    padding-right: 110px;
}

.theme-rtl .submit-offer .text {
    padding-right: 15px;
}

.theme-rtl .widget_search {
    padding: 10px 0 0 10px;
}

.theme-rtl .commerce ul.product_list_widget li img {
    float: left;
}

.theme-rtl .hentry .entry-content-wrap .author-avatar, .theme-rtl .single-author-bio .author-avatar {
    float: right;
}

.theme-rtl .noo-sidebar-wrap .widget_categories ul, .theme-rtl .noo-sidebar-wrap .widget_recent_entries ul {
    direction: rtl;
    padding-right: 18px;
}

.theme-rtl .hentry .entry-content-wrap .entry-content {
    padding-right: 200px;
    padding-left: 0;
}

.theme-rtl .hentry .entry-content-wrap .entry-post-footer:before {
    left: auto;
    right: 0;
}

.theme-rtl .single-navigation span {
    text-align: left;
}

    .theme-rtl .single-navigation span.s-next {
        text-align: right;
    }

.theme-rtl .pull-rtl {
    float: right !important;
}

.theme-rtl .our-blog-item .blog-item:hover:before {
    right: 10px;
    left: auto;
}

.theme-rtl .blog-item-default .blog-sh-right .date .dday {
    float: none;
}

.theme-rtl .blog-item-default .blog-sh-right .default-blog-footer:before {
    left: auto;
    right: 0;
}

.theme-rtl .noo-checklist li:before, .theme-rtl .noo-service-header .noo-service-attr ul li:before, .theme-rtl .project-title:before {
    left: inherit;
    right: 0;
}

.theme-rtl .project-item .project-inner .project-ds {
    padding-left: 0;
    padding-right: 30px;
}

.theme-rtl .project-title {
    padding: 0 14px 0 0;
}

.theme-rtl .noo-checklist li {
    padding-left: 0;
    padding-right: 25px;
}

.theme-rtl .noo-service-header .noo-service-attr ul li {
    padding-left: 0;
    padding-right: 14px;
}

.theme-rtl #comments ol li .comment-wrap .comment-block .comment-reply, .theme-rtl #comments ul li .comment-wrap .comment-block .comment-reply {
    left: 0;
    right: inherit;
}

.theme-rtl .single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
    font-size: 0;
}

    .theme-rtl .single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
        left: 27px;
    }

@media (max-width: 767px) {
    .theme-rtl .blog-item-default .bk {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu {
        max-width: 970px;
        width: 100%;
    }
}

@media (max-width: 1300px) {
    div.ntop0 {
        padding-top: 0 !important;
    }
}

@media (max-width: 1200px) {
    .money-content .money-entry-content {
        font-size: 14px;
    }

    .noo-title strong {
        padding-top: 55px;
    }

    .noo-newsltter-form .mc-email {
        max-width: 425px;
    }

    .noo-newsltter-boxed .noo-newsltter-form .mc-email {
        max-width: 70%;
    }

    .noo_pricing {
        max-width: 290px;
        width: 100%;
    }

        .noo_pricing .pricing_header:before {
            border-left: 145px solid transparent;
            border-right: 145px solid transparent;
        }

    .blog-title.style2 {
        padding: 0;
    }

    div.responsive_left_15x {
        padding-left: 15px !important;
    }

    .header-2 .noo-search-wrap #form-header .search-input {
        width: 270px;
    }

    .entry-poster-meta {
        width: 60%;
    }

    .noo-product-item {
        width: 50%;
    }

    .first {
        clear: none;
    }

    .noo-product-item:nth-child(11), .noo-product-item:nth-child(13), .noo-product-item:nth-child(15), .noo-product-item:nth-child(17), .noo-product-item:nth-child(19), .noo-product-item:nth-child(21), .noo-product-item:nth-child(3), .noo-product-item:nth-child(5), .noo-product-item:nth-child(7), .noo-product-item:nth-child(9) {
        clear: both;
    }
}

.navbar-default {
    background: 0 0;
    border: none;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .theme-rtl .header-3 button.noo_icon_menu, .theme-rtl .header-5 button.noo_icon_menu, .theme-rtl .header-style2 button.noo_icon_menu, .theme-rtl button.noo_icon_menu {
        left: 0;
    }

    body .masonry-item, body .noo-project-grid .masonry-item {
        width: 50%;
    }

    .navbar-default {
        min-height: 70px;
    }

    .header-default .noo-nav-header4 .noo-nav-wrap {
        padding: 0;
    }

    .noo-page-heading .page-title, .noo-page-heading-Appointment .page-title {
        font-size: 30px;
    }

    header .noo-main-menu {
        display: none;
    }

    .off-canvas, .off-canvas body {
        width: 100%;
        overflow-x: hidden;
    }

    body .responsive_mt_70x {
        margin-top: 70px !important;
    }

    body .responsive_4_8x {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    body .responsive_0_8x {
        padding-top: 0 !important;
        padding-bottom: 80px !important;
    }

    body .responsive_6_4x {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }

    body .responsive_top_100x {
        padding-top: 100px !important;
    }

    body .responsive_top_70x {
        padding-top: 70px !important;
    }

    body .responsive_80x {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    body .responsive_50x {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    body .responsive_top_10x {
        padding-top: 10px !important;
    }

    .header-4 .noo_icon_menu {
        background: 0 0;
        color: #fff;
    }

    .noo-main-canvas .sub-menu {
        list-style: none;
        padding-left: 20px;
    }

    button.noo_icon_menu {
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: #fff;
        color: #333;
        border: 0;
        padding: 5px 10px;
    }

    .header-3 button.noo_icon_menu, .header-5 button.noo_icon_menu, .header-style2 button.noo_icon_menu {
        right: 0;
    }

    .header-6 button.noo_icon_menu {
        right: 10px;
    }

    .off-canvas {
        position: relative;
    }

        .off-canvas body {
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
        }

            .off-canvas body > * {
                left: 0;
                -webkit-transform: translateX(0);
                transform: translateX(0);
                transition: -webkit-transform .5s ease;
                transition: transform .5s ease;
                -webkit-backface-visibility: hidden;
                -o-backface-visibility: hidden;
                backface-visibility: hidden;
            }

        .off-canvas #off-canvas-nav {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            z-index: 1;
            background: 0 0;
        }

            .off-canvas #off-canvas-nav .noo-main-canvas {
                margin: 0;
                position: absolute;
                left: 0;
                top: 0;
                width: 250px;
                -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
            }

                .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse {
                    background: #333;
                    height: auto;
                    margin: 0;
                    padding: 30px 0;
                    width: 100%;
                }

                    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li {
                        float: none;
                        clear: both;
                    }

                    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse .product_list_widget li {
                        min-height: 95px;
                    }

                    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li.noo-menu-item-simple-cart a i {
                        color: #fff;
                    }

                    .off-canvas #off-canvas-nav .noo-main-canvas .nav-collapse li a {
                        color: #fff;
                        display: block;
                        font-size: 13px;
                        font-weight: 400;
                        line-height: 16px;
                        margin: 0;
                        padding: 8px 20px;
                        position: relative;
                        text-decoration: none;
                        text-transform: none;
                        letter-spacing: 0;
                    }

    .off-canvas-enabled body > * {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }

    .off-canvas-enabled #noo-main-canvas {
        display: block;
    }

    body .noo-main-canvas {
        background: transparent;
        border: 0;
        color: #000;
        display: block;
        padding: 0;
    }

    .header-2 .noo-search-wrap #form-header, .header-2 .noo-wrap-menu, .header-5 .noo-search-wrap {
        display: none;
    }

    .noo-main-canvas i {
        color: #000;
        font-size: 14px;
        line-height: 50px;
    }

    .nav-collapse {
        height: 0;
        overflow: hidden;
    }

    .noo-nav-wrap {
        padding: 0;
    }

    .noo-main-canvas .noo_megamenu_widget_area {
        padding-left: 20px;
    }

        .noo-main-canvas .noo_megamenu_widget_area .widget-title {
            color: #fff;
            font-size: 13px;
            font-weight: 400;
            line-height: 16px;
            margin-top: 15px;
            text-transform: none;
            margin-bottom: 10px;
        }

        .noo-main-canvas .noo_megamenu_widget_area .commerce ul.cart_list, .noo-main-canvas .noo_megamenu_widget_area .commerce ul.product_list_widget {
            padding-left: 10px;
        }

            .noo-main-canvas .noo_megamenu_widget_area .commerce ul.cart_list li a, .noo-main-canvas .noo_megamenu_widget_area .commerce ul.product_list_widget li a {
                padding-left: 0 !important;
            }

            .noo-main-canvas .noo_megamenu_widget_area .commerce ul.cart_list li img, .noo-main-canvas .noo_megamenu_widget_area .commerce ul.product_list_widget li img {
                width: 50px;
            }

            .noo-main-canvas .noo_megamenu_widget_area .commerce ul.cart_list li .amount, .noo-main-canvas .noo_megamenu_widget_area .commerce ul.product_list_widget li .amount {
                font-size: 13px;
                margin-top: 0;
            }

    header.noo-header.header-default {
        position: relative;
        left: auto;
        top: auto;
    }

    .header-2 {
        border-bottom: 2px solid #eee;
    }

        .header-2 .noo-search-wrap {
            margin-top: 26px;
        }

        .header-2 .navbar-default .noo-nav-wrap {
            min-height: 100px;
        }

        .header-2 .navbar-default .navbar-brand {
            min-height: 100px;
            line-height: 100px;
        }

    .noo-infomation-cart {
        margin-right: 70px;
    }

    .header-5 .navbar-default .noo-nav-wrap {
        min-height: 70px;
        margin-bottom: 0;
    }

    .header-5 .navbar-default .navbar-brand {
        line-height: 70px;
        min-height: 70px;
    }

    .header-6 .navbar-default .noo-nav-wrap {
        min-height: 60px;
        margin-bottom: 0;
    }

        .header-6 .navbar-default .noo-nav-wrap .navbar-brand {
            line-height: 60px;
            min-height: 60px;
            display: inline-block;
        }

    .clients .next-client, .clients .prev-client, .commerce table.wishlist_table .product-stock-stauts, .commerce table.wishlist_table tbody td.product-stock-status, .header-6 .noo-infomation-cart, .noo-shortcode-slider .left, .noo-shortcode-slider .right, .noo-single-product .icon-product, .services-content .services-entry a {
        display: none;
    }

    .header-6 .navbar-default .navbar-header {
        text-align: left;
    }

    .noo-topbar {
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }

        .noo-topbar ul li a:hover {
            color: #000;
        }

    .navbar-brand {
        line-height: 70px;
    }

    .noo-news-slider li .noo-news-item {
        height: 500px;
    }

        .noo-news-slider li .noo-news-item .container {
            padding-top: 70px;
        }

            .noo-news-slider li .noo-news-item .container .cat a {
                line-height: 70px;
                font-size: 70px;
            }

            .noo-news-slider li .noo-news-item .container h3 {
                font-size: 36px;
                line-height: 36px;
                margin: 3px 0 30px;
            }

    .book-free {
        width: 100%;
        right: auto;
        left: auto;
        bottom: auto;
        position: relative;
    }

    .book-wrap {
        height: auto;
    }

    .money-icon {
        width: 190px;
    }

    .money-content {
        padding-left: 80px;
    }

        .money-content .money-title {
            font-size: 24px;
            line-height: 24px;
        }

        .money-content .money-entry-content {
            font-size: 14px;
            width: 65%;
        }

        .money-content .noo-button {
            padding: 14px 25px;
        }

    .services-item {
        max-width: none;
        width: 300px;
        height: 250px;
    }

    .team-title .noo-team-control {
        margin-top: 30px;
        margin-bottom: 40px;
    }

        .team-title .noo-team-control button i {
            font-size: 20px;
        }

    .noo-newsltter-form .mc-email {
        max-width: 400px;
    }

    .noo-md-custom {
        width: 50%;
    }

        .noo-md-custom:nth-child(3) {
            clear: both;
        }

    .noo-footer-4 {
        margin-bottom: 40px;
    }

    .blog-title {
        max-width: 100%;
        padding: 50px 15px;
    }

    .noo-sh-product2, .noo-sh-product2 .product-left-content, .noo-single-product .noo-sh-product {
        padding-top: 60px;
    }

    .book-creative .book-form2 {
        width: 69%;
    }

    .width50-center, .width60-center {
        width: 80%;
    }

    .noo-single-product .product-right {
        margin-top: 30px;
    }

    .noo-sh-product2 {
        padding-bottom: 80px;
    }

    .product-left-content {
        padding-top: 80px;
    }

    .noo-single-product .svg-bottom.line-out {
        height: 100px;
        bottom: -100px;
    }

    .noo-newsltter-boxed .subscribe-text, .noo-newsltter-boxed .title-newsltter {
        padding: 0 0 0 15px;
    }

    .noo-newsltter-boxed .noo-newsltter-form {
        padding-left: 15px;
    }

        .noo-newsltter-boxed .noo-newsltter-form .mc-email {
            max-width: 400px;
        }

    .noo-poster .noo-poster-bk .poster-prev {
        left: 15px;
        z-index: 1;
    }

    .noo-poster .noo-poster-bk .nav-button.poster-next {
        right: 15px;
        z-index: 1;
    }

    .masonry-filters-services .services-filters {
        padding: 17px 25px 0 30px;
    }

        .masonry-filters-services .services-filters li a {
            padding: 10px 20px;
            font-size: 14px;
        }

    .left-offter, .noo-sidebar {
        padding-left: 15px;
    }

    .noo-services-item {
        margin-top: 35px;
    }

        .noo-services-item h3 {
            font-size: 16px;
        }

    .masonry-item.blog-masonry {
        width: 50%;
    }

    .noo-sidebar {
        margin-top: 70px;
    }

    .noo-service-header .noo-thumbnail {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .noo-service-header .noo-service-attr {
        padding: 50px 30px;
    }

    .first {
        clear: none;
    }

    .noo-product-item:nth-child(11), .noo-product-item:nth-child(13), .noo-product-item:nth-child(15), .noo-product-item:nth-child(17), .noo-product-item:nth-child(19), .noo-product-item:nth-child(21), .noo-product-item:nth-child(3), .noo-product-item:nth-child(5), .noo-product-item:nth-child(7), .noo-product-item:nth-child(9) {
        clear: both;
    }

    .commerce div.product div.summary {
        margin-top: 50px;
    }

    .noo-team-wrap {
        width: 100%;
    }

    .noo-team-content {
        max-width: 90%;
        width: 100%;
        height: 400px;
        margin: auto;
        overflow-y: scroll;
        padding: 15px 25px;
    }

        .noo-team-content .team-left {
            width: 100%;
            float: none;
            text-align: left;
        }

        .noo-team-content .team-right {
            width: 100%;
            float: none;
        }

    .commerce-cart#main, .commerce-checkout#main {
        margin-top: 40px;
    }

    .noo-page-heading {
        height: 300px;
    }

        .noo-page-heading .page-title, .noo-page-heading-Appointment .page-title {
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    .commerce-checkout .order_review_wrap #order_review table.shop_table tfoot td {
        text-align: right;
    }

    .wpcf7-form .container-form {
        width: 100%;
        max-width: 800px;
    }

    .commerce table.wishlist_table .product-name {
        width: 30%;
    }

    .commerce table.wishlist_table .product-add-to-cart, .commerce table.wishlist_table .product-stock-stauts, .commerce table.wishlist_table .product-thumbnail {
        width: 20%;
    }

    .theme-printing .choose_style1 {
        margin-top: 30px;
    }

    .your-money2 .money-left {
        width: 40%;
    }

    .your-money2 .money-right {
        width: 60%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .your-money2 .money-right .money-right-content {
            width: 100%;
        }

    .single-noo_services .noo-sidebar-services {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .book-creative .book-form2 .svg-bottom, .book-creative .book-form2 .svg-top, .commerce table.wishlist_table .product-thumbnail, .money-icon, .noo-infomation-cart, .noo-topbar {
        /*display: none;*/
    }

    body .responsive_left_15x {
        padding-left: 15px !important;
    }

    body .responsive_pb_70x {
        padding-bottom: 70px !important;
    }

    .commerce table.wishlist_table .product-add-to-cart, .commerce table.wishlist_table .product-price {
        width: 30%;
    }

    body header .navbar-brand .noo-logo-img {
        height: auto;
        max-width: 120px;
    }

    .navbar-default {
        min-height: 70px;
    }

    .money-content {
        padding-left: 0;
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .services-item {
        width: 280px;
        height: 230px;
        max-width: none;
    }

    .style1 {
        margin-bottom: 30px;
    }

    .our-blog-item .blog-item .blog-image {
        height: 400px;
    }

    .noo-nav-wrap {
        padding: 0;
    }

    .blog-title.style2 {
        min-height: 70px;
        padding: 0 0 30px;
    }

    .blog-item-default .bk, .widget_noo_services {
        padding-left: 0;
    }

    .book-creative .book-form2 {
        width: 70%;
    }

    .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta {
        display: block;
        width: 100%;
    }

    .product-quantity, .submit-offer-center, .your-money2 .money-left {
        display: none;
    }

    .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .action-meta {
        width: 63%;
        margin: auto;
    }

    .noo-newsltter-boxed .noo-newsltter-form {
        margin-right: 15px;
    }

        .noo-newsltter-boxed .noo-newsltter-form .mc-email {
            width: 355px;
        }

    .blog-item-default .blog-sh-left {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 250px;
    }

    .blog-item-default .blog-sh-right {
        margin-top: 30px;
    }

    .noo-footer-4 {
        width: auto;
        float: none;
    }

    .noo-newsltter-form .mc-email {
        max-width: 285px;
    }

    .noo-portfolio .columns-3 {
        width: 50%;
    }

    .masonry-filters-services .services-filters {
        padding: 30px 25px 0 30px;
    }

        .masonry-filters-services .services-filters li a {
            padding: 0 20px;
        }

    .masonry-item.blog-masonry {
        width: 100%;
    }

    .commerce-cart .commerce table.cart .product-name {
        width: 50% !important;
    }

    .commerce-cart .commerce table.cart td.product-remove {
        padding-left: 0;
        text-align: center;
    }

    .your-money2 .money-right {
        width: 100%;
    }

    .noo-sidebar-wrap {
        padding-left: 0;
    }

    .noo-wpadminbar header.noo-onepage-eff {
        top: 0 !important;
    }
}

@media (max-width: 480px) {
    .hidden-mobile, .product-price, .product-remove {
        display: none;
    }

    body .noo-project-grid .masonry-item {
        width: 100%;
    }

    body .responsive_m_70x {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .noo-page-heading .page-title.noo-page-heading-Appointment .page-title {
        font-size: 26px;
    }

    .commerce table.wishlist_table .product-add-to-cart, .commerce table.wishlist_table .product-name {
        width: 50%;
    }

    .noo-sh-button.sh-bk {
        margin-bottom: 15px;
    }

    .commerce-cart .commerce table.cart .product-name {
        width: 70% !important;
        padding-left: 15px;
    }

    .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td, .commerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .order-total td {
        text-align: right;
    }

    .product-subtotal {
        width: 30%;
    }

    .commerce-cart .commerce table.cart tr:not(.cart_item) .actions {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

        .commerce-cart .commerce table.cart tr:not(.cart_item) .actions .input-text + .button, .commerce-cart .commerce table.cart tr:not(.cart_item) .actions input {
            float: none;
            width: 100%;
            margin-top: 15px;
        }

    .commerce-cart table.cart td.actions .coupon .input-text {
        min-width: 100%;
    }

    .book-free {
        padding: 0;
    }

    .book-wrap {
        margin-bottom: 0;
    }

    body .responsive_top_70x {
        padding-top: 30px !important;
    }

    body .responsiveM_top_10x {
        padding-top: 10px !important;
    }

    .noo-title {
        font-size: 80px;
        padding-left: 52px;
    }

        .noo-title strong {
            font-size: 14px;
            padding-top: 50px;
        }

    .money-content .noo-button {
        position: relative;
        left: 0;
        top: auto;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-top: 15px;
    }

    .noo-newsltter-form button {
        display: block;
        margin-top: 15px;
        margin-left: 0;
    }

    .noo-single-product .svg-bottom, .our-blog-item .blog-item .sh-entry-blog, .our-blog-item .blog-item:before {
        display: none;
    }

    .noo_pricing {
        max-width: 280px;
        width: 280px;
    }

        .noo_pricing .pricing_header:before {
            border-left: 140px solid transparent;
            border-right: 140px solid transparent;
        }

    .noo_testimonial_one li p {
        padding: 50px 15px 0;
    }

    .noo-clients-default .noo_clients li {
        width: 45%;
    }

    .book-creative .book-form2, .noo-newsltter-boxed .noo-newsltter-form .mc-email, .noo_products .noo_products_slider li p, .simple-product .thumb, .wpcf7-form .container-form {
        width: 100%;
    }

    .noo-clients-default .noo_clients li:nth-child(4) {
        clear: none;
    }

    .product-left-content {
        padding-top: 0;
    }

    .simple-product .thumb {
        float: none;
    }

    .simple-product .simple-content {
        width: 100%;
        float: none;
        padding-top: 25px;
    }

    .services-slider .column-small:nth-child(3) {
        clear: both;
    }

    .wpcf7-form .container-form input[type=submit] {
        padding: 10px 90px;
    }

    .our-blog-item .blog-item .blog-hover {
        padding: 30px 10px 10px;
    }

    .our-blog-item .blog-item.style2 .sh-entry-blog {
        padding: 10px;
    }

    .product-left-content h3 {
        font-size: 24px;
    }

    .product-right .price {
        font-size: 40px;
        line-height: 40px;
    }

    .product-right h6 {
        font-size: 26px;
    }

    .noo-single-product .noo-sh-product.noo-sh-product2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .noo_products .noo_products_slider li {
        padding: 15px;
    }

    .noo_testimonial_two li .testimonial_wrap .testimonial-content {
        margin-left: 0;
        position: relative;
        padding-left: 0;
        margin-top: 60px;
        padding-top: 25px;
        text-align: center;
    }

    .noo_testimonial_two li .testimonial_wrap .testimonial-thumb {
        width: 100px;
        float: none;
        margin: auto;
    }

    .noo-portfolio .columns-3 {
        width: 100%;
    }

    .masonry-item.blog-masonry .our-blog-item {
        margin-bottom: 30px;
    }

        .masonry-item.blog-masonry .our-blog-item .blog-hover {
            position: relative;
            left: auto;
            top: auto;
            -webkit-transform: rotateX(0);
            transform: rotateX(0);
            opacity: 1;
            filter: alpha(opacity=100);
            bottom: auto;
            padding-top: 25px;
            padding-left: 20px;
        }

    .our-blog-item .blog-item.style1 .sh-entry-blog, .our-blog-item .blog-item.style1:before {
        display: block;
    }

    body .masonry-item.blog-masonry .our-blog-item .blog-hover .entry-sh-footer {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        margin-left: 0;
        margin-top: 30px;
    }

        body .masonry-item.blog-masonry .our-blog-item .blog-hover .entry-sh-footer:before {
            display: none;
        }

    .noo-product-item {
        width: 100% !important;
    }

    .commerce .commerce-result-count, .commerce-page .commerce-result-count {
        float: none;
    }

    .commerce-page .commerce-ordering, body .commerce .commerce-ordering {
        float: none;
        margin-top: 20px !important;
    }

    body .shop-container {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .hentry .entry-content-wrap .author-avatar {
        float: none;
        width: 100%;
        text-align: left;
        padding: 0 0 30px;
    }

    .hentry .entry-content-wrap .entry-content {
        padding-left: 0;
    }

    .author-avatar h5:before {
        left: 0;
        margin-left: 0;
    }

    .services-cat-title .cat-title-first {
        max-width: none;
    }

        .services-cat-title .cat-title-first .cat-title-last {
            font-size: 14px;
        }

    p.noo-text-responsive {
        font-size: 16px;
        width: 100%;
        line-height: 24px;
    }

    .column-services, body .masonry-item {
        width: 100%;
    }

    .masonry-filters-project .project-filters {
        padding-left: 15px;
        padding-right: 15px;
    }

    .project-filter {
        text-align: left;
    }
}

.theme-bikang .choose_style1, .theme-cleaning .choose_style1, .theme-construct .choose_style1, .theme-printing .choose_style1 {
    margin-top: 60px;
}

.theme-bikang .whychooseus.choose_style3 .choose-icon i, .theme-cleaning .whychooseus.choose_style3 .choose-icon i, .theme-construct .whychooseus.choose_style3 .choose-icon i, .theme-printing .whychooseus.choose_style3 .choose-icon i, .theme-transport .whychooseus.choose_style3 .choose-icon i {
    font-size: 40px;
}

.theme-bikang .noo-onepage .navbar-brand, .theme-cleaning .noo-onepage .navbar-brand, .theme-construct .noo-onepage .navbar-brand, .theme-printing .noo-onepage .navbar-brand, .theme-transport .noo-onepage .navbar-brand {
    line-height: 80px;
}

.theme-printing .noo-onepage .noo-wrap-menu {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

    .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a, .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a {
        color: #f65aa7;
    }

        .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a:before, .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a:before, .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a:before {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            filter: alpha(opacity=100);
            background: #9fd7ef;
        }

    .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li > a {
        color: #000;
    }

    .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a {
        padding-left: 0;
    }

.theme-printing .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a, .theme-printing .noo-left-menu .cate-name, .theme-printing .noo-left-menu .menu-categories li a:hover {
    color: #f65aa7;
}

    .theme-printing .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before, .theme-printing .header-5 .noo-wrap-menu {
        background: #f65aa7;
    }

        .theme-printing .header-5 .noo-wrap-menu .icon-search2 {
            background: #EF479A;
        }

        .theme-printing .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before, .theme-printing .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .count, .theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a:hover, .theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a:hover, .theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button:hover, .theme-printing .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover, .theme-printing .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover {
            background: #9fd7ef;
        }

        .theme-printing .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a, .theme-printing .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a {
            color: #fff;
        }

.theme-printing .blog-title .noo-blog-control button:hover i {
    color: #9fd7ef;
}

.theme-printing .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .icon-shopping, .theme-printing .noo-infomation-cart ul li.phone i, .theme-printing .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:hover, .theme-printing .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-printing .noo-main-menu .navbar-nav li:hover > a, .theme-printing .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li:hover > a, .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a, .theme-printing .whychooseus .choose-icon i, .theme-printing blockquote:before {
    color: #f65aa7;
}

    .theme-printing .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a:before, .theme-printing .search-header5 form input[type=submit] {
        background: #f65aa7;
    }

.theme-printing .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
    color: #fff;
    background: #f65aa7;
}

.theme-printing .noo-main-menu .navbar-nav li > a:before {
    background: #9fd7ef;
}

.theme-printing .noo-main-menu .navbar-nav li > .sub-menu li a:hover {
    color: #f65aa7;
}

.theme-printing .noo-news-slider li .noo-news-item .container .cat a, .theme-printing .noo-title {
    color: #9fd7ef;
}

.theme-printing .noo-news-slider li .noo-news-item:before {
    background: rgba(0, 0, 0, 0.6);
}

.theme-printing .book-free {
    background: #9fd7ef;
}

    .theme-printing .book-free .book-content input[type=submit] {
        background: #f65aa7;
    }

.theme-printing .money-icon, .theme-printing .money-icon:after {
    background: #9fd7ef;
}

    .theme-printing .money-icon:before {
        border-left-color: #9fd7ef;
    }

    .theme-printing .money-icon span {
        background: #fff;
    }

        .theme-printing .money-icon span:before {
            border-left-color: #fff;
        }

        .theme-printing .money-icon span:after {
            border-right-color: #fff;
        }

.theme-printing .money-content .money-title {
    color: #000;
}

.theme-printing .money-content .money-entry-content {
    color: #fff;
}

.theme-printing .money-content .noo-button, .theme-printing .noo-sh-button {
    color: #f65aa7;
}

    .theme-printing .noo-sh-button span {
        border-color: #f65aa7;
    }

    .theme-printing .noo-sh-button.sh-bk {
        background: #f65aa7;
        color: #fff;
    }

.theme-printing .services-content .services-entry {
    background: rgba(246, 90, 167, 0.8);
}

    .theme-printing .services-content .services-entry p, .theme-printing .services-content .services-entry strong {
        color: #fff;
    }

    .theme-printing .services-content .services-entry a {
        background: #9fd7ef;
    }

.theme-printing .services-title a {
    color: #000;
}

.theme-printing .noo-list a:hover, .theme-printing .noo-list.yes span {
    color: #f65aa7;
}

.theme-printing ul.owl-theme .owl-controls .owl-page.active, .theme-printing ul.owl-theme .owl-controls .owl-page:hover {
    border-color: #f6a8cf;
}

    .theme-printing ul.owl-theme .owl-controls .owl-page.active:after, .theme-printing ul.owl-theme .owl-controls .owl-page.active:before, .theme-printing ul.owl-theme .owl-controls .owl-page:hover:after, .theme-printing ul.owl-theme .owl-controls .owl-page:hover:before {
        background: #f6a8cf;
    }

    .theme-printing ul.owl-theme .owl-controls .owl-page.active span, .theme-printing ul.owl-theme .owl-controls .owl-page:hover span {
        background: #f65aa7;
    }

        .theme-printing ul.owl-theme .owl-controls .owl-page span, .theme-printing ul.owl-theme .owl-controls .owl-page.active span:after, .theme-printing ul.owl-theme .owl-controls .owl-page.active span:before, .theme-printing ul.owl-theme .owl-controls .owl-page:hover span:after, .theme-printing ul.owl-theme .owl-controls .owl-page:hover span:before {
            background: #f6a8cf;
        }

.theme-printing .noo-list a:hover:before, .theme-printing .noo-list.yes span:before {
    background: #f65aa7;
}

.theme-printing .services-header {
    background: rgba(159, 215, 239, 0.3);
}

.theme-printing .wpcf7-form .container-form input[type=submit]:hover, .theme-printing div.product div.summary .yith-wcwl-wishlistaddedbrowse a:hover, .theme-printing div.product div.summary .yith-wcwl-wishlistexistsbrowse a:hover {
    background: #9fd7ef;
}

.theme-printing .noo-product-footer .price span {
    color: #9fd7ef;
}

.theme-printing .noo-team-content .team-contact ul li i, .theme-printing .our-blog-item .blog-item .blog-hover .sh-entry-blog2 .cat a, .theme-printing .our-blog-item .blog-item .sh-entry-blog .cat a, .theme-printing .team-title .noo-team-control button:hover i {
    color: #f65aa7;
}

.theme-printing .woo-thumbnail .bk {
    background: rgba(246, 90, 167, 0.8);
}

.theme-printing .noo-team-content .team-title:before, .theme-printing .noo_team li .noo-team-item .noo-team-info:before, .theme-printing .our-blog-item .blog-item:before {
    background: #9fd7ef;
}

.theme-printing .clients .next-client:hover, .theme-printing .clients .prev-client:hover {
    background: #f65aa7;
}

.theme-printing .title-newsltter {
    color: #fff;
}

.theme-printing .noo-newsltter-form button {
    background: #9fd7ef;
}

    .theme-printing .noo-newsltter-form button:hover, .theme-printing .social-all {
        background: #000;
    }

        .theme-printing .social-all a:hover {
            color: #f65aa7;
        }

.theme-printing .recent-tweets li .twitter_user .twitter_username {
    color: #9fd7ef;
}

.theme-printing .widget_noo_infomation .noo-info-footer i, .theme-printing .widget_noo_infomation .noo-infomation-attr li span.fa {
    color: #f65aa7;
}

.theme-printing .noo-custom-menu ul li a:hover, .theme-printing .widget_noo_services ul li a:hover {
    color: #9fd7ef;
}

.theme-printing .noo-counter-wrap h6, .theme-printing .noo_pricing .pricing_header span {
    color: #fff;
}

.theme-printing .whychooseus.choose_style3 .choose-icon {
    background: #f65aa7;
}

    .theme-printing .whychooseus.choose_style3 .choose-icon:before {
        border-bottom: 29px solid #f65aa7;
    }

    .theme-printing .whychooseus.choose_style3 .choose-icon:after {
        border-top: 29px solid #f65aa7;
    }

    .theme-printing .whychooseus.choose_style3 .choose-icon .background-line {
        border-left: 3px solid #f98cc2;
        border-right: 3px solid #f98cc2;
    }

        .theme-printing .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:after, .theme-printing .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:before, .theme-printing .whychooseus.choose_style3 .choose-icon .background-line:after, .theme-printing .whychooseus.choose_style3 .choose-icon .background-line:before {
            background: #f98cc2;
        }

.theme-printing .whychooseus.choose_style3:hover .choose-icon {
    background: rgba(159, 215, 239, 0.3);
}

    .theme-printing .whychooseus.choose_style3:hover .choose-icon:before {
        border-bottom-color: rgba(159, 215, 239, 0.3);
    }

    .theme-printing .whychooseus.choose_style3:hover .choose-icon:after {
        border-top-color: rgba(159, 215, 239, 0.3);
    }

    .theme-printing .whychooseus.choose_style3:hover .choose-icon .icon_first {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .theme-printing .whychooseus.choose_style3:hover .choose-icon .icon_last {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .theme-printing .whychooseus.choose_style3:hover .choose-icon .background-line {
        background: #9fd7ef;
        border: 0;
    }

        .theme-printing .whychooseus.choose_style3:hover .choose-icon .background-line:after, .theme-printing .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            position: absolute;
            left: 0;
            right: auto;
            content: '';
            border-left: 45px solid transparent;
            border-right: 45px solid transparent;
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            width: auto;
            height: auto;
            background: 0 0;
        }

        .theme-printing .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            bottom: 100%;
            top: auto;
            border-bottom: 25px solid #9fd7ef;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .theme-printing .whychooseus.choose_style3:hover .choose-icon .background-line:after {
            top: 100%;
            bottom: auto;
            border-top: 25px solid #9fd7ef;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.theme-printing .noo_pricing .pricing_header {
    background: #f65aa7;
}

    .theme-printing .noo_pricing .pricing_header:before {
        border-top-color: #f65aa7;
    }

.theme-printing .noo_pricing .pricing_footer a {
    background: #9fd7ef;
}

.theme-printing .blog-title.style2 button:hover i {
    color: #f65aa7;
}

.theme-printing .noo_testimonial_one li .moo-quote-icon {
    color: rgba(0, 0, 0, 0.2);
}

.theme-printing .noo_testimonial_one li .noo_testimonial_name {
    color: #f65aa7;
}

.theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page.active, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover {
    border-color: #c5e3f7;
}

    .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:after, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:before, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:after, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:before {
        background: #c5e3f7;
    }

    .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span {
        background: #fff;
    }

        .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page span, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:after, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:before, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:after, .theme-printing .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:before {
            background: #c5e3f7;
        }

.theme-printing .book-creative .book-form2 input[type=submit] {
    background: #f65aa7;
}

    .theme-printing .book-creative .book-form2 input[type=submit]:hover {
        background: #9fd7ef;
    }

.theme-printing .product-left-content .shopnow {
    background: #f65aa7;
    color: #fff;
}

    .theme-printing .blog-item-default:before, .theme-printing .product-left-content .shopnow:hover {
        background: #9fd7ef;
    }

.theme-printing .noo-sh-product2 .product-right .price, .theme-printing .white-gold .product-left-content h3 a, .theme-printing .white-gold .product-right .price {
    color: #9fd7ef;
}

.theme-printing .blog-item-default .blog-sh-right .date {
    color: #f65aa7;
}

.theme-printing .noo-information i, .theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .price, .theme-printing .noo_testimonial_two li .testimonial_wrap .testimonial-content .noo-quote-icon, .theme-printing .simple-product .simple-content .price {
    color: #9fd7ef;
}

.theme-printing .simple-product .simple-content .entry-cart-meta a.add_to_cart_button {
    background: #f65aa7;
}

    .theme-printing .simple-product .simple-content .entry-cart-meta a.add_to_cart_button:hover {
        background: #9fd7ef;
    }

.theme-printing .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #f65aa7;
}

    .theme-printing .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
        background: #9fd7ef;
    }

.theme-printing .noo-poster .noo-poster-bk .nav-button:hover, .theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist, .theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button {
    background: #f65aa7;
}

.theme-printing .noo_testimonial_two li:before {
    background: #9fd7ef;
}

.theme-printing .wpcf7-form input[type=submit] {
    background: #f65aa7;
}

.theme-printing .book-form, .theme-printing .noo-sidebar-services .wpcf7-form input[type=submit], .theme-printing .project-filter span.active:before, .theme-printing .project-filter span:hover:before {
    background: #9fd7ef;
}

.theme-printing .onepage-footer .widget_noo_infomation_onpage .noo-one-footer i, .theme-printing .onepage-footer .widget_noo_infomation_onpage .onepage-social a:hover, .theme-printing .project-filter span.active, .theme-printing .project-filter span:hover {
    color: #f65aa7;
}

.theme-printing .project-item .project-inner .project-bk:before {
    background: rgba(246, 90, 167, 0.85);
}

.theme-printing .project-item .project-inner .project-ds .cat, .theme-printing .project-item .project-inner .project-ds .cat a {
    color: #fff;
}

.theme-printing .project-item .project-inner .project-ds h3 a {
    color: #000;
}

.theme-printing .project-sidebar-title {
    background: #9fd7ef;
}

.theme-printing .noo_testimonial_two li .testimonial_wrap .testimonial-content .testi-meta .noo_testimonial_name {
    color: #f65aa7;
}

.theme-printing .project-title:before {
    background: #f65aa7;
}

.theme-printing .noo-sidebar-services .widget_noo_services {
    background: #9fd7ef;
}

    .theme-printing .noo-sidebar-services .widget_noo_services .widget-title {
        background: #9fd7ef;
        color: #fff;
    }

    .theme-printing .noo-sidebar-services .widget_noo_services ul li a:hover {
        background: #f65aa7;
        color: #fff;
    }

.theme-printing .noo-sidebar-services .widget-title {
    background: #9fd7ef;
}

.theme-printing .noo-page-heading:before, .theme-printing .services-cat-title {
    background: rgba(159, 215, 239, 0.7);
}

.theme-printing .noo-checklist li:before {
    color: #9fd7ef;
}

.theme-printing.single-noo_services .project-item .project-inner img {
    min-height: inherit;
}

.theme-printing .noo-page-heading .page-title, .theme-printing .noo-page-heading-Appointment .page-title {
    text-shadow: 3px 0 #f65aa7;
    -moz-text-shadow: 3px 0 #f65aa7;
    -webkit-text-shadow: 3px 0 #f65aa7;
    -o-text-shadow: 3px 0 #f65aa7;
}

.theme-printing .services-cat-title .cat-title-first {
    background: rgba(159, 215, 239, 0.5);
}

.theme-printing .masonry-filters-services .services-filters li a.selected:before, .theme-printing .masonry-filters-services .services-filters li a:hover:before, .theme-printing .noo_testimonial_three li:before, .theme-printing .submit-offer {
    background: #9fd7ef;
}

.theme-printing .services-cat-title .cat-title-first:before {
    border-right-color: rgba(159, 215, 239, 0.5);
}

.theme-printing .services-cat-title .cat-title-first:after {
    border-left-color: rgba(159, 215, 239, 0.5);
}

.theme-printing .services-cat-title .cat-title-first .cat-title-last {
    background: #9fd7ef;
    color: #fff;
}

.theme-printing .masonry-filters-services .services-filters li a.selected, .theme-printing .masonry-filters-services .services-filters li a:hover, .theme-printing .noo-services-item h3 a, .theme-printing .noo_testimonial_three li .testimonial-header .testimonial-name .noo_testimonial_name {
    color: #f65aa7;
}

.theme-printing .services-cat-title .cat-title-first .cat-title-last:before {
    border-right-color: #9fd7ef;
}

.theme-printing .services-cat-title .cat-title-first .cat-title-last:after {
    border-left-color: #9fd7ef;
}

.theme-printing .noo-topbar ul li:first-child a {
    border-left-color: transparent;
}

.theme-printing .noo-topbar ul li a {
    border-left-color: #717171;
}

.theme-printing .submit-offer {
    color: #fff;
}

    .theme-printing .author-avatar h5:before, .theme-printing .submit-offer .icon, .theme-printing .title-coupons:before {
        background: #f65aa7;
    }

        .theme-printing .submit-offer .icon:before {
            border-left-color: #f65aa7;
        }

    .theme-printing .submit-offer .number-coupons {
        color: #fff;
    }

.theme-printing .hentry .entry-content-wrap .entry-content .cat a, .theme-printing a:focus, .theme-printing a:hover {
    color: #f65aa7;
}

.theme-printing .noo-sidebar .widget-title {
    background: #9fd7ef;
    color: #fff;
}

.theme-printing .noo-sidebar .widget_search {
    background: #9fd7ef;
}

.theme-printing .noo-sidebar .widget_categories ul li a:hover, .theme-printing .noo-sidebar .widget_recent_entries ul li a:hover {
    color: #f65aa7;
}

.theme-printing .commerce ul.product_list_widget li .amount {
    color: #9fd7ef;
}

.theme-printing .widget_noo_best_services .best_services li h4 a {
    color: #696969;
}

.theme-printing .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td .amount, .theme-printing .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th .amount, .theme-printing .single-cat a, .theme-printing .single-meta .single-meta-right a:hover, .theme-printing .single-navigation span:hover a, .theme-printing .single-navigation span:hover i, .theme-printing.commerce-checkout .commerce-info a {
    color: #f65aa7;
}

.theme-printing #comments #respond .comment-reply-title:before, .theme-printing #comments #respond .form-submit input {
    background: #f65aa7;
}

    .theme-printing #comments #respond .form-submit input:hover {
        background: #9fd7ef;
    }

.theme-printing #comments .comments-title:before, .theme-printing .widget_price_filter .price_slider_amount .button, .theme-printing .widget_price_filter .ui-slider .ui-slider-range {
    background: #f65aa7;
}

.theme-printing.commerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #9fd7ef;
}

.theme-printing .commerce .cart input.button {
    background: #f65aa7;
}

    .theme-printing .cart-collaterals .cart_totals h2:before, .theme-printing .commerce .cart input.button:hover {
        background: #9fd7ef;
    }

.theme-printing .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a {
    background: #f65aa7;
}

.theme-printing #customer_details h3:before, .theme-printing .order_review_wrap #order_review_heading:before {
    background: #9fd7ef;
}

.theme-printing #payment #place_order, .theme-printing table.wishlist_table td.product-add-to-cart a {
    background: #f65aa7;
}

.theme-printing .single .project-sidebar-title {
    background: #9fd7ef;
}

.theme-printing .single-author-project .author-description .project-icon {
    color: #9fd7ef;
}

.theme-printing .single-author-project .author-description strong a {
    color: #f65aa7;
}

.theme-printing.single-product div.product div.summary .price {
    color: #9fd7ef;
}

.theme-printing.single-product div.product div.summary .cart .button, .theme-printing.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #f65aa7;
}

    .theme-printing.single-product div.product .commerce-tabs ul.tabs li.active a:before, .theme-printing.single-product div.product .commerce-tabs ul.tabs li:hover a:before, .theme-printing.single-product div.product div.summary .cart .button:hover, .theme-printing.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
        background: #9fd7ef;
    }

.theme-printing.single-product div.product .commerce-tabs ul.tabs li.active a, .theme-printing.single-product div.product .commerce-tabs ul.tabs li:hover a {
    color: #f65aa7;
}

.theme-printing span.onsale {
    background: #f65aa7;
}

.theme-printing .noo-product-footer .price del {
    color: #9fd7ef;
}

.theme-printing #comments ol li .comment-wrap .comment-block .comment-header .comment-author, .theme-printing #comments ul li .comment-wrap .comment-block .comment-header .comment-author, .theme-printing .masonry-filters-project .project-filters li a.selected, .theme-printing .masonry-filters-project .project-filters li a:hover, .theme-printing .noo_team li .noo-team-item:hover .noo-team-info h4 {
    color: #f65aa7;
}

    .theme-printing .masonry-filters-project .project-filters li a.selected:before, .theme-printing .masonry-filters-project .project-filters li a:hover:before {
        background: #9fd7ef;
    }

.theme-printing .project-item .project-inner img {
    min-height: 250px;
}

.theme-printing .pagination .page-numbers.current, .theme-printing .pagination a.page-numbers:hover {
    background: #f65aa7;
    border-color: #f65aa7;
}

.theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a, .theme-printing .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a, .theme-printing .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a, .theme-printing .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a {
    background: #f65aa7;
}

.theme-printing nav.commerce-pagination ul li a.current, .theme-printing nav.commerce-pagination ul li a:hover, .theme-printing nav.commerce-pagination ul li span.current, .theme-printing nav.commerce-pagination ul li span:hover {
    background: #9fd7ef;
    color: #fff;
}

.theme-printing div.product #reviews #review_form_wrapper form .form-submit input, .theme-printing div.product div.summary .yith-wcwl-wishlistaddedbrowse a, .theme-printing div.product div.summary .yith-wcwl-wishlistexistsbrowse a {
    background: #f65aa7;
}

    .theme-printing div.product #reviews #review_form_wrapper form .form-submit input:hover {
        background: #9fd7ef;
    }

.theme-printing .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td {
    color: #f65aa7;
}

.theme-printing form.checkout_coupon input[type=submit]:hover {
    background: #f65aa7;
}

.theme-printing .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover, .theme-printing .noo-checkout-complete h2:before, .theme-printing .noo-checkout-complete h3:before, .theme-printing .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .theme-printing .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover, .theme-printing .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover, .theme-printing .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button:hover {
    background: #9fd7ef;
}

.theme-printing .header-default .noo-topbar ul li a {
    color: #fff;
}

.theme-printing .blog-item-default .blog-sh-right .default-blog-footer a:hover, .theme-printing .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:hover, .theme-printing .our-blog-item .blog-item .blog-hover .entry-sh-footer a:hover:hover {
    color: #f65aa7;
}

.theme-printing form.login .button {
    background: #f65aa7;
}

    .theme-printing form.login .button:hover {
        background: #9fd7ef;
    }

.theme-printing.commerce-account input.button {
    background: #f65aa7;
}

    .theme-printing #customer_login h2:before, .theme-printing .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover, .theme-printing.commerce-account input.button:hover {
        background: #9fd7ef;
    }

.theme-printing .ui-datepicker .ui-datepicker-header, .theme-printing .ui-widget-header {
    background: #9fd7ef;
    border-color: #9fd7ef;
}

.theme-cleaning .services-header {
    background: rgba(20, 147, 248, 0.3);
}

.theme-cleaning .noo-left-menu .cate-name {
    color: #1493f8;
}

.theme-cleaning .noo-onepage .noo-wrap-menu {
    background: #1493f8;
    border-bottom: 0;
}

    .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li > a {
        color: #b8defd;
    }

    .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a, .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a {
        color: #fff;
    }

        .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a:before, .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a:before, .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a:before {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            filter: alpha(opacity=100);
            background: #65d527;
        }

    .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a {
        padding-left: 0;
        color: #fff;
    }

        .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span {
            border-color: #fff;
        }

            .theme-cleaning .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
                background: #65d527;
            }

.theme-cleaning .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a {
    color: #1493f8;
}

    .theme-cleaning .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before, .theme-cleaning .header-5 .noo-wrap-menu {
        background: #1493f8;
    }

        .theme-cleaning .header-5 .noo-wrap-menu .icon-search2 {
            background: #1F8EE6;
        }

        .theme-cleaning .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a, .theme-cleaning .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a {
            color: #fff;
        }

            .theme-cleaning .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before {
                background: #fff;
            }

.theme-cleaning .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:hover {
    color: #1493f8;
}

.theme-cleaning blockquote:before {
    color: #65d527;
}

.theme-cleaning .blog-title .noo-blog-control button:hover i, .theme-cleaning .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .icon-shopping, .theme-cleaning .noo-infomation-cart ul li.phone i, .theme-cleaning .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:hover, .theme-cleaning .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-cleaning .noo-main-menu .navbar-nav li:hover > a, .theme-cleaning .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li:hover > a, .theme-cleaning .whychooseus .choose-icon i {
    color: #1493f8;
}

.theme-cleaning .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .count {
    background: #65d527;
}

.theme-cleaning .search-header5 form input[type=submit] {
    background: #1493f8;
}

.theme-cleaning .ui-datepicker .ui-datepicker-header, .theme-cleaning .ui-widget-header {
    background: #1493f8;
    border-color: #1493f8;
}

.theme-cleaning .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
    color: #fff;
    background: #1493f8;
}

.theme-cleaning .noo-main-menu .navbar-nav li > .sub-menu li a:hover, .theme-cleaning .noo-news-slider li .noo-news-item .container .cat a, .theme-cleaning .noo-title {
    color: #1493f8;
}

.theme-cleaning .noo-main-menu .navbar-nav li > a:before {
    background: #65d527;
}

.theme-cleaning .noo-news-slider li .noo-news-item:before {
    background: rgba(0, 0, 0, 0.6);
}

.theme-cleaning .book-free {
    background: #1493f8;
}

    .theme-cleaning .book-free .book-content input[type=submit], .theme-cleaning .money-icon, .theme-cleaning .money-icon:after {
        background: #65d527;
    }

        .theme-cleaning .money-icon:before {
            border-left-color: #65d527;
        }

        .theme-cleaning .money-icon span {
            background: #1493f8;
        }

            .theme-cleaning .money-icon span:before {
                border-left-color: #1493f8;
            }

            .theme-cleaning .money-icon span:after {
                border-right-color: #1493f8;
            }

.theme-cleaning .your-money2 .money-right .noo-button {
    background: #fff;
    color: #000;
}

    .theme-cleaning .your-money2 .money-right .noo-button:hover {
        background: #000;
        color: #fff;
    }

.theme-cleaning .your-money2 img.money-icon2 {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.theme-cleaning .money-content .money-title {
    color: #000;
}

.theme-cleaning .money-content .money-entry-content {
    color: #fff;
}

.theme-cleaning .money-content .noo-button {
    color: #1493f8;
}

.theme-cleaning .noo-sh-button {
    color: #65d527;
}

    .theme-cleaning .noo-sh-button span {
        border-color: #65d527;
    }

    .theme-cleaning .noo-sh-button.sh-bk {
        background: #65d527;
        color: #fff;
    }

.theme-cleaning .services-content .services-entry {
    background: rgba(20, 147, 248, 0.8);
}

    .theme-cleaning .services-content .services-entry p, .theme-cleaning .services-content .services-entry strong {
        color: #fff;
    }

    .theme-cleaning .services-content .services-entry a {
        background: #65d527;
    }

.theme-cleaning .services-title a {
    color: #000;
}

.theme-cleaning .noo-list a:hover, .theme-cleaning .noo-list.yes span, .theme-cleaning .noo-product-footer .price span, .theme-cleaning .our-blog-item .blog-item .blog-hover .sh-entry-blog2 .cat a, .theme-cleaning .our-blog-item .blog-item .sh-entry-blog .cat a {
    color: #65d527;
}

.theme-cleaning ul.owl-theme .owl-controls .owl-page.active, .theme-cleaning ul.owl-theme .owl-controls .owl-page:hover {
    border-color: #ade48f;
}

    .theme-cleaning ul.owl-theme .owl-controls .owl-page.active:after, .theme-cleaning ul.owl-theme .owl-controls .owl-page.active:before, .theme-cleaning ul.owl-theme .owl-controls .owl-page:hover:after, .theme-cleaning ul.owl-theme .owl-controls .owl-page:hover:before {
        background: #ade48f;
    }

    .theme-cleaning ul.owl-theme .owl-controls .owl-page.active span, .theme-cleaning ul.owl-theme .owl-controls .owl-page:hover span {
        background: #65d527;
    }

        .theme-cleaning ul.owl-theme .owl-controls .owl-page span, .theme-cleaning ul.owl-theme .owl-controls .owl-page.active span:after, .theme-cleaning ul.owl-theme .owl-controls .owl-page.active span:before, .theme-cleaning ul.owl-theme .owl-controls .owl-page:hover span:after, .theme-cleaning ul.owl-theme .owl-controls .owl-page:hover span:before {
            background: #ade48f;
        }

.theme-cleaning .noo-list a:hover:before, .theme-cleaning .noo-list.yes span:before {
    background: #65d527;
}

.theme-cleaning .woo-thumbnail .bk {
    background: rgba(20, 147, 248, 0.8);
}

.theme-cleaning .noo_team li .noo-team-item .noo-team-info:before, .theme-cleaning .our-blog-item .blog-item:before {
    background: #1493f8;
}

.theme-cleaning .noo-team-content .team-contact ul li i, .theme-cleaning .team-title .noo-team-control button:hover i {
    color: #1493f8;
}

.theme-cleaning .clients .next-client:hover, .theme-cleaning .clients .prev-client:hover, .theme-cleaning .noo-newsltter-form button, .theme-cleaning .noo-team-content .team-title:before {
    background: #65d527;
}

.theme-cleaning .noo-counter-wrap h6, .theme-cleaning .noo_pricing .pricing_header span, .theme-cleaning .title-newsltter {
    color: #fff;
}

.theme-cleaning .noo-newsltter-form button:hover, .theme-cleaning .social-all {
    background: #000;
}

    .theme-cleaning .social-all a:hover {
        color: #65d527;
    }

.theme-cleaning .recent-tweets li .twitter_user .twitter_username {
    color: #1493f8;
}

.theme-cleaning .widget_noo_infomation .noo-infomation-attr li span.fa {
    color: #65d527;
}

.theme-cleaning .noo-custom-menu ul li a:hover, .theme-cleaning .widget_noo_infomation .noo-info-footer i, .theme-cleaning .widget_noo_services ul li a:hover {
    color: #1493f8;
}

.theme-cleaning .whychooseus.choose_style3 .choose-icon {
    background: #65d527;
}

    .theme-cleaning .whychooseus.choose_style3 .choose-icon:before {
        border-bottom: 29px solid #65d527;
    }

    .theme-cleaning .whychooseus.choose_style3 .choose-icon:after {
        border-top: 29px solid #65d527;
    }

    .theme-cleaning .whychooseus.choose_style3 .choose-icon .background-line {
        border-left: 3px solid #94E667;
        border-right: 3px solid #94E667;
    }

        .theme-cleaning .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:after, .theme-cleaning .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:before, .theme-cleaning .whychooseus.choose_style3 .choose-icon .background-line:after, .theme-cleaning .whychooseus.choose_style3 .choose-icon .background-line:before {
            background: #94E667;
        }

.theme-cleaning .whychooseus.choose_style3:hover .choose-icon {
    background: rgba(20, 147, 248, 0.3);
}

    .theme-cleaning .whychooseus.choose_style3:hover .choose-icon:before {
        border-bottom-color: rgba(20, 147, 248, 0.3);
    }

    .theme-cleaning .whychooseus.choose_style3:hover .choose-icon:after {
        border-top-color: rgba(20, 147, 248, 0.3);
    }

    .theme-cleaning .whychooseus.choose_style3:hover .choose-icon .icon_first {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .theme-cleaning .whychooseus.choose_style3:hover .choose-icon .icon_last {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .theme-cleaning .whychooseus.choose_style3:hover .choose-icon .background-line {
        background: #1493f8;
        border: 0;
    }

        .theme-cleaning .whychooseus.choose_style3:hover .choose-icon .background-line:after, .theme-cleaning .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            position: absolute;
            right: auto;
            border-left: 45px solid transparent;
            border-right: 45px solid transparent;
            -webkit-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            width: auto;
            height: auto;
            background: 0 0;
            left: 0;
            content: '';
        }

        .theme-cleaning .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            bottom: 100%;
            top: auto;
            border-bottom: 25px solid #1493f8;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .theme-cleaning .whychooseus.choose_style3:hover .choose-icon .background-line:after {
            top: 100%;
            bottom: auto;
            border-top: 25px solid #1493f8;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.theme-cleaning .noo_pricing .pricing_header {
    background: #1493f8;
}

    .theme-cleaning .noo_pricing .pricing_header:before {
        border-top-color: #1493f8;
    }

.theme-cleaning .noo_pricing .pricing_footer a {
    background: #65d527;
}

.theme-cleaning .blog-title.style2 button:hover i {
    color: #65d527;
}

.theme-cleaning .noo_testimonial_one li .moo-quote-icon {
    color: rgba(0, 0, 0, 0.2);
}

.theme-cleaning .noo_testimonial_one li .noo_testimonial_name {
    color: #fff;
}

.theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page.active, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover {
    border-color: #c5c6c8;
}

    .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:after, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:before, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:after, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:before {
        background: #c5c6c8;
    }

    .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span {
        background: #fff;
    }

        .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page span, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:after, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:before, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:after, .theme-cleaning .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:before {
            background: #c5c6c8;
        }

.theme-cleaning .book-creative .book-form2 input[type=submit] {
    background: #65d527;
}

.theme-cleaning .product-left-content .shopnow {
    background: #65d527;
    color: #fff;
}

    .theme-cleaning .blog-item-default:before, .theme-cleaning .product-left-content .shopnow:hover {
        background: #1493f8;
    }

.theme-cleaning .noo-sh-product2 .product-right .price, .theme-cleaning .white-gold .product-left-content h3 a, .theme-cleaning .white-gold .product-right .price {
    color: #1493f8;
}

.theme-cleaning .blog-item-default .blog-sh-right .date {
    color: #65d527;
}

.theme-cleaning .noo-information i, .theme-cleaning .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .price, .theme-cleaning .noo_testimonial_two li .testimonial_wrap .testimonial-content .noo-quote-icon, .theme-cleaning .onepage-footer .widget_noo_infomation_onpage .noo-one-footer i, .theme-cleaning .onepage-footer .widget_noo_infomation_onpage .onepage-social a:hover, .theme-cleaning .project-filter span.active, .theme-cleaning .project-filter span:hover, .theme-cleaning .simple-product .simple-content .price {
    color: #1493f8;
}

.theme-cleaning .simple-product .simple-content .entry-cart-meta a.add_to_cart_button {
    background: #65d527;
}

    .theme-cleaning .simple-product .simple-content .entry-cart-meta a.add_to_cart_button:hover {
        background: #1493f8;
    }

.theme-cleaning .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #65d527;
}

    .theme-cleaning .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
        background: #1493f8;
    }

.theme-cleaning .noo-poster .noo-poster-bk .nav-button:hover, .theme-cleaning .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist, .theme-cleaning .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button {
    background: #65d527;
}

.theme-cleaning .noo_testimonial_two li:before, .theme-cleaning .wpcf7-form input[type=submit] {
    background: #1493f8;
}

    .theme-cleaning .wpcf7-form input[type=submit]:hover {
        background: #65d527;
    }

.theme-cleaning .book-form {
    background: #1493f8;
}

.theme-cleaning .project-filter span.active:before, .theme-cleaning .project-filter span:hover:before {
    background: #65d527;
}

.theme-cleaning .project-item .project-inner .project-bk:before {
    background: rgba(20, 147, 248, 0.85);
}

.theme-cleaning .project-item .project-inner .project-ds .cat, .theme-cleaning .project-item .project-inner .project-ds .cat a {
    color: #fff;
}

.theme-cleaning .project-item .project-inner .project-ds h3 a {
    color: #000;
}

.theme-cleaning .noo_testimonial_two li .testimonial_wrap .testimonial-content .testi-meta .noo_testimonial_name {
    color: #65d527;
}

.theme-cleaning .project-title:before {
    background: #65d527;
}

.theme-cleaning .noo-sidebar-services .widget_noo_services {
    background: #1493f8;
}

    .theme-cleaning .noo-sidebar-services .widget_noo_services .widget-title {
        background: #1493f8;
        color: #fff;
    }

    .theme-cleaning .noo-sidebar-services .widget_noo_services ul li a:hover {
        background: #65d527;
        color: #fff;
    }

.theme-cleaning .noo-sidebar-services .widget-title {
    background: #1493f8;
}

.theme-cleaning .noo-checklist li:before {
    color: #1493f8;
}

.theme-cleaning .noo-page-heading:before {
    background: rgba(0, 0, 0, 0.7);
}

.theme-cleaning .noo-page-heading .page-title, .theme-cleaning .noo-page-heading-Appointment .page-title {
    text-shadow: 3px 0 #1493f8;
    -moz-text-shadow: 3px 0 #1493f8;
    -webkit-text-shadow: 3px 0 #1493f8;
    -o-text-shadow: 3px 0 #1493f8;
}

.theme-cleaning .services-cat-title {
    background: rgba(20, 147, 248, 0.7);
}

    .theme-cleaning .services-cat-title .cat-title-first {
        background: rgba(20, 147, 248, 0.5);
    }

        .theme-cleaning .services-cat-title .cat-title-first:before {
            border-right-color: rgba(20, 147, 248, 0.5);
        }

        .theme-cleaning .services-cat-title .cat-title-first:after {
            border-left-color: rgba(20, 147, 248, 0.5);
        }

        .theme-cleaning .services-cat-title .cat-title-first .cat-title-last {
            background: #1493f8;
            color: #fff;
        }

.theme-cleaning .masonry-filters-services .services-filters li a.selected, .theme-cleaning .masonry-filters-services .services-filters li a:hover, .theme-cleaning .noo-services-item h3 a {
    color: #1493f8;
}

.theme-cleaning .services-cat-title .cat-title-first .cat-title-last:before {
    border-right-color: #1493f8;
}

.theme-cleaning .services-cat-title .cat-title-first .cat-title-last:after {
    border-left-color: #1493f8;
}

.theme-cleaning .masonry-filters-services .services-filters li a.selected:before, .theme-cleaning .masonry-filters-services .services-filters li a:hover:before {
    background: #65d527;
}

.theme-cleaning .noo_testimonial_three li:before {
    background: #1493f8;
}

.theme-cleaning .noo_testimonial_three li .testimonial-header .testimonial-name .noo_testimonial_name {
    color: #65d527;
}

.theme-cleaning .noo-topbar ul li:first-child a {
    border-left-color: transparent;
}

.theme-cleaning .noo-topbar ul li a {
    border-left-color: #717171;
}

.theme-cleaning .submit-offer {
    background: #1493f8;
    color: #fff;
}

    .theme-cleaning .author-avatar h5:before, .theme-cleaning .submit-offer .icon, .theme-cleaning .title-coupons:before {
        background: #65d527;
    }

        .theme-cleaning .submit-offer .icon:before {
            border-left-color: #65d527;
        }

    .theme-cleaning .submit-offer .number-coupons {
        color: #fff;
    }

.theme-cleaning .hentry .entry-content-wrap .entry-content .cat a {
    color: #65d527;
}

.theme-cleaning a:focus, .theme-cleaning a:hover {
    color: #1493f8;
}

.theme-cleaning .noo-sidebar-wrap .widget-title {
    background: #1493f8;
    color: #fff;
}

.theme-cleaning .noo-sidebar-wrap .widget_search {
    background: #1493f8;
}

.theme-cleaning .noo-sidebar-wrap .widget_categories ul li a:hover, .theme-cleaning .noo-sidebar-wrap .widget_recent_entries ul li a:hover {
    color: #1493f8;
}

.theme-cleaning .commerce ul.product_list_widget li .amount {
    color: #65d527;
}

.theme-cleaning .widget_noo_best_services .best_services li h4 a {
    color: #696969;
}

.theme-cleaning .amount, .theme-cleaning .single-cat a, .theme-cleaning .single-meta .single-meta-right a:hover {
    color: #65d527;
}

.theme-cleaning .single-navigation span:hover a, .theme-cleaning .single-navigation span:hover i {
    color: #1493f8;
}

.theme-cleaning .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td .amount, .theme-cleaning .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th .amount, .theme-cleaning .single-author-project .author-description .project-icon, .theme-cleaning.commerce-checkout .commerce-info a {
    color: #65d527;
}

.theme-cleaning #comments #respond .comment-reply-title:before, .theme-cleaning #comments #respond .form-submit input, .theme-cleaning .widget_price_filter .price_slider_amount .button, .theme-cleaning .widget_price_filter .ui-slider .ui-slider-range {
    background: #65d527;
}

.theme-cleaning.commerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #1493f8;
}

.theme-cleaning .commerce .cart input.button {
    background: #65d527;
}

    .theme-cleaning .cart-collaterals .cart_totals h2:before, .theme-cleaning .commerce .cart input.button:hover {
        background: #1493f8;
    }

.theme-cleaning #customer_details h3:before, .theme-cleaning #payment #place_order, .theme-cleaning .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a, .theme-cleaning .order_review_wrap #order_review_heading:before, .theme-cleaning .project-sidebar-title, .theme-cleaning table.wishlist_table td.product-add-to-cart a, .theme-cleaning.single-product div.product div.summary .cart .button, .theme-cleaning.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #65d527;
}

.theme-cleaning .single-author-project .author-description strong a, .theme-cleaning.single-product div.product div.summary .price {
    color: #1493f8;
}

.theme-cleaning.single-product div.product .commerce-tabs ul.tabs li.active a:before, .theme-cleaning.single-product div.product .commerce-tabs ul.tabs li:hover a:before, .theme-cleaning.single-product div.product div.summary .cart .button:hover, .theme-cleaning.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
    background: #1493f8;
}

.theme-cleaning.single-product div.product .commerce-tabs ul.tabs li.active a, .theme-cleaning.single-product div.product .commerce-tabs ul.tabs li:hover a {
    color: #65d527;
}

.theme-cleaning .masonry-filters-project .project-filters li a.selected:before, .theme-cleaning .masonry-filters-project .project-filters li a:hover:before, .theme-cleaning span.onsale {
    background: #65d527;
}

.theme-cleaning .masonry-filters-project .project-filters li a.selected, .theme-cleaning .masonry-filters-project .project-filters li a:hover, .theme-cleaning .noo-product-footer .price del, .theme-cleaning .noo_team li .noo-team-item:hover .noo-team-info h4 {
    color: #1493f8;
}

.theme-cleaning .wpb_gmaps_widget {
    position: relative;
}

    .theme-cleaning .wpb_gmaps_widget:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: rgba(0, 0, 0, 0.6);
    }

.theme-cleaning .noo-portfolio-list .noo-list-content .noo-cat a {
    color: #65d527;
}

.theme-cleaning .noo-portfolio-list .noo-list-content .read-more {
    color: #b1b1b1;
    font-style: italic;
}

    .theme-cleaning .noo-portfolio-list .noo-list-content .read-more:hover {
        color: #1493f8;
    }

.theme-cleaning .pagination .page-numbers.current, .theme-cleaning .pagination a.page-numbers:hover {
    background: #65d527;
    border-color: #65d527;
}

.theme-cleaning .project-sidebar-title {
    background: #1493f8;
    color: #000;
}

.theme-cleaning .single-meta .single-meta-left a:hover {
    color: #1493f8;
}

.theme-cleaning .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a, .theme-cleaning .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a, .theme-cleaning .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a, .theme-cleaning .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a {
    background: #65d527;
}

.theme-cleaning #comments ol li .comment-wrap .comment-block .comment-header .comment-author, .theme-cleaning #comments ul li .comment-wrap .comment-block .comment-header .comment-author {
    color: #65d527;
}

.theme-cleaning nav.commerce-pagination ul li a.current, .theme-cleaning nav.commerce-pagination ul li a:hover, .theme-cleaning nav.commerce-pagination ul li span.current, .theme-cleaning nav.commerce-pagination ul li span:hover {
    background: #1493f8;
    color: #fff;
}

.theme-cleaning div.product #reviews #review_form_wrapper form .form-submit input, .theme-cleaning div.product div.summary .yith-wcwl-wishlistaddedbrowse a, .theme-cleaning div.product div.summary .yith-wcwl-wishlistexistsbrowse a {
    background: #65d527;
}

    .theme-cleaning div.product #reviews #review_form_wrapper form .form-submit input:hover {
        background: #1493f8;
    }

.theme-cleaning .noo-left-menu .menu-categories li a:hover {
    color: #1493f8;
}

.theme-cleaning .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td {
    color: #65d527;
}

.theme-cleaning form.checkout_coupon input[type=submit]:hover {
    background: #65d527;
}

.theme-cleaning .noo-checkout-complete h2:before, .theme-cleaning .noo-checkout-complete h3:before {
    background: #1493f8;
}

.theme-cleaning .header-default .noo-topbar ul li a {
    color: #fff;
}

.theme-cleaning .blog-item-default .blog-sh-right .default-blog-footer a:hover, .theme-cleaning .our-blog-item .blog-item .blog-hover .entry-sh-footer a:hover:hover {
    color: #65d527;
}

.theme-construct .noo-left-menu .cate-name, .theme-construct .noo-left-menu .menu-categories li a:hover, .theme-construct .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:hover, .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a, .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a {
    color: #011e9e;
}

.theme-cleaning .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover, .theme-cleaning .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .theme-cleaning .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover, .theme-cleaning .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover, .theme-cleaning .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button:hover, .theme-cleaning form.login .button {
    background: #65d527;
}

    .theme-cleaning form.login .button:hover {
        background: #1493f8;
    }

.theme-cleaning.commerce-account input.button {
    background: #65d527;
}

    .theme-cleaning #customer_login h2:before, .theme-cleaning .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover, .theme-cleaning div.product div.summary .yith-wcwl-wishlistaddedbrowse a:hover, .theme-cleaning div.product div.summary .yith-wcwl-wishlistexistsbrowse a:hover, .theme-cleaning.commerce-account input.button:hover {
        background: #1493f8;
    }

.theme-construct .ui-datepicker .ui-datepicker-header, .theme-construct .ui-widget-header {
    background: #f3e200;
    border-color: #f3e200;
}

.theme-construct .services-header {
    background: rgba(228, 74, 54, 0.3);
}

.theme-construct .noo-onepage .noo-wrap-menu {
    background: #000;
    border-bottom: 0;
}

    .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a:before, .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a:before, .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a:before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
        background: #f3e200;
    }

    .theme-construct .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before, .theme-construct .header-5 .noo-wrap-menu, .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
        background: #011e9e;
    }

    .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a {
        padding-left: 0;
        color: #fff;
    }

        .theme-construct .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span {
            border-color: #fff;
        }

.theme-construct .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a {
    color: #011e9e;
}

.theme-construct .header-5 .noo-wrap-menu .icon-search2 {
    background: #E8B500;
}

.theme-construct .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a, .theme-construct .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a {
    color: #fff;
}

.theme-construct .blog-title .noo-blog-control button:hover i, .theme-construct .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .icon-shopping, .theme-construct .noo-infomation-cart ul li.phone i, .theme-construct .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:hover, .theme-construct .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-construct .noo-main-menu .navbar-nav li:hover > a, .theme-construct .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li:hover > a, .theme-construct .whychooseus .choose-icon i {
    color: #011e9e;
}

.theme-construct .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before {
    background: #fff;
}

.theme-construct .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .count {
    background: #f3e200;
}

.theme-construct .search-header5 form input[type=submit] {
    background: #011e9e;
}

.theme-construct .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover, .theme-construct .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .theme-construct .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover, .theme-construct .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover, .theme-construct .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button:hover, .theme-construct.commerce-account input.button {
    background: #f3e200;
}

    .theme-construct.commerce-account input.button:hover {
        background: #011e9e;
    }

.theme-construct .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
    color: #000;
    background: #011e9e;
}

.theme-construct .noo-main-menu .navbar-nav li > .sub-menu li a:hover, .theme-construct .noo-news-slider li .noo-news-item .container .cat a, .theme-construct .noo-title, .theme-construct .your-money2 .money-right .money-title {
    color: #011e9e;
}

.theme-construct .noo-main-menu .navbar-nav li > a:before {
    background: #f3e200;
}

.theme-construct .noo-news-slider li .noo-news-item:before {
    background: rgba(0, 0, 0, 0.6);
}

.theme-construct .book-free {
    background: #011e9e;
}

    .theme-construct .book-free .book-content input[type=submit] {
        background: #f3e200;
    }

.theme-construct .money-icon, .theme-construct .money-icon:after {
    background: #000;
}

    .theme-construct .money-icon:before {
        border-left-color: #000;
    }

    .theme-construct .money-icon span {
        background: #f3e200;
    }

        .theme-construct .money-icon span:before {
            border-left-color: #f3e200;
        }

        .theme-construct .money-icon span:after {
            border-right-color: #f3e200;
        }

.theme-construct .your-money2 .money-right .noo-button {
    background: #fff;
    color: #000;
}

    .theme-construct .your-money2 .money-right .noo-button:hover {
        background: #011e9e;
        color: #fff;
    }

.theme-construct .money-content .money-title {
    color: #000;
}

.theme-construct .money-content .money-entry-content {
    color: #fff;
}

.theme-construct .money-content .noo-button {
    color: #000;
}

    .theme-construct .money-content .noo-button:hover {
        color: #fff;
    }

.theme-construct .noo-sh-button {
    color: #f3e200;
}

    .theme-construct .noo-sh-button span {
        border-color: #f3e200;
    }

    .theme-construct .noo-sh-button.sh-bk {
        background: #f3e200;
        color: #fff;
    }

.theme-construct .services-content .services-entry {
    background: rgba(254, 198, 1, 0.8);
}

    .theme-construct .services-content .services-entry p, .theme-construct .services-content .services-entry strong {
        color: #fff;
    }

    .theme-construct .services-content .services-entry a {
        background: #f3e200;
    }

.theme-construct .services-title a {
    color: #000;
}

.theme-construct .noo-list a:hover, .theme-construct .noo-list.yes span {
    color: #011e9e;
}

.theme-construct ul.owl-theme .owl-controls .owl-page.active, .theme-construct ul.owl-theme .owl-controls .owl-page:hover {
    border-color: #ef9286;
}

    .theme-construct ul.owl-theme .owl-controls .owl-page.active:after, .theme-construct ul.owl-theme .owl-controls .owl-page.active:before, .theme-construct ul.owl-theme .owl-controls .owl-page:hover:after, .theme-construct ul.owl-theme .owl-controls .owl-page:hover:before {
        background: #ef9286;
    }

    .theme-construct ul.owl-theme .owl-controls .owl-page.active span, .theme-construct ul.owl-theme .owl-controls .owl-page:hover span {
        background: #f3e200;
    }

        .theme-construct ul.owl-theme .owl-controls .owl-page span, .theme-construct ul.owl-theme .owl-controls .owl-page.active span:after, .theme-construct ul.owl-theme .owl-controls .owl-page.active span:before, .theme-construct ul.owl-theme .owl-controls .owl-page:hover span:after, .theme-construct ul.owl-theme .owl-controls .owl-page:hover span:before {
            background: #ef9286;
        }

.theme-construct .noo-list a:hover:before, .theme-construct .noo-list.yes span:before {
    background: #011e9e;
}

.theme-construct .noo-product-footer .price span, .theme-construct .our-blog-item .blog-item .blog-hover .sh-entry-blog2 .cat a, .theme-construct .our-blog-item .blog-item .sh-entry-blog .cat a {
    color: #f3e200;
}

.theme-construct .woo-thumbnail .bk {
    background: rgba(0, 0, 0, 0.8);
}

.theme-construct .noo_team li .noo-team-item .noo-team-info:before, .theme-construct .our-blog-item .blog-item:before {
    background: #011e9e;
}

.theme-construct .noo-team-content .team-contact ul li i, .theme-construct .team-title .noo-team-control button:hover i {
    color: #011e9e;
}

.theme-construct .clients .next-client:hover, .theme-construct .clients .prev-client:hover, .theme-construct .noo-team-content .team-title:before {
    background: #f3e200;
}

.theme-construct .noo-counter-wrap h6, .theme-construct .noo_pricing .pricing_header span, .theme-construct .title-newsltter {
    color: #fff;
}

.theme-construct .noo-newsltter-form button {
    background: #000;
}

    .theme-construct .noo-newsltter-form button:hover {
        background: #f3e200;
    }

.theme-construct .social-all {
    background: #000;
}

    .theme-construct .social-all a:hover {
        color: #f3e200;
    }

.theme-construct .recent-tweets li .twitter_user .twitter_username {
    color: #011e9e;
}

.theme-construct .widget_noo_infomation .noo-info-footer i, .theme-construct .widget_noo_infomation .noo-infomation-attr li span.fa {
    color: #f3e200;
}

.theme-construct .noo-custom-menu ul li a:hover, .theme-construct .widget_noo_services ul li a:hover {
    color: #011e9e;
}

.theme-construct .whychooseus.choose_style3 .choose-icon {
    background: #f3e200;
}

    .theme-construct .whychooseus.choose_style3 .choose-icon:before {
        border-bottom: 29px solid #f3e200;
    }

    .theme-construct .whychooseus.choose_style3 .choose-icon:after {
        border-top: 29px solid #f3e200;
    }

    .theme-construct .whychooseus.choose_style3 .choose-icon .background-line {
        border-left: 3px solid #ef9286;
        border-right: 3px solid #ef9286;
    }

        .theme-construct .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:after, .theme-construct .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:before, .theme-construct .whychooseus.choose_style3 .choose-icon .background-line:after, .theme-construct .whychooseus.choose_style3 .choose-icon .background-line:before {
            background: #ef9286;
        }

.theme-construct .whychooseus.choose_style3:hover .choose-icon {
    background: rgba(254, 198, 1, 0.3);
}

    .theme-construct .whychooseus.choose_style3:hover .choose-icon:before {
        border-bottom-color: rgba(254, 198, 1, 0.3);
    }

    .theme-construct .whychooseus.choose_style3:hover .choose-icon:after {
        border-top-color: rgba(254, 198, 1, 0.3);
    }

    .theme-construct .whychooseus.choose_style3:hover .choose-icon .icon_first {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .theme-construct .whychooseus.choose_style3:hover .choose-icon .icon_last {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .theme-construct .whychooseus.choose_style3:hover .choose-icon .background-line {
        background: #011e9e;
        border: 0;
    }

        .theme-construct .whychooseus.choose_style3:hover .choose-icon .background-line:after, .theme-construct .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            position: absolute;
            right: auto;
            border-left: 45px solid transparent;
            border-right: 45px solid transparent;
            -webkit-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            width: auto;
            height: auto;
            background: 0 0;
            left: 0;
            content: '';
        }

        .theme-construct .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            bottom: 100%;
            top: auto;
            border-bottom: 25px solid #011e9e;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .theme-construct .whychooseus.choose_style3:hover .choose-icon .background-line:after {
            top: 100%;
            bottom: auto;
            border-top: 25px solid #011e9e;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.theme-construct .noo_pricing .pricing_header {
    background: #f3e200;
}

    .theme-construct .noo_pricing .pricing_header:before {
        border-top-color: #f3e200;
    }

.theme-construct .noo_pricing .pricing_footer a {
    background: #000;
}

.theme-construct .blog-title.style2 button:hover i {
    color: #f3e200;
}

.theme-construct .noo_testimonial_one li .moo-quote-icon {
    color: rgba(0, 0, 0, 0.2);
}

.theme-construct .noo_testimonial_one li .noo_testimonial_name {
    color: #fff;
}

.theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page.active, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover {
    border-color: #c5c6c8;
}

    .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:after, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:before, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:after, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:before {
        background: #c5c6c8;
    }

    .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span {
        background: #fff;
    }

        .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page span, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:after, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:before, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:after, .theme-construct .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:before {
            background: #c5c6c8;
        }

.theme-construct .product-left-content .shopnow {
    background: #f3e200;
    color: #fff;
}

    .theme-construct .blog-item-default:before, .theme-construct .product-left-content .shopnow:hover {
        background: #011e9e;
    }

.theme-construct .noo-sh-product2 .product-right .price, .theme-construct .white-gold .product-left-content h3 a, .theme-construct .white-gold .product-right .price {
    color: #011e9e;
}

.theme-construct .blog-item-default .blog-sh-right .date {
    color: #f3e200;
}

.theme-construct .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .price, .theme-construct .simple-product .simple-content .price {
    color: #011e9e;
}

.theme-construct .simple-product .simple-content .entry-cart-meta a.add_to_cart_button {
    background: #f3e200;
}

    .theme-construct .simple-product .simple-content .entry-cart-meta a.add_to_cart_button:hover {
        background: #011e9e;
    }

.theme-construct .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #f3e200;
}

    .theme-construct .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
        background: #011e9e;
    }

.theme-construct .noo-poster .noo-poster-bk .nav-button:hover, .theme-construct .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist, .theme-construct .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button {
    background: #f3e200;
}

.theme-construct .noo_testimonial_two li:before {
    background: #011e9e;
}

.theme-construct .noo_testimonial_two li .testimonial_wrap .testimonial-content .noo-quote-icon {
    color: #f3e200;
}

.theme-construct .book-form .book-content-style2 input[type=submit] {
    background: #000;
}

    .theme-construct .book-form, .theme-construct .book-form .book-content-style2 input[type=submit]:hover {
        background: #011e9e;
    }

.theme-construct .noo-information i, .theme-construct .onepage-footer .widget_noo_infomation_onpage .onepage-social a:hover {
    color: #011e9e;
}

.theme-construct .onepage-footer .widget_noo_infomation_onpage .noo-one-footer i {
    color: #f3e200;
}

.theme-construct .project-filter span.active, .theme-construct .project-filter span:hover {
    color: #011e9e;
}

    .theme-construct .project-filter span.active:before, .theme-construct .project-filter span:hover:before {
        background: #f3e200;
    }

.theme-construct .project-item .project-inner .project-bk:before {
    background: rgba(254, 198, 1, 0.85);
}

.theme-construct .project-item .project-inner .project-ds .cat, .theme-construct .project-item .project-inner .project-ds .cat a {
    color: #fff;
}

.theme-construct .noo_testimonial_two li .testimonial_wrap .testimonial-content .testi-meta .noo_testimonial_name, .theme-construct .project-item .project-inner .project-ds h3 a {
    color: #000;
}

.theme-construct .project-title:before {
    background: #f3e200;
}

.theme-construct .noo-sidebar-services .widget_noo_services, .theme-construct .noo-sidebar-services .widget_noo_services .widget-title {
    background: #011e9e;
}

    .theme-construct .noo-sidebar-services .widget_noo_services ul li a:hover {
        background: #f3e200;
        color: #fff;
    }

.theme-construct .noo-sidebar-services .widget-title {
    background: #011e9e;
}

.theme-construct .noo-checklist li:before {
    color: #011e9e;
}

.theme-construct .noo-page-heading:before {
    background: rgba(0, 0, 0, 0.4);
}

.theme-construct .noo-page-heading .page-title, .theme-construct .noo-page-heading-Appointment .page-title {
    text-shadow: 3px 0 #011e9e;
    -moz-text-shadow: 3px 0 #011e9e;
    -webkit-text-shadow: 3px 0 #011e9e;
    -o-text-shadow: 3px 0 #011e9e;
}

.theme-construct .services-cat-title {
    background: rgba(254, 198, 1, 0.7);
}

    .theme-construct .services-cat-title .cat-title-first {
        background: rgba(254, 198, 1, 0.5);
    }

        .theme-construct .services-cat-title .cat-title-first:before {
            border-right-color: rgba(254, 198, 1, 0.5);
        }

        .theme-construct .services-cat-title .cat-title-first:after {
            border-left-color: rgba(254, 198, 1, 0.5);
        }

        .theme-construct .services-cat-title .cat-title-first .cat-title-last {
            background: #011e9e;
            color: #fff;
        }

.theme-construct .masonry-filters-services .services-filters li a.selected, .theme-construct .masonry-filters-services .services-filters li a:hover, .theme-construct .noo-services-item h3 a {
    color: #011e9e;
}

.theme-construct .services-cat-title .cat-title-first .cat-title-last:before {
    border-right-color: #011e9e;
}

.theme-construct .services-cat-title .cat-title-first .cat-title-last:after {
    border-left-color: #011e9e;
}

.theme-construct .masonry-filters-services .services-filters li a.selected:before, .theme-construct .masonry-filters-services .services-filters li a:hover:before {
    background: #f3e200;
}

.theme-construct .noo_testimonial_three li:before {
    background: #011e9e;
}

.theme-construct .noo_testimonial_three li .testimonial-header .testimonial-name .noo_testimonial_name {
    color: #f3e200;
}

.theme-construct .noo-topbar ul li:first-child a {
    border-left-color: transparent;
}

.theme-construct .noo-topbar ul li a {
    border-left-color: #717171;
}

.theme-construct .submit-offer .icon:before, .theme-transport .money-icon:before {
    border-left-color: #000;
}

.theme-construct .submit-offer {
    background: #011e9e;
    color: #fff;
}

    .theme-construct .submit-offer .icon {
        background: #000;
    }

    .theme-construct .submit-offer .number-coupons {
        color: #fff;
    }

.theme-construct .author-avatar h5:before, .theme-construct .title-coupons:before {
    background: #f3e200;
}

.theme-construct .hentry .entry-content-wrap .entry-content .cat a {
    color: #f3e200;
}

.theme-construct a:focus, .theme-construct a:hover {
    color: #011e9e;
}

.theme-construct .noo-sidebar-wrap .widget-title {
    background: #011e9e;
    color: #fff;
}

.theme-construct .noo-sidebar-wrap .widget_search {
    background: #011e9e;
}

.theme-construct .noo-sidebar-wrap .widget_categories ul li a:hover, .theme-construct .noo-sidebar-wrap .widget_recent_entries ul li a:hover {
    color: #011e9e;
}

.theme-construct .commerce ul.product_list_widget li .amount {
    color: #f3e200;
}

.theme-construct .widget_noo_best_services .best_services li h4 a {
    color: #696969;
}

.theme-construct .amount, .theme-construct .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td .amount, .theme-construct .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th .amount, .theme-construct .single-author-project .author-description .project-icon, .theme-construct .single-author-project .author-description strong a, .theme-construct .single-cat a, .theme-construct .single-meta .single-meta-right a:hover, .theme-construct .single-navigation span:hover a, .theme-construct .single-navigation span:hover i, .theme-construct.commerce-checkout .commerce-info a {
    color: #f3e200;
}

.theme-construct #comments #respond .comment-reply-title:before, .theme-construct #comments #respond .form-submit input, .theme-construct .widget_price_filter .price_slider_amount .button, .theme-construct .widget_price_filter .ui-slider .ui-slider-range {
    background: #f3e200;
}

.theme-construct.commerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #011e9e;
}

.theme-construct .commerce .cart input.button {
    background: #f3e200;
}

    .theme-construct .cart-collaterals .cart_totals h2:before, .theme-construct .commerce .cart input.button:hover {
        background: #011e9e;
    }

.theme-construct .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a {
    background: #f3e200;
}

    .theme-construct .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover {
        background: #011e9e;
    }

.theme-construct #customer_details h3:before, .theme-construct #payment #place_order, .theme-construct .order_review_wrap #order_review_heading:before, .theme-construct .project-sidebar-title, .theme-construct .single-product div.product div.summary .cart .button, .theme-construct .single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist, .theme-construct table.wishlist_table td.product-add-to-cart a {
    background: #f3e200;
}

.theme-construct.single-product div.product div.summary .price {
    color: #011e9e;
}

.theme-construct .single-product div.product .commerce-tabs ul.tabs li.active a:before, .theme-construct .single-product div.product .commerce-tabs ul.tabs li:hover a:before, .theme-construct .single-product div.product div.summary .cart .button:hover, .theme-construct .single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
    background: #011e9e;
}

.theme-construct .single-product div.product .commerce-tabs ul.tabs li.active a, .theme-construct .single-product div.product .commerce-tabs ul.tabs li:hover a {
    color: #f3e200;
}

.theme-construct .masonry-filters-project .project-filters li a.selected:before, .theme-construct .masonry-filters-project .project-filters li a:hover:before, .theme-construct span.onsale {
    background: #f3e200;
}

.theme-construct .masonry-filters-project .project-filters li a.selected, .theme-construct .masonry-filters-project .project-filters li a:hover, .theme-construct .noo-product-footer .price del, .theme-construct .noo_team li .noo-team-item:hover .noo-team-info h4 {
    color: #011e9e;
}

.theme-construct .wpb_gmaps_widget {
    position: relative;
}

    .theme-construct .wpb_gmaps_widget:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: rgba(0, 0, 0, 0.6);
    }

.theme-construct .noo-portfolio-list .noo-list-content .noo-cat a {
    color: #f3e200;
}

.theme-construct .noo-portfolio-list .noo-list-content .read-more {
    color: #b1b1b1;
    font-style: italic;
}

    .theme-construct .noo-portfolio-list .noo-list-content .read-more:hover {
        color: #011e9e;
    }

.theme-construct .pagination .page-numbers.current, .theme-construct .pagination a.page-numbers:hover {
    background: #011e9e;
    border-color: #011e9e;
}

.theme-construct .project-sidebar-title {
    background: #011e9e;
    color: #fff;
}

.theme-construct #comments ol li .comment-wrap .comment-block .comment-header .comment-author, .theme-construct #comments ul li .comment-wrap .comment-block .comment-header .comment-author, .theme-construct .single-meta .single-meta-left a:hover {
    color: #f3e200;
}

.theme-construct .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a, .theme-construct .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a, .theme-construct .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a, .theme-construct .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a {
    background: #f3e200;
}

.theme-construct nav.commerce-pagination ul li a.current, .theme-construct nav.commerce-pagination ul li a:hover, .theme-construct nav.commerce-pagination ul li span.current, .theme-construct nav.commerce-pagination ul li span:hover {
    background: #011e9e;
    color: #fff;
}

.theme-construct div.product #reviews #review_form_wrapper form .form-submit input, .theme-construct div.product div.summary .yith-wcwl-wishlistaddedbrowse a, .theme-construct div.product div.summary .yith-wcwl-wishlistexistsbrowse a {
    background: #f3e200;
}

    .theme-construct div.product #reviews #review_form_wrapper form .form-submit input:hover {
        background: #011e9e;
    }

.theme-construct .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td {
    color: #f3e200;
}

.theme-construct form.checkout_coupon input[type=submit]:hover {
    background: #f3e200;
}

.theme-construct .noo-checkout-complete h2:before, .theme-construct .noo-checkout-complete h3:before {
    background: #011e9e;
}

.theme-construct .header-default .noo-topbar ul li a {
    color: #fff;
}

.theme-construct .blog-item-default .blog-sh-right .default-blog-footer a:hover, .theme-construct .our-blog-item .blog-item .blog-hover .entry-sh-footer a:hover:hover {
    color: #011e9e;
}

.theme-construct form.login .button {
    background: #f3e200;
}

    .theme-construct form.login .button:hover {
        background: #011e9e;
        color: #fff;
    }

.theme-construct blockquote:before {
    color: #011e9e;
}

.theme-transport .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:hover {
    color: #d13420;
}

.theme-transport .services-header {
    background: rgba(209, 52, 32, 0.3);
}

.theme-transport blockquote:before {
    color: #49d3f6;
}

.theme-transport .noo-onepage .noo-wrap-menu {
    background: #000;
    border-bottom: 0;
}

    .theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a, .theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a {
        color: #d13420;
    }

        .theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a:before, .theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a:before, .theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a:before {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            opacity: 1;
            filter: alpha(opacity=100);
            background: #49d3f6;
        }

    .theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a {
        padding-left: 0;
        color: #fff;
    }

.theme-transport .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a, .theme-transport .header-4 .noo-main-menu .navbar-nav li > .sub-menu li a:hover, .theme-transport .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:hover, .theme-transport .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li.current-menu-item > a, .theme-transport .header-4 .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li:hover > a {
    color: #d13420;
}

.theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span {
    border-color: #fff;
}

    .theme-transport .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
        background: #d13420;
    }

.theme-transport #customer_login h2:before, .theme-transport .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before, .theme-transport .header-5 .noo-wrap-menu {
    background: #49d3f6;
}

    .theme-transport .header-5 .noo-wrap-menu .icon-search2 {
        background: #11b2db;
    }

    .theme-transport .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a, .theme-transport .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a {
        color: #fff;
    }

        .theme-transport .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before {
            background: #fff;
        }

.theme-transport .blog-item-default .blog-sh-right .default-blog-footer a:hover, .theme-transport .blog-title .noo-blog-control button:hover i, .theme-transport .our-blog-item .blog-item .blog-hover .entry-sh-footer a:hover:hover {
    color: #49d3f6;
}

.theme-transport .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .count {
    background: #d13420;
}

.theme-transport .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li:hover > a {
    color: #d13420;
}

.theme-transport .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .icon-shopping, .theme-transport .noo-infomation-cart ul li.phone i, .theme-transport .whychooseus .choose-icon i {
    color: #49d3f6;
}

.theme-transport .search-header5 form input[type=submit] {
    background: #49d3f6;
}

.theme-transport .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:hover, .theme-transport .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-transport .noo-main-menu .navbar-nav li:hover > a {
    color: #d13420;
}

.theme-transport .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
    color: #fff;
    background: #d13420;
}

.theme-transport .noo-main-menu .navbar-nav li > a:before {
    background: #49d3f6;
}

.theme-transport .noo-main-menu .navbar-nav li > .sub-menu li a:hover {
    color: #d13420;
}

.theme-transport .noo-news-slider li .noo-news-item .container .cat a, .theme-transport .noo-title, .theme-transport .your-money2 .money-right .money-title {
    color: #49d3f6;
}

.theme-transport .noo-news-slider li .noo-news-item:before {
    background: rgba(0, 0, 0, 0.6);
}

.theme-transport .book-free {
    background: #49d3f6;
}

    .theme-transport .book-free .book-content input[type=submit] {
        background: #d13420;
    }

.theme-transport .money-icon, .theme-transport .money-icon:after {
    background: #000;
}

    .theme-transport .money-icon span {
        background: #49d3f6;
    }

        .theme-transport .money-icon span:before {
            border-left-color: #49d3f6;
        }

        .theme-transport .money-icon span:after {
            border-right-color: #49d3f6;
        }

.theme-transport .your-money2 .money-right .noo-button {
    background: #fff;
    color: #000;
}

    .theme-transport .your-money2 .money-right .noo-button:hover {
        background: #49d3f6;
        color: #fff;
    }

.theme-transport .money-content .money-title {
    color: #49d3f6;
}

.theme-transport .money-content .money-entry-content {
    color: #fff;
}

.theme-transport .money-content .noo-button {
    color: #000;
}

    .theme-transport .money-content .noo-button:hover {
        background: #49d3f6;
        color: #fff;
    }

.theme-transport .noo-sh-button {
    color: #d13420;
}

.theme-transport .services-content .services-entry a:hover, .theme-transport .services-content .services-entry p, .theme-transport .services-content .services-entry strong {
    color: #fff;
}

.theme-transport .noo-sh-button span {
    border-color: #d13420;
}

.theme-transport .noo-sh-button.sh-bk {
    background: #d13420;
    color: #fff;
}

.theme-transport .services-content .services-entry {
    background: rgba(73, 211, 246, 0.8);
}

    .theme-transport .services-content .services-entry a {
        background: #d13420;
    }

.theme-transport .services-title a {
    color: #000;
}

.theme-transport .noo-list a:hover, .theme-transport .noo-list.yes span {
    color: #49d3f6;
}

.theme-transport ul.owl-theme .owl-controls .owl-page.active, .theme-transport ul.owl-theme .owl-controls .owl-page:hover {
    border-color: #ef9286;
}

    .theme-transport ul.owl-theme .owl-controls .owl-page.active:after, .theme-transport ul.owl-theme .owl-controls .owl-page.active:before, .theme-transport ul.owl-theme .owl-controls .owl-page:hover:after, .theme-transport ul.owl-theme .owl-controls .owl-page:hover:before {
        background: #ef9286;
    }

    .theme-transport ul.owl-theme .owl-controls .owl-page.active span, .theme-transport ul.owl-theme .owl-controls .owl-page:hover span {
        background: #d13420;
    }

        .theme-transport ul.owl-theme .owl-controls .owl-page span, .theme-transport ul.owl-theme .owl-controls .owl-page.active span:after, .theme-transport ul.owl-theme .owl-controls .owl-page.active span:before, .theme-transport ul.owl-theme .owl-controls .owl-page:hover span:after, .theme-transport ul.owl-theme .owl-controls .owl-page:hover span:before {
            background: #ef9286;
        }

.theme-transport .noo-list a:hover:before, .theme-transport .noo-list.yes span:before {
    background: #49d3f6;
}

.theme-transport .noo-product-footer .price span, .theme-transport .our-blog-item .blog-item .blog-hover .sh-entry-blog2 .cat a, .theme-transport .our-blog-item .blog-item .sh-entry-blog .cat a {
    color: #d13420;
}

.theme-transport .woo-thumbnail .bk {
    background: rgba(0, 0, 0, 0.8);
}

.theme-transport .noo_team li .noo-team-item .noo-team-info:before, .theme-transport .our-blog-item .blog-item:before {
    background: #49d3f6;
}

.theme-transport .noo-team-content .team-contact ul li i, .theme-transport .team-title .noo-team-control button:hover i {
    color: #49d3f6;
}

.theme-transport .clients .next-client:hover, .theme-transport .clients .prev-client:hover, .theme-transport .noo-team-content .team-title:before {
    background: #d13420;
}

.theme-transport .noo-counter-wrap h6, .theme-transport .noo_pricing .pricing_header span, .theme-transport .title-newsltter {
    color: #fff;
}

.theme-transport .noo-newsltter-form button {
    background: #49d3f6;
}

    .theme-transport .noo-newsltter-form button:hover, .theme-transport .social-all {
        background: #000;
    }

        .theme-transport .noo-custom-menu ul li a:hover, .theme-transport .recent-tweets li .twitter_user .twitter_username, .theme-transport .social-all a:hover, .theme-transport .widget_noo_infomation .noo-info-footer i, .theme-transport .widget_noo_infomation .noo-infomation-attr li span.fa, .theme-transport .widget_noo_services ul li a:hover {
            color: #d13420;
        }

.theme-transport .whychooseus.choose_style3 .choose-icon {
    background: #d13420;
}

    .theme-transport .whychooseus.choose_style3 .choose-icon:before {
        border-bottom: 29px solid #d13420;
    }

    .theme-transport .whychooseus.choose_style3 .choose-icon:after {
        border-top: 29px solid #d13420;
    }

    .theme-transport .whychooseus.choose_style3 .choose-icon .background-line {
        border-left: 3px solid #df7163;
        border-right: 3px solid #df7163;
    }

        .theme-transport .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:after, .theme-transport .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:before, .theme-transport .whychooseus.choose_style3 .choose-icon .background-line:after, .theme-transport .whychooseus.choose_style3 .choose-icon .background-line:before {
            background: #df7163;
        }

.theme-transport .whychooseus.choose_style3:hover .choose-icon {
    background: rgba(18, 16, 37, 0.3);
}

    .theme-transport .whychooseus.choose_style3:hover .choose-icon:before {
        border-bottom-color: rgba(18, 16, 37, 0.3);
    }

    .theme-transport .whychooseus.choose_style3:hover .choose-icon:after {
        border-top-color: rgba(18, 16, 37, 0.3);
    }

    .theme-transport .whychooseus.choose_style3:hover .choose-icon .icon_first {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .theme-transport .whychooseus.choose_style3:hover .choose-icon .icon_last {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .theme-transport .whychooseus.choose_style3:hover .choose-icon .background-line {
        background: #121025;
        border: 0;
    }

        .theme-transport .whychooseus.choose_style3:hover .choose-icon .background-line:after, .theme-transport .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            position: absolute;
            right: auto;
            border-left: 45px solid transparent;
            border-right: 45px solid transparent;
            -ms-transform: translate(0, 0);
            width: auto;
            height: auto;
            background: 0 0;
            left: 0;
            content: '';
        }

        .theme-transport .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            bottom: 100%;
            top: auto;
            border-bottom: 25px solid #121025;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .theme-transport .whychooseus.choose_style3:hover .choose-icon .background-line:after {
            top: 100%;
            bottom: auto;
            border-top: 25px solid #121025;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.theme-transport .noo_pricing .pricing_header {
    background: #000;
}

    .theme-transport .noo_pricing .pricing_header:before {
        border-top-color: #000;
    }

    .theme-transport .noo_pricing .pricing_header h3 {
        color: #49d3f6;
    }

.theme-transport .noo_pricing .pricing_footer a {
    background: #d13420;
}

    .theme-transport .noo_pricing .pricing_footer a:hover {
        background: #49d3f6;
        color: #fff;
    }

.theme-transport .blog-title.style2 button:hover i {
    color: #d13420;
}

.theme-transport .noo_testimonial_one li .moo-quote-icon {
    color: rgba(0, 0, 0, 0.2);
}

.theme-transport .noo_testimonial_one li .noo_testimonial_name {
    color: #fff;
}

.theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page.active, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover {
    border-color: #c5c6c8;
}

    .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:after, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:before, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:after, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:before {
        background: #c5c6c8;
    }

    .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span {
        background: #fff;
    }

        .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page span, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:after, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:before, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:after, .theme-transport .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:before {
            background: #c5c6c8;
        }

.theme-transport .product-left-content .shopnow {
    background: #d13420;
    color: #fff;
}

    .theme-transport .blog-item-default:before, .theme-transport .product-left-content .shopnow:hover {
        background: #49d3f6;
    }

.theme-transport .noo-sh-product2 .product-right .price, .theme-transport .white-gold .product-left-content h3 a, .theme-transport .white-gold .product-right .price {
    color: #49d3f6;
}

.theme-transport .blog-item-default .blog-sh-right .date {
    color: #d13420;
}

.theme-transport .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .price, .theme-transport .simple-product .simple-content .price {
    color: #49d3f6;
}

.theme-transport .simple-product .simple-content .entry-cart-meta a.add_to_cart_button {
    background: #d13420;
}

    .theme-transport .simple-product .simple-content .entry-cart-meta a.add_to_cart_button:hover {
        background: #49d3f6;
    }

.theme-transport .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #d13420;
}

    .theme-transport .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
        background: #49d3f6;
    }

.theme-transport .noo-poster .noo-poster-bk .nav-button:hover, .theme-transport .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist, .theme-transport .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button {
    background: #d13420;
}

.theme-transport .noo_testimonial_two li:before, .theme-transport .ui-datepicker .ui-datepicker-header, .theme-transport .ui-datepicker-calendar tr td:hover, .theme-transport .ui-widget-header, .theme-transport .wpcf7-form input[type=submit] {
    background: #49d3f6;
}

.theme-transport .noo-information i, .theme-transport .noo_testimonial_two li .testimonial_wrap .testimonial-content .noo-quote-icon {
    color: #d13420;
}

.theme-transport .ui-widget-header {
    border-color: #49d3f6;
}

.theme-transport .book-content-style2 .wpcf7-form input[type=submit], .theme-transport .wpcf7-form input[type=submit]:hover {
    background: #d13420;
}

    .theme-transport .book-content-style2 .wpcf7-form input[type=submit]:hover, .theme-transport .book-form {
        background: #49d3f6;
    }

.theme-transport .onepage-footer .widget_noo_infomation_onpage .onepage-social a:hover {
    color: #49d3f6;
}

.theme-transport .onepage-footer .widget_noo_infomation_onpage .noo-one-footer i {
    color: #d13420;
}

.theme-transport .project-filter span.active, .theme-transport .project-filter span:hover {
    color: #49d3f6;
}

    .theme-transport .project-filter span.active:before, .theme-transport .project-filter span:hover:before {
        background: #d13420;
    }

.theme-transport .project-item .project-inner .project-bk:before {
    background: rgba(209, 52, 32, 0.85);
}

.theme-transport .project-item .project-inner .project-ds .cat, .theme-transport .project-item .project-inner .project-ds .cat a {
    color: #fff;
}

.theme-transport .noo_testimonial_two li .testimonial_wrap .testimonial-content .testi-meta .noo_testimonial_name, .theme-transport .project-item .project-inner .project-ds h3 a {
    color: #000;
}

.theme-transport .project-title:before {
    background: #d13420;
}

.theme-transport .noo-sidebar-services .widget_noo_services {
    background: #49d3f6;
}

    .theme-transport .noo-sidebar-services .widget_noo_services .widget-title {
        background: #49d3f6;
        color: #fff;
    }

    .theme-transport .noo-sidebar-services .widget_noo_services ul li a:hover {
        background: #d13420;
        color: #fff;
    }

.theme-transport .noo-sidebar-services .widget-title {
    background: #49d3f6;
}

.theme-transport .noo-checklist li:before {
    color: #49d3f6;
}

.theme-transport .noo-page-heading:before {
    background: rgba(0, 0, 0, 0.5);
}

.theme-transport .noo-page-heading .page-title, .theme-transport .noo-page-heading-Appointment .page-title {
    color: #49d3f6;
    text-shadow: 3px 0 #d13420;
    -moz-text-shadow: 3px 0 #d13420;
    -webkit-text-shadow: 3px 0 #d13420;
    -o-text-shadow: 3px 0 #d13420;
}

.theme-transport .services-cat-title {
    background: rgba(73, 211, 246, 0.7);
}

    .theme-transport .services-cat-title .cat-title-first {
        background: rgba(73, 211, 246, 0.5);
    }

        .theme-transport .services-cat-title .cat-title-first:before {
            border-right-color: rgba(73, 211, 246, 0.5);
        }

        .theme-transport .services-cat-title .cat-title-first:after {
            border-left-color: rgba(73, 211, 246, 0.5);
        }

        .theme-transport .services-cat-title .cat-title-first .cat-title-last {
            background: #49d3f6;
            color: #fff;
        }

.theme-transport .masonry-filters-services .services-filters li a.selected, .theme-transport .masonry-filters-services .services-filters li a:hover, .theme-transport .noo-services-item h3 a {
    color: #49d3f6;
}

.theme-transport .services-cat-title .cat-title-first .cat-title-last:before {
    border-right-color: #49d3f6;
}

.theme-transport .services-cat-title .cat-title-first .cat-title-last:after {
    border-left-color: #49d3f6;
}

.theme-transport .masonry-filters-services .services-filters li a.selected:before, .theme-transport .masonry-filters-services .services-filters li a:hover:before {
    background: #d13420;
}

.theme-transport .noo_testimonial_three li:before {
    background: #49d3f6;
}

.theme-transport .noo_testimonial_three li .testimonial-header .testimonial-name .noo_testimonial_name {
    color: #d13420;
}

.theme-transport .noo-topbar ul li:first-child a {
    border-left-color: transparent;
}

.theme-transport .noo-topbar ul li a {
    border-left-color: #717171;
}

.theme-transport .submit-offer {
    background: #d13420;
    color: #fff;
}

    .theme-transport .submit-offer .icon {
        background: #000;
    }

        .theme-transport .submit-offer .icon:before {
            border-left-color: #000;
        }

        .theme-transport .submit-offer .icon .fa {
            color: #49d3f6;
        }

    .theme-transport .submit-offer .number-coupons {
        color: #fff;
    }

.theme-transport .title-coupons:before {
    background: #49d3f6;
}

.theme-transport .author-avatar h5:before {
    background: #d13420;
}

.theme-transport .hentry .entry-content-wrap .entry-content .cat a, .theme-transport a:focus, .theme-transport a:hover {
    color: #d13420;
}

.theme-transport .noo-sidebar-wrap .widget-title {
    background: #49d3f6;
    color: #fff;
}

.theme-transport .noo-sidebar-wrap .widget_search {
    background: #49d3f6;
}

.theme-transport .commerce ul.product_list_widget li .amount, .theme-transport .noo-sidebar-wrap .widget_categories ul li a:hover, .theme-transport .noo-sidebar-wrap .widget_recent_entries ul li a:hover {
    color: #d13420;
}

.theme-transport .widget_noo_best_services .best_services li h4 a {
    color: #696969;
}

.theme-transport .amount, .theme-transport .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td .amount, .theme-transport .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th .amount, .theme-transport .single-author-project .author-description .project-icon, .theme-transport .single-author-project .author-description strong a, .theme-transport .single-cat a, .theme-transport .single-meta .single-meta-right a:hover, .theme-transport .single-navigation span:hover a, .theme-transport .single-navigation span:hover i, .theme-transport.commerce-checkout .commerce-info a {
    color: #d13420;
}

.theme-transport #comments #respond .comment-reply-title:before, .theme-transport #comments #respond .form-submit input, .theme-transport .widget_price_filter .price_slider_amount .button, .theme-transport .widget_price_filter .ui-slider .ui-slider-range {
    background: #d13420;
}

.theme-transport.commerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #49d3f6;
}

.theme-transport .commerce .cart input.button {
    background: #d13420;
}

    .theme-transport .cart-collaterals .cart_totals h2:before, .theme-transport .commerce .cart input.button:hover {
        background: #49d3f6;
    }

.theme-transport #customer_details h3:before, .theme-transport #payment #place_order, .theme-transport .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a, .theme-transport .order_review_wrap #order_review_heading:before, .theme-transport .project-sidebar-title, .theme-transport table.wishlist_table td.product-add-to-cart a, .theme-transport.single-product div.product div.summary .cart .button, .theme-transport.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #d13420;
}

.theme-transport.single-product div.product div.summary .price {
    color: #49d3f6;
}

.theme-transport.single-product div.product .commerce-tabs ul.tabs li.active a:before, .theme-transport.single-product div.product .commerce-tabs ul.tabs li:hover a:before, .theme-transport.single-product div.product div.summary .cart .button:hover, .theme-transport.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
    background: #49d3f6;
}

.theme-transport.single-product div.product .commerce-tabs ul.tabs li.active a, .theme-transport.single-product div.product .commerce-tabs ul.tabs li:hover a {
    color: #d13420;
}

.theme-transport span.onsale {
    background: #d13420;
}

.theme-transport .noo-product-footer .price del, .theme-transport .noo_team li .noo-team-item:hover .noo-team-info h4 {
    color: #49d3f6;
}

.theme-transport .masonry-filters-project .project-filters li a.selected, .theme-transport .masonry-filters-project .project-filters li a:hover, .theme-transport .noo-portfolio-list .noo-list-content .noo-cat a {
    color: #d13420;
}

    .theme-transport .masonry-filters-project .project-filters li a.selected:before, .theme-transport .masonry-filters-project .project-filters li a:hover:before {
        background: #49d3f6;
    }

.theme-transport .wpb_gmaps_widget {
    position: relative;
}

    .theme-transport .wpb_gmaps_widget:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: rgba(0, 0, 0, 0.6);
    }

.theme-transport .noo-portfolio-list .noo-list-content .read-more {
    color: #b1b1b1;
    font-style: italic;
}

    .theme-transport .noo-portfolio-list .noo-list-content .read-more:hover {
        color: #d13420;
    }

.theme-transport .pagination .page-numbers.current, .theme-transport .pagination a.page-numbers:hover {
    background: #d13420;
    border-color: #d13420;
}

.theme-transport .project-sidebar-title {
    background: #49d3f6;
    color: #000;
}

.theme-transport #comments ol li .comment-wrap .comment-block .comment-header .comment-author, .theme-transport #comments ul li .comment-wrap .comment-block .comment-header .comment-author, .theme-transport .single-meta .single-meta-left a:hover {
    color: #d13420;
}

.theme-transport .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a, .theme-transport .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a, .theme-transport .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a, .theme-transport .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a {
    background: #d13420;
}

.theme-transport nav.commerce-pagination ul li a.current, .theme-transport nav.commerce-pagination ul li a:hover, .theme-transport nav.commerce-pagination ul li span.current, .theme-transport nav.commerce-pagination ul li span:hover {
    background: #49d3f6;
    color: #fff;
}

.theme-transport div.product #reviews #review_form_wrapper form .form-submit input, .theme-transport div.product div.summary .yith-wcwl-wishlistaddedbrowse a, .theme-transport div.product div.summary .yith-wcwl-wishlistexistsbrowse a {
    background: #d13420;
}

    .theme-transport .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover, .theme-transport .noo-checkout-complete h2:before, .theme-transport .noo-checkout-complete h3:before, .theme-transport .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .theme-transport .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover, .theme-transport .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover, .theme-transport .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button:hover, .theme-transport div.product #reviews #review_form_wrapper form .form-submit input:hover {
        background: #49d3f6;
    }

.theme-transport .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td {
    color: #d13420;
}

.theme-transport .header-default .noo-topbar ul li a {
    color: #fff;
}

.theme-transport .noo-left-menu .cate-name, .theme-transport .noo-left-menu .menu-categories li a:hover {
    color: #d13420;
}

.theme-bikang .noo-main-menu .navbar-nav > li.noo_megamenu > .sub-menu > li .noo_megamenu_widget_area li a:hover, .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a, .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a {
    color: #011e9e;
}

.theme-transport form.login .button {
    background: #d13420;
}

    .theme-transport form.login .button:hover {
        background: #49d3f6;
    }

.theme-transport.commerce-account input.button {
    background: #d13420;
}

    .theme-transport div.product div.summary .yith-wcwl-wishlistaddedbrowse a:hover, .theme-transport div.product div.summary .yith-wcwl-wishlistexistsbrowse a:hover, .theme-transport.commerce-account input.button:hover {
        background: #49d3f6;
    }

.theme-bikang .services-header {
    background: rgba(24, 77, 253, 0.3);
}

.theme-bikang .noo-onepage .noo-wrap-menu {
    background: #000;
    border-bottom: 0;
}

    .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current-menu-item > a:before, .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li.current > a:before, .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li:hover > a:before {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
        background: #f3e200;
    }

    .theme-bikang .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before, .theme-bikang .header-5 .noo-wrap-menu, .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
        background: #011e9e;
    }

    .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a {
        padding-left: 0;
        color: #fff;
    }

        .theme-bikang .noo-onepage .noo-wrap-menu .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span {
            border-color: #fff;
        }

.theme-bikang .header-2 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a {
    color: #011e9e;
}

.theme-bikang .header-5 .noo-wrap-menu .icon-search2 {
    background: #DA0003;
}

.theme-bikang .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a, .theme-bikang .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li > a {
    color: #fff;
}

.theme-bikang .blog-item-default .blog-sh-right .default-blog-footer a:hover, .theme-bikang .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .icon-shopping, .theme-bikang .noo-infomation-cart ul li.phone i, .theme-bikang .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a:hover, .theme-bikang .noo-main-menu .navbar-nav li.current-menu-item > a, .theme-bikang .noo-main-menu .navbar-nav li:hover > a, .theme-bikang .noo-nav-header4 .noo-nav-wrap .noo-main-menu .navbar-nav > li:hover > a, .theme-bikang .our-blog-item .blog-item .blog-hover .entry-sh-footer a:hover:hover, .theme-bikang .whychooseus .choose-icon i {
    color: #011e9e;
}

.theme-bikang .header-5 .noo-wrap-menu .noo-main-menu .navbar-nav > li:hover > a:before {
    background: #fff;
}

.theme-bikang .noo-infomation-cart ul li.noo-menu-item-cart .cart-button .cart-item .count {
    background: #f3e200;
}

.theme-bikang .search-header5 form input[type=submit] {
    background: #011e9e;
}

.theme-bikang .noo-main-menu .navbar-nav li#nav-menu-item-simple-cart > a span em {
    color: #fff;
    background: #011e9e;
}

.theme-bikang .noo-main-menu .navbar-nav li > .sub-menu li a:hover, .theme-bikang .noo-news-slider li .noo-news-item .container .cat a, .theme-bikang .noo-title {
    color: #011e9e;
}

.theme-bikang .noo-main-menu .navbar-nav li > a:before {
    background: #f3e200;
}

.theme-bikang .noo-news-slider li .noo-news-item:before {
    background: rgba(0, 0, 0, 0.6);
}

.theme-bikang .book-free {
    background: #011e9e;
}

    .theme-bikang .book-free .book-content input[type=submit] {
        background: #f3e200;
    }

.theme-bikang .money-icon, .theme-bikang .money-icon:after {
    background: #212121;
}

    .theme-bikang .money-icon:before {
        border-left-color: #212121;
    }

    .theme-bikang .money-icon span {
        background: #383838;
    }

        .theme-bikang .money-icon span:before {
            border-left-color: #383838;
        }

        .theme-bikang .money-icon span:after {
            border-right-color: #383838;
        }

.theme-bikang .your-money2 .money-right .money-title {
    color: #fff;
}

.theme-bikang .your-money2 .money-right .noo-button {
    background: #fff;
    color: #000;
}

    .theme-bikang .your-money2 .money-right .noo-button:hover {
        background: #011e9e;
        color: #fff;
    }

.theme-bikang .money-content .money-entry-content, .theme-bikang .money-content .money-title {
    color: #fff;
}

.theme-bikang .money-content .noo-button {
    color: #f3e200;
}

    .theme-bikang .money-content .noo-button:hover {
        background: #f3e200;
        color: #fff;
    }

.theme-bikang .noo-sh-button {
    color: #f3e200;
}

    .theme-bikang .noo-sh-button span {
        border-color: #f3e200;
    }

    .theme-bikang .noo-sh-button.sh-bk {
        background: #f3e200;
        color: #fff;
    }

.theme-bikang .services-content .services-entry {
    background: rgba(229, 0, 3, 0.8);
}

    .theme-bikang .services-content .services-entry p, .theme-bikang .services-content .services-entry strong {
        color: #fff;
    }

    .theme-bikang .services-content .services-entry a {
        background: #f3e200;
    }

.theme-bikang .services-title a {
    color: #000;
}

.theme-bikang .blog-title .noo-blog-control button:hover i, .theme-bikang .noo-list a:hover, .theme-bikang .noo-list.yes span, .theme-bikang .noo-product-footer .price span, .theme-bikang .our-blog-item .blog-item .sh-entry-blog .cat a {
    color: #011e9e;
}

.theme-bikang ul.owl-theme .owl-controls .owl-page.active, .theme-bikang ul.owl-theme .owl-controls .owl-page:hover {
    border-color: #E4657A;
}

    .theme-bikang ul.owl-theme .owl-controls .owl-page.active:after, .theme-bikang ul.owl-theme .owl-controls .owl-page.active:before, .theme-bikang ul.owl-theme .owl-controls .owl-page:hover:after, .theme-bikang ul.owl-theme .owl-controls .owl-page:hover:before {
        background: #E4657A;
    }

    .theme-bikang ul.owl-theme .owl-controls .owl-page.active span, .theme-bikang ul.owl-theme .owl-controls .owl-page:hover span {
        background: #011e9e;
    }

        .theme-bikang ul.owl-theme .owl-controls .owl-page span, .theme-bikang ul.owl-theme .owl-controls .owl-page.active span:after, .theme-bikang ul.owl-theme .owl-controls .owl-page.active span:before, .theme-bikang ul.owl-theme .owl-controls .owl-page:hover span:after, .theme-bikang ul.owl-theme .owl-controls .owl-page:hover span:before {
            background: #E4657A;
        }

.theme-bikang .noo-list a:hover:before, .theme-bikang .noo-list.yes span:before {
    background: #011e9e;
}

.theme-bikang .woo-thumbnail .bk {
    background: rgba(0, 0, 0, 0.8);
}

.theme-bikang .noo_team li .noo-team-item .noo-team-info:before, .theme-bikang .our-blog-item .blog-item:before {
    background: #011e9e;
}

.theme-bikang .our-blog-item .blog-item .blog-hover .sh-entry-blog2 .cat a {
    color: #f3e200;
}

.theme-bikang .noo-team-content .team-contact ul li i, .theme-bikang .team-title .noo-team-control button:hover i {
    color: #011e9e;
}

.theme-bikang .clients .next-client:hover, .theme-bikang .clients .prev-client:hover, .theme-bikang .noo-newsltter-form button, .theme-bikang .noo-team-content .team-title:before {
    background: #f3e200;
}

.theme-bikang .noo-counter-wrap h6, .theme-bikang .noo_pricing .pricing_header span, .theme-bikang .title-newsltter {
    color: #fff;
}

.theme-bikang .noo-newsltter-form button:hover, .theme-bikang .social-all {
    background: #000;
}

    .theme-bikang .social-all a:hover {
        color: #f3e200;
    }

.theme-bikang .recent-tweets li .twitter_user .twitter_username {
    color: #011e9e;
}

.theme-bikang .widget_noo_infomation .noo-info-footer i, .theme-bikang .widget_noo_infomation .noo-infomation-attr li span.fa {
    color: #f3e200;
}

.theme-bikang .noo-custom-menu ul li a:hover, .theme-bikang .widget_noo_services ul li a:hover {
    color: #011e9e;
}

.theme-bikang .whychooseus.choose_style3 .choose-icon {
    background: #f3e200;
}

    .theme-bikang .whychooseus.choose_style3 .choose-icon:before {
        border-bottom: 29px solid #f3e200;
    }

    .theme-bikang .whychooseus.choose_style3 .choose-icon:after {
        border-top: 29px solid #f3e200;
    }

    .theme-bikang .whychooseus.choose_style3 .choose-icon .background-line {
        border-left: 3px solid #5e83fe;
        border-right: 3px solid #5e83fe;
    }

        .theme-bikang .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:after, .theme-bikang .whychooseus.choose_style3 .choose-icon .background-line .background-line-bottom:before, .theme-bikang .whychooseus.choose_style3 .choose-icon .background-line:after, .theme-bikang .whychooseus.choose_style3 .choose-icon .background-line:before {
            background: #5e83fe;
        }

.theme-bikang .whychooseus.choose_style3:hover .choose-icon {
    background: rgba(229, 0, 3, 0.3);
}

    .theme-bikang .whychooseus.choose_style3:hover .choose-icon:before {
        border-bottom-color: rgba(229, 0, 3, 0.3);
    }

    .theme-bikang .whychooseus.choose_style3:hover .choose-icon:after {
        border-top-color: rgba(229, 0, 3, 0.3);
    }

    .theme-bikang .whychooseus.choose_style3:hover .choose-icon .icon_first {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .theme-bikang .whychooseus.choose_style3:hover .choose-icon .icon_last {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .theme-bikang .whychooseus.choose_style3:hover .choose-icon .background-line {
        background: #011e9e;
        border: 0;
    }

        .theme-bikang .whychooseus.choose_style3:hover .choose-icon .background-line:after, .theme-bikang .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            position: absolute;
            right: auto;
            border-left: 45px solid transparent;
            border-right: 45px solid transparent;
            width: auto;
            height: auto;
            background: 0 0;
            left: 0;
            content: '';
        }

        .theme-bikang .whychooseus.choose_style3:hover .choose-icon .background-line:before {
            bottom: 100%;
            top: auto;
            border-bottom: 25px solid #011e9e;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .theme-bikang .whychooseus.choose_style3:hover .choose-icon .background-line:after {
            top: 100%;
            bottom: auto;
            border-top: 25px solid #011e9e;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

.theme-bikang .noo_pricing .pricing_header {
    background: #f3e200;
}

    .theme-bikang .noo_pricing .pricing_header:before {
        border-top-color: #f3e200;
    }

.theme-bikang .noo_pricing .pricing_footer a {
    background: #000;
}

.theme-bikang .blog-title.style2 button:hover i {
    color: #011e9e;
}

.theme-bikang .noo_testimonial_one li .moo-quote-icon {
    color: rgba(229, 0, 3, 0.3);
}

.theme-bikang .noo_testimonial_one li .noo_testimonial_name {
    color: #f3e200;
}

.theme-bikang .noo_testimonial_one li .noo_testimonial_position {
    color: #696969;
}

.theme-bikang .noo_testimonial_one li p {
    color: #000;
    padding-left: 5%;
    padding-right: 5%;
}

.theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page.active, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover {
    border-color: #f5f5f5;
}

    .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:after, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page.active:before, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:after, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover:before {
        background: #f5f5f5;
    }

    .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span {
        background: #fff;
    }

        .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page span, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:after, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page.active span:before, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:after, .theme-bikang .noo_testimonial_one.owl-theme .owl-controls .owl-page:hover span:before {
            background: #f5f5f5;
        }

.theme-bikang .product-left-content .shopnow {
    background: #f3e200;
    color: #fff;
}

    .theme-bikang .blog-item-default:before, .theme-bikang .product-left-content .shopnow:hover {
        background: #011e9e;
    }

.theme-bikang .noo-sh-product2 .product-right .price, .theme-bikang .white-gold .product-left-content h3 a, .theme-bikang .white-gold .product-right .price {
    color: #011e9e;
}

.theme-bikang .blog-item-default .blog-sh-right .date {
    color: #f3e200;
}

.theme-bikang .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .price, .theme-bikang .simple-product .simple-content .price {
    color: #011e9e;
}

.theme-bikang .simple-product .simple-content .entry-cart-meta a.add_to_cart_button {
    background: #f3e200;
}

    .theme-bikang .simple-product .simple-content .entry-cart-meta a.add_to_cart_button:hover {
        background: #011e9e;
    }

.theme-bikang .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #f3e200;
}

    .theme-bikang .simple-product .simple-content .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
        background: #011e9e;
    }

.theme-bikang .noo-poster .noo-poster-bk .nav-button:hover, .theme-bikang .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-add-to-wishlist .add_to_wishlist, .theme-bikang .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta a.add_to_cart_button {
    background: #f3e200;
}

.theme-bikang .noo_testimonial_two li:before, .theme-bikang .wpcf7-form input[type=submit] {
    background: #011e9e;
}

.theme-bikang .noo_testimonial_two li .testimonial_wrap .testimonial-content .noo-quote-icon {
    color: #f3e200;
}

.theme-bikang .noo-information i, .theme-bikang .onepage-footer .widget_noo_infomation_onpage .noo-one-footer i, .theme-bikang .onepage-footer .widget_noo_infomation_onpage .onepage-social a:hover, .theme-bikang .project-filter span.active, .theme-bikang .project-filter span:hover {
    color: #011e9e;
}

.theme-bikang .wpcf7-form input[type=submit]:hover {
    background: #f3e200;
}

.theme-bikang .book-form {
    background: #011e9e;
}

.theme-bikang .project-filter span.active:before, .theme-bikang .project-filter span:hover:before {
    background: #f3e200;
}

.theme-bikang .project-item .project-inner .project-bk:before {
    background: rgba(24, 77, 253, 0.85);
}

.theme-bikang .project-item .project-inner .project-ds .cat, .theme-bikang .project-item .project-inner .project-ds .cat a {
    color: #fff;
}

.theme-bikang .noo_testimonial_two li .testimonial_wrap .testimonial-content .testi-meta .noo_testimonial_name, .theme-bikang .project-item .project-inner .project-ds h3 a {
    color: #000;
}

.theme-bikang .project-title:before {
    background: #f3e200;
}

.theme-bikang .noo-sidebar-services .widget_noo_services {
    background: #011e9e;
}

    .theme-bikang .noo-sidebar-services .widget_noo_services .widget-title {
        background: #011e9e;
        color: #fff;
    }

    .theme-bikang .noo-sidebar-services .widget_noo_services ul li a:hover {
        background: #f3e200;
        color: #fff;
    }

.theme-bikang .noo-sidebar-services .widget-title {
    background: #011e9e;
}

.theme-bikang .noo-checklist li:before {
    color: #011e9e;
}

.theme-bikang .noo-page-heading:before {
    background: rgba(0, 0, 0, 0.7);
}

.theme-bikang .noo-page-heading .page-title, .theme-bikang .noo-page-heading-Appointment .page-title {
    text-shadow: 3px 0 #000;
    -moz-text-shadow: 3px 0 #000;
    -webkit-text-shadow: 3px 0 #000;
    -o-text-shadow: 3px 0 #000;
    color: #011e9e;
}

.theme-bikang .services-cat-title {
    background: rgba(229, 0, 3, 0.7);
}

    .theme-bikang .services-cat-title .cat-title-first {
        background: rgba(229, 0, 3, 0.5);
    }

        .theme-bikang .services-cat-title .cat-title-first:before {
            border-right-color: rgba(229, 0, 3, 0.5);
        }

        .theme-bikang .services-cat-title .cat-title-first:after {
            border-left-color: rgba(229, 0, 3, 0.5);
        }

        .theme-bikang .services-cat-title .cat-title-first .cat-title-last {
            background: #011e9e;
            color: #fff;
        }

.theme-bikang .masonry-filters-services .services-filters li a.selected, .theme-bikang .masonry-filters-services .services-filters li a:hover, .theme-bikang .noo-services-item h3 a {
    color: #011e9e;
}

.theme-bikang .services-cat-title .cat-title-first .cat-title-last:before {
    border-right-color: #011e9e;
}

.theme-bikang .services-cat-title .cat-title-first .cat-title-last:after {
    border-left-color: #011e9e;
}

.theme-bikang .masonry-filters-services .services-filters li a.selected:before, .theme-bikang .masonry-filters-services .services-filters li a:hover:before {
    background: #f3e200;
}

.theme-bikang .noo_testimonial_three li:before {
    background: #011e9e;
}

.theme-bikang .noo_testimonial_three li .testimonial-header .testimonial-name .noo_testimonial_name {
    color: #f3e200;
}

.theme-bikang .noo-topbar ul li:first-child a {
    border-left-color: transparent;
}

.theme-bikang .noo-topbar ul li a {
    border-left-color: #717171;
}

.theme-bikang .submit-offer {
    background: #011e9e;
    color: #fff;
}

    .theme-bikang .submit-offer .icon {
        background: #000;
    }

        .theme-bikang .submit-offer .icon:before {
            border-left-color: #000;
        }

    .theme-bikang .submit-offer .number-coupons {
        color: #fff;
    }

.theme-bikang .author-avatar h5:before, .theme-bikang .title-coupons:before {
    background: #f3e200;
}

.theme-bikang .hentry .entry-content-wrap .entry-content .cat a {
    color: #f3e200;
}

.theme-bikang a:focus, .theme-bikang a:hover {
    color: #011e9e;
}

.theme-bikang .noo-sidebar-wrap .widget-title {
    background: #011e9e;
    color: #fff;
}

.theme-bikang .noo-sidebar-wrap .widget_search {
    background: #011e9e;
}

.theme-bikang .noo-sidebar-wrap .widget_categories ul li a:hover, .theme-bikang .noo-sidebar-wrap .widget_recent_entries ul li a:hover {
    color: #011e9e;
}

.theme-bikang .commerce ul.product_list_widget li .amount {
    color: #f3e200;
}

.theme-bikang .widget_noo_best_services .best_services li h4 a {
    color: #696969;
}

    .theme-bikang .widget_noo_best_services .best_services li h4 a:hover {
        color: #011e9e;
    }

.theme-bikang .amount, .theme-bikang .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal td .amount, .theme-bikang .order_review_wrap #order_review table.shop_table tfoot .cart-subtotal th .amount, .theme-bikang .single-author-project .author-description .project-icon, .theme-bikang .single-author-project .author-description strong a, .theme-bikang .single-cat a, .theme-bikang .single-meta .single-meta-right a:hover, .theme-bikang .single-navigation span:hover a, .theme-bikang .single-navigation span:hover i, .theme-bikang.commerce-checkout .commerce-info a {
    color: #f3e200;
}

.theme-bikang #comments #respond .comment-reply-title:before, .theme-bikang #comments #respond .form-submit input, .theme-bikang .widget_price_filter .price_slider_amount .button, .theme-bikang .widget_price_filter .ui-slider .ui-slider-range {
    background: #f3e200;
}

.theme-bikang.commerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #011e9e;
}

.theme-bikang .commerce .cart input.button {
    background: #f3e200;
}

    .theme-bikang .cart-collaterals .cart_totals h2:before, .theme-bikang .commerce .cart input.button:hover {
        background: #011e9e;
    }

.theme-bikang #customer_details h3:before, .theme-bikang #payment #place_order, .theme-bikang .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a, .theme-bikang .order_review_wrap #order_review_heading:before, .theme-bikang .project-sidebar-title, .theme-bikang table.wishlist_table td.product-add-to-cart a, .theme-bikang.single-product div.product div.summary .cart .button, .theme-bikang.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist {
    background: #f3e200;
}

.theme-bikang.single-product div.product div.summary .price {
    color: #011e9e;
}

.theme-bikang.single-product div.product .commerce-tabs ul.tabs li.active a:before, .theme-bikang.single-product div.product .commerce-tabs ul.tabs li:hover a:before, .theme-bikang.single-product div.product div.summary .cart .button:hover, .theme-bikang.single-product div.product div.summary .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
    background: #011e9e;
}

.theme-bikang.single-product div.product .commerce-tabs ul.tabs li.active a, .theme-bikang.single-product div.product .commerce-tabs ul.tabs li:hover a {
    color: #f3e200;
}

.theme-bikang .masonry-filters-project .project-filters li a.selected:before, .theme-bikang .masonry-filters-project .project-filters li a:hover:before, .theme-bikang span.onsale {
    background: #f3e200;
}

.theme-bikang .masonry-filters-project .project-filters li a.selected, .theme-bikang .masonry-filters-project .project-filters li a:hover, .theme-bikang .noo-product-footer .price del, .theme-bikang .noo_team li .noo-team-item:hover .noo-team-info h4 {
    color: #011e9e;
}

.theme-bikang .wpb_gmaps_widget {
    position: relative;
}

    .theme-bikang .wpb_gmaps_widget:before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: rgba(0, 0, 0, 0.6);
    }

.theme-bikang .noo-portfolio-list .noo-list-content .noo-cat a {
    color: #f3e200;
}

.theme-bikang .noo-portfolio-list .noo-list-content .read-more {
    color: #b1b1b1;
    font-style: italic;
}

    .theme-bikang .noo-portfolio-list .noo-list-content .read-more:hover {
        color: #011e9e;
    }

.theme-bikang .pagination .page-numbers.current, .theme-bikang .pagination a.page-numbers:hover {
    background: #011e9e;
    border-color: #011e9e;
}

.theme-bikang .project-sidebar-title {
    background: #011e9e;
    color: #fff;
}

.theme-bikang .single-meta .single-meta-left a:hover {
    color: #f3e200;
}

.theme-bikang .ui-datepicker .ui-datepicker-header, .theme-bikang .ui-datepicker-calendar tr td:hover, .theme-bikang .ui-widget-header {
    background: #011e9e;
}

.theme-bikang .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistaddedbrowse a, .theme-bikang .noo-poster .noo-poster-bk .noo_poster_products li .entry-poster-meta .yith-wcwl-wishlistexistsbrowse a, .theme-bikang .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a, .theme-bikang .simple-product .simple-content .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a, .theme-bikang div.product #reviews #review_form_wrapper form .form-submit input, .theme-bikang div.product div.summary .yith-wcwl-wishlistaddedbrowse a, .theme-bikang div.product div.summary .yith-wcwl-wishlistexistsbrowse a {
    background: #f3e200;
}

.theme-bikang .ui-widget-header {
    border-color: #011e9e;
}

.theme-bikang .subscribe-text {
    color: #fff;
}

.theme-bikang #comments ol li .comment-wrap .comment-block .comment-header .comment-author, .theme-bikang #comments ul li .comment-wrap .comment-block .comment-header .comment-author {
    color: #f3e200;
}

.theme-bikang nav.commerce-pagination ul li a.current, .theme-bikang nav.commerce-pagination ul li a:hover, .theme-bikang nav.commerce-pagination ul li span.current, .theme-bikang nav.commerce-pagination ul li span:hover {
    background: #f3e200;
    color: #fff;
}

.theme-bikang div.product #reviews #review_form_wrapper form .form-submit input:hover {
    background: #011e9e;
}

.theme-bikang .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover, .theme-bikang .noo-checkout-complete h2:before, .theme-bikang .noo-checkout-complete h3:before, .theme-bikang .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-add-to-wishlist .add_to_wishlist:hover, .theme-bikang .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistaddedbrowse a:hover, .theme-bikang .woo-thumbnail .noo-product-meta .entry-cart-meta .yith-wcwl-wishlistexistsbrowse a:hover, .theme-bikang .woo-thumbnail .noo-product-meta .entry-cart-meta a.add_to_cart_button:hover, .theme-bikang form.checkout_coupon input[type=submit]:hover, .theme-bikang form.login .button {
    background: #f3e200;
}

.theme-bikang .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td {
    color: #f3e200;
}

.theme-bikang .header-default .noo-topbar ul li a {
    color: #fff;
}

.theme-bikang .noo-left-menu .cate-name, .theme-bikang .noo-left-menu .menu-categories li a:hover, .theme-bikang blockquote:before {
    color: #011e9e;
}

.theme-bikang form.login .button:hover, .theme-bikang.commerce-account input.button {
    background: #011e9e;
}

    .theme-bikang #customer_login h2:before, .theme-bikang .cart-collaterals .cart_totals .car_totals_wrap .wc-proceed-to-checkout a:hover, .theme-bikang.commerce-account input.button:hover {
        background: #f3e200;
    }

.parallax, .section-question-service, .section-question-service-bg, .testimonial-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax, .parallax-blog, .parallax-counter, .section-question-service, .testimonial-bg {
    background-size: cover;
}

.offer-title, .service-text-time {
    text-align: center;
    font-weight: 800;
}

.fsi {
    font-style: italic !important;
}

.fsn {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 500 !important;
}

.fw-bolder {
    font-weight: 700 !important;
}

.fz-5 {
    font-size: 50px;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 10px !important;
}

.p-2 {
    padding: 20px !important;
}

.p-3 {
    padding: 30px !important;
}

.p-4 {
    padding: 40px !important;
}

.p-5 {
    padding: 50px !important;
}

.p-6 {
    padding: 60px !important;
}

.p-7 {
    padding: 70px !important;
}

.p-8 {
    padding: 80px !important;
}

.p-9 {
    padding: 90px !important;
}

.p-10 {
    padding: 100px !important;
}

.p-11 {
    padding: 110px !important;
}

.p-12 {
    padding: 120px !important;
}

.p-13 {
    padding: 130px !important;
}

.p-14 {
    padding: 140px !important;
}

.p-15 {
    padding: 150px !important;
}

.p-16 {
    padding: 160px !important;
}

.p-17 {
    padding: 170px !important;
}

.p-18 {
    padding: 180px !important;
}

.p-19 {
    padding: 190px !important;
}

.p-20 {
    padding: 200px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 10px !important;
}

.pt-2 {
    padding-top: 20px !important;
}

.pt-3 {
    padding-top: 30px !important;
}

.pt-4 {
    padding-top: 40px !important;
}

.pt-5 {
    padding-top: 50px !important;
}

.pt-6 {
    padding-top: 60px !important;
}

.pt-7 {
    padding-top: 70px !important;
}

.pt-8 {
    padding-top: 80px !important;
}

.pt-9 {
    padding-top: 90px !important;
}

.pt-10 {
    padding-top: 100px !important;
}

.pt-11 {
    padding-top: 110px !important;
}

.pt-12 {
    padding-top: 120px !important;
}

.pt-13 {
    padding-top: 130px !important;
}

.pt-14 {
    padding-top: 140px !important;
}

.pt-15 {
    padding-top: 150px !important;
}

.pt-16 {
    padding-top: 160px !important;
}

.pt-17 {
    padding-top: 170px !important;
}

.pt-18 {
    padding-top: 180px !important;
}

.pt-19 {
    padding-top: 190px !important;
}

.pt-20 {
    padding-top: 200px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 10px !important;
}

.pr-2 {
    padding-right: 20px !important;
}

.pr-3 {
    padding-right: 30px !important;
}

.pr-4 {
    padding-right: 40px !important;
}

.pr-5 {
    padding-right: 50px !important;
}

.pr-6 {
    padding-right: 60px !important;
}

.pr-7 {
    padding-right: 70px !important;
}

.pr-8 {
    padding-right: 80px !important;
}

.pr-9 {
    padding-right: 90px !important;
}

.pr-10 {
    padding-right: 100px !important;
}

.pr-11 {
    padding-right: 110px !important;
}

.pr-12 {
    padding-right: 120px !important;
}

.pr-13 {
    padding-right: 130px !important;
}

.pr-14 {
    padding-right: 140px !important;
}

.pr-15 {
    padding-right: 150px !important;
}

.pr-16 {
    padding-right: 160px !important;
}

.pr-17 {
    padding-right: 170px !important;
}

.pr-18 {
    padding-right: 180px !important;
}

.pr-19 {
    padding-right: 190px !important;
}

.pr-20 {
    padding-right: 200px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 10px !important;
}

.pb-2 {
    padding-bottom: 20px !important;
}

.pb-3 {
    padding-bottom: 30px !important;
}

.pb-4 {
    padding-bottom: 40px !important;
}

.pb-5 {
    padding-bottom: 50px !important;
}

.pb-6 {
    padding-bottom: 60px !important;
}

.pb-7 {
    padding-bottom: 70px !important;
}

.pb-8 {
    padding-bottom: 80px !important;
}

.pb-9 {
    padding-bottom: 90px !important;
}

.pb-10 {
    padding-bottom: 100px !important;
}

.pb-11 {
    padding-bottom: 110px !important;
}

.pb-12 {
    padding-bottom: 120px !important;
}

.pb-13 {
    padding-bottom: 130px !important;
}

.pb-14 {
    padding-bottom: 140px !important;
}

.pb-15 {
    padding-bottom: 150px !important;
}

.pb-16 {
    padding-bottom: 160px !important;
}

.pb-17 {
    padding-bottom: 170px !important;
}

.pb-18 {
    padding-bottom: 180px !important;
}

.pb-19 {
    padding-bottom: 190px !important;
}

.pb-20 {
    padding-bottom: 200px !important;
}

.pb-26 {
    padding-bottom: 260px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 10px !important;
}

.pl-2 {
    padding-left: 20px !important;
}

.pl-3 {
    padding-left: 30px !important;
}

.pl-4 {
    padding-left: 40px !important;
}

.pl-5 {
    padding-left: 50px !important;
}

.pl-6 {
    padding-left: 60px !important;
}

.pl-7 {
    padding-left: 70px !important;
}

.pl-8 {
    padding-left: 80px !important;
}

.pl-9 {
    padding-left: 90px !important;
}

.pl-10 {
    padding-left: 100px !important;
}

.pl-11 {
    padding-left: 110px !important;
}

.pl-12 {
    padding-left: 120px !important;
}

.pl-13 {
    padding-left: 130px !important;
}

.pl-14 {
    padding-left: 140px !important;
}

.pl-15 {
    padding-left: 150px !important;
}

.pl-16 {
    padding-left: 160px !important;
}

.pl-17 {
    padding-left: 170px !important;
}

.pl-18 {
    padding-left: 180px !important;
}

.pl-19 {
    padding-left: 190px !important;
}

.pl-20 {
    padding-left: 200px !important;
}

.mlr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 10px !important;
}

.m-2 {
    margin: 20px !important;
}

.m-3 {
    margin: 30px !important;
}

.m-4 {
    margin: 40px !important;
}

.m-5 {
    margin: 50px !important;
}

.m-6 {
    margin: 60px !important;
}

.m-7 {
    margin: 70px !important;
}

.m-8 {
    margin: 80px !important;
}

.m-9 {
    margin: 90px !important;
}

.m-10 {
    margin: 100px !important;
}

.m-11 {
    margin: 110px !important;
}

.m-12 {
    margin: 120px !important;
}

.m-13 {
    margin: 130px !important;
}

.m-14 {
    margin: 140px !important;
}

.m-15 {
    margin: 150px !important;
}

.m-16 {
    margin: 160px !important;
}

.m-17 {
    margin: 170px !important;
}

.m-18 {
    margin: 180px !important;
}

.m-19 {
    margin: 190px !important;
}

.m-20 {
    margin: 200px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.mt-2 {
    margin-top: 20px !important;
}

.mt-3 {
    margin-top: 30px !important;
}

.mt-4 {
    margin-top: 40px !important;
}

.mt-5 {
    margin-top: 50px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-7 {
    margin-top: 70px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-9 {
    margin-top: 90px !important;
}

.mt-10 {
    margin-top: 100px !important;
}

.mt-11 {
    margin-top: 110px !important;
}

.mt-12 {
    margin-top: 120px !important;
}

.mt-13 {
    margin-top: 130px !important;
}

.mt-14 {
    margin-top: 140px !important;
}

.mt-15 {
    margin-top: 150px !important;
}

.mt-16 {
    margin-top: 160px !important;
}

.mt-17 {
    margin-top: 170px !important;
}

.mt-18 {
    margin-top: 180px !important;
}

.mt-19 {
    margin-top: 190px !important;
}

.mt-20 {
    margin-top: 200px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px !important;
}

.mr-3 {
    margin-right: 30px !important;
}

.mr-4 {
    margin-right: 40px !important;
}

.mr-5 {
    margin-right: 50px !important;
}

.mr-6 {
    margin-right: 60px !important;
}

.mr-7 {
    margin-right: 70px !important;
}

.mr-8 {
    margin-right: 80px !important;
}

.mr-9 {
    margin-right: 90px !important;
}

.mr-10 {
    margin-right: 100px !important;
}

.mr-11 {
    margin-right: 110px !important;
}

.mr-12 {
    margin-right: 120px !important;
}

.mr-13 {
    margin-right: 130px !important;
}

.mr-14 {
    margin-right: 140px !important;
}

.mr-15 {
    margin-right: 150px !important;
}

.mr-16 {
    margin-right: 160px !important;
}

.mr-17 {
    margin-right: 170px !important;
}

.mr-18 {
    margin-right: 180px !important;
}

.mr-19 {
    margin-right: 190px !important;
}

.mr-20 {
    margin-right: 200px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-6 {
    margin-bottom: 60px !important;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.mb-8 {
    margin-bottom: 80px !important;
}

.mb-9 {
    margin-bottom: 90px !important;
}

.mb-10 {
    margin-bottom: 100px !important;
}

.mb-11 {
    margin-bottom: 110px !important;
}

.mb-12 {
    margin-bottom: 120px !important;
}

.mb-13 {
    margin-bottom: 130px !important;
}

.mb-14 {
    margin-bottom: 140px !important;
}

.mb-15 {
    margin-bottom: 150px !important;
}

.mb-16 {
    margin-bottom: 160px !important;
}

.mb-17 {
    margin-bottom: 170px !important;
}

.mb-18 {
    margin-bottom: 180px !important;
}

.mb-19 {
    margin-bottom: 190px !important;
}

.mb-20 {
    margin-bottom: 200px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 10px !important;
}

.ml-2 {
    margin-left: 20px !important;
}

.ml-3 {
    margin-left: 30px !important;
}

.ml-4 {
    margin-left: 40px !important;
}

.ml-5 {
    margin-left: 50px !important;
}

.ml-6 {
    margin-left: 60px !important;
}

.ml-7 {
    margin-left: 70px !important;
}

.ml-8 {
    margin-left: 80px !important;
}

.ml-9 {
    margin-left: 90px !important;
}

.ml-10 {
    margin-left: 100px !important;
}

.ml-11 {
    margin-left: 110px !important;
}

.ml-12 {
    margin-left: 120px !important;
}

.ml-13 {
    margin-left: 130px !important;
}

.ml-14 {
    margin-left: 140px !important;
}

.ml-15 {
    margin-left: 150px !important;
}

.ml-16 {
    margin-left: 160px !important;
}

.ml-17 {
    margin-left: 170px !important;
}

.ml-18 {
    margin-left: 180px !important;
}

.ml-19 {
    margin-left: 190px !important;
}

.ml-20 {
    margin-left: 200px !important;
}

.mtn-0 {
    margin-top: 0 !important;
}

.mtn-1 {
    margin-top: -10px !important;
}

.mtn-2 {
    margin-top: -20px !important;
}

.mtn-3 {
    margin-top: -30px !important;
}

.mtn-4 {
    margin-top: -40px !important;
}

.mtn-5 {
    margin-top: -50px !important;
}

.mtn-6 {
    margin-top: -60px !important;
}

.mtn-7 {
    margin-top: -70px !important;
}

.mtn-8 {
    margin-top: -80px !important;
}

.mtn-9 {
    margin-top: -90px !important;
}

.mtn-10 {
    margin-top: -100px !important;
}

.mtn-11 {
    margin-top: -110px !important;
}

.mtn-12 {
    margin-top: -120px !important;
}

.mtn-13 {
    margin-top: -130px !important;
}

.mtn-14 {
    margin-top: -140px !important;
}

.mtn-15 {
    margin-top: -150px !important;
}

.mtn-16 {
    margin-top: -160px !important;
}

.mtn-17 {
    margin-top: -170px !important;
}

.mtn-18 {
    margin-top: -180px !important;
}

.mtn-19 {
    margin-top: -190px !important;
}

.mtn-20 {
    margin-top: -200px !important;
}

.mrn-0 {
    margin-right: 0 !important;
}

.mrn-1 {
    margin-right: -10px !important;
}

.mrn-2 {
    margin-right: -20px !important;
}

.mrn-3 {
    margin-right: -30px !important;
}

.mrn-4 {
    margin-right: -40px !important;
}

.mrn-5 {
    margin-right: -50px !important;
}

.mrn-6 {
    margin-right: -60px !important;
}

.mrn-7 {
    margin-right: -70px !important;
}

.mrn-8 {
    margin-right: -80px !important;
}

.mrn-9 {
    margin-right: -90px !important;
}

.mrn-10 {
    margin-right: -100px !important;
}

.mrn-11 {
    margin-right: -110px !important;
}

.mrn-12 {
    margin-right: -120px !important;
}

.mrn-13 {
    margin-right: -130px !important;
}

.mrn-14 {
    margin-right: -140px !important;
}

.mrn-15 {
    margin-right: -150px !important;
}

.mrn-16 {
    margin-right: -160px !important;
}

.mrn-17 {
    margin-right: -170px !important;
}

.mrn-18 {
    margin-right: -180px !important;
}

.mrn-19 {
    margin-right: -190px !important;
}

.mrn-20 {
    margin-right: -200px !important;
}

.mbn-0 {
    margin-bottom: 0 !important;
}

.mbn-1 {
    margin-bottom: -10px !important;
}

.mbn-2 {
    margin-bottom: -20px !important;
}

.mbn-3 {
    margin-bottom: -30px !important;
}

.mbn-4 {
    margin-bottom: -40px !important;
}

.mbn-5 {
    margin-bottom: -50px !important;
}

.mbn-6 {
    margin-bottom: -60px !important;
}

.mbn-7 {
    margin-bottom: -70px !important;
}

.mbn-8 {
    margin-bottom: -80px !important;
}

.mbn-9 {
    margin-bottom: -90px !important;
}

.mbn-10 {
    margin-bottom: -100px !important;
}

.mbn-11 {
    margin-bottom: -110px !important;
}

.mbn-12 {
    margin-bottom: -120px !important;
}

.mbn-13 {
    margin-bottom: -130px !important;
}

.mbn-14 {
    margin-bottom: -140px !important;
}

.mbn-15 {
    margin-bottom: -150px !important;
}

.mbn-16 {
    margin-bottom: -160px !important;
}

.mbn-17 {
    margin-bottom: -170px !important;
}

.mbn-18 {
    margin-bottom: -180px !important;
}

.mbn-19 {
    margin-bottom: -190px !important;
}

.mbn-20 {
    margin-bottom: -200px !important;
}

.mln-0 {
    margin-left: 0 !important;
}

.mln-1 {
    margin-left: -10px !important;
}

.mln-2 {
    margin-left: -20px !important;
}

.mln-3 {
    margin-left: -30px !important;
}

.mln-4 {
    margin-left: -40px !important;
}

.mln-5 {
    margin-left: -50px !important;
}

.mln-6 {
    margin-left: -60px !important;
}

.mln-7 {
    margin-left: -70px !important;
}

.mln-8 {
    margin-left: -80px !important;
}

.mln-9 {
    margin-left: -90px !important;
}

.mln-10 {
    margin-left: -100px !important;
}

.mln-11 {
    margin-left: -110px !important;
}

.mln-12 {
    margin-left: -120px !important;
}

.mln-13 {
    margin-left: -130px !important;
}

.mln-14 {
    margin-left: -140px !important;
}

.mln-15 {
    margin-left: -150px !important;
}

.mln-16 {
    margin-left: -160px !important;
}

.mln-17 {
    margin-left: -170px !important;
}

.mln-18 {
    margin-left: -180px !important;
}

.mln-19 {
    margin-left: -190px !important;
}

.mln-20 {
    margin-left: -200px !important;
}

.white {
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #eeeff0 !important;
}

.container-fluid > .row-fluid > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.banner-bg {
    background-image: url(../images/background/automotive_mechanic.jpg);
}

.your-money {
    background-image: url(../images/background/yourmoney.jpg);
}

.section-question-service {
    padding-top: 100px;
    padding-bottom: 302px;
    background-image: url(../images/background/common.png);
    background-position: center;
}

.section-question-service-bg {
    padding-top: 52px;
    padding-bottom: 52px;
    background-image: url(../images/background/rectangle.jpg);
    background-position: center;
}

.parallax-client, .parallax-counter, .parallax-offers {
    background-position: 50% 50%;
}

.parallax {
    background-attachment: fixed;
}

.parallax-blog {
    background-image: url(../images/background/bg_blog.jpg);
}

.parallax-choose-us {
    background-image: url(../images/background/background-for-services.jpg);
}

.parallax-counter {
    background-image: url(../images/background/bg_subscribe.jpg);
}

.parallax-offers {
    background-image: url(../images/background/bg2.jpg);
}

.parallax-client {
    background-image: url(../images/background/bg_client.jpg);
}

.noo-poster-bk {
    background-image: url(../images/background/bg_product1.jpg);
}

.noo-client-bg {
    background-color: #f7f7f7;
}

.testimonial-bg {
    padding-top: 90px;
    padding-bottom: 40px;
    background-image: url(../images/background/testimonial.jpg);
    background-position: center;
}

.noo-clients {
    /*padding-top: 100px;*/
    padding-right: 15px !important;
    /*padding-bottom: 25px;*/
    padding-left: 100px !important;
}

.noo-newsltter {
    background-image: url(../images/bg_subscribe1.jpg);
}

.wrap-footer {
    background-image: url(../images/background/bg.jpg);
}

.book-creative {
    background-image: url(../images/background/booking-bg.jpg);
}

.single-bg-1 {
    background-image: url(../images/background/bg_product.jpg);
}

.single-bg-2 {
    background-image: url(../images/background/bgshop.jpg);
}

.single-bg-3 {
    background-image: url(../images/background/bg_shop3.jpg);
}

.service-text-contact span {
    color: #f3e200;
}

.service-text-time {
    line-height: 32px;
    color: #696969;
}

.default-title {
    line-height: 40px;
    color: #000;
}

.intro-title-1 {
    font-size: 56px;
    font-weight: 800;
    color: #011e9e;
    margin-bottom: 40px;
}

.intro-title-2 {
    color: #696969;
    margin-bottom: 15px;
}

.offer-title {
    width: 72%;
    margin: auto;
    font-size: 24px;
    line-height: 40px;
    color: #000;
}

    .offer-title span {
        color: #f3e200;
    }

.fury-notify {
    display: none;
}

.top-button {
    background-color: yellow;
    padding: 5px 10px !important;
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

    .top-button:hover {
        text-decoration: none;
    }

.noo-nav-wrap {
    background: none;
}

.header-default .noo-nav-header4 .noo-nav-wrap, .noo-nav-wrap {
    padding: 0;
}

.wrap-footer a {
    color: #fff;
}

.phone-text {
    font-size: 14px;
    font-weight: normal !important;
}

.small-highlight {
    font-size: 15px;
    font-weight: bold;
}

.noo-topbar ul li a {
    color: #222;
}

    .noo-topbar ul li a:hover {
        color: #000;
    }

.noo-page-heading .page-title, .noo-page-heading-Appointment .page-title {
    color: #0E4CA1;
}

.noo-page-heading:before {
    background: rgba(255, 255, 255, 0.8);
}

.address-block .icon {
    float: left;
    clear: both;
    margin-top: 15px;
}

    .address-block .icon i {
        font-size: 48px;
        margin-right: 30px;
    }

.address-block .text {
    margin-top: 25px;
    min-height: 40px;
}

.book-form .book-content-style2 {
    border: 4px solid #f3e200;
}

.m-button {
    background: #011e9e;
    color: #fff;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    padding: 8px 25px;
    transition: all .4s ease 0s;
}

    .m-button.m-button--success {
        background: #3e9e45;
    }

    .m-button.m-button--default {
        background: #7b7b7b;
    }

    .m-button:hover {
        background: #000;
        color: #fff;
    }

p.semi-title {
    font-size: 28px;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}

    p.semi-title strong {
        color: #011e9e;
    }

.has_submenu {
    position: relative;
}

    .has_submenu ul {
        display: none;
        position: absolute;
        z-index: 500;
        top: 100%;
        right: 0;
        background-color: #f3e200;
        border: 2px solid #011e9e;
        width: 130px;
    }

        .has_submenu ul li {
            display: block;
            text-align: center;
            width: 100%;
            border-bottom: 1px solid #011e9e;
        }

            .has_submenu ul li a {
                display: block;
                padding: 5px;
                width: 100%;
                color: #222;
                transition: all 0.3s ease;
            }

                .has_submenu ul li a:hover {
                    background-color: #011e9e;
                    color: #fff;
                }

    .has_submenu:hover > ul {
        display: block;
    }

.process-steps {
    overflow: hidden;
    counter-reset: step;
    margin-bottom: 40px;
}

    .process-steps ul.step-nav {
        list-style: none;
        padding: 0;
    }

        .process-steps ul.step-nav li {
            float: left;
            width: 25%;
            text-align: center;
            position: relative;
        }

            .process-steps ul.step-nav li.active:before {
                background: #011e9e;
                border: 2px solid #011e9e;
                color: #fff;
            }

            .process-steps ul.step-nav li.active span {
                color: #011e9e !important;
            }

            .process-steps ul.step-nav li:before {
                border: 2px solid #666666;
                cursor: pointer;
                content: counter(step);
                counter-increment: step;
                width: 30px;
                line-height: 30px;
                display: block;
                background: #fff;
                font-size: 20px;
                border-radius: 3px;
                margin: 0 auto 5px auto;
                color: #666666;
            }

            .process-steps ul.step-nav li span {
                color: #666666 !important;
            }

            .process-steps ul.step-nav li:after {
                content: '';
                width: 100%;
                height: 2px;
                background: #f3e200;
                position: absolute;
                left: -50%;
                top: 16px;
                z-index: -1;
                /*put it behind the numbers*/
            }

            .process-steps ul.step-nav li:first-child:after {
                /*connector not needed before the first step*/
                content: none;
            }

.step-content {
    padding: 20px 120px;
}

@media (max-width: 768px) {
    .process-steps ul.step-nav li {
        float: left;
        width: 50%;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
    }

        .process-steps ul.step-nav li.active:before {
            background: #011e9e;
            color: #fff;
        }

        .process-steps ul.step-nav li:before {
            border: 1px solid #011e9e;
            cursor: pointer;
            content: counter(step);
            counter-increment: step;
            width: 100%;
            height: 100%;
            line-height: 30px;
            display: block;
            background: #fff;
            font-size: 20px;
            color: #011e9e;
        }

        .process-steps ul.step-nav li:after {
            content: none;
        }

    .step-content {
        padding: 20px 0;
    }
}

.fb-login, .google-login {
    display: inline-block;
    padding: 15px 30px;
    background: #5975B1;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    word-spacing: 3px;
}

    .fb-login i, .google-login i {
        padding-right: 10px;
    }

    .fb-login:hover, .google-login:hover {
        color: #fff;
    }

.google-login {
    background: #FF9D0C;
    margin-left: 5px;
}

.or-block {
    display: inline-block;
    font-size: 25px;
    color: #696969;
    background-color: #f3e200;
    border-radius: 200px;
    /*line-height: 60px;
    width: 60px;
    height: 60px;*/
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: 30px;
}

.process-form input.m-control, .process-form textarea {
    background: #f0f0f0;
    border: 0;
    height: 40px;
    padding: 0 20px;
    color: #696969;
    width: 100%;
    margin-bottom: 20px;
}

.process-form textarea {
    height: 100px;
}

.process-form h4 {
    color: #696969;
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFF000;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .panel.panel-default {
        border-color: #ddd;
    }

    .panel .panel-body {
        padding: 15px;
    }

        .panel .panel-body a {
            color: #011e9e;
        }

@media (max-width: 1024px) {
    .money-icon {
        width: 150px;
    }
}

p.medium-text {
    font-size: 18px;
    line-height: 28px;
}

.car-list-container, .service-detail-container {
    margin-bottom: 40px;
}

car-list {
    list-style-type: none;
    padding: 5px 0;
}

.car-list li {
    display: block;
    /*width: 50%;*/
    width: 95%;
    /*margin:10px 0px;*/
    margin: 15px 0px;
    float: left;
    position: relative;
    padding: 2px 4px;
    text-align: center;
}

    .car-list li .m-delete {
        margin: 2px 4px;
        position: absolute;
        z-index: 50;
        top: 0;
        right: 0;
        border: 0;
        padding: 5px;
        /*height: 44px;*/
        height: 44px;
        width: 44px;
        line-height: 44px;
        font-weight: normal;
        opacity: 0;
        background-color: #e94630;
        float: none;
        transition: all 0.3s ease;
    }

        .car-list li .m-delete i {
            font-size: 16px;
            /*padding: 0;*/
            /*padding: 8px 0 0;*/
            padding: 8px 10px 10px;
            color: #fff;
        }

    .car-list li:hover .m-delete {
        opacity: 1;
    }

    .car-list li i {
        display: inline-block;
        font-size: 30px;
        padding-right: 10px;
        float: left;
    }

    .car-list li .car-name {
        display: inline-block;
        line-height: 30px;
        height: 100%;
        /*float: left;*/
        /***/
        position: relative;
        /*top:30%;*/
        top: 5%;
        margin-left: 20px;
        font-size: 18px;
    }

    .car-list li label {
        display: block;
        height: 100%;
        width: 100%;
        padding: 5px 10px;
        border: 2px solid #efefef;
        cursor: pointer;
        margin-bottom: 4px;
    }

    .car-list li input[type="radio"]:checked + label {
        border: 2px solid #f3e200;
    }


.step-footer {
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}

.service-details {
    border: 2px solid yellow;
}

    .service-details .service-header {
        padding: 10px;
        background-color: yellow;
        color: #011e9e;
    }

    .service-details .service-content {
        padding: 10px;
    }

    .service-details .service-total span {
        display: block;
    }

    .service-details .service-total .total {
        font-size: 18px;
        font-weight: bold;
    }

    .service-details ul.service-items {
        list-style: none;
        padding: 0;
    }

        .service-details ul.service-items .item-name, .service-details ul.service-items .item-total {
            min-width: 300px;
            display: inline-block;
            padding: 5px;
        }

.garage-found-container {
    margin-top: 40px;
}

.form-row, .log-panel {
    margin-bottom: 30px;
}

span.selected-name {
    display: inline-block;
    font-weight: bold;
    min-width: 250px;
}

    span.selected-name i {
        display: inline-block;
        width: 30px;
        font-weight: 18px;
        text-align: center;
    }

.add-car-btn {
    padding: 8px 40px !important;
}

.m-tabs .m-tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .m-tabs .m-tabs-list li {
        display: block;
        border-bottom: 3px solid #f3e200;
        border-right: 3px solid #f3e200;
    }

        .m-tabs .m-tabs-list li.active {
            background-color: #f3e200;
            border-bottom: 3px solid #011e9e !important;
        }

            .m-tabs .m-tabs-list li.active a {
                color: #011e9e;
            }

        .m-tabs .m-tabs-list li:last-child {
            border-bottom: none;
        }

        .m-tabs .m-tabs-list li a {
            display: inline-block;
            padding: 10px;
            height: 100%;
            width: 100%;
            text-decoration: none;
        }

            .m-tabs .m-tabs-list li a i {
                font-size: 18px;
                padding-right: 10px;
                width: 30px;
                display: inline-block;
            }

.m-tabs-content {
    padding-left: 40px;
}

    .m-tabs-content h3 {
        margin-bottom: 20px;
    }

    .m-tabs-content .m-control {
        background: #f0f0f0;
        border: 0;
        /*height: 40px;*/
        min-height: 40px;
        padding: 0 20px;
        color: #696969;
        width: 100%;
        margin-bottom: 20px;
    }

/*# sourceMappingURL=style.css.map */
