@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Raleway:500,600,700,800,900,400,300&display=swap);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700&display=swap);
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td, .table th {
        background-color: #fff !important;
    }
    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before, .glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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 {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small, .small {
    font-size: 85%;
}
mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover, a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
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[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before, blockquote.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: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .container {
        width: initial;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-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: #777777;
    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 #dddddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table>thead>tr>td.active, .table>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 {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .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 {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple], select[size] {
    height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm, input[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-left: -20px;
    margin-top: 4px \9;
}
.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled], input[type="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 {
    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;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm, select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg+.form-control-feedback, .input-group-lg+.form-control-feedback, .form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.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 {
    text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}
.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}
.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #ffffff;
    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: #ffffff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #ffffff;
    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: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #ffffff;
    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: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #ffffff;
    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: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #ffffff;
    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: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}
.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg, .btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs, .btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup, .dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    color: #777777;
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}
.btn-group>.btn:hover, .btn-group-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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group>.btn-group {
    float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical>.btn-group>.btn {
    float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-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%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified>.btn-group .btn {
    width: 100%;
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn-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-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.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: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    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-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
@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 #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        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: #ffffff;
    }
}
.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: #ffffff;
    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 {
    text-align: center;
    margin-bottom: 5px;
}
.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 #dddddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        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: #ffffff;
    }
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container>.navbar-header, .container-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;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    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-left: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav>li>a {
    color: #777777;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333333;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        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: #555555;
        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: #cccccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777777;
}
.navbar-default .navbar-link:hover {
    color: #333333;
}
.navbar-default .btn-link {
    color: #777777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333333;
}
.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: #cccccc;
}
.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff;
}
@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: #ffffff;
        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: #ffffff;
        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: #444444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}
.breadcrumb>.active {
    color: #777777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    color: #777777;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}
.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-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 15px;
}
.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.pager .next>a, .pager .next>span {
    float: right;
}
.pager .previous>a, .pager .previous>span {
    float: left;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #777777;
    background-color: #ffffff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover, a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge, .btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover, a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #ffffff;
}
.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: #eeeeee;
}
.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron>hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}
.thumbnail>img, .thumbnail a>img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, 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: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, 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 {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right, .media>.pull-right {
    padding-left: 10px;
}
.media-left, .media>.pull-left {
    padding-right: 10px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item, button.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    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: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group+.panel-footer {
    border-top-width: 0;
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
    margin-bottom: 0;
}
.panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table-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-left-radius: 3px;
    border-bottom-right-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 #dddddd;
}
.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 {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #dddddd;
}
.panel-default {
    border-color: #dddddd;
}
.panel-default>.panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #dddddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #dddddd;
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #dddddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary>.panel-heading {
    color: #ffffff;
    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: #ffffff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.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-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    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: #000000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover>.arrow {
    border-width: 11px;
}
.popover>.arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}
.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner>.item.next, .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.prev, .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner>.next {
    left: 100%;
}
.carousel-inner>.prev {
    left: -100%;
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%;
}
.carousel-inner>.active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    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: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        left: 20%;
        right: 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-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.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-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, .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;
    }
}
@media (max-width: 1590px) {
    .header .get-touch li.book-table i {
        margin: -2px 0 0 48px;
    }
    .header .get-touch li.contact-no a {
        display: none;
    }
    #wrap {
        overflow: hidden;
    }
}
@media (max-width: 1280px) {
    .header .nav ul li a {
        padding: 26px 20px;
    }
    .today-special-detail .main-sec {
        width: 80%;
    }
    .hotel-rooms .room-sec img {
        width: 100%;
    }
    .hotel-rooms .room-sec .text-detail {
        width: 72%;
        margin: 30px 3%;
    }
    .hotel-rooms .room-sec .price-detail {
        width: 20%;
    }
    .hotel-rooms .room-sec {
        padding: 0 0 30px 0;
    }
}
@media (max-width: 1199px) {
    div#wrap {
        overflow: hidden;
    }
    .header ul.shop-bag {
        position: absolute;
        right: 0;
        top: 70px;
    }
    .header .nav ul li a {
        padding: 26px 10px;
    }
    .header-two .logo2 {
        margin: 25px 0 0 0;
    }
    .header .get-touch li.book-table i {
        margin: -2px 0 0 38px;
    }
    .header-two .get-touch li a {
        padding: 0px 8px 0 0;
    }
    .header-two .get-touch li.contact-no i {
        margin: 0px 10px 0 0;
    }
    .header-two .social-icons {
        margin: 40px 0px 0 0;
    }
    .header-two .social-icons li {
        margin: 0 3px;
    }
    .header-two .nav ul li a {
        margin: 0 8px
    }
    .scroll-down {
        left: 48%;
    }
    .services .service-sec-top-bg {
        height: 25px;
    }
    .services .serv-main-sec:hover .service-sec-top-bg {
        height: 25px;
    }
    .today-food .special-food {
        margin: 0px 0 0 0;
    }
    .our-story .story-detail {
        margin: 0px 0 0 0;
    }
    .blog .blog-post .post-text {
        margin: 35px 0 0 0;
    }
    .today-special-detail .main-sec {
        width: 90%;
    }
    .today-special-detail .main-sec .detail {
        margin: 0 0 0 -70px;
    }
    .news-posts .search input[type=text] {
        width: 86% !important;
    }
    .news-posts .search a {
        width: 14% !important;
    }
    .news-posts .tags .all-tags a {
        padding: 10px 10px;
    }
    .news-posts .leave-reply .form input[type=text] {
        margin: 0 8px 0 0;
    }
    .get-directions input[type="text"] {
        padding: 15px 2% 17px;
        width: 78%;
    }
    .our-menu .menu-sec .menu-detail .food-detail span.title {
        font-size: 18px;
    }
    .shop-detail .product-detail .social-icons ul li i {
        float: none;
    }
    .shop-detail .product-detail .social-icons ul li a {
        text-align: center;
    }
    .shop-detail .product-detail .social-icons ul li a {
        padding: 25px 10px;
    }
    .shop-detail .product-detail .social-icons ul li span {
        margin: 18px 0 0 0;
        line-height: 18px;
    }
    .all-reviews .review-sec .review-detail {
        width: 92% !important;
    }
    p#reserv_error {
        width: 95%;
    }
    .welcome-hotel .welcome-detail .text h1 {
        font-size: 44px;
    }
    .booking-accordion .availability {
        padding: 14px 1% !important;
    }
    .footer-hotel .foot-detail .about-pearl img {
        width: 100%;
    }
    .footer-hotel .foot-detail .newsletetr input[type=text] {
        width: 248px;
    }
    .footer-hotel .foot-detail .useful-links ul li i {
        display: none;
    }
    .booking-steps .price-detail .stars i {
        font-size: 20px;
    }
}
@media (max-width: 992px) {
    .header .get-touch li.book-table {
        display: none;
    }
    .services .service-sec-top-bg {
        background: none;
    }
    .services .serv-main-sec:hover .service-sec-top-bg {
        background: none;
    }
    .header-two .get-touch li {
        display: none;
    }
    .header-two .social-icons {
        display: none;
    }
    .header-two .nav ul li a {
        margin: 0 10px;
    }
    .services .service-sec-bottom-bg {
        background: none;
    }
    .services .serv-main-sec:hover .service-sec-bottom-bg {
        background: none;
    }
    .services .service-sec {
        border: 4px double #e4e4e4;
        padding: 60px 20px;
        text-align: center;
    }
    .services .serv-main-sec {
        margin: 25px 0 0 0;
    }
    .master-town .parallax .detail h1 {
        font-size: 38px;
    }
    .our-story .story-detail {
        margin: 0px 0 65px 0;
    }
    .parallax.parallax-event {
        height: 938px;
    }
    ul#example li span {
        font-size: 70px !important;
    }
    ul#example {
        margin: 15px 0 !important;
    }
    .event-detail img {
        width: 34%;
        float: left;
        margin: 0 28px 0 0;
    }
    .upcoming-event .event-detail .event-text {
        width: 62%;
        float: right;
    }
    .today-food .special-food {
        margin: 65px 0 0 0 !important;
    }
    .book-table .booking-form .field {
        margin: 0 20px 18px 0;
        float: left;
        width: 46%;
    }
    .book-table .booking-form {
        width: 100%;
    }
    .footer .get-touch .instagram {
        width: 100%;
        margin: 58px 0 0 0;
    }
    .footer .get-touch .instagram a {
        margin: 0 7px 6px 0;
    }
    .footer .get-touch .open-hours {
        margin: 58px 0 0 0;
    }
    .footer .about-pearl .follow-us {
        float: left;
    }
    .footer .about-pearl .newsletter {
        float: right;
    }
    .services-two .serv-main-sec .service-sec {
        margin: 0 0 48px 0;
    }
    .today-special-detail .main-sec .image {
        margin: 0px 0 0 0;
    }
    .today-special-detail .main-sec .image img {
        width: 100%;
    }
    .today-special-detail .main-sec .detail {
        margin: 0 0 0 0;
        text-align: center;
        position: relative;
        width: 100%;
    }
    .our-story .atmosphere {
        margin: 0 0 55px 0;
    }
    .blog .blog-post .post-text {
        margin: 35px 0 35px 0;
    }
    .blog .blog-post {
        margin: 0 0 48px 0;
        border-bottom: solid 1px #CECECE;
        padding: 0 0 48px 0;
    }
    .news-posts .leave-reply {
        margin: 85px 0 85px 0;
    }
    .news-posts .tags .all-tags a {
        padding: 10px 22px;
    }
    .contact-page .get-in-touch .get-touch-form {
        margin: 60px 0 0 0;
    }
    .contact-adrs2 {
        margin: 85px 0 0 0;
    }
    .cash-payment .cash-delivery .cash-delivery-detail {
        width: 100%;
    }
    .news-posts .about-event {
        margin: 75px 0 0 0;
    }
    .latest-news .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 24% !important;
    }
    .latest-news .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 28% !important;
    }
    .our-menu.our-menu3 .menu-sec .menu-detail img {
        display: inline;
    }
    .our-menu.our-menu3 .menu-sec .menu-detail .food-detail {
        margin: 20px 0 120px 0;
    }
    .our-menu .food-sec {
        margin: 0 0 120px 0;
    }
    .our-menu .menu-sec .menu-detail .food-detail span.title {
        font-size: 22px;
    }
    .cash-delivery.thanks-message i {
        display: none;
    }
    .shop-cart .cart-update-sec .apply-coupon input[type=text] {
        width: 272px;
    }
    .shop-detail .after-cart {
        text-align: center;
        padding: 28px 12px;
    }
    .shop-detail .after-cart .text {
        float: none;
    }
    .shop-detail .after-cart a {
        float: none;
        margin: 24px 0 0 0;
        display: inline-block;
    }
    .shop-detail .after-cart .text i {
        float: none;
        margin: 0 8px 0 0;
    }
    .shop-detail .after-cart .text span {
        display: block;
        margin: 20px 0 0 0;
    }
    .pro-detail {
        margin: 25px 0 0 0;
    }
    .all-reviews .review-sec .review-detail {
        width: 88% !important;
    }
    .shop-gallery .cbp-item {
        margin: 0 10px 80px 0;
    }
    p#reserv_error {
        width: 91%;
    }
    .footer .about-pearl .newsletter {
        width: 52%;
    }
    .newsletter .success_msg {
        right: 0;
        width: 52%;
        left: inherit;
    }
    .booking-accordion .field {
        width: 23% !important;
    }
    .booking-accordion .field.field2 {
        width: 13% !important;
    }
    .welcome-hotel .welcome-detail .welcome-img {
        display: none;
    }
    .latest-posts .latest-news {
        margin: 25px 0 0 0;
    }
    .latest-posts .find-location img {
        margin: 15px 0 0 0;
    }
    .find-location {
        margin: 65px 0 0 0;
        float: left;
        width: 100%;
    }
    .footer-hotel .foot-detail .about-pearl img {
        margin: 18px 0 0 0;
        width: auto;
    }
    .footer-hotel .hotel-get-touch .get-touch-sec {
        margin: 0 0 35px 0;
    }
    .footer-hotel .foot-detail .useful-links ul li i {
        display: block !important;
    }
    .footer-hotel .newsletetr {
        margin: 65px 0 0 0;
    }
    .footer-hotel .foot-detail .useful-links {
        margin: 65px 0 0 0;
    }
    .footer-hotel-dark .foot-detail .about-pearl img {
        margin: 18px 0 0 0;
        width: auto;
    }
    .footer-hotel-dark .hotel-get-touch .get-touch-sec {
        margin: 0 0 35px 0;
    }
    .footer-hotel-dark .foot-detail .useful-links ul li i {
        display: block !important;
    }
    .footer-hotel-dark .newsletetr {
        margin: 65px 0 0 0;
    }
    .footer-hotel-dark .foot-detail .useful-links {
        margin: 65px 0 0 0;
    }
    .about-hotel .include-sec span {
        font-size: 16px;
    }
    .room-detail .booking-form {
        margin: 48px 0 0 0;
    }
    .your-room {
        margin: 65px 0 0 0;
    }
    .booking-steps .your-room .detail {
        margin: 20px 0 0 0;
    }
    .booking-steps .guest-detail {
        margin: 47px 0 0 0;
    }
    .booking-steps .book-now .payment-method {
        margin: 0 0 20px 0;
    }
    .booking-steps .confirmation {
        margin: 47px 0 0 0;
    }
    .welcome-pearl-hotel .text-detail {
        margin: 48px 0 48px 0;
    }
}
@media (max-width: 768px) {
    .loader {
        left: 43%;
    }
    ul#example li.seperator {
        margin: 28px 15px 0 15px !important;
    }
    .event-detail img {
        display: none;
    }
    .upcoming-event .event-detail .event-text {
        width: 100%;
    }
    .parallax.parallax-event {
        height: 900px;
    }
    .footer .get-touch .instagram a {
        margin: 0 5px 10px 5px;
        width: 48%;
    }
    .footer .about-pearl .follow-us {
        width: 100%;
    }
    .footer .about-pearl .newsletter {
        width: 100%;
    }
    .owl-theme .owl-controls .owl-buttons div {
        display: none !important;
    }
    .news-posts .author-post .author-detail img {
        margin: 0 22px 30px 0;
    }
    .cbp-l-filters-list .cbp-filter-item {
        margin: 0 25px 0 0 !important;
    }
    .shop-cart .cart-update-sec .apply-coupon input[type=text] {
        width: 188px;
    }
    .shop-cart .cart-update-sec .apply-coupon a {
        padding: 13px 20px;
    }
    .shop-cart .cart-update-sec a.update-cart {
        padding: 13px 28px;
    }
    .shop-cart .cart-pro-detail .food-pro span {
        margin: 14px 0 0 0;
    }
    .shop-cart .cart-pro-detail .food-pro img {
        float: none;
        display: block;
    }
    .all-reviews .review-sec .review-detail {
        width: 86% !important;
    }
    .header-two ul.shop-bag {
        float: right;
        margin: 0 80px 0 0;
    }
    .footer .about-pearl .newsletter {
        width: 100%;
    }
    .newsletter .success_msg {
        right: inherit;
        width: 100%;
        left: 0;
    }
    .tp-leftarrow.default {
        display: none;
    }
    .tp-rightarrow.default {
        display: none;
    }
    .booking-accordion {
        position: relative !important;
        bottom: 38px !important;
    }
    .booking-accordion .field {
        width: 100% !important;
    }
    .booking-accordion .field {
        margin: 0 0 12px 0 !important;
    }
    .booking-accordion .field.field2 {
        width: 100% !important;
    }
    a.availability {
        width: 100% !important;
        display: block;
        text-align: center;
    }
    .hotel-rooms .room-sec .price-detail .stars i {
        font-size: 20px;
    }
    .room-detail .include-sec {
        margin: 0 14px 15px 0;
    }
}
@media (max-width: 640px) {
    .loader {
        left: 38% !important;
        top: 40% !important;
    }
    .main-title-white h1 {
        font-size: 35px;
        letter-spacing: 0;
    }
    .main-title h1 {
        font-size: 35px;
        letter-spacing: 0;
    }
    .main-title-white span {
        font-size: 78px;
    }
    .main-title span {
        font-size: 78px;
    }
    ul#example li span {
        font-size: 40px !important;
    }
    ul#example li p {
        font-size: 16px !important
    }
    ul#example li.seperator {
        margin: 28px 10px 0 10px !important;
        font-size: 26px !important;
    }
    .parallax.parallax-book-table {
        height: 1000px;
    }
    .book-table .booking-form .field {
        width: 100%;
    }
    .footer .get-touch .instagram a {
        margin: 0 4px 10px 4px;
    }
    .footer .about-pearl .about-detail p {
        width: 100%;
    }
    .main-title p {
        width: 100%;
    }
    .scroll-down {
        left: 46.4%;
        bottom: 73px;
    }
    .master-town .parallax .detail {
        margin-top: 100px !important;
    }
    #owl-demo .item {
        margin: 0 0px 0 0 !important;
        padding: 0 0px 0 0 !important;
    }
    .sub-banner .detail ul {
        float: none;
    }
    .sub-banner .detail ul li {
        display: inline-block;
        float: none;
    }
    .today-special-detail .main-sec {
        width: 100%;
    }
    .today-special-detail {
        padding: 60px 0;
        background: none;
    }
    .today-special-detail .main-sec .detail span.title {
        font-size: 54px;
        background: none;
    }
    .today-special-detail .main-sec .detail p {
        margin: 24px 0 0 0;
    }
    .news-posts .news-sec .detail span {
        font-size: 18px;
    }
    .news-posts .news-sec .detail i {
        font-size: 22px;
    }
    .news-posts .news-sec .detail .date {
        margin: 0 10px 0 0px;
    }
    .news-posts .news-sec .detail .post-writer {
        display: none;
    }
    .news-posts .leave-reply .form input[type=text] {
        margin: 0 5px 0 0;
    }
    input[type=checkbox].css-checkbox+label.css-label {
        line-height: 17px !important;
    }
    .bread-crumb .bread-crumb-sec a span.text {
        font-size: 16px;
    }
    .cash-payment .shipping-address .shipping-detail span.bold {
        width: 152px;
    }
    .cash-delivery-detail .delivered-detail .delivered-sec {
        width: 100%;
    }
    .cbp-l-filters-list .cbp-filter-item {
        width: 100%;
        padding: 15px 0 !important;
        border-bottom: solid 3px #555;
    }
    .cbp-l-filters-list .cbp-filter-item:hover {
        padding: 15px 0px !important;
    }
    .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
        border-bottom: solid 3px #e9b947;
    }
    .shop-cart .cart-products .titles .pro {
        width: 30%;
    }
    .shop-cart .cart-products .titles .quantity {
        width: 20%;
    }
    .shop-cart .cart-products .titles .total {
        width: 25%;
    }
    .shop-cart .cart-products .titles .price {
        width: 20%;
    }
    .shop-cart .cart-pro-detail .food-pro {
        width: 30%;
    }
    .shop-cart .cart-pro-detail .quantity {
        width: 20%;
    }
    .shop-cart .cart-pro-detail .total {
        width: 25%;
    }
    .shop-cart .cart-pro-detail .price {
        width: 20%;
    }
    .shop-cart .cart-pro-detail .food-pro img {
        width: 100%;
    }
    .shop-cart .cart-update-sec .apply-coupon input[type=text] {
        width: 100%;
    }
    .shop-cart .cart-update-sec .apply-coupon {
        width: 100%;
    }
    .shop-cart .cart-update-sec .apply-coupon input[type=text] {
        width: 100%;
    }
    .shop-cart .cart-update-sec .apply-coupon a {
        padding: 13px 0;
        width: 100%;
        text-align: center;
        margin: 5px 0 0 0;
    }
    .shop-cart .cart-update-sec a.update-cart {
        padding: 13px 0;
        width: 100%;
        text-align: center;
        margin: 35px 0 0 0;
    }
    .all-reviews .review-sec .review-detail {
        width: 80% !important;
    }
    .all-reviews .review-sec .review-detail .rating i {
        margin: 6px 0 0 2px;
        font-size: 16px;
    }
    .add-review .form textarea {
        width: 100% !important;
    }
    p#reserv_error {
        width: 93%;
    }
    .booking-form .success {
        margin: 200px 0 0 0;
    }
    .services {
        padding: 30px 0;
    }
    .services .serv-main-sec {
        margin: 5px 0 0 0;
    }
    .our-story {
        padding: 60px 0;
    }
    .latest-news {
        padding: 60px 0;
    }
    .footer {
        padding: 60px 0 0 0;
    }
    .services-two {
        padding: 60px 0;
    }
    .welcome-hotel .welcome-detail .text {
        margin-top: 185px;
    }
    .welcome-hotel .welcome-detail .text h1 {
        font-size: 34px;
    }
    .about-hotel .what-include {
        margin: 55px 0 0 0;
    }
    .about-hotel .include-sec {
        width: 100%;
        margin: 15px 0% 0 0;
    }
    .about-hotel .include-sec.last {
        margin: 15px 0% 0 0;
    }
    .footer-hotel .foot-detail .about-pearl img {
        width: 100%;
    }
    .footer-hotel-dark .foot-detail .about-pearl img {
        width: 100%;
    }
    .hotel-rooms .room-sec .text-detail {
        width: 94%;
        margin: 30px 3%;
    }
    .hotel-rooms .room-sec .text-detail ul li {
        width: 100%;
    }
    .hotel-rooms .room-sec .price-detail {
        width: 100%;
    }
    .hotel-rooms .room-sec {
        padding: 0 0 0 0;
    }
    .room-detail .include-sec {
        margin: 0 0 15px 0;
        width: 100%;
    }
    .booking-steps .your-room .detail .text {
        width: 100%;
    }
    .booking-steps .price-detail {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .loader {
        left: 31% !important;
        top: 40% !important;
    }
    ul#example li.seperator {
        margin: 28px 5px 0 5px !important;
    }
    .today-food .special-food .food-detail span {
        font-size: 18px;
    }
    .footer .get-touch .instagram a {
        margin: 0 4px 6px 4px;
        width: 47%;
    }
    .footer .about-pearl .newsletter input[type=text] {
        width: 225px;
    }
    .footer-dark .get-touch .instagram a {
        margin: 0 4px 6px 4px;
        width: 47%;
    }
    .footer-dark .about-pearl .newsletter input[type=text] {
        width: 225px;
    }
    #owl-demo .item {
        margin: 0 0px 0 0 !important;
        padding: 0 0px 0 0 !important;
    }
    .news-posts .author-post .author-detail {
        text-align: center;
    }
    .news-posts .author-post .author-detail img {
        float: none;
    }
    .news-posts .author-post .author-detail .text span.position {
        display: block;
    }
    .news-posts .leave-reply .form input[type=text] {
        width: 100%;
        margin: 0 5px 12px 0;
    }
    .news-posts .recent-posts .post-sec a.title {
        font-size: 18px;
    }
    .scroll-down {
        display: none;
    }
    .contact-page .get-in-touch .get-touch-form input[type=text] {
        margin: 0 0 12px 0;
        width: 100%;
    }
    .contact-page .get-in-touch .get-touch-form textarea {
        margin: 0 0 0 0;
    }
    .get-directions input[type="text"] {
        width: 64%;
        font-size: 15px;
    }
    .today-special-detail .main-sec {
        padding: 15px;
    }
    .cash-payment .cash-delivery .cash-delivery-detail .form input[type=text] {
        width: 100%;
    }
    .cash-payment .cash-delivery .cash-delivery-detail .form input[type=submit] {
        font-size: 15px;
        margin: 28px 0 40px 0;
    }
    .sub-banner .detail h1 {
        font-size: 38px;
    }
    .cash-payment .shipping-address .shipping-detail span.bold {
        width: 100%;
    }
    .cash-payment .shipping-address .shipping-method .shipping-across span.free {
        display: none;
    }
    .cash-payment .shipping-address .shipping-method .shipping-across span.across {
        width: 75%;
    }
    .cash-payment .cash-delivery .next-step {
        font-size: 14px;
        padding: 18px 14px;
    }
    .cash-delivery-detail a.return-stor {
        padding: 18px 25px;
    }
    .shop-cart .cart-products .titles span {
        font-size: 15px;
    }
    .shop-cart .cart-pro-detail .quantity input[type=text] {
        width: 45px;
    }
    .shop-cart .cart-pro-detail .total span {
        font-size: 18px;
    }
    .shop-cart .cart-pro-detail .price span {
        font-size: 16px;
    }
    .openTabby .openTabby--nav ul li {
        font-size: 13px !important;
        padding: 0 16px !important;
    }
    .openTabby .openTabby--nav ul li.active {
        font-size: 13px !important;
        padding: 0 16px !important;
    }
    .openTabby .openTabby--slidesContainer .openTabby--slide {
        padding: 85px 18px !important;
    }
    .description-text h3 {
        font-size: 28px;
    }
    .all-reviews .review-sec .reviewer-name img {
        display: none;
    }
    .all-reviews .review-sec .review-detail {
        width: 100% !important;
    }
    p#reserv_error {
        width: 90%;
        font-size: 16px;
    }
    .get-touch-form .success_msg {
        margin: 100px 0 0 0;
    }
    .header-two .shop-bag li.open-bag {
        margin: 85px 0 0 -222px !important;
    }
    .all-reviews .review-sec {
        width: 85% !important;
    }
    .footer-hotel-dark .foot-detail .newsletetr input[type=text] {
        width: 234px;
    }
}
@media (max-width: 1230px) {
    .header-two .nav ul li a {
        margin: 0 5px;
    }
    .header-two .social-icons {
        margin: 40px 0 0 0;
    }
    .header-two .get-touch li a {
        padding: 0px 6px;
    }
    .header-two .get-touch li.contact-no i {
        margin: 0px 5px 0 0;
    }
}
@media (max-width: 1400px) {
    .welcome-hotel {
        background-size: 128%;
        background-position: 40% 0;
    }
    .parallax.parallax-customer-words {
        background-size: 130%;
    }
}
@media (max-width: 1200px) {
    .welcome-hotel {
        background-size: 150%;
        background-position: 55% 0;
    }
    .parallax.parallax-customer-words {
        background-size: 150%;
    }
}
@media (max-width: 992px) {
    .welcome-hotel {
        background-size: 190%;
        background-position: 55% 0;
        height: 550px;
    }
    .welcome-hotel .welcome-detail .text {
        margin-top: 155px;
    }
    .parallax.parallax-customer-words {
        background-size: 190%;
    }
}
@media (max-width: 768px) {
    .welcome-hotel {
        background-size: 240%;
        background-position: 55% 0;
        height: 550px;
    }
    .welcome-hotel .welcome-detail .text {
        margin-top: 155px;
    }
    .parallax.parallax-customer-words {
        background-size: 240%;
    }
}
@media (max-width: 640px) {
    .welcome-hotel {
        background-size: 330%;
        background-position: 55% 0;
        height: 550px;
    }
    .welcome-hotel .welcome-detail .text {
        margin-top: 155px;
    }
    .parallax.parallax-customer-words {
        background-size: 330%;
    }
}
@media (max-width: 480px) {
    .welcome-hotel {
        background-size: 500%;
        background-position: 55% 0;
        height: 750px;
    }
    .welcome-hotel .welcome-detail .text {
        margin-top: 155px;
    }
    .parallax.parallax-customer-words {
        background-size: 500%;
        height: 1000px;
    }
}
ul#example {
    list-style: none;
    margin: 50px 0;
    padding: 0;
    display: block;
    text-align: center;
}
ul#example li {
    display: inline-block;
}
ul#example li span {
    font-size: 110px;
    font-weight: 900;
    color: #fff;
}
ul#example li.seperator {
    font-size: 65px;
    vertical-align: top;
    color: #fff;
    font-weight: 700;
    margin: 28px 38px 0 38px;
}
ul#example li p {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin: -8px 0 0 0;
}
.cbp, .cbp *, .cbp :after, .cbp :before, .cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-singlePage, .cbp-popup-singlePage * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline * {
    -webkit-tap-highlight-color: transparent
}
.cbp-item {
    display: inline-block;
    margin: 0 10px 20px 0
}
.cbp {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    height: 400px
}
.cbp:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cbp>* {
    visibility: hidden
}
.cbp .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}
.cbp img {
    display: block;
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: 100%
}
.cbp a, .cbp a:hover, .cbp a:active {
    text-decoration: none;
    outline: 0
}
.cbp-ready>* {
    visibility: visible
}
.cbp-ready:before {
    display: none
}
.cbp-wrapper-outer {
    overflow: hidden
}
.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.cbp-item-off {
    z-index: -1;
    pointer-events: none;
    visibility: hidden
}
.cbp-item-on2off {
    z-index: 0
}
.cbp-item-off2on {
    z-index: 1
}
.cbp-item-on2on {
    z-index: 2
}
.cbp-item-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0
}
.cbp-l-project-related-wrap img, .cbp-l-inline img {
    display: block;
    width: 100%;
    height: auto
}
.cbp-addItems {
    -webkit-transition: height .5s ease-in-out !important;
    transition: height .5s ease-in-out !important;
    will-change: height
}
.cbp-loading-fadeIn {
    -webkit-animation: fadeIn .6s ease-in;
    animation: fadeIn .6s ease-in
}
.cbp-panel {
    width: 94%;
    max-width: 1170px;
    margin: 0 auto
}
.cbp-misc-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000
}
.cbp-misc-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.cbp-caption, .cbp-caption-defaultWrap, .cbp-caption-activeWrap {
    display: block
}
.cbp-caption-activeWrap {
    cursor: default;
}
.cbp-caption-active .cbp-caption, .cbp-caption-active .cbp-caption-defaultWrap, .cbp-caption-active .cbp-caption-activeWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1
}
.cbp-caption-active .cbp-caption-defaultWrap {
    top: 0
}
.cbp-caption-active .cbp-caption-activeWrap {
    position: absolute;
    z-index: 2;
    height: 100%
}
.cbp-l-caption-title {
    color: #fff;
    font: 400 16px/21px "Open Sans", sans-serif
}
.cbp-l-caption-desc {
    color: #aaa;
    font: 400 12px/16px "Open Sans", sans-serif
}
.cbp-l-caption-text {
    font: 400 14px/21px "Open Sans", sans-serif;
    color: #fff;
    letter-spacing: 3px;
    padding: 0 6px
}
.cbp-l-caption-buttonLeft, .cbp-l-caption-buttonRight {
    background-color: #3288C4;
    color: #FFFFFF;
    display: inline-block;
    font: 400 12px/30px "Open Sans", sans-serif;
    min-width: 90px;
    text-align: center;
    margin: 4px;
    padding: 0 6px
}
.cbp-l-caption-buttonLeft:hover, .cbp-l-caption-buttonRight:hover {
    background-color: #2578B3;
    color: #fff
}
.cbp-caption-none .cbp-caption-activeWrap {
    display: none
}
.cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding: 12px 30px
}
.cbp-caption-fadeIn .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-minimal .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-moveRight .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-overlayRightAlong .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushDown .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-pushTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealBottom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealLeft .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-revealTop .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-zoom .cbp-l-caption-alignLeft .cbp-l-caption-body, .cbp-caption-opacity .cbp-l-caption-alignLeft .cbp-l-caption-body {
    padding-top: 30px
}
.cbp-l-caption-alignCenter {
    display: table;
    width: 100%;
    height: 100%
}
.cbp-l-caption-alignCenter .cbp-l-caption-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0
}
.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    position: relative;
    -webkit-transition: left .4s cubic-bezier(.19, 1, .22, 1);
    transition: left .4s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft {
    left: -20px
}
.cbp-caption-overlayBottom .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomPush .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight, .cbp-caption-overlayBottomAlong .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    left: 20px
}
.cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-caption:hover .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    left: 0
}
.cbp-caption-fadeIn .cbp-caption-activeWrap {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-fadeIn .cbp-caption:hover .cbp-caption-activeWrap {
    top: 0;
    opacity: 1
}
.cbp-caption-minimal .cbp-l-caption-title, .cbp-caption-minimal .cbp-l-caption-desc {
    position: relative;
    left: 0;
    opacity: 0;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out
}
.cbp-caption-minimal .cbp-l-caption-title {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.cbp-caption-minimal .cbp-l-caption-desc {
    -webkit-transform: translateY(70%);
    transform: translateY(70%)
}
.cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-title, .cbp-caption-minimal .cbp-caption:hover .cbp-l-caption-desc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.cbp-caption-minimal .cbp-caption-activeWrap {
    top: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.cbp-caption-minimal .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
}
.cbp-caption-moveRight .cbp-caption-activeWrap {
    left: -100%;
    top: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-moveRight .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
    height: 60px;
    background-color: #181616;
    background-color: rgba(24, 22, 22, 0.7);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-overlayBottom .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.cbp-caption-overlayBottomAlong .cbp-caption-defaultWrap, .cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-overlayBottomAlong .cbp-caption-activeWrap {
    height: 60px
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}
.cbp-caption-overlayBottomAlong .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.cbp-caption-overlayBottomPush .cbp-caption-defaultWrap {
    -webkit-transition: top .6s cubic-bezier(.19, 1, .22, 1);
    transition: top .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-overlayBottomPush .cbp-caption-activeWrap {
    bottom: -60px;
    height: 60px;
    -webkit-transition: bottom .6s cubic-bezier(.19, 1, .22, 1);
    transition: bottom .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-defaultWrap {
    top: -60px
}
.cbp-caption-overlayBottomPush .cbp-caption:hover .cbp-caption-activeWrap {
    bottom: 0
}
.cbp-caption-overlayBottomReveal .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: top .5s cubic-bezier(.19, 1, .22, 1);
    transition: top .5s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-overlayBottomReveal .cbp-caption-activeWrap {
    bottom: 0;
    z-index: 1;
    height: 60px
}
.cbp-caption-overlayBottomReveal .cbp-caption:hover .cbp-caption-defaultWrap {
    top: -60px
}
.cbp-caption-overlayRightAlong .cbp-caption-defaultWrap, .cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-overlayRightAlong .cbp-caption-activeWrap {
    top: 0;
    left: -50%;
    width: 50%
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateX(25%);
    transform: translateX(25%)
}
.cbp-caption-overlayRightAlong .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}
.cbp-caption-pushDown .cbp-caption-defaultWrap, .cbp-caption-pushDown .cbp-caption-activeWrap {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-pushDown .cbp-caption-activeWrap {
    top: -102%;
    height: 102%
}
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.cbp-caption-pushDown .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(99%);
    transform: translateY(99%)
}
.cbp-caption-pushTop .cbp-caption-activeWrap, .cbp-caption-pushTop .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-pushTop .cbp-caption-activeWrap {
    height: 102%
}
.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.cbp-caption-pushTop .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateY(-99%);
    transform: translateY(-99%)
}
.cbp-caption-revealBottom .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-revealBottom .cbp-caption-activeWrap {
    top: 0;
    z-index: 1
}
.cbp-caption-revealBottom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.cbp-caption-revealLeft .cbp-caption-activeWrap {
    left: 100%;
    top: 0;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-revealLeft .cbp-caption:hover .cbp-caption-activeWrap {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
.cbp-caption-revealTop .cbp-caption-defaultWrap {
    z-index: 2;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-revealTop .cbp-caption-activeWrap {
    top: 0;
    z-index: 1
}
.cbp-caption-revealTop .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.cbp-caption-zoom .cbp-caption-defaultWrap {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}
.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: 1;
    top: 0
}
.cbp-caption-opacity .cbp-item {
    padding: 1px
}
.cbp-caption-opacity .cbp-caption, .cbp-caption-opacity .cbp-caption-activeWrap, .cbp-caption-opacity .cbp-caption-defaultWrap {
    background-color: transparent
}
.cbp-caption-opacity .cbp-caption {
    border: 1px solid transparent
}
.cbp-caption-opacity .cbp-caption:hover {
    border-color: #EDEDED
}
.cbp-caption-opacity .cbp-caption-defaultWrap {
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1)
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-defaultWrap {
    opacity: .8
}
.cbp-caption-opacity .cbp-caption:hover .cbp-caption-activeWrap {
    top: 0
}
.cbp-caption-expand .cbp-caption, .cbp-caption-expand .cbp-caption-activeWrap, .cbp-caption-expand .cbp-caption-defaultWrap {
    background-color: transparent
}
.cbp-caption-expand .cbp-caption-activeWrap {
    height: auto
}
.cbp-caption-expand .cbp-caption {
    border-bottom: 1px dotted #eaeaea
}
.cbp-caption-expand .cbp-caption-defaultWrap {
    cursor: pointer;
    font: 500 15px/23px "Roboto", sans-serif;
    color: #474747;
    padding: 12px 0 11px 0
}
.cbp-caption-expand .cbp-caption-defaultWrap .fa {
    margin-right: 6px;
    width: 16px;
    text-align: center;
    font-size: 14px
}
.cbp-caption-expand .cbp-caption-defaultWrap .fa-angle-down {
    position: absolute;
    right: 0;
    margin-top: 4px;
    width: 16px;
    text-align: center;
    font-size: 14px
}
.cbp-caption-expand .cbp-l-caption-body {
    font: 400 13px/21px "Roboto", sans-serif;
    color: #888;
    padding: 0 0 20px 26px
}
.cbp-caption-expand-active {
    transition: height .4s !important
}
.cbp-caption-expand-active .cbp-item {
    transition: left .4s, top .4s !important
}
.cbp-caption-expand-open .cbp-caption-activeWrap {
    transition: height .4s
}
.cbp-l-filters-alignCenter {
    margin-bottom: 40px;
    text-align: center;
    font: 400 12px/21px sans-serif;
    color: #DADADA
}
.cbp-l-filters-alignCenter .cbp-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px "Open Sans", sans-serif;
    padding: 0 12px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 10px 0 0;
    display: inline-block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #2D2C2C
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #2D2C2C;
    cursor: default
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    background: none repeat scroll 0 0 #626161;
    border-radius: 3px;
    color: #FFFFFF;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}
.cbp-l-filters-alignCenter .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #626161;
    display: none
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
.cbp-l-filters-alignLeft {
    margin-bottom: 40px
}
.cbp-l-filters-alignLeft .cbp-filter-item {
    background-color: #fff;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font: 400 12px/30px "Open Sans", sans-serif;
    padding: 0 13px;
    position: relative;
    overflow: visible;
    margin: 10px 8px 0 0;
    display: inline-block;
    color: #888888;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.cbp-l-filters-alignLeft .cbp-filter-item:hover {
    color: #111
}
.cbp-l-filters-alignLeft .cbp-filter-item.cbp-filter-item-active {
    background-color: #6C7A89;
    border: 1px solid #6C7A89;
    color: #fff;
    cursor: default
}
.cbp-l-filters-alignLeft .cbp-filter-counter {
    display: inline
}
.cbp-l-filters-alignRight {
    margin-bottom: 40px;
    text-align: right
}
.cbp-l-filters-alignRight .cbp-filter-item {
    background-color: transparent;
    color: #8B8B8B;
    cursor: pointer;
    font: 400 11px/29px "Open Sans", sans-serif;
    padding: 0 12px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: 1px solid #E4E2E2;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.cbp-l-filters-alignRight .cbp-filter-item:hover {
    color: #2B3444
}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block
}
.cbp-l-filters-alignRight .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
.cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #FFFFFF;
    background-color: #049372;
    border-color: #049372;
    cursor: default
}
.cbp-l-filters-alignRight .cbp-filter-counter {
    background: none repeat scroll 0 0 #049372;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-alignRight .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #049372;
    display: none
}
.cbp-l-filters-button {
    margin-bottom: 30px
}
.cbp-l-filters-button .cbp-filter-item {
    background-color: #FFFFFF;
    border: 2px solid #ECECEC;
    border-radius: 2px;
    color: #888888;
    cursor: pointer;
    font: 400 12px/29px "Open Sans", sans-serif;
    margin: 10px 10px 0 0;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out
}
.cbp-l-filters-button .cbp-filter-item:hover {
    color: #5d5d5d
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #4D4C4D;
    color: #fff;
    border-color: #4D4C4D;
    cursor: default
}
.cbp-l-filters-button .cbp-filter-counter {
    background-color: #4D4C4D;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-button .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #4D4C4D;
    display: none
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block
}
.cbp-l-filters-button .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
.cbp-l-filters-buttonCenter {
    margin-bottom: 40px;
    text-align: center
}
.cbp-l-filters-buttonCenter .cbp-filter-item {
    background-color: #FFFFFF;
    border: 1px solid #ECECEC;
    color: #888888;
    cursor: pointer;
    font: 400 12px/32px Roboto, sans-serif;
    margin: 10px 10px 0 0;
    overflow: visible;
    padding: 0 17px;
    position: relative;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover {
    color: #5d5d5d
}
.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #3B9CB3;
    border-color: #8CD2E5;
    cursor: default
}
.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #68ABBC;
    border-radius: 3px;
    color: #fff;
    font: 400 11px/18px Roboto, sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .25s ease, bottom .25s ease;
    transition: opacity .25s ease, bottom .25s ease
}
.cbp-l-filters-buttonCenter .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #68ABBC;
    display: none
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block
}
.cbp-l-filters-buttonCenter .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 44px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
.cbp-l-filters-dropdown {
    margin-bottom: 40px;
    height: 38px;
    position: relative;
    z-index: 5
}
.cbp-l-filters-dropdownWrap {
    width: 200px;
    position: absolute;
    right: 0;
    background: #3288C4
}
.cbp-l-filters-dropdownHeader {
    font: 400 12px/38px "Open Sans", sans-serif;
    margin: 0 17px;
    color: #FFF;
    cursor: default;
    position: relative
}
.cbp-l-filters-dropdownHeader:after {
    border-color: #FFFFFF transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    margin-top: -1px
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownHeader:after {
    border-width: 0 5px 5px
}
.cbp-l-filters-dropdownList {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0
}
.cbp-l-filters-dropdownList>li {
    margin: 0;
    list-style: none
}
.cbp-l-filters-dropdownWrap.cbp-l-filters-dropdownWrap-open .cbp-l-filters-dropdownList {
    display: block;
    margin: 0
}
.cbp-l-filters-dropdownList .cbp-filter-item {
    background: none;
    color: #9FBCE7;
    width: 100%;
    text-align: left;
    font: 400 12px/40px "Open Sans", sans-serif;
    margin: 0;
    padding: 0 17px;
    cursor: pointer;
    border: none;
    border-top: 1px solid #5592C2
}
.cbp-l-filters-dropdownList .cbp-filter-item:hover {
    color: #e6e6e6
}
.cbp-l-filters-dropdownList .cbp-filter-item-active {
    color: #e6e6e6;
    cursor: default
}
.cbp-l-filters-dropdownList .cbp-filter-counter {
    display: inline
}
.cbp-l-filters-list {
    margin-bottom: 70px;
    content: "";
    display: table;
    clear: both;
    text-align: center;
    width: 100%;
}
.cbp-l-filters-list .cbp-filter-item {
    background-color: transparent;
    color: #222;
    cursor: pointer;
    margin: 0 55px 0 0;
    position: relative;
    overflow: visible;
    margin-top: 10px;
    display: inline-block;
    border-right-width: 0;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    padding: 15px 0px;
    font-weight: 700;
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    padding: 0 0 4px 0;
}
.cbp-l-filters-list .cbp-filter-item:hover {
    padding: 0 0 4px 0;
}
.cbp-l-filters-list .cbp-filter-item:hover {
    background-color: #fff;
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    cursor: default;
    background-color: #fff;
}
.cbp-l-filters-list-first {
}
.cbp-l-filters-list .cbp-filter-counter {
    display: inline
}
.cbp-l-filters-work {
    margin-bottom: 40px;
    text-align: center
}
.cbp-l-filters-work .cbp-filter-item {
    background-color: #FFFFFF;
    color: #888;
    cursor: pointer;
    font: 600 11px/37px "Open Sans", sans-serif;
    margin: 10px 5px 0 0;
    overflow: visible;
    padding: 0 16px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.cbp-l-filters-work .cbp-filter-item:hover {
    color: #fff;
    background: #607D8B
}
.cbp-l-filters-work .cbp-filter-item.cbp-filter-item-active {
    background: #607D8B;
    color: #fff;
    cursor: default
}
.cbp-l-filters-work .cbp-filter-counter {
    font: 600 11px/37px "Open Sans", sans-serif;
    text-align: center;
    display: inline-block;
    margin-left: 8px
}
.cbp-l-filters-work .cbp-filter-counter:before {
    content: '('
}
.cbp-l-filters-work .cbp-filter-counter:after {
    content: ')'
}
.cbp-l-filters-big {
    margin-bottom: 40px;
    text-align: center
}
.cbp-l-filters-big .cbp-filter-item {
    color: #444;
    cursor: pointer;
    font: 400 15px/22px Roboto, sans-serif;
    margin: 10px 15px 0 0;
    padding: 10px 23px;
    position: relative;
    display: inline-block;
    border: 1px solid transparent;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}
.cbp-l-filters-big .cbp-filter-item:hover {
    color: #888
}
.cbp-l-filters-big .cbp-filter-item.cbp-filter-item-active {
    border-color: #d5d5d5;
    cursor: default;
    color: #444
}
.cbp-l-filters-text {
    margin-bottom: 45px;
    text-align: center;
    font: 400 12px/21px Lato, sans-serif;
    color: #DADADA;
    padding: 0 15px
}
.cbp-l-filters-text .cbp-filter-item {
    color: #949494;
    cursor: pointer;
    font: 400 13px/21px Lato, sans-serif;
    padding: 0 12px;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: visible;
    margin: 10px 0 0;
    display: inline-block
}
.cbp-l-filters-text .cbp-filter-item:hover {
    color: #2D2C2C
}
.cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active {
    color: #2D2C2C;
    cursor: default
}
.cbp-l-filters-text .cbp-filter-counter {
    background: none repeat scroll 0 0 #626161;
    border-radius: 3px;
    color: #FFFFFF;
    font: 400 11px/16px Lato, sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}
.cbp-l-filters-text .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #626161;
    display: none
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter:before {
    display: block
}
.cbp-l-filters-text .cbp-filter-item:hover .cbp-filter-counter {
    bottom: 30px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1
}
.cbp-l-filters-text-sort {
    display: inline-block;
    font: 400 13px/21px Lato, sans-serif;
    color: #949494;
    margin-right: 15px
}
.cbp-l-filters-underline {
    margin-bottom: 40px
}
.cbp-l-filters-underline .cbp-filter-item {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font: 600 14px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 10px 20px 0 0;
    display: inline-block;
    color: #787878;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.cbp-l-filters-underline .cbp-filter-item:hover {
    color: #111
}
.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
    border-bottom-color: #666;
    color: #444;
    cursor: default
}
.cbp-l-filters-underline .cbp-filter-counter {
    display: inline
}
.cbp-animation-quicksand {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-quicksand .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}
.cbp-animation-quicksand .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-quicksand .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-quicksand .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: quicksand-off .6s ease-out both;
    animation: quicksand-off .6s ease-out both
}
.cbp-animation-quicksand .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: quicksand-on .6s ease-out both;
    animation: quicksand-on .6s ease-out both
}
@-webkit-keyframes quicksand-off {
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0)
    }
}
@keyframes quicksand-off {
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0)
    }
}
@-webkit-keyframes quicksand-on {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0)
    }
}
@keyframes quicksand-on {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0)
    }
}
.cbp-animation-fadeOut, .cbp-animation-boxShadow {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}
.cbp-animation-fadeOut .cbp-item, .cbp-animation-boxShadow .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-fadeOut .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-fadeOut .cbp-item-on2off .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: fadeOut-off .6s ease-in-out both;
    animation: fadeOut-off .6s ease-in-out both
}
.cbp-animation-fadeOut .cbp-item-off2on .cbp-item-wrapper, .cbp-animation-boxShadow .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: fadeOut-on .6s ease-in-out both;
    animation: fadeOut-on .6s ease-in-out both
}
@-webkit-keyframes fadeOut-off {
    0% {
        opacity: 1
    }
    80%, 100% {
        opacity: 0
    }
}
@keyframes fadeOut-off {
    0% {
        opacity: 1
    }
    80%, 100% {
        opacity: 0
    }
}
@-webkit-keyframes fadeOut-on {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeOut-on {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.cbp-animation-flipOut {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height
}
.cbp-animation-flipOut .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}
.cbp-animation-flipOut .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-flipOut .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-flipOut .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: flipOut-out .7s both ease-in;
    animation: flipOut-out .7s both ease-in
}
.cbp-animation-flipOut .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: flipOut-in .7s ease-out both;
    animation: flipOut-in .7s ease-out both
}
@-webkit-keyframes flipOut-out {
    50%, 100% {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2
    }
}
@keyframes flipOut-out {
    50%, 100% {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: 0.2
    }
}
@-webkit-keyframes flipOut-in {
    0%, 50% {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2
    }
}
@keyframes flipOut-in {
    0%, 50% {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: 0.2
    }
}
.cbp-animation-flipBottom {
    -webkit-transition: height .7s ease-in-out;
    transition: height .7s ease-in-out;
    will-change: height
}
.cbp-animation-flipBottom .cbp-item {
    -webkit-transition: -webkit-transform .7s ease-in-out;
    transition: transform .7s ease-in-out
}
.cbp-animation-flipBottom .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-flipBottom .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-flipBottom .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: flipBottom-out .7s both ease-in;
    animation: flipBottom-out .7s both ease-in
}
.cbp-animation-flipBottom .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: flipBottom-in .7s ease-out both;
    animation: flipBottom-in .7s ease-out both
}
@-webkit-keyframes flipBottom-out {
    50%, 100% {
        -webkit-transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2
    }
}
@keyframes flipBottom-out {
    50%, 100% {
        transform: translateZ(-1000px) rotateX(-90deg);
        opacity: 0.2
    }
}
@-webkit-keyframes flipBottom-in {
    0%, 50% {
        -webkit-transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2
    }
}
@keyframes flipBottom-in {
    0%, 50% {
        transform: translateZ(-1000px) rotateX(90deg);
        opacity: 0.2
    }
}
.cbp-animation-scaleSides {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-scaleSides .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}
.cbp-animation-scaleSides .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-scaleSides .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-scaleSides .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: scaleSides-out .9s ease both;
    animation: scaleSides-out .9s ease both
}
.cbp-animation-scaleSides .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: scaleSides-in .9s ease both;
    animation: scaleSides-in .9s ease both
}
@-webkit-keyframes scaleSides-out {
    50%, 100% {
        -webkit-transform: scale(.6);
        opacity: 0
    }
}
@keyframes scaleSides-out {
    50%, 100% {
        transform: scale(.6);
        opacity: 0
    }
}
@-webkit-keyframes scaleSides-in {
    0%, 50% {
        -webkit-transform: scale(.6);
        opacity: 0
    }
}
@keyframes scaleSides-in {
    0%, 50% {
        transform: scale(.6);
        opacity: 0
    }
}
.cbp-animation-skew {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-skew .cbp-item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out
}
.cbp-animation-skew .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-skew .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-skew .cbp-item-on2off .cbp-item-wrapper {
    -webkit-animation: skew-off .6s ease-out both;
    animation: skew-off .6s ease-out both
}
.cbp-animation-skew .cbp-item-off2on .cbp-item-wrapper {
    -webkit-animation: skew-on .6s ease-out both;
    animation: skew-on .6s ease-out both
}
@-webkit-keyframes skew-off {
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) skew(20deg, 0)
    }
}
@keyframes skew-off {
    100% {
        opacity: 0;
        transform: scale3d(0, 0, 0) skew(20deg, 0)
    }
}
@-webkit-keyframes skew-on {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0) skew(0, 20deg)
    }
}
@keyframes skew-on {
    0% {
        opacity: 0;
        transform: scale3d(0, 0, 0) skew(0, 20deg)
    }
}
.cbp-animation-fadeOutTop {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-fadeOutTop .cbp-wrapper-outer {
    overflow: visible
}
.cbp-animation-fadeOutTop .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible
}
.cbp-animation-fadeOutTop .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-fadeOutTop .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-out .6s both ease-in-out;
    animation: fadeOutTop-out .6s both ease-in-out
}
.cbp-animation-fadeOutTop .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-in .6s both ease-in-out;
    animation: fadeOutTop-in .6s both ease-in-out
}
@-webkit-keyframes fadeOutTop-out {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
    50%, 100% {
        -webkit-transform: translateY(-30px);
        opacity: 0
    }
}
@keyframes fadeOutTop-out {
    0% {
        transform: translateY(0);
        opacity: 1
    }
    50%, 100% {
        transform: translateY(-30px);
        opacity: 0
    }
}
@-webkit-keyframes fadeOutTop-in {
    0%, 50% {
        -webkit-transform: translateY(-30px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}
@keyframes fadeOutTop-in {
    0%, 50% {
        transform: translateY(-30px);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}
.cbp-animation-slideLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-slideLeft .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-slideLeft .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-slideLeft .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: slideLeft-out .8s both ease-in-out;
    animation: slideLeft-out .8s both ease-in-out
}
.cbp-animation-slideLeft .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: slideLeft-in .8s both ease-in-out;
    animation: slideLeft-in .8s both ease-in-out
}
@-webkit-keyframes slideLeft-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    25% {
        opacity: .75;
        -webkit-transform: scale(.8)
    }
    75% {
        opacity: .75;
        -webkit-transform: scale(.8) translateX(-200%)
    }
    100% {
        opacity: .75;
        -webkit-transform: scale(.8) translateX(-200%)
    }
}
@keyframes slideLeft-out {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    25% {
        opacity: .75;
        transform: scale(.8)
    }
    75% {
        opacity: .75;
        transform: scale(.8) translateX(-200%)
    }
    100% {
        opacity: .75;
        transform: scale(.8) translateX(-200%)
    }
}
@-webkit-keyframes slideLeft-in {
    0%, 25% {
        opacity: .75;
        -webkit-transform: scale(.8) translateX(200%)
    }
    75% {
        opacity: .75;
        -webkit-transform: scale(.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1) translateX(0)
    }
}
@keyframes slideLeft-in {
    0%, 25% {
        opacity: .75;
        transform: scale(.8) translateX(200%)
    }
    75% {
        opacity: .75;
        transform: scale(.8)
    }
    100% {
        opacity: 1;
        transform: scale(1) translateX(0)
    }
}
.cbp-animation-sequentially {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-sequentially .cbp-wrapper-outer {
    overflow: visible
}
.cbp-animation-sequentially .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    overflow: visible
}
.cbp-animation-sequentially .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-sequentially .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-out .6s both ease;
    animation: fadeOutTop-out .6s both ease
}
.cbp-animation-sequentially .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: fadeOutTop-in .6s both ease-out;
    animation: fadeOutTop-in .6s both ease-out
}
.cbp-animation-3dflip {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-3dflip .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-3dflip .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-3dflip .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip-out 0.6s both ease-in-out;
    animation: flip-out 0.6s both ease-in-out
}
.cbp-animation-3dflip .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: flip-in 0.6s both ease-in-out;
    animation: flip-in 0.6s both ease-in-out
}
@-webkit-keyframes flip-out {
    100% {
        opacity: 0;
        -webkit-transform: rotateY(90deg)
    }
}
@keyframes flip-out {
    100% {
        opacity: 0;
        transform: rotateY(90deg)
    }
}
@-webkit-keyframes flip-in {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg)
    }
}
@keyframes flip-in {
    0% {
        opacity: 0;
        transform: rotateY(-90deg)
    }
    100% {
        opacity: 1;
        transform: rotateY(0deg)
    }
}
.cbp-animation-flipOutDelay {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-flipOutDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-flipOutDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-flipOutDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: flipOut-out 1s both ease-in;
    animation: flipOut-out 1s both ease-in
}
.cbp-animation-flipOutDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: flipOut-in 1s both ease-out;
    animation: flipOut-in 1s both ease-out
}
.cbp-animation-slideDelay {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-slideDelay .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-slideDelay .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-slideDelay .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: slideDelay-out 0.5s both ease-in-out;
    animation: slideDelay-out 0.5s both ease-in-out
}
.cbp-animation-slideDelay .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: slideDelay-in 0.5s both ease-in-out;
    animation: slideDelay-in 0.5s both ease-in-out
}
@-webkit-keyframes slideDelay-out {
    100% {
        -webkit-transform: translateX(-100%)
    }
}
@keyframes slideDelay-out {
    100% {
        transform: translateX(-100%)
    }
}
@-webkit-keyframes slideDelay-in {
    0% {
        -webkit-transform: translateX(100%)
    }
    100% {
        -webkit-transform: translateX(0)
    }
}
@keyframes slideDelay-in {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translateX(0)
    }
}
.cbp-animation-rotateSides {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-rotateSides .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-rotateSides .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-rotateSides .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: -50% 50%;
    -webkit-animation: rotateSides-out .5s both ease-in;
    transform-origin: -50% 50%;
    animation: rotateSides-out .5s both ease-in
}
.cbp-animation-rotateSides .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 150% 50%;
    -webkit-animation: rotateSides-in .6s both ease-out;
    transform-origin: 150% 50%;
    animation: rotateSides-in .6s both ease-out
}
@-webkit-keyframes rotateSides-out {
    100% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(90deg)
    }
}
@keyframes rotateSides-out {
    100% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(90deg)
    }
}
@-webkit-keyframes rotateSides-in {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg)
    }
    40% {
        opacity: 0;
        -webkit-transform: translateZ(-500px) rotateY(-90deg)
    }
}
@keyframes rotateSides-in {
    0% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg)
    }
    40% {
        opacity: 0;
        transform: translateZ(-500px) rotateY(-90deg)
    }
}
.cbp-animation-foldLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-foldLeft .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-foldLeft .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-foldLeft .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: foldLeft-out .7s both ease;
    animation: foldLeft-out .7s both ease
}
.cbp-animation-foldLeft .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: foldLeft-in .7s both ease;
    animation: foldLeft-in .7s ease both
}
@-webkit-keyframes foldLeft-out {
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(-90deg)
    }
}
@keyframes foldLeft-out {
    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(-90deg)
    }
}
@-webkit-keyframes foldLeft-in {
    0% {
        opacity: 0.3;
        -webkit-transform: translateX(100%)
    }
}
@keyframes foldLeft-in {
    0% {
        opacity: 0.3;
        transform: translateX(100%)
    }
}
.cbp-animation-unfold {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-unfold .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-unfold .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-unfold .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: unfold-out .8s ease both;
    animation: unfold-out .8s ease both
}
.cbp-animation-unfold .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: unfold-in .8s both ease;
    transform-origin: 0% 50%;
    animation: unfold-in .8s both ease
}
@-webkit-keyframes unfold-out {
    90% {
        opacity: 0.3
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }
}
@keyframes unfold-out {
    90% {
        opacity: 0.3
    }
    100% {
        opacity: 0;
        transform: translateX(-100%)
    }
}
@-webkit-keyframes unfold-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotateY(90deg)
    }
}
@keyframes unfold-in {
    0% {
        opacity: 0;
        transform: translateX(100%) rotateY(90deg)
    }
}
.cbp-animation-scaleDown {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-scaleDown .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-scaleDown .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-scaleDown .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: scaleDown-out .7s ease both;
    animation: scaleDown-out .7s ease both
}
.cbp-animation-scaleDown .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: scaleDown-in .6s ease both;
    animation: scaleDown-in .6s ease both
}
@-webkit-keyframes scaleDown-out {
    100% {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}
@keyframes scaleDown-out {
    100% {
        opacity: 0;
        transform: scale(.8)
    }
}
@-webkit-keyframes scaleDown-in {
    0% {
        -webkit-transform: translateX(100%)
    }
}
@keyframes scaleDown-in {
    0% {
        transform: translateX(100%)
    }
}
.cbp-animation-frontRow {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-frontRow .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-frontRow .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-animation: frontRow-out .7s both ease;
    animation: frontRow-out .7s both ease
}
.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
    -webkit-animation: frontRow-in .6s both ease;
    animation: frontRow-in .6s both ease
}
@-webkit-keyframes frontRow-out {
    100% {
        -webkit-transform: translateX(-60%) scale(.8);
        opacity: 0
    }
}
@keyframes frontRow-out {
    100% {
        transform: translateX(-60%) scale(.8);
        opacity: 0
    }
}
@-webkit-keyframes frontRow-in {
    0% {
        -webkit-transform: translateX(100%) scale(.8)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0%) scale(1)
    }
}
@keyframes frontRow-in {
    0% {
        transform: translateX(100%) scale(.8)
    }
    100% {
        opacity: 1;
        transform: translateX(0%) scale(1)
    }
}
.cbp-animation-rotateRoom {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-rotateRoom .cbp-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-animation-rotateRoom .cbp-item-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-animation: rotateRoom-out .8s both ease;
    animation: rotateRoom-out .8s both ease
}
.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: rotateRoom-in .8s both ease;
    animation: rotateRoom-in .8s both ease
}
@-webkit-keyframes rotateRoom-out {
    90% {
        opacity: .3
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotateY(90deg)
    }
}
@keyframes rotateRoom-out {
    90% {
        opacity: .3
    }
    100% {
        opacity: 0;
        transform: translateX(-100%) rotateY(90deg)
    }
}
@-webkit-keyframes rotateRoom-in {
    0% {
        opacity: .3;
        -webkit-transform: translateX(100%) rotateY(-90deg)
    }
}
@keyframes rotateRoom-in {
    0% {
        opacity: .3;
        transform: translateX(100%) rotateY(-90deg)
    }
}
.cbp-animation-bounceBottom {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-bounceBottom .cbp-wrapper-helper {
    -webkit-animation: bounceBottom-out .6s both ease-in-out;
    animation: bounceBottom-out .6s both ease-in-out
}
.cbp-animation-bounceBottom .cbp-wrapper {
    -webkit-animation: bounceBottom-in .6s both ease-in-out;
    animation: bounceBottom-in .6s both ease-in-out
}
@-webkit-keyframes bounceBottom-out {
    100% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }
}
@keyframes bounceBottom-out {
    100% {
        transform: translateY(100%);
        opacity: 0
    }
}
@-webkit-keyframes bounceBottom-in {
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}
@keyframes bounceBottom-in {
    0% {
        transform: translateY(100%);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}
.cbp-animation-bounceLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-bounceLeft .cbp-wrapper-helper {
    -webkit-animation: bounceLeft-out .6s both ease-in-out;
    animation: bounceLeft-out .6s both ease-in-out
}
.cbp-animation-bounceLeft .cbp-wrapper {
    -webkit-animation: bounceLeft-in .6s both ease-in-out;
    animation: bounceLeft-in .6s both ease-in-out
}
@-webkit-keyframes bounceLeft-out {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}
@keyframes bounceLeft-out {
    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}
@-webkit-keyframes bounceLeft-in {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}
@keyframes bounceLeft-in {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}
.cbp-animation-bounceTop {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-bounceTop .cbp-wrapper-helper {
    -webkit-animation: bounceTop-out .6s both ease-in-out;
    animation: bounceTop-out .6s both ease-in-out
}
.cbp-animation-bounceTop .cbp-wrapper {
    -webkit-animation: bounceTop-in .6s both ease-in-out;
    animation: bounceTop-in .6s both ease-in-out
}
@-webkit-keyframes bounceTop-out {
    100% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }
}
@keyframes bounceTop-out {
    100% {
        transform: translateY(-100%);
        opacity: 0
    }
}
@-webkit-keyframes bounceTop-in {
    0% {
        -webkit-transform: translateY(-100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}
@keyframes bounceTop-in {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
}
.cbp-animation-moveLeft {
    -webkit-transition: height .6s ease-in-out;
    transition: height .6s ease-in-out;
    will-change: height
}
.cbp-animation-moveLeft .cbp-wrapper-helper {
    -webkit-animation: moveLeft-out .6s both ease-in-out;
    animation: moveLeft-out .6s both ease-in-out
}
.cbp-animation-moveLeft .cbp-wrapper {
    -webkit-animation: moveLeft-in .6s both ease-in-out;
    animation: moveLeft-in .6s both ease-in-out
}
@-webkit-keyframes moveLeft-out {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0
    }
}
@keyframes moveLeft-out {
    100% {
        transform: translateX(-100%);
        opacity: 0
    }
}
@-webkit-keyframes moveLeft-in {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1
    }
}
@keyframes moveLeft-in {
    0% {
        transform: translateX(100%);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}
.cbp-displayType-lazyLoading {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.cbp-displayType-fadeInToTop {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-animation: fadeInToTop .5s both ease-in;
    animation: fadeInToTop .5s both ease-in
}
@-webkit-keyframes fadeInToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@keyframes fadeInToTop {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.cbp-displayType-sequentially .cbp-item {
    -webkit-animation: fadeIn .5s both ease-in;
    animation: fadeIn .5s both ease-in
}
.cbp-displayType-bottomToTop {
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.cbp-displayType-bottomToTop .cbp-item {
    -webkit-animation: fadeInBottomToTop .4s both ease-in;
    animation: fadeInBottomToTop .4s both ease-in
}
@-webkit-keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}
@keyframes fadeInBottomToTop {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}
.cbp-popup-ie8bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}
.cbp-popup-wrap {
    height: 100%;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 9990;
    padding: 0 10px
}
.cbp-popup-lightbox {
    background: rgba(0, 0, 0, 0.8)
}
.cbp-popup-singlePage {
    background: white;
    padding: 0
}
.cbp-popup-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}
.cbp-popup-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%
}
.cbp-popup-singlePage .cbp-popup-content {
    position: relative;
    z-index: 1;
    margin-top: 145px;
    max-width: 1024px;
    vertical-align: top;
    width: 94%
}
.cbp-popup-singlePage .cbp-popup-content-basic {
    position: relative;
    z-index: 1;
    margin-top: 104px;
    vertical-align: top;
    width: 100%;
    display: inline-block;
    text-align: left
}
.cbp-popup-lightbox-figure {
    position: relative
}
.cbp-popup-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 3px
}
.cbp-popup-lightbox-title {
    padding-right: 70px;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee
}
.cbp-popup-lightbox-counter {
    position: absolute;
    top: 0;
    right: 0;
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #eee
}
.cbp-popup-lightbox-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 40px 0 40px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}
.cbp-popup-lightbox-img[data-action] {
    cursor: pointer
}
.cbp-popup-lightbox-isIframe .cbp-popup-content {
    width: 75%
}
@media only screen and (max-width: 768px) {
    .cbp-popup-lightbox-isIframe .cbp-popup-content {
        width: 95%
    }
}
.cbp-popup-lightbox-isIframe .cbp-lightbox-bottom {
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 3px
}
.cbp-popup-lightbox-iframe {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background: #000
}
.cbp-popup-lightbox-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}
.cbp-popup-lightbox-iframe audio {
    margin-top: 27%
}
.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9990;
    height: 104px;
    background-color: #34425C
}
.cbp-popup-singlePage .cbp-popup-navigation {
    position: relative;
    width: 100%;
    height: 100%
}
.cbp-popup-singlePage-sticky .cbp-popup-navigation-wrap {
    position: fixed;
    top: 0 !important
}
.cbp-popup-singlePage-counter {
    color: #bbc0df;
    position: absolute;
    margin: auto;
    right: 40px;
    top: 0;
    bottom: 0;
    font: 400 13px/30px "Open Sans", sans-serif;
    height: 30px
}
@media only screen and (max-width: 768px) {
    .cbp-popup-singlePage-counter {
        right: 3%
    }
}
.cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
    padding: 0;
    border: medium none;
    position: absolute;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-lightbox .cbp-popup-next, .cbp-popup-lightbox .cbp-popup-close {
    visibility: hidden
}
.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
    visibility: visible
}
.cbp-popup-lightbox .cbp-popup-prev {
    background: url("../img/cbp-sprite.png") no-repeat scroll 0 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto
}
.cbp-popup-lightbox .cbp-popup-prev:hover {
    background-position: 0 -46px
}
.cbp-popup-singlePage .cbp-popup-prev {
    background: url("../img/cbp-sprite.png") no-repeat scroll 0 -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 108px;
    bottom: 0;
    left: 0
}
.cbp-popup-singlePage .cbp-popup-prev:hover {
    background-position: 0 -138px
}
.cbp-popup-lightbox .cbp-popup-next {
    background: url("../img/cbp-sprite.png") no-repeat scroll -46px 0 transparent;
    width: 44px;
    height: 44px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto
}
.cbp-popup-lightbox .cbp-popup-next:hover {
    background-position: -46px -46px
}
.cbp-popup-singlePage .cbp-popup-next {
    background: url("../img/cbp-sprite.png") no-repeat scroll -46px -92px transparent;
    width: 44px;
    height: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 108px
}
.cbp-popup-singlePage .cbp-popup-next:hover {
    background-position: -46px -138px
}
.cbp-popup-lightbox .cbp-popup-close {
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 20px
}
.cbp-popup-lightbox .cbp-popup-close:hover {
    background-position: -92px -46px
}
.cbp-popup-singlePage .cbp-popup-close {
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px -92px transparent;
    height: 44px;
    width: 44px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.cbp-popup-singlePage .cbp-popup-ie8bg {
    background-color: #fff
}
.cbp-popup-singlePage .cbp-popup-close:hover {
    background-position: -92px -138px
}
@media only screen and (max-width: 360px), (max-height: 600px) {
    .cbp-popup-next, .cbp-popup-prev, .cbp-popup-close {
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
    .cbp-popup-lightbox .cbp-popup-close {
        right: 10px;
        top: 10px
    }
    .cbp-popup-lightbox .cbp-popup-next {
        right: 10px
    }
    .cbp-popup-lightbox .cbp-popup-prev {
        left: 10px
    }
    .cbp-popup-singlePage .cbp-popup-navigation-wrap {
        height: 84px
    }
    .cbp-popup-singlePage .cbp-popup-content {
        margin-top: 120px
    }
}
.cbp-popup-loadingBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    background: url("../img/cbp-loading-popup.gif") no-repeat scroll center center #0D0D0D;
    border: 1px solid rgba(79, 80, 79, 0.3);
    border-radius: 3px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=71)";
    opacity: .71;
    width: 50px;
    height: 50px
}
.cbp-popup-ready .cbp-popup-loadingBox {
    visibility: hidden
}
.cbp-popup-loading .cbp-popup-loadingBox {
    visibility: visible
}
.cbp-popup-singlePage {
    left: 100%;
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}
.cbp-popup-singlePage.cbp-popup-loading .cbp-popup-content {
    opacity: 0
}
.cbp-popup-singlePage-open {
    left: 0
}
.cbp-popup-singlePage.cbp-popup-singlePage-fade {
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-fade {
    opacity: 1
}
.cbp-popup-singlePage.cbp-popup-singlePage-right {
    left: -100%;
    -webkit-transition: left .6s ease-in-out;
    transition: left .6s ease-in-out
}
.cbp-popup-singlePage-open.cbp-popup-singlePage-right {
    left: 0
}
.cbp-l-project-title {
    color: #454444;
    font: 600 42px/46px "Open Sans", sans-serif;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase
}
.cbp-l-project-subtitle {
    color: #787878;
    font: 400 14px/21px "Open Sans", sans-serif;
    margin: 0 auto 50px;
    max-width: 500px;
    text-align: center
}
.cbp-popup-singlePage .cbp-popup-content .cbp-l-project-img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}
.cbp-l-project-container {
    overflow: hidden;
    margin: 40px auto 0;
    clear: both
}
.cbp-l-project-desc {
    float: left;
    width: 64%
}
.cbp-l-project-social-wrapper, .cbp-l-inline-social-wrapper {
    display: inline-block;
    width: 100px;
    height: 20px;
    overflow: hidden
}
.cbp-l-inline-social-wrapper {
    margin-top: 5px
}
.cbp-l-project-details {
    float: right;
    width: 36%;
    padding-left: 40px;
    margin-bottom: 15px
}
@media only screen and (max-width: 768px) {
    .cbp-l-project-title {
        font-size: 30px;
        line-height: 34px
    }
    .cbp-l-project-desc {
        width: 100%
    }
    .cbp-l-project-details {
        width: 100%;
        margin-top: 20px;
        padding-left: 0
    }
}
.cbp-l-project-desc-title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px;
    color: #444
}
.cbp-l-project-desc-title span, .cbp-l-project-details-title span {
    border-bottom: 1px solid #747474;
    display: inline-block;
    margin: 0 0 -1px 0;
    font: 400 16px/36px "Open Sans", sans-serif;
    padding: 0 5px 0 0
}
.cbp-l-project-desc-text {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #555;
    margin-bottom: 20px
}
.cbp-l-project-details-title {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 19px;
    color: #444
}
.cbp-l-project-details-list {
}
.cbp-l-project-details-list>li, .cbp-l-project-details-list>div {
    border-bottom: 1px dotted #DFDFDF;
    padding: inherit;
    color: #666;
    font: 400 12px/30px "Open Sans", sans-serif
}
.cbp-l-project-details-list strong {
    display: inline-block;
    color: #696969;
    font-weight: 600;
    min-width: 100px
}
.cbp-l-project-details-visit {
    color: #FFFFFF;
    float: right;
    clear: both;
    text-decoration: none;
    font: 400 11px/18px "Open Sans", sans-serif;
    margin-top: 10px;
    background-color: #53668A;
    padding: 8px 19px
}
.cbp-l-project-details-visit:hover {
    opacity: 0.9;
    color: #fff
}
.cbp-l-project-related {
}
.cbp-l-project-related-wrap {
    font-size: 0;
    margin: 0
}
.cbp-l-project-related-item {
    margin-right: 5%;
    max-width: 30%;
    float: left
}
.cbp-l-project-related-item:last-child {
    margin-right: 0
}
.cbp-l-project-related-title {
    font: 700 14px/18px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 20px
}
.cbp-l-project-related-link {
    text-decoration: none
}
.cbp-l-project-related-link:hover {
    opacity: 0.9
}
.cbp-l-member-img {
    float: left;
    width: 40%;
    margin-top: 20px
}
.cbp-l-member-img img {
    border: 1px solid #e2e2e2;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block
}
.cbp-l-member-info {
    margin-top: 20px;
    padding-left: 25px;
    float: left;
    width: 60%
}
@media only screen and (max-width: 768px) {
    .cbp-l-member-img {
        width: 100%;
        text-align: center
    }
    .cbp-l-member-info {
        width: 100%;
        padding-left: 0
    }
}
.cbp-l-member-name {
    font: 400 28px/28px "Open Sans", sans-serif;
    color: #474747
}
.cbp-l-member-position {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 6px
}
.cbp-l-member-desc {
    font: 400 12px/18px "Open Sans", sans-serif;
    margin-top: 25px;
    color: #474747
}
.cbp-popup-singlePageInline-open {
    -webkit-transition: height .5s ease 0s !important;
    transition: height .5s ease 0s !important
}
.cbp-popup-singlePageInline-open .cbp-item {
    -webkit-transition: -webkit-transform .5s ease 0s !important;
    transition: transform .5s ease 0s !important
}
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline::before {
    display: none
}
.cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline-close .cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition-delay: 0;
    transition-delay: 0
}
.cbp-popup-singlePageInline {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden
}
.cbp-popup-singlePageInline:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    content: '';
    width: 30px;
    height: 30px;
    border: 1px solid rgba(79, 80, 79, 0.3);
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-radius: 50%;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    animation: loading .5s infinite linear;
    -webkit-animation: loading .5s infinite linear;
    opacity: 0.6
}
.cbp-popup-singlePageInline .cbp-popup-content {
    opacity: 0;
    width: 100%;
    z-index: 1;
    min-height: 300px
}
.cbp-popup-singlePageInline .cbp-popup-content, .cbp-popup-singlePageInline .cbp-popup-navigation {
    -webkit-transition: opacity .4s ease-in .2s;
    transition: opacity .4s ease-in .2s
}
.cbp-popup-singlePageInline .cbp-popup-navigation {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px
}
.cbp-popup-singlePageInline .cbp-popup-close {
    background: url("../img/cbp-sprite.png") no-repeat scroll -92px 0 transparent;
    height: 40px;
    width: 40px;
    right: 20px;
    top: 30px
}
.cbp-popup-singlePageInline .cbp-popup-close:hover {
    opacity: 0.7
}
.cbp-popup-singlePageInline-ready {
    z-index: 4
}
.cbp-popup-singlePageInline-ready .cbp-popup-content, .cbp-popup-singlePageInline-ready .cbp-popup-navigation {
    opacity: 1
}
.cbp-popup-singlePageInline-ready:before {
    display: none
}
.cbp-singlePageInline-active {
    opacity: 0.6 !important
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes loading {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
.cbp-l-inline {
    margin: 20px 0;
    overflow: hidden;
    background: #FAFAFA;
    padding: 30px
}
.cbp-l-inline-left {
    float: left;
    width: 44%
}
.cbp-l-project-img {
    max-width: 100%
}
.cbp-l-inline-right {
    float: right;
    width: 56%;
    padding-left: inherit
}
@media only screen and (max-width: 768px) {
    .cbp-l-inline-left {
        width: 100%;
        text-align: center;
        margin-top: 40px
    }
    .cbp-l-inline-right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }
}
.cbp-l-inline-title {
    font: 400 28px/30px "Open Sans", sans-serif;
    color: #474747
}
.cbp-l-inline-subtitle {
    font: 400 13px/21px "Open Sans", sans-serif;
    color: #888;
    margin-top: 7px
}
.cbp-l-inline-desc {
    font: 400 13px/20px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 25px
}
.cbp-l-inline-view-wrap {
    text-align: right
}
.cbp-l-inline-view {
    font: 400 13px/35px "Open Sans", sans-serif;
    color: #9C9C9C;
    margin-top: 40px;
    display: inline-block;
    padding: 0 20px;
    border: 1px solid #ccc;
    text-decoration: none
}
.cbp-l-inline-view:hover {
    color: #757575
}
.cbp-l-inline-details {
    margin-top: 15px;
    font: 13px/22px "Open Sans", sans-serif
}
.cbp-l-loadMore-defaultText, .cbp-l-loadMore-button-defaultText {
    display: block
}
.cbp-l-loadMore-loadingText, .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-button-loadingText, .cbp-l-loadMore-button-noMoreLoading {
    display: none
}
.cbp-l-loadMore-loading .cbp-l-loadMore-loadingText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-loadingText {
    display: block
}
.cbp-l-loadMore-loading .cbp-l-loadMore-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-loading .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-loading .cbp-l-loadMore-button-noMoreLoading {
    display: none
}
.cbp-l-loadMore-stop .cbp-l-loadMore-noMoreLoading, .cbp-l-loadMore-stop .cbp-l-loadMore-button-noMoreLoading {
    display: block
}
.cbp-l-loadMore-stop .cbp-l-loadMore-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-loadingText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-stop .cbp-l-loadMore-button-loadingText {
    display: none
}
.cbp-l-loadMore-button {
    text-align: center
}
.cbp-l-loadMore-button .cbp-l-loadMore-link, .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    border: 2px solid #DEDEDE;
    border-radius: 2px;
    color: #7E7B7B;
    display: inline-block;
    font: 400 11px/34px "Open Sans", sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 0 20px;
    outline: 0;
    margin-top: 30px;
    box-shadow: none
}
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover, .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    color: #B0B0B0
}
.cbp-l-loadMore-button .cbp-l-loadMore-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-stop, .cbp-l-loadMore-button .cbp-l-loadMore-button-link.cbp-l-loadMore-button-stop {
    cursor: default;
    color: #B0B0B0
}
.cbp-l-loadMore-text {
    text-align: center;
    margin-top: 50px
}
.cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
    font: 400 15px "Open Sans", sans-serif;
    color: #5D5D5D;
    text-decoration: none;
    cursor: pointer
}
.cbp-l-loadMore-text .cbp-l-loadMore-stop, .cbp-l-loadMore-text .cbp-l-loadMore-text-stop {
    color: #5D5D5D;
    cursor: default
}
.cbp-mode-slider {
    -webkit-transition: height .35s cubic-bezier(0.22, 0.6, 0.345, 1);
    transition: height .35s cubic-bezier(0.22, 0.6, 0.345, 1)
}
.cbp-mode-slider .cbp-wrapper, .cbp-mode-slider .cbp-item {
    -webkit-transition: -webkit-transform .35s cubic-bezier(0.22, 0.6, 0.345, 1);
    transition: transform .35s cubic-bezier(0.22, 0.6, 0.345, 1)
}
.cbp-mode-slider-dragStart .cbp-wrapper {
    -webkit-transition: none;
    transition: none
}
.cbp-mode-slider-dragStart * {
    cursor: move !important;
    cursor: -webkit-grab !important;
    cursor: -o-grab !important;
    cursor: -ms-grab !important;
    cursor: grab !important
}
.cbp-nav-next, .cbp-nav-prev {
    position: relative;
    background: #7c8b90;
    cursor: pointer;
    display: inline-block;
    margin-left: 1px;
    height: 22px;
    width: 21px
}
.cbp-nav-next {
    border-radius: 0 2px 2px 0
}
.cbp-nav-prev {
    border-radius: 2px 0 0 2px
}
.cbp-nav-next:hover, .cbp-nav-prev:hover {
    opacity: 0.8
}
.cbp-nav-next:after, .cbp-nav-prev:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url("../img/cbp-sprite.png") no-repeat;
    height: 10px;
    width: 7px
}
.cbp-nav-next:after {
    background-position: -134px 0
}
.cbp-nav-prev:after {
    background-position: -134px -12px
}
.cbp-nav-stop {
    opacity: 0.5 !important;
    cursor: default !important
}
.cbp-nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.cbp-nav-controls {
    position: absolute;
    top: -51px;
    right: 0;
    z-index: 100
}
.cbp-nav-pagination {
    position: absolute;
    bottom: -30px;
    right: 0;
    z-index: 100;
    left: 0;
    text-align: center
}
.cbp-nav-pagination-item {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
    background: #c2c2c2;
    -webkit-transition: background 0.5s;
    transition: background 0.5s
}
.cbp-nav-pagination-active {
    background: #797979
}
.cbp-slider-wrap, .cbp-slider-item {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.cbp-slider .cbp-nav-controls {
    position: static
}
.cbp-slider .cbp-nav-next, .cbp-slider .cbp-nav-prev {
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px
}
.cbp-slider .cbp-nav-next {
    right: 25px;
    left: auto
}
.cbp-slider .cbp-nav-prev {
    left: 25px;
    right: auto
}
.cbp-slider .cbp-nav-next:after, .cbp-slider .cbp-nav-prev:after {
    background: url("../img/cbp-sprite.png") no-repeat;
    width: 44px;
    height: 44px
}
.cbp-slider .cbp-nav-next:after {
    background-position: -46px -92px
}
.cbp-slider .cbp-nav-next:hover:after {
    background-position: -46px -46px
}
.cbp-slider .cbp-nav-prev:after {
    background-position: 0 -92px
}
.cbp-slider .cbp-nav-prev:hover:after {
    background-position: 0 -46px
}
.cbp-slider .cbp-nav-pagination {
    text-align: right;
    bottom: 20px;
    right: 25px
}
.cbp-slider-edge .cbp-nav-controls {
    position: static
}
.cbp-slider-edge .cbp-nav-next, .cbp-slider-edge .cbp-nav-prev {
    background: transparent;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 44px;
    height: 44px
}
.cbp-slider-edge .cbp-nav-next {
    right: -14px;
    left: auto
}
.cbp-slider-edge .cbp-nav-prev {
    left: -14px;
    right: auto
}
.cbp-slider-edge .cbp-nav-next:after, .cbp-slider-edge .cbp-nav-prev:after {
    background: url("../img/cbp-sprite.png") no-repeat;
    width: 9px;
    height: 16px
}
.cbp-slider-edge .cbp-nav-next:after {
    background-position: -134px -24px
}
.cbp-slider-edge .cbp-nav-prev:after {
    background-position: -134px -42px
}
.cbp-slider-edge .cbp-nav-pagination {
    bottom: -50px
}
.cbp-slider-edge .cbp-nav-pagination-item {
    border: 2px solid #0f0f0f;
    opacity: 0.4;
    background: transparent
}
.cbp-slider-edge .cbp-nav-pagination-active {
    background: #000
}
.cbp-l-grid-agency .cbp-caption:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: 0px;
    left: 50%;
    margin-left: -5px;
    z-index: 1
}
.cbp-l-grid-agency.cbp-caption-zoom .cbp-caption:hover .cbp-caption-defaultWrap {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}
.cbp-l-grid-agency-title {
    margin-top: 18px;
    font: 700 17px/24px Lato, sans-serif;
    color: #666;
    text-align: center
}
.cbp-item:hover .cbp-l-grid-agency-title {
    color: #222
}
.cbp-l-grid-agency-desc {
    font: 400 12px/21px "Open Sans", sans-serif;
    color: #aaa;
    text-align: center
}
.cbp-l-grid-work.cbp-caption-zoom .cbp-caption-activeWrap {
    background-color: rgba(0, 0, 0, 0.7)
}
.cbp-l-grid-work .cbp-item {
    padding: 3px
}
.cbp-l-grid-work .cbp-item-wrapper {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    padding: 7px 7px 27px;
    border-top: 1px solid #F4F4F4
}
.cbp-l-grid-work-title {
    margin-top: 17px;
    font: 400 17px/25px "Roboto Condensed", sans-serif;
    color: #607D8B;
    text-align: center;
    text-transform: uppercase;
    display: block
}
.cbp-l-grid-work-title:hover {
    color: #365D67
}
.cbp-l-grid-work-desc {
    font: 400 11px/16px "Open Sans", sans-serif;
    color: #888888;
    text-align: center;
    text-transform: uppercase
}
.cbp-l-grid-blog-title {
    font: 400 18px/30px "Open Sans", sans-serif;
    color: #444;
    display: block;
    margin-top: 17px
}
.cbp-l-grid-blog-title:hover {
    color: #787878
}
.cbp-l-grid-blog-date {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block
}
.cbp-l-grid-blog-comments {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #3C6FBB;
    display: inline-block
}
.cbp-l-grid-blog-comments:hover {
    opacity: .8
}
.cbp-l-grid-blog-desc {
    font: 400 13px/18px "Open Sans", sans-serif;
    color: #9B9B9B;
    margin-top: 9px
}
.cbp-l-grid-blog-split {
    margin: 0 4px;
    font: 400 13px/16px "Open Sans", sans-serif;
    color: #787878;
    display: inline-block
}
.cbp-l-grid-clients {
    height: 180px
}
.cbp-l-clients-title-block {
    font: 400 32px/53px Roboto, sans-serif;
    color: #666464;
    text-align: center;
    margin-bottom: 40px
}
.cbp-l-grid-projects-title {
    font: 700 14px/21px "Open Sans", sans-serif;
    color: #474747;
    margin-top: 15px
}
.cbp-l-grid-projects-desc {
    font: 400 12px/18px "Open Sans", sans-serif;
    color: #888888;
    margin-top: 5px
}
.cbp-l-grid-masonry-projects .cbp-caption-activeWrap {
    background-color: #59a3b6;
    background-color: rgba(89, 163, 182, 0.95)
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight {
    background-color: #4d4d4d
}
.cbp-l-grid-masonry-projects .cbp-l-caption-buttonLeft:hover, .cbp-l-grid-masonry-projects .cbp-l-caption-buttonRight:hover {
    background-color: #252424
}
.cbp-l-grid-masonry-projects-title {
    font: 500 15px/22px Roboto, sans-serif;
    color: #59a3b6;
    text-align: center;
    display: block;
    margin-top: 12px
}
.cbp-l-grid-masonry-projects-title:hover {
    color: #457C8B
}
.cbp-l-grid-masonry-projects-desc {
    font: 400 12px/18px Roboto, sans-serif;
    color: #b2b2b2;
    text-align: center
}
.cbp-l-grid-team .cbp-caption {
    border: 1px solid #E7E7E7
}
.cbp-l-grid-team-name {
    font: 400 17px/24px "Open Sans", sans-serif;
    color: #456297;
    display: block;
    text-align: center;
    margin-top: 18px
}
.cbp-l-grid-team-name:hover {
    color: #34425C
}
.cbp-l-grid-team-position {
    font: italic 400 13px/21px "Open Sans", sans-serif;
    color: #999;
    text-align: center
}
.cbp-l-slider-title-block {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 22px
}
.cbp-l-slider-title-block div {
    padding: 0 2px 6px 0;
    display: inline-block;
    border-bottom: 1px solid #a9a5a5;
    color: #5e5e5e;
    margin-bottom: -1px;
    font: 15px/21px Roboto, sans-serif
}
.cbp-l-grid-slider-team-name {
    float: left;
    font: 20px/30px Roboto, sans-serif;
    color: #494949;
    margin-top: 16px
}
.cbp-l-grid-slider-team-position {
    clear: both;
    font: 14px/21px Roboto, sans-serif;
    color: #A6A6A6
}
.cbp-l-grid-slider-team-desc {
    font: 13px/20px Roboto, sans-serif;
    color: #969696;
    margin-top: 15px
}
.cbp-l-grid-slider-team-social {
    float: right;
    margin-top: 16px
}
.cbp-l-grid-slider-team-social a {
    color: #737373;
    line-height: 30px;
    margin-left: 6px
}
.cbp-l-grid-slider-team-social a:hover {
    opacity: 0.8
}
.cbp-l-slider-testimonials-wrap {
    background: #f8f9f9;
    padding: 80px 0 110px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #dce1e2
}
.cbp-l-grid-slider-testimonials-body {
    color: #424242;
    max-width: 800px;
    margin: 0 auto;
    font: 20px/32px sans-serif;
    text-align: center;
    padding: 0 20px
}
.cbp-l-grid-slider-testimonials-footer {
    font: 12px/19px Roboto, sans-serif;
    color: #777;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px
}
.cbp-l-grid-tabs {
    height: 100px
}
.cbp-l-grid-tabs .cbp-item {
    font: 14px/24px Lato, sans-serif;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    text-align: center;
    color: #5a5a5a
}
.cbp-l-testimonials-title-block {
    position: relative;
    text-align: center;
    font: 26px/36px Roboto, sans-serif;
    color: #E7E7E7;
    margin-bottom: 60px
}
.cbp-l-testimonials-title-block :after {
    content: '';
    position: absolute;
    margin: 0 auto;
    width: 23px;
    height: 2px;
    bottom: -6px;
    background-color: #C2C2C2;
    left: 0;
    right: 0
}
.cbp-l-testimonials-wrap {
    background: #2D2D2D;
    padding: 60px 0 110px
}
.cbp-l-grid-testimonials-body {
    color: #e7e7e7;
    max-width: 800px;
    margin: 0 auto;
    font: 20px/32px sans-serif;
    text-align: center;
    padding: 0 20px
}
.cbp-l-grid-testimonials-footer {
    font: 12px/19px Roboto, sans-serif;
    color: #C2C2C2;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 35px
}
.accordion {
    width: 100%;
    margin: -54px auto 0;
    position: relative;
    z-index: 544;
    border-radius: 0;
    float: left;
}
.accordion.accordion-index2 {
    margin: 0px auto 0;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 25px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 340px;
    background: #525866;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
span.appointment-title {
    color: #fff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
.accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li .link i {
    right: 12px;
    left: auto;
    font-size: 22px;
    color: #fff;
}
.accordion li.open .link {
    color: #b63b4d;
}
.icon--kohana {
}
.accordion li.open .link i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bgcolor-3 {
    display: none;
    background: #525866;
    font-size: 14px;
    width: 100%;
    padding: 35px 0 60px 0;
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 31%;
    margin: 0 35px 16px 0;
    vertical-align: top;
}
.input.last {
    margin: 0 0 0 0;
}
.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    -webkit-appearance: none;
    padding: 20px 0 10px 0;
}
.input__field:focus {
    outline: none;
}
.input__label {
    display: inline-block;
    float: right;
    padding: 20px 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__label-content {
    position: relative;
    display: block;
    width: 100%;
}
.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}
.icon {
    color: #ddd;
    font-size: 150%;
}
.make-appointment {
    background: #525866;
}
.input--kohana {
    overflow: hidden;
    background: none;
}
.input__field--kohana {
    width: 100%;
    background: none;
    padding-left: 2.75em;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    border-bottom: solid 2px #fff;
}
.input__label--kohana {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
}
.input__label-content--kohana {
    display: inline-block;
    width: auto;
    -webkit-transform: translate3d(-1.75em, 0, 0);
    transform: translate3d(-1.75em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.icon--kohana {
    display: inline-block;
    margin-top: 0.9em;
    -webkit-transform: translate3d(-2em, 0, 0);
    transform: translate3d(-2em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    color: #FFF !important;
    top: -6px !important;
    font-size: 25px !important;
    left: 8px !important;
}
.input__field--kohana:focus+.input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
.input__label-content--kohana, .icon--kohana, .input__field--kohana:focus+.input__label--kohana .input__label-content--kohana, .input--filled .input__label-content--kohana {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.input__field--kohana:focus+.input__label--kohana .icon--kohana, .input--filled .icon--kohana {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
div#ui-datepicker-div {
    width: 355px;
}
input#datepicker {
    padding-left: 0;
    text-indent: 15px;
}
span.input.input--kohana.message {
    width: 52%;
}
.bgcolor-3 input[type=submit] {
    background: #fff;
    border: none;
    padding: 11px 38px;
    text-transform: uppercase;
    color: #525866;
    font-weight: 700;
    border-radius: 5px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    margin: 12px 0 0 0;
}
.input input[type=text] {
    color: #fff !important;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}
.ui-button-icon-only {
    width: 2.2em;
}
button.ui-button-icon-only {
    width: 2.4em;
}
.ui-button-icons-only {
    width: 3.4em;
}
button.ui-button-icons-only {
    width: 3.7em;
}
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}
.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}
input.ui-button {
    padding: .4em 1em;
}
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}
.ui-buttonset {
    margin-right: 7px;
}
.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-datepicker {
    width: 17em;
    padding: 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-next .ui-icon {
    background-position: right 0;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 49%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 0;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    background-color: #0A1D3B;
    color: #fff;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.6em 0.2em;
    text-align: center;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 20px;
    width: 19.1%;
    border-radius: 0px !important;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    background: #f1f1f1;
    z-index: 1115 !important;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    color: #ffffff;
    font-weight: bold;
    border-radius: 0px !important;
}
.ui-widget-header a {
    color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none;
    font-weight: 500;
    color: #797979;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: #0A1D3B;
    font-weight: bold;
    color: #fff;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #fff;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    color: #fff;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #ffffff;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #ffffff;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #ffffff;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    filter: Alpha(Opacity=70);
    font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}
.ui-icon {
    width: 10px;
    height: 14px;
    cursor: pointer;
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-widget-header .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-default .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-active .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-widget-header .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-default .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-active .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-highlight .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(../imgs/date-picker-arrow.png);
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
    background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .5;
    filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px;
}
#accordion2 {
    position: absolute;
    z-index: 6666;
}
.accordion2 {
    width: 100%;
    max-width: 294px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    right: 0px;
}
.accordion2 .link {
    cursor: pointer;
    display: block;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 53px;
    float: right;
}
.time-table-sec {
    position: relative;
}
.accordion2 li:last-child .link {
    border-bottom: 0;
}
.accordion2 li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion2 li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.accordion2 li.open .link {
    color: #b63b4d;
}
.accordion2 li.open i {
    color: #b63b4d;
}
.accordion2 li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#accordion2 .submenu {
    display: none;
}
#accordion2 .submenu li {
    border-bottom: 1px solid #fff;
    line-height: 43px;
}
#accordion2 .submenu li.tit {
    border-bottom: none;
}
#accordion2 .submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#accordion2 .submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}
#accordion2 ul.submenu ul {
    margin: 15px 0 0 0;
}
#accordion2 .time-table {
    padding: 36px 18px;
}
#accordion2 .time-table h5 {
    color: #fff;
    font-weight: 400;
}
#accordion2 .time-table span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
#accordion2 .time-table span.day {
    float: left;
    text-align: left;
    width: 142px;
}
#accordion2 .time-table span.divider {
    font-size: 21px;
}
#accordion2 .time-table span.time {
    float: right;
    text-align: right;
}
.time-table-sec2 #accordion2 .submenu {
    background: #525866 url(../imgs/time-icon-bg.png) no-repeat;
}
.appointment-form .form .bgcolor-3 {
    padding: 0px 0 0 0;
    background: none;
}
.appointment-form .form .input__field--kohana {
    border-bottom: solid 1px #222222;
}
.appointment-form .form .input input[type=text] {
    color: #5C5C5C !important;
}
.appointment-form .form .icon--kohana {
    color: #222222 !important;
}
.appointment-form .form .input__label--kohana {
    color: #2A2A2A !important;
}
.appointment-form .form .input__label {
    padding: 20px 4px;
}
.appointment-form .form .input__label-content {
    position: absolute;
    font-weight: 300;
}
.appointment-form .form .input {
    width: 47%;
    margin: 0 16px 16px 0;
}
.appointment-form .form .icon--kohana {
    margin-top: -0.1em;
    color: #5C5C5C !important;
}
.appointment-form .form span.input.input--kohana.message {
    width: 100%;
}
.appointment-form .form .input textarea {
    height: 180px;
}
.appointment-form .form #textarea {
    height: 212px;
    color: #5C5C5C;
    font-weight: 400px;
}
.appointment-form .form input[type=submit] {
    background: #222222;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 42px;
    border-radius: 6px;
    font-weight: 700;
}
.why-choose {
    width: 100%;
    max-width: 100%;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.why-choose .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 50px;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #CCC;
    margin: -1px 0 0 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.why-choose li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 22px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.why-choose li i.icon-chevron-down {
    right: 12px;
    left: auto;
    font-size: 20px;
    color: #222;
}
.why-choose li.open i.icon-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.why-choose .submenu {
    display: none;
    background: #FFFFFF;
    padding: 22px 20px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.why-choose .submenu-active {
    display: block;
    padding: 22px 20px;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#procedures-links.accordion {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#procedures-links.accordion .link {
    cursor: pointer;
    display: block;
    padding: 18px 15px 18px 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #737c92;
    width: 100%;
    border-radius: 0px;
}
#procedures-links.accordion li:last-child .link {
    border-bottom: 0;
}
#procedures-links.accordion li i {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 22px;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#procedures-links.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
#procedures-links.accordion li.open .link {
    color: #fff;
    background-color: #525866;
}
#procedures-links.accordion li.open i {
    color: #fff;
}
#procedures-links.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#procedures-links .submenu {
    display: none;
    background: #fafafa;
    font-size: 14px;
    border-right: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
}
#procedures-links .submenu li {
    border-bottom: 1px solid #E4E4E4;
}
#procedures-links .submenu a {
    display: block;
    text-decoration: none;
    color: #525252;
    padding: 16px 0px 16px 42px;
    font-size: 16px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: url(../imgs/procedures-arrow.png) no-repeat 22px 21px;
}
#procedures-links .submenu li a:hover {
    background: #fff url(../imgs/procedures-arrow-hover.png) no-repeat 22px 21px !important;
    color: #02adc6;
    padding: 16px 0px 16px 42px !important;
    margin: 0 -1px 0 0;
}
#procedures-links .submenu li.item-seclect a {
    background: #fff url(../imgs/procedures-arrow-hover.png) no-repeat 22px 21px !important;
    color: #02adc6;
    padding: 16px 0px 16px 42px !important;
    margin: 0 -1px 0 0;
}
#procedures-faq.accordion {
    width: 100%;
    max-width: 100%;
    margin: 35px 0 0 0;
    background: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#procedures-faq.accordion .link {
    cursor: pointer;
    display: block;
    padding: 16px 15px 16px 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #737c92;
    width: 100%;
    border-radius: 0px;
}
#procedures-faq.accordion ul {
    margin: 0px 0 0 0;
}
#procedures-faq.accordion li:last-child .link {
    border-bottom: 0;
}
#procedures-faq.accordion li {
    list-style: none;
    color: #35bdd1;
    font-size: 20px;
    margin: 0 0 5px 0;
    float: left;
    width: 100%;
    line-height: normal;
}
#procedures-faq .accordion li i {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 22px;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
#procedures-faq.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
#procedures-faq.accordion li.open .link {
    color: #fff;
}
#procedures-faq.accordion li.open i {
    color: #fff;
}
#procedures-faq.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#procedures-faq .submenu {
    display: none;
    background: #fff;
    font-size: 14px;
}
#procedures-faq .submenu li {
    padding: 16px 0 40px 0;
}
.accordion.accordion-index2 .input input[type=text] {
    color: #222 !important;
}
.accordion.accordion-index2 .input__field--kohana {
    border-bottom: solid 2px #222;
}
.accordion.accordion-index2 .input__label--kohana {
    color: #222;
}
.accordion.accordion-index2 .icon--kohana {
    color: #4A4A4A !important;
}
.accordion.accordion-index2 ::-webkit-input-placeholder {
    color: #222;
    font-weight: 400;
    margin: -1px 0 0 15px;
    opacity: 1;
}
.accordion.accordion-index2 :-moz-placeholder {
    color: #222;
    opacity: 1;
    font-weight: 400;
    margin: -1px 0 0 15px;
}
.accordion.accordion-index2 ::-moz-placeholder {
    color: #222;
    opacity: 1;
    font-weight: 400;
    margin: -1px 0 0 15px;
}
.accordion.accordion-index2 ent-form :-ms-input-placeholder {
    color: #222;
    font-weight: 400;
    margin: -1px 0 0 15px;
    opacity: 1;
}
.accordion.accordion-index2 .bgcolor-3 {
    background: #F3F3F5;
}
.make-appointment.appointment-bg {
    background: #F3F3F5 !important;
}
.accordion.accordion-index2 .bgcolor-3 input[type=submit] {
    background: #222;
    color: #FFFFFF;
}
.accordion.accordion-index2 .bgcolor-3 input[type=submit]:hover {
    background: #02adc6;
}
::selection {
    background: #E9B947;
    color: #fff;
}
.header .nav ul li a.select-item {
    color: #E9B947;
}
.header .nav ul li a:hover {
    color: #E9B947;
}
.submenu a:hover {
    background: #E9B947 !important;
}
.main-title span {
    color: #E9B947;
}
.services .serv-main-sec:hover .service-sec-top-bg {
    background: url(../imgs/service-top-hover.png) no-repeat;
    background-size: 100%;
}
.services .serv-main-sec:hover .service-sec-bottom-bg {
    background: url(../imgs/service-bottom-hover.png) no-repeat;
    background-size: 100%;
}
.services .serv-main-sec:hover .service-sec i {
    color: #E9B947;
}
.services .service-sec i {
    color: #E9B947;
    border: solid 1px #E9B947;
}
.services .serv-main-sec:hover .service-sec {
    background: #E9B947;
}
.white-btn:hover {
    background: #E9B947;
}
.our-story .story-detail a.full-story {
    color: #E9B947;
    border-bottom: solid 2px #E9B947;
}
.upcoming-event .event-detail .event-text a.view-event {
    color: #E9B947;
    border-bottom: solid 2px #E9B947;
}
.upcoming-event .event-detail .event-text p a:hover {
    color: #E9B947;
    border-bottom: solid 2px #E9B947;
}
.today-food .special-food .food-detail span.price {
    color: #E9B947;
}
.book-table .booking-form input[type=submit] {
    background-color: #E9B947;
}
.latest-news .post .detail a:hover {
    color: #E9B947;
}
.customer-words .testi-sec span.name {
    color: #E9B947;
}
.footer .about-pearl .follow-us ul li a:hover {
    color: #E9B947;
    border: solid 2px #E9B947;
}
.footer .about-pearl .newsletter a:hover {
    background: #E9B947;
}
.footer .copyrights ul li a:hover {
    color: #E9B947;
}
.footer-dark .about-pearl .follow-us ul li a:hover {
    color: #E9B947;
    border: solid 2px #E9B947;
}
.footer-dark .about-pearl .newsletter a:hover {
    background: #E9B947;
}
.footer-dark .copyrights ul li a:hover {
    color: #E9B947;
}
.submenu a.select {
    background: #E9B947 !important;
}
.header-two.sticky .social-icons li a:hover {
    color: #E9B947;
}
.services-two .serv-main-sec .service-sec .detail a:hover {
    border: solid 1px #E9B947;
    background: #E9B947;
}
.our-menu .menu-sec .menu-detail .food-detail span.price {
    color: #E9B947;
}
.our-menu .food-sec .detail span.food-time {
    color: #E9B947;
    border-bottom: solid 1px #E9B947;
}
.blog .blog-post .post-text a.read-more {
    color: #E9B947;
    border-bottom: solid 2px #E9B947;
}
.news-posts h6.bar-title {
    background: #E9B947;
}
.news-posts .search {
    background: #E9B947;
}
.news-posts .news-sec .detail a.read-more {
    color: #E9B947;
    border-bottom: solid 2px #E9B947;
}
.news-posts .news-sec .detail .comment a:hover span {
    color: #E9B947;
}
.news-posts .comment-box .detail a:hover {
    background: #E9B947;
}
.news-posts .leave-reply .form input[type=submit]:hover {
    background-color: #E9B947;
}
.contact-page .get-in-touch .get-touch-form input[type=submit] {
    background: #E9B947;
}
.cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
    color: #E9B947;
    border-bottom: solid 2px #E9B947;
}
.cbp-l-filters-list .cbp-filter-item:hover {
    color: #E9B947;
}
.shop-gallery .cbp-item:hover .price-cart .cart {
    color: #E9B947;
    border-bottom: solid 2px #E9B947;
}
.shop-detail .product-detail .pro-cart a {
    background: #E9B947;
}
.openTabby .openTabby--nav ul li:hover {
    color: #E9B947;
}
.all-reviews .review-sec .review-detail .reviewer span.name {
    color: #E9B947;
}
.add-review .form input[type=submit] {
    background: #E9B947;
}
.shop-detail .after-cart a:hover {
    background: #E9B947;
}
.shop-cart .cart-pro-detail .cancel i {
    color: #E9B947;
}
.shop-cart .cart-update-sec a:hover {
    background: #E9B947;
}
.cash-decide .cart-total .total-sec a {
    background: #E9B947;
}
.bread-crumb .bread-crumb-sec a.selected span.number {
    background: #E9B947;
}
.bread-crumb .bread-crumb-sec a.selected span.text {
    color: #E9B947;
}
.cash-payment .cash-delivery .next-step {
    background: #E9B947;
}
.cash-payment .shipping-address .shipping-detail .edit-address {
    color: #E9B947;
    border-bottom: solid 1px #E9B947;
}
.cash-payment .shipping-address .shipping-method .shipping-across span.dot {
    border: solid 8px #E9B947;
}
.cash-delivery-detail a.return-stor {
    background: #E9B947;
}
.header .cart-button {
    background: #E9B947;
}
.header .shop-bag .cart-food .detail .text a:hover {
    color: #E9B947;
}
.header .shop-bag .sub-total a:hover {
    background: #E9B947;
}
.news-posts .news-sec .detail .comment a:hover {
    color: #E9B947;
}
.news-posts .categories ul li a:hover {
    color: #E9B947;
}
.news-posts .recent-posts .post-sec a.title:hover {
    color: #E9B947;
}
.header-two .nav ul li a:hover {
    color: #E9B947;
}
.tp-caption .read-more:hover {
    background: #E9B947;
    border: solid 2px #E9B947 !important;
}
.heapBox .heap .heapOptions .heapOption a.selected {
    background: #E9B947;
}
.heapBox .heap .heapOptions .heapOption a:hover {
    background: #E9B947;
}
.cd-top {
    background-color: #E9B947 !important;
}
.header-two .shop-bag .cart-food .detail .text a:hover {
    color: #E9B947;
}
.header-two .shop-bag .sub-total a:hover {
    background: #E9B947;
}
.booking-accordion .availability {
    background: #E9B947;
}
.special-services .post .detail a:hover {
    background-color: #E9B947;
    border: solid 1px #E9B947;
}
.latest-posts .post-sec .post-detail a:hover {
    color: #E9B947;
}
.latest-posts .find-location a:hover {
    background: #E9B947;
    border: solid 1px #E9B947;
}
.footer-hotel-dark .foot-detail .newsletetr a:hover {
    background: #E9B947;
}
.footer-hotel-dark .foot-detail .useful-links ul li a:hover, .footer .food-detail .useful-links ul li a:hover i {
    color: #E9B947;
}
.footer-hotel-dark .foot-detail .social-icons ul li a:hover {
    color: #E9B947;
    border: solid 2px #E9B947;
}
.welcome-pearl-hotel .text-detail a {
    color: #E9B947;
    border-bottom: solid 2px #E9B947;
}
.footer-hotel .foot-detail .newsletetr a:hover {
    background: #E9B947;
}
.footer-hotel .foot-detail .social-icons ul li a:hover {
    color: #E9B947;
    border: solid 2px #E9B947;
}
.footer-hotel .foot-detail .useful-links ul li a:hover, .footer .food-detail .useful-links ul li a:hover i {
    color: #E9B947;
}
.hotel-rooms .room-sec .price-detail a:hover {
    background: #E9B947;
}
.hotel-rooms .paging a.select, .hotel-rooms .paging a:hover {
    background: #E9B947;
    border: solid 1px #E9B947;
}
.sub-banner .detail ul li a:hover {
    color: #E9B947;
}
.sub-banner .detail ul li a.select {
    color: #E9B947;
}
.room-detail .booking-form .form a.availability {
    background: #E9B947;
}
.booking-steps .reservation a {
    background: #E9B947;
}
.booking-steps .your-room .detail .text a:hover {
    background: #E9B947;
}
.booking-steps .book-now .payment-method a:hover {
    background: #E9B947;
}
.blog .more-posts a:hover {
    color: #E9B947;
}
.ui-widget-header {
    background: #E9B947;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #E9B947;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
    background: #E9B947;
}
ul.wtf-menu li {
    display: block;
    position: relative;
}
.wtf-menu ul.submenu {
    width: 210px;
    padding: 0px 0px;
    margin: 0px;
    background: none;
    position: absolute;
    top: 40px;
    padding-top: 30px;
    left: 0px;
    display: none;
}
.wtf-menu ul.submenu ul.submenu {
    padding-top: 0px;
}
.wtf-menu ul.submenu ul {
    left: 210px;
    top: 0px;
}
.wtf-menu ul.submenu li {
    padding: 0px;
    margin: 0px;
    display: block;
    float: none;
    border-bottom: 1px solid #eee;
    text-transform: none;
    padding: 0 !important;
    background: #fff;
}
.wtf-menu ul.submenu li a {
    display: block;
    line-height: 0;
    border-left: none;
}
.wtf-menu ul.submenu li:last-child a {
    border-right: none;
}
ul.wtf-menu li.parent {
    z-index: 7000;
}
.submenu .parent:hover i {
    color: #fff
}
.submenu .parent i {
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 20px;
}
ul.wtf-menu ul li.parent:after {
    color: #999;
    position: absolute;
    right: 10px;
    top: 0px;
    margin-left: 5px;
}
.submenu a:hover {
    color: #fff !important;
    width: 100%;
    display: block;
    border-radius: 0px !important;
    transition: background-color 0s ease;
}
.submenu li:last-child {
    border-bottom: none !important;
}
.submenu a {
    border-bottom: none !important;
}
.submenu a.select {
    color: #fff !important;
    width: 100%;
    display: block;
    border-radius: 0px !important;
    transition: background-color 0s ease;
}
.submenu li.select-menu a {
    background: #F3F3F3 !important;
    color: #222 !important;
    padding: 12px 24px !important;
}
.submenu li.select-menu:last-child a {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.submenu li:last-child a:hover {
}
.wtf-menu ul.submenu li:hover {
    border-radius: 0px;
}
.wtf-menu ul.submenu li.parent:hover a {
    color: #fff;
}
.wtf-menu ul.submenu li.parent ul.submenu a {
    color: #222;
}
.wtf-menu ul.submenu li.parent ul.submenu a:hover {
    color: #fff;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
.menu-1 .wtf-menu li:hover>ul {
    display: block;
    -moz-animation: fadeInUp .3s ease-in;
    -webkit-animation: fadeInUp .3s ease-in;
    animation: fadeInUp .3s ease-in;
}
.menu-1 .wtf-menu ul li:hover>ul {
    display: block;
    -moz-animation: fadeInRight .3s ease-in;
    -webkit-animation: fadeInRight .3s ease-in;
    animation: fadeInRight .3s ease-in;
}
.menu-2 .wtf-menu li:hover>ul {
    display: block;
    -moz-animation: fadeInDown .3s ease-in;
    -webkit-animation: fadeInDown .3s ease-in;
    animation: fadeInDown .3s ease-in;
}
.menu-2 .wtf-menu ul li:hover>ul {
    display: block;
    -moz-animation: fadeInLeft .3s ease-in;
    -webkit-animation: fadeInLeft .3s ease-in;
    animation: fadeInLeft .3s ease-in;
}
.menu-3 .wtf-menu li:hover>ul {
    display: block;
    -moz-animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
}
.menu-3 .wtf-menu ul li:hover>ul {
    display: block;
    -moz-animation: fadeIn .3s ease-in;
    -webkit-animation: fadeIn .3s ease-in;
    animation: fadeIn .3s ease-in;
}
.menu-4 .wtf-menu li:hover>ul {
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in;
    animation: zoomIn .3s ease-in;
}
.menu-4 .wtf-menu ul li:hover>ul {
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in;
    animation: zoomIn .3s ease-in;
}
.menu-5 .wtf-menu li:hover>ul {
    display: block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in;
    animation: flipInX .3s ease-in;
}
.menu-5 .wtf-menu ul li:hover>ul {
    display: block;
    -moz-animation: flipInY .3s ease-in;
    -webkit-animation: flipInY .3s ease-in;
    animation: flipInY .3s ease-in;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}
@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75);
    }
    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25);
    }
    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}
@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}
.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}
@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}
@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}
@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}
@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
    100% {
        opacity: 0;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
    100% {
        opacity: 0;
    }
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
    }
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top;
    }
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top;
    }
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}
.header2 .wtf-menu ul.submenu {
    top: 98px;
    padding-top: 0;
}
.header2 .nav li.parent .submenu a {
    padding: 12px 24px;
}
.header2 .wtf-menu ul.submenu ul.submenu {
    top: 0px;
}
.header2 .submenu .parent i {
    top: 11px;
}
.header-two .wtf-menu ul.submenu li {
    padding: 0 !important;
    background: #fff;
}
.header-two .wtf-menu ul.submenu li a {
    color: #222;
    line-height: 48px !important;
    margin: 0;
    padding: 0 14px;
}
.header-two .wtf-menu ul.submenu li a:hover {
    color: #fff;
    background: #f00;
}
.header-two.sticky .wtf-menu ul.submenu {
    top: 34px;
}
.header-two .shop-bag li.open-bag {
    margin: 85px 0 0 -305px;
}
.header-two.sticky .shop-bag li.open-bag {
    margin: 63px 0 0 -305px;
}
.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #888;
    white-space: nowrap;
}
.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px;
}
.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #000;
}
.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    padding: 0px 4px;
    padding-top: 1px;
    background-color: #fff;
}
.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0;
}
.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0;
}
.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}
.tp-caption.boxshadow {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
    color: #000;
    text-shadow: none;
}
.tp-caption.noshadow {
    text-shadow: none;
}
.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans";
    background-color: transparent;
}
.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    background-color: transparent;
}
.tp-caption.largeblackbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #000;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #db4360;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #fff;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #67ae73;
    padding: 0px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    margin: 0px;
    letter-spacing: -1.5px;
    padding: 1px 4px 0px 4px;
    width: 150px;
    white-space: normal !important;
    height: auto;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none;
}
.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(102, 102, 102);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0px;
    padding: 1px 4px 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(102, 102, 102);
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0px;
    text-shadow: none;
    margin: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(117, 117, 117);
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0px;
    text-shadow: none;
    margin: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(52, 73, 94);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(52, 73, 94);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(227, 58, 12);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(227, 58, 12);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(227, 58, 12);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(243, 156, 18);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_bg_orange {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(243, 156, 18);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.grassfloor {
    text-decoration: none;
    background-color: rgba(160, 179, 151, 1);
    width: 4000px;
    height: 150px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    text-align: center;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(127, 140, 141);
    padding: 10px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(52, 73, 94);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    padding: 0px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.roundedimage {
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 10px 20px 15px;
    border-width: 0px;
    border-color: rgb(255, 214, 88);
    border-style: none;
}
.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0px 5px 10px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none;
}
.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0px 5px 10px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none;
}
.tp-caption.black_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.white_heavy_40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.grey_heavy_72 {
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.grey_heavy_72-light {
    font-size: 60px;
    line-height: 72px;
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.grey_regular_18 {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
    text-transform: uppercase;
    letter-spacing: 12px !important;
}
.tp-caption.black_thin_34 {
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 12px 45px !Important;
    text-shadow: none;
    border-width: 0px;
    border-style: none;
    background-color: #fff;
    text-transform: uppercase;
}
.tp-caption.black_thin_34.black_thin_34_bold {
    font-weight: 700;
}
.tp-caption.arrowicon {
    line-height: 1px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.light_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.black_bold_40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.light_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.black_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.black_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    font-family: Raleway;
    color: #525866;
    text-decoration: none;
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-style: none;
}
.tp-caption.greenbox30 {
    line-height: 30px;
    text-decoration: none;
    background-color: rgb(134, 181, 103);
    padding: 0px 14px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.blue_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(49, 165, 203);
    padding: 3px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.green_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(134, 181, 103);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.whitecircle_600px {
    line-height: 1px;
    width: 800px;
    height: 800px;
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid;
    background-color: transparent;
    border-radius: 400px 400px 400px 400px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.fullrounded {
    border-radius: 400px 400px 400px 400px;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.light_heavy_40 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.white_thin_34 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 200;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.fullbg_gradient {
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #490202;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.light_medium_30 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.red_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(224, 51, 0);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.blue_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(53, 152, 220);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.white_bold_bg_20 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 8px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.white_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.light_heavy_70_shadowed {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.light_medium_30_shadowed {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: Raleway;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.blackboxed_heavy {
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 5px 20px;
    text-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 7px;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.bignumbers_white {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    font-size: 84px;
    line-height: 84px;
    font-weight: 800;
    font-family: Raleway;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    text-shadow: rgba(0, 0, 0, 0.247059) 0px 0px 7px;
    border-width: 0px;
    border-color: rgb(255, 255, 255);
    border-style: none solid none none;
}
.tp-caption.whiteline_long {
    line-height: 1px;
    min-width: 660px;
    background-color: transparent;
    text-decoration: none;
    border-width: 2px 0px 0px 0px;
    border-color: rgb(255, 255, 255) rgb(34, 34, 34) rgb(34, 34, 34) rgb(34, 34, 34);
    border-style: solid none none none;
}
.tp-caption.light_medium_20_shadowed {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: Raleway;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.25);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.fullgradient_overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.light_medium_20 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: Raleway;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.reddishbg_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgba(100, 1, 24, 0.8);
    padding: 50px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.borderbox_725x130 {
    min-width: 725px;
    min-height: 130px;
    background-color: transparent;
    text-decoration: none;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
}
.tp-caption.light_heavy_34 {
    font-size: 34px;
    line-height: 34px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.black_thin_30 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 100;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.black_thin_whitebg_30 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: Raleway;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.white_heavy_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.black_thin_blackbg_30 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: rgb(0, 0, 0);
    padding: 5px 10px;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.light_thin_60 {
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.greenbgfull {
    background-color: #85b85f;
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.bluebgfull {
    text-decoration: none;
    width: 100%;
    height: 100%;
    background-color: rgb(61, 164, 207);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.blackbgfull {
    text-decoration: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.247059);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.wave_repeat1 {
    width: 100%;
    height: 600px;
    background-repeat: repeat-x;
    background-color: transparent;
    text-decoration: none;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.wavebg2 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave21.png);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.wavebg1 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave11.png);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.wavebg3 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave3.png);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.wavebg4 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave4.png);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.greenishbg_heavy_70 {
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-family: Raleway;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 50px;
    text-shadow: none;
    background-color: rgba(40, 67, 62, 0.8);
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: none;
}
.tp-caption.wavebg5 {
    width: 200%;
    height: 300px;
    text-decoration: none;
    background-image: url(http://themepunch.com/revolution/wp-content/uploads/2014/05/wave51.png);
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption.deepblue_sea {
    width: 100%;
    height: 1000px;
    background-color: rgba(30, 46, 59, 1);
    text-decoration: none;
    border-width: 0px;
    border-color: rgb(34, 34, 34);
    border-style: none;
}
.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
    color: #ffa902;
}
.largeredbtn {
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 60px;
    color: #fff !important;
    text-decoration: none;
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 22px;
    padding-bottom: 22px;
    background: rgb(234, 91, 31);
    background: -moz-linear-gradient(top, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 91, 31, 1)), color-stop(100%, rgba(227, 58, 12, 1)));
    background: -webkit-linear-gradient(top, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    background: -o-linear-gradient(top, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    background: -ms-linear-gradient(top, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    background: linear-gradient(to bottom, rgba(234, 91, 31, 1) 0%, rgba(227, 58, 12, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5b1f', endColorstr='#e33a0c', GradientType=0);
}
.largeredbtn:hover {
    background: rgb(227, 58, 12);
    background: -moz-linear-gradient(top, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(227, 58, 12, 1)), color-stop(100%, rgba(234, 91, 31, 1)));
    background: -webkit-linear-gradient(top, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    background: -o-linear-gradient(top, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    background: -ms-linear-gradient(top, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    background: linear-gradient(to bottom, rgba(227, 58, 12, 1) 0%, rgba(234, 91, 31, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e33a0c', endColorstr='#ea5b1f', GradientType=0);
}
.fullrounded img {
    -webkit-border-radius: 400px;
    -moz-border-radius: 400px;
    border-radius: 400px;
}
.tp-caption.icon i {
    width: 93px;
    height: 86px;
    float: left;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    margin: 0 0 0 0;
    display: block;
    padding: 16px 0 0 0;
}
.heapBox {
    clear: both;
    display: inline-block;
    line-height: 54px;
    position: relative;
    width: 100%;
}
.heapBox * {
    margin: 0;
    padding: 0;
    outline: none;
}
.heapBox.disabled .holder {
    color: #989898;
}
.heapBox.disabled .handler {
    background: url(../imgs/arrow.jpg) repeat-x;
}
.heapBox a {
    text-decoration: none;
    color: #555;
}
.heapBox .holder {
    overflow: hidden;
    background: url(../imgs/arrow.jpg) repeat-x;
    border-right: none;
    height: 58px;
    font-size: 17px;
    color: #595959;
    width: 100%;
    padding: 0 14px;
    text-align: left;
    border: solid 1px #CECECE;
    border-radius: 5px;
    background: #fff;
}
.booking-form .heapBox .handler {
    position: absolute !important;
    right: 16px;
    width: 27px;
    background: url(../imgs/arrow.jpg) no-repeat;
    height: 56px;
    top: 1px;
}
.heapBox .holder, .heapBox .handler {
    float: left;
    position: relative;
    z-index: 10;
}
.field.basic-example2 {
    position: relative;
    z-index: 15;
}
.heapBox div.heap {
    display: none;
    position: absolute;
    list-style-type: none;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: left;
    background-color: #FFFFFF;
    top: 55px;
    overflow: hidden;
    border: 1px solid #CECECE;
    border-top: none;
}
.heapBox .heap .heapOptions {
    display: block;
    overflow: hidden;
    z-index: 20;
    position: relative;
}
.heapBox .heap a.sliderUp {
    display: block;
    width: 100%;
    height: 15px;
    background: #333 url(../gfx/slider_arrow_up.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid #111;
    position: absolute;
    top: 0px;
    z-index: 30;
}
.heapBox .heap a.sliderDown {
    display: block;
    width: 100%;
    height: 15px;
    background: #333 url(../gfx/slider_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-top: 1px solid #111;
    position: absolute;
    bottom: 0px;
    z-index: 30;
}
.heapBox .heap .heapOptions .heapOption {
    z-index: 20;
    position: relative;
    display: block;
}
{
    height: 255px;
    overflow: auto;
}
.heapBox .heap .heapOptions .heapOption a {
    width: 100%;
    display: block;
    text-indent: 15px;
    line-height: 45px;
    border-bottom: solid 1px #CECECE;
}
.heapBox .heap .heapOptions .heapOption:last-child a {
    border-bottom: none;
}
.heapBox .heap .heapOptions .heapOption a:hover {
    color: #fff;
}
.heapBox .heap .heapOptions .heapOption a.selected {
    color: #fff;
}
.heapBox .heap .heapOptions .heapOption a.disabled {
    color: #777;
}
.heapBox .heap .heapOptions .heapOption a.disabled:hover {
    background: url(../gfx/heapbox_heapitem_bg.jpg) repeat-x;
}
input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 42px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 16px;
    vertical-align: middle;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    line-height: 32px;
    font-weight: 400;
}
input[type=checkbox].css-checkbox:checked+label.css-label {
    background-position: 0 -30px;
}
label.css-label {
    background: url(../imgs/checkbox.png) no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.booking-accordion .heapBox .handler {
    position: absolute !important;
    right: 12px;
    background: url(../imgs/drop-down-arrow.jpg) no-repeat right 16px;
}
.room-detail .booking-form .heapBox .handler {
    position: absolute !important;
    right: 12px;
    background: url(../imgs/drop-down-arrow.jpg) no-repeat right 16px;
}
.booking-accordion .heapBox div.heap {
    top: 42px;
}
.booking-accor {
    position: relative;
}
.booking-accordion {
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    bottom: 0;
}
.booking-accordion li {
    text-align: center;
}
.booking-accordion .link {
    cursor: pointer;
    display: inline-block;
    padding: 10px 24px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #0a1d3b;
    -webkit-border-top-left-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    -moz-border-radius-topleft: 100px;
    -moz-border-radius-topright: 100px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}
.booking-accordion li:last-child .link {
    border-bottom: 0;
}
.booking-accordion li img {
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.booking-accordion li img {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.booking-accordion li.open .link {
    color: #b63b4d;
}
.booking-accordion li.open img {
    color: #b63b4d;
}
.booking-accordion li.open img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.booking-accordion .field {
    margin: 0 1% 0 0;
    float: left;
    width: 24%;
}
.booking-accordion .field.field2 {
    width: 15%;
}
.booking-accordion .field input {
    height: 48px;
    width: 100%;
    background: #fff url(../imgs/calendar.jpg) no-repeat right 8px;
    border: solid 5px #fff;
}
.room-detail .booking-form .form .field input {
    height: 48px;
    width: 100%;
    background: #fff url(../imgs/calendar.jpg) no-repeat right 4px;
    border: solid 10px #fff;
}
.room-detail .booking-form .form .field input#datepicker {
    text-indent: 8px;
}
.room-detail .booking-form .form .field input#datepicker2 {
    text-indent: 8px;
}
.booking-accordion .availability {
    float: left;
    width: auto;
    padding: 14px 2.5%;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
}
.booking-accordion .availability:hover {
    background: #fff;
    color: #222 !important;
}
.booking-accordion li.default .booking-form {
    display: block;
}
.booking-accordion .form-accordion {
    display: none;
    background: #0a1d3b;
    font-size: 14px;
    padding: 30px 4%;
    float: left;
    width: 100%;
}
.booking-accordion .form-accordion .field.field2 a {
    display: block;
    text-decoration: none;
    color: #6e6e6e;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 0px;
    height: 48px;
    width: 100%;
    line-height: 42px;
    text-align: left;
}
.room-detail .booking-form a {
    display: block;
    text-decoration: none;
    color: #6e6e6e;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-radius: 0px;
    height: 48px;
    width: 100%;
    line-height: 42px;
    text-align: left;
}
.room-detail .booking-form .heapBox div.heap {
    top: 48px;
}
#page .header a {
    display: block;
    width: 40px;
    height: 41px;
    position: absolute;
    top: 14px;
    background: url(../imgs/mob-menu.png) no-repeat center;
    border-radius: 5px;
    z-index: 99999;
    left: -40px;
}
#page .header a {
    background: url(../imgs/mob-menu.png) no-repeat center;
}
#page .header {
    padding: 0px;
    display: inline;
}
div#page {
    float: right;
    position: relative;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.7;
}
.cd-top.cd-is-visible:hover {
    opacity: 1;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top {
    display: inline-block;
    height: 44px;
    width: 44px;
    position: fixed;
    bottom: 20px;
    right: 16px;
    overflow: hidden;
    white-space: nowrap;
    background: url(../imgs/back-top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border-radius: 6px;
    z-index: 10000;
}
.cd-top {
    background: url(../imgs/back-top.png) no-repeat center 50%;
}
.mm-menu.mm-horizontal>.mm-panel {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}
.mm-menu .mm-hidden {
    display: none;
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}
.mm-menu, .mm-menu>.mm-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.mm-menu {
    background: inherit;
    display: block;
    overflow: hidden;
    padding: 0;
}
.mm-menu>.mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.mm-menu>.mm-panel.mm-opened {
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    transform: translate(0%, 0);
}
.mm-menu>.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    -moz-transform: translate(-30%, 0);
    -ms-transform: translate(-30%, 0);
    -o-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
}
.mm-menu>.mm-panel.mm-highest {
    z-index: 1;
}
.mm-menu .mm-list {
    padding: 20px 0;
}
.mm-menu>.mm-list {
    padding-bottom: 0;
}
.mm-menu>.mm-list:after {
    content: '';
    display: block;
    height: 40px;
}
.mm-panel>.mm-list {
    margin-left: -20px;
    margin-right: -20px;
}
.mm-panel>.mm-list:first-child {
    padding-top: 0;
}
.mm-list, .mm-list>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.mm-list {
    font: inherit;
    font-size: 14px;
}
.mm-list a, .mm-list a:hover {
    text-decoration: none;
}
.mm-list>li.select>a {
    background: rgba(0, 0, 0, 0.09);
}
.mm-list>li>a:hover {
    background: rgba(0, 0, 0, 0.15);
}
.mm-list a.mm-subopen {
    background: rgba(0, 0, 0, 0.15) !important;
}
.mm-list>li {
    position: relative;
}
.mm-list>li>a, .mm-list>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.82);
    line-height: 24px;
    display: block;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    margin: 0;
    font-size: 17px;
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 0;
    position: relative;
    left: auto;
}
.mm-list a.mm-subopen {
    background: rgba(2, 147, 169, 0.32);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none;
}
.mm-list a.mm-subopen+a, .mm-list a.mm-subopen+span {
    padding-right: 5px;
    margin-right: 40px;
}
.mm-list>li.mm-selected>a.mm-subopen {
    background: transparent;
}
.mm-list>li.mm-selected>a.mm-fullsubopen+a, .mm-list>li.mm-selected>a.mm-fullsubopen+span {
    padding-right: 45px;
    margin-right: 0;
}
.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px;
}
.mm-list>li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px;
}
.mm-list>li.mm-spacer {
    padding-top: 40px;
}
.mm-list>li.mm-spacer.mm-label {
    padding-top: 25px;
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
}
.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px;
}
.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel {
    display: block;
}
.mm-menu.mm-vertical .mm-list>li>a.mm-subopen {
    height: 40px;
}
.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after {
    top: 16px;
    bottom: auto;
}
.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen {
    height: 25px;
}
html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu {
    color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list>li>a.mm-subopen:after, .mm-menu .mm-list>li>a.mm-subclose:before {
    border-color: #E8E8E8;
}
.mm-menu .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list>li.mm-label {
    background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, 0.05);
}
.mm-page {
    box-sizing: border-box;
    position: relative;
}
.mm-slideout {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
}
html.mm-opened {
    overflow: hidden;
    position: relative;
}
html.mm-opened body {
    overflow: hidden;
}
html.mm-background .mm-page {
    background: inherit;
}
#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
    display: block;
}
.mm-menu.mm-offcanvas {
    display: none;
    position: fixed;
}
.mm-menu.mm-current {
    display: block;
}
.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}
html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    -o-transform: translate(80%, 0);
    transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}
@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -moz-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        -o-transform: translate(440px, 0);
        transform: translate(440px, 0);
    }
}
.mm-buttonbar {
    border: 1px solid transparent;
    border-radius: 5px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}
.mm-buttonbar:after {
    content: '';
    display: block;
    clear: both;
}
.mm-buttonbar>* {
    border-left: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mm-buttonbar>a {
    text-decoration: none;
}
.mm-buttonbar>input {
    position: absolute;
    left: -1000px;
    top: -1000px;
}
.mm-buttonbar>input:checked+label {
    border-color: transparent !important;
}
.mm-buttonbar>*:first-child, .mm-buttonbar>input:first-child+* {
    border-left: none;
}
.mm-buttonbar.mm-buttonbar-2>* {
    width: 50%;
}
.mm-buttonbar.mm-buttonbar-3>* {
    width: 33.33%;
}
.mm-buttonbar.mm-buttonbar-4>* {
    width: 25%;
}
.mm-buttonbar.mm-buttonbar-5>* {
    width: 20%;
}
.mm-header .mm-buttonbar {
    margin-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
}
.mm-footer .mm-buttonbar {
    border: none;
    border-radius: none;
    line-height: 40px;
    margin: -10px -10px 0 -20px;
}
.mm-footer .mm-buttonbar>* {
    border-left: none;
}
.mm-list>li>.mm-buttonbar {
    margin: 10px 20px;
}
.mm-menu .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: #333333;
}
.mm-menu .mm-buttonbar>* {
    border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
}
em.mm-counter {
    font: inherit;
    font-size: 14px;
    font-style: normal;
    text-indent: 0;
    line-height: 20px;
    display: block;
    margin-top: -10px;
    position: absolute;
    right: 40px;
    top: 50%;
}
em.mm-counter+a.mm-subopen {
    padding-left: 40px;
}
em.mm-counter+a.mm-subopen+a, em.mm-counter+a.mm-subopen+span {
    margin-right: 80px;
}
em.mm-counter+a.mm-fullsubopen {
    padding-left: 0;
}
.mm-vertical em.mm-counter {
    top: 12px;
    margin-top: 0;
}
.mm-nosubresults>em.mm-counter {
    display: none;
}
.mm-menu em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.mm-footer {
    background: inherit;
    border-top: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 10px 10px 0 20px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}
.mm-menu.mm-hasfooter>.mm-panel:after {
    height: 80px;
}
.mm-menu .mm-footer {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}
.mm-header {
    background: inherit;
    border-bottom: 1px solid transparent;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 50px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.mm-header .mm-title {
    padding-top: 18px;
}
.mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
    padding-top: 28px;
}
.mm-header .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 20px;
}
.mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    min-width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.mm-header .mm-prev {
    padding-left: 20px;
    padding-right: 10px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.27);
}
.mm-header .mm-next, .mm-header .mm-close {
    padding-left: 10px;
    padding-right: 20px;
    right: 0;
}
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mm-header [href].mm-prev:before {
    border-right: none;
    border-bottom: none;
    margin-left: 2px;
    margin-right: 5px;
}
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
    margin-left: 5px;
    margin-right: -2px;
}
.mm-header [href].mm-next:after {
    border-top: none;
    border-left: none;
}
.mm-header [href].mm-close:after {
    content: 'x';
}
.mm-menu.mm-hassearch .mm-header {
    height: 50px;
    top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-title, .mm-menu.mm-hassearch .mm-header .mm-prev, .mm-menu.mm-hassearch .mm-header .mm-next, .mm-menu.mm-hassearch .mm-header .mm-close {
    padding-top: 20px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
    display: none;
}
.mm-menu.mm-hasheader>.mm-panel {
    padding-top: 80px;
}
.mm-menu.mm-hasheader>.mm-panel.mm-list {
    padding-top: 60px;
}
.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child {
    margin-top: -20px;
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel {
    padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list {
    padding-top: 100px;
}
.mm-menu .mm-header {
    border-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header .mm-prev:before, .mm-menu .mm-header .mm-next:after, .mm-menu .mm-header .mm-close:after {
    border-color: #fff;
    margin: -3px 6px 0 0;
    float: left;
}
.mm-list li.mm-label>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    line-height: 25px;
}
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
    display: none;
}
.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen:after {
    top: 8.5px;
}
.mm-menu .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, 0.05);
}
.mm-search, .mm-search input {
    box-sizing: border-box;
}
.mm-list>li.mm-search {
    padding: 10px;
    margin-top: -20px;
}
.mm-list>li.mm-subtitle+li.mm-search {
    margin-top: 0;
}
div.mm-panel>div.mm-search {
    padding: 0 0 10px 0;
}
.mm-menu.mm-hasheader .mm-list>li.mm-search {
    margin-top: 0;
}
.mm-menu>.mm-search {
    background: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.mm-search {
    padding: 10px;
}
.mm-search input {
    border: none;
    border-radius: 30px;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    color: rgba(145, 145, 145, 1);
}
.mm-search input::-ms-clear {
    display: none;
}
.mm-menu .mm-noresultsmsg {
    text-align: center;
    font-size: 21px;
    display: none;
    padding: 60px 0;
}
.mm-menu .mm-noresultsmsg:after {
    border: none !important;
}
.mm-noresults .mm-noresultsmsg {
    display: block;
}
.mm-menu li.mm-nosubresults>a.mm-subopen {
    display: none;
}
.mm-menu li.mm-nosubresults>a.mm-subopen+a, .mm-menu li.mm-nosubresults>a.mm-subopen+span {
    padding-right: 10px;
}
.mm-menu.mm-hassearch>.mm-panel {
    padding-top: 70px;
}
.mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child {
    margin-top: -20px;
}
.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child {
    margin-top: -10px;
}
.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list {
    padding-top: 0;
}
.mm-menu .mm-search input {
    background: #fff;
    color: rgba(145, 145, 145, 1);
}
.mm-menu .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
}
input.mm-toggle, input.mm-check {
    position: absolute;
    left: -10000px;
}
label.mm-toggle, label.mm-check {
    margin: 0;
    position: absolute;
    bottom: 50%;
    z-index: 2;
}
label.mm-toggle:before, label.mm-check:before {
    content: '';
    display: block;
}
label.mm-toggle {
    border-radius: 30px;
    width: 50px;
    height: 30px;
    margin-bottom: -15px;
}
label.mm-toggle:before {
    border-radius: 30px;
    width: 28px;
    height: 28px;
    margin: 1px;
}
input.mm-toggle:checked~label.mm-toggle:before {
    float: right;
}
label.mm-check {
    width: 30px;
    height: 30px;
    margin-bottom: -15px;
}
label.mm-check:before {
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 40%;
    height: 20%;
    margin: 25% 0 0 20%;
    opacity: 0.1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input.mm-check:checked~label.mm-check:before {
    opacity: 1;
}
.mm-menu.mm-vertical .mm-list>li label.mm-toggle, .mm-menu.mm-vertical .mm-list>li label.mm-check {
    bottom: auto;
    margin-bottom: 0;
}
.mm-menu.mm-vertical .mm-list>li label.mm-toggle {
    top: 5px;
}
.mm-menu.mm-vertical .mm-list>li label.mm-check {
    top: 5px;
}
label.mm-toggle, label.mm-check {
    right: 20px;
}
label.mm-toggle+a, label.mm-toggle+span {
    margin-right: 70px;
}
label.mm-check+a, label.mm-check+span {
    margin-right: 50px;
}
a.mm-subopen+label.mm-toggle, a.mm-subopen+label.mm-check {
    right: 50px;
}
a.mm-subopen+label.mm-toggle+a, a.mm-subopen+label.mm-toggle+span {
    margin-right: 100px;
}
a.mm-subopen+label.mm-check+a, a.mm-subopen+label.mm-check+span {
    margin-right: 80px;
}
em.mm-counter+a.mm-subopen+label.mm-toggle, em.mm-counter+a.mm-subopen+label.mm-check {
    right: 90px;
}
em.mm-counter+a.mm-subopen+label.mm-toggle+a, em.mm-counter+a.mm-subopen+label.mm-toggle+span {
    margin-right: 140px;
}
em.mm-counter+a.mm-subopen+label.mm-check+a, em.mm-counter+a.mm-subopen+label.mm-check+span {
    margin-right: 120px;
}
.mm-menu label.mm-toggle {
    background: rgba(0, 0, 0, 0.15);
}
.mm-menu label.mm-toggle:before {
    background: #333333;
}
.mm-menu input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}
.mm-menu label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}
html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}
html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(30%);
    -moz-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(-30%);
    -moz-transform: scale(0.7, 0.7) translateX(-30%);
    -ms-transform: scale(0.7, 0.7) translateX(-30%);
    -o-transform: scale(0.7, 0.7) translateX(-30%);
    transform: scale(0.7, 0.7) translateX(-30%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateX(30%);
    -moz-transform: scale(0.7, 0.7) translateX(30%);
    -ms-transform: scale(0.7, 0.7) translateX(30%);
    -o-transform: scale(0.7, 0.7) translateX(30%);
    transform: scale(0.7, 0.7) translateX(30%);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(-30%);
    -moz-transform: scale(0.7, 0.7) translateY(-30%);
    -ms-transform: scale(0.7, 0.7) translateY(-30%);
    -o-transform: scale(0.7, 0.7) translateY(-30%);
    transform: scale(0.7, 0.7) translateY(-30%);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: scale(0.7, 0.7) translateY(30%);
    -moz-transform: scale(0.7, 0.7) translateY(30%);
    -ms-transform: scale(0.7, 0.7) translateY(30%);
    -o-transform: scale(0.7, 0.7) translateY(30%);
    transform: scale(0.7, 0.7) translateY(30%);
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: scale(1, 1) translateY(0%);
    -moz-transform: scale(1, 1) translateY(0%);
    -ms-transform: scale(1, 1) translateY(0%);
    -o-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel {
    -webkit-transform: scale(1.5, 1.5) translateX(100%);
    -moz-transform: scale(1.5, 1.5) translateX(100%);
    -ms-transform: scale(1.5, 1.5) translateX(100%);
    -o-transform: scale(1.5, 1.5) translateX(100%);
    transform: scale(1.5, 1.5) translateX(100%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: -webkit-transform, left;
    transition-property: transform, left;
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened {
    -webkit-transform: scale(1, 1) translateX(0%);
    -moz-transform: scale(1, 1) translateX(0%);
    -ms-transform: scale(1, 1) translateX(0%);
    -o-transform: scale(1, 1) translateX(0%);
    transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened {
    -webkit-transform: scale(0.7, 0.7) translateX(-30%);
    -moz-transform: scale(0.7, 0.7) translateX(-30%);
    -ms-transform: scale(0.7, 0.7) translateX(-30%);
    -o-transform: scale(0.7, 0.7) translateX(-30%);
    transform: scale(0.7, 0.7) translateX(-30%);
}
.mm-menu.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -moz-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        -o-transform: translate(140px, 0);
        transform: translate(140px, 0);
    }
}
@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -moz-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        -o-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
    }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}
@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -moz-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        -o-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
    }
}
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}
.mm-menu.mm-top, .mm-menu.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.mm-menu.mm-right {
    left: auto;
    right: 0;
}
.mm-menu.mm-bottom {
    top: auto;
    bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    -o-transform: translate(-80%, 0);
    transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -moz-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        -o-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
    }
}
@media all and (min-width: 550px) {
    html.mm-right.mm-opening .mm-slideout {
        -webkit-transform: translate(-440px, 0);
        -moz-transform: translate(-440px, 0);
        -ms-transform: translate(-440px, 0);
        -o-transform: translate(-440px, 0);
        transform: translate(-440px, 0);
    }
}
html.mm-front .mm-slideout {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    z-index: 0 !important;
}
.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
    box-shadow: none;
}
.mm-menu.mm-front, .mm-menu.mm-next {
    -webkit-transition: -webkit-transform 0.4s ease;
    -ms-transition: -ms-transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.mm-menu.mm-front.mm-top {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.mm-menu.mm-front.mm-bottom {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px;
}
html.mm-opened.mm-light .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light {
    background: #f3f3f3;
    color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list>li>a.mm-subopen:after, .mm-menu.mm-light .mm-list>li>a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-light .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list>li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: #f3f3f3;
}
.mm-menu.mm-light .mm-buttonbar>* {
    border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3;
}
.mm-menu.mm-light label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-prev:before, .mm-menu.mm-light .mm-header .mm-next:after, .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3;
}
.mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}
html.mm-opened.mm-white .mm-page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white {
    background: white;
    color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list>li:after {
    border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list>li>a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list>li>a.mm-subopen:after, .mm-menu.mm-white .mm-list>li>a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list>li>a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-white .mm-list>li.mm-selected>span {
    background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list>li.mm-label {
    background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-buttonbar {
    border-color: rgba(0, 0, 0, 0.6);
    background: white;
}
.mm-menu.mm-white .mm-buttonbar>* {
    border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-buttonbar>input:checked+label {
    background: rgba(0, 0, 0, 0.6);
    color: white;
}
.mm-menu.mm-white label.mm-check:before {
    border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white em.mm-counter {
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-footer {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header {
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-prev:before, .mm-menu.mm-white .mm-header .mm-next:after, .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label>div>div {
    background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white label.mm-toggle {
    background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white label.mm-toggle:before {
    background: white;
}
.mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}
html.mm-opened.mm-black .mm-page {
    box-shadow: none;
}
.mm-menu.mm-black {
    background: black;
    color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list>li:after {
    border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list>li>a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list>li>a.mm-subopen:after, .mm-menu.mm-black .mm-list>li>a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list>li>a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen), .mm-menu.mm-black .mm-list>li.mm-selected>span {
    background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list>li.mm-label {
    background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul {
    background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-buttonbar {
    border-color: rgba(255, 255, 255, 0.6);
    background: black;
}
.mm-menu.mm-black .mm-buttonbar>* {
    border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-buttonbar>input:checked+label {
    background: rgba(255, 255, 255, 0.6);
    color: black;
}
.mm-menu.mm-black label.mm-check:before {
    border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black em.mm-counter {
    color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-footer {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header {
    border-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-prev:before, .mm-menu.mm-black .mm-header .mm-next:after, .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label>div>div {
    background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black label.mm-toggle {
    background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black label.mm-toggle:before {
    background: black;
}
.mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963;
}
a.demos {
    background: #000 !important;
    opacity: 1;
}
#page .header a {
    background-color: #E9B947 !important;
}
#page .header-two a {
    background-color: rgba(255, 255, 255, 0) !important;
    top: 26px !important;
}
#page .header-two.sticky a {
    background-color: #E9B947 !important;
    top: 11px !important;
}
.mm-menu {
    background: #E9B947 !important;
}
@media (min-width: 993px) {
    #page {
        display: none;
    }
    .logo-mob {
        display: none;
    }
}
@media (max-width: 993px) {
    .header .nav {
        display: none;
    }
    .header-two .nav {
        display: none;
    }
    .logo-mob {
        width: 145px;
        margin: 12px 0 0 2%;
    }
}
div#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.loader {
    position: absolute;
    left: 45%;
    top: 41%;
}
.loader span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: 3s infinite linear;
    -moz-animation: 3s infinite linear;
    -o-animation: 3s infinite linear;
}
.loader h1 {
    color: #0A1D3B;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
.loader span:nth-child(2) {
    background: #0A1D3B;
    -webkit-animation: kiri 1.2s infinite linear;
    -moz-animation: kiri 1.2s infinite linear;
    -o-animation: kiri 1.2s infinite linear;
}
.loader span:nth-child(3) {
    background: #edbc48;
    z-index: 100;
}
.loader span:nth-child(4) {
    background: #0A1D3B;
    -webkit-animation: kanan 1.2s infinite linear;
    -moz-animation: kanan 1.2s infinite linear;
    -o-animation: kanan 1.2s infinite linear;
}
@-webkit-keyframes kanan {
    0% {
        -webkit-transform: translateX(20px);
    }
    50% {
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(20px);
        z-index: 200;
    }
}
@-moz-keyframes kanan {
    0% {
        -moz-transform: translateX(20px);
    }
    50% {
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(20px);
        z-index: 200;
    }
}
@-o-keyframes kanan {
    0% {
        -o-transform: translateX(20px);
    }
    50% {
        -o-transform: translateX(-20px);
    }
    100% {
        -o-transform: translateX(20px);
        z-index: 200;
    }
}
@-webkit-keyframes kiri {
    0% {
        -webkit-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(-20px);
    }
}
@-moz-keyframes kiri {
    0% {
        -moz-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(-20px);
    }
}
@-o-keyframes kiri {
    0% {
        -o-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -o-transform: translateX(20px);
    }
    100% {
        -o-transform: translateX(-20px);
    }
}
div#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.loader {
    position: absolute;
    left: 45%;
    top: 41%;
}
.loader span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: 3s infinite linear;
    -moz-animation: 3s infinite linear;
    -o-animation: 3s infinite linear;
}
.loader h1 {
    color: #0A1D3B;
    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
}
.loader span:nth-child(2) {
    background: #0A1D3B;
    -webkit-animation: kiri 1.2s infinite linear;
    -moz-animation: kiri 1.2s infinite linear;
    -o-animation: kiri 1.2s infinite linear;
}
.loader span:nth-child(3) {
    background: #edbc48;
    z-index: 100;
}
.loader span:nth-child(4) {
    background: #0A1D3B;
    -webkit-animation: kanan 1.2s infinite linear;
    -moz-animation: kanan 1.2s infinite linear;
    -o-animation: kanan 1.2s infinite linear;
}
@-webkit-keyframes kanan {
    0% {
        -webkit-transform: translateX(20px);
    }
    50% {
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(20px);
        z-index: 200;
    }
}
@-moz-keyframes kanan {
    0% {
        -moz-transform: translateX(20px);
    }
    50% {
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(20px);
        z-index: 200;
    }
}
@-o-keyframes kanan {
    0% {
        -o-transform: translateX(20px);
    }
    50% {
        -o-transform: translateX(-20px);
    }
    100% {
        -o-transform: translateX(20px);
        z-index: 200;
    }
}
@-webkit-keyframes kiri {
    0% {
        -webkit-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(-20px);
    }
}
@-moz-keyframes kiri {
    0% {
        -moz-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(-20px);
    }
}
@-o-keyframes kiri {
    0% {
        -o-transform: translateX(-20px);
        z-index: 200;
    }
    50% {
        -o-transform: translateX(20px);
    }
    100% {
        -o-transform: translateX(-20px);
    }
}
body {
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    color: #222;
}
* {
    margin: 0px;
    padding: 0px;
}
h1 {
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    text-transform: uppercase;
}
h2 {
    font-weight: 700;
    font-size: 42px;
    font-family: 'Raleway', sans-serif;
    color: #222222;
}
h3 {
    font-weight: 300;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
}
h4 {
    font-weight: 600;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
}
h5 {
    font-weight: 700;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
}
h6 {
    font-weight: 600;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}
p {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 27px;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
a .img {
    border: none;
}
a {
    transition: background-color 0.5s ease;
    transition: color 1s;
    -webkit-transition: color 1s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
a:hover {
    transition: background-color 0.5s ease;
}
img {
    width: 100%;
}
img:hover {
    transition: background-color 0.5s ease;
}
.clear {
    clear: both;
}
.height5 {
    height: 5px;
}
.height10 {
    height: 10px;
}
.height15 {
    height: 15px;
}
.height20 {
    height: 20px;
}
.height25 {
    height: 25px;
}
.height30 {
    height: 30px;
}
.height35 {
    height: 35px;
}
:focus {
    outline: none;
}
.header .logo {
    width: 160px;
    float: left;
    margin: 14px 0px 0 0;
    padding: 0 15px;
}
.header .nav {
    float: left;
    margin: 0 0 0 0;
}
.header .nav ul li {
    float: left;
}
.header .nav ul li a {
    color: #141414;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border-left: solid 1px #cccccc;
    padding: 26px 30px;
    line-height: 70px;
}
.header .nav ul li:last-child a {
    border-right: solid 1px #cccccc;
}
.header .get-touch {
    float: right;
}
.header .get-touch li {
    float: left;
}
.header .get-touch li a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 22px 25px;
    float: left;
}
.header .get-touch li.book-table a {
    color: #fff;
    background: #0a1d3b;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}
.header .get-touch li.book-table a span {
    float: left;
}
.header .get-touch li.book-table a:hover {
    background: #022863;
}
.header .get-touch li.book-table i {
    color: #fff;
    margin: -2px 0 0 115px;
    float: right;
    font-size: 26px;
}
.header .get-touch li.contact-no i {
    margin: 0px 15px 0 0;
    float: left;
    font-size: 26px;
}
.header .get-touch li.contact-no a {
    font-size: 20px;
    color: #000
}
.header .cart-button {
    color: #fff;
    padding: 0 26px;
    float: left;
}
.header .cart-button i {
    color: #fff;
    font-size: 34px;
    line-height: 70px;
}
.header .shop-bag li.close-bag {
    cursor: pointer;
}
.header .shop-bag li.close-bag a {
    padding: 0 26px;
}
.header .shop-bag li.open-bag {
    background: #fff;
    display: none;
    position: absolute;
    margin: 70px 0 0 0;
    right: 0;
    width: 345px;
    padding: 0 20px 20px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.header ul.shop-bag {
    float: right;
}
.header .shop-bag .num {
    position: absolute;
    margin: 12px 0 0 24px;
    float: right;
    color: #222;
    background-color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    padding: 2px 0 0 0;
    font-size: 12px;
    text-align: center;
}
.header .shop-bag .cart-food {
    border-bottom: solid 1px #d1d1d1;
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
}
.header .shop-bag .cart-food .detail {
    float: left;
}
.header .shop-bag .cart-food .detail img {
    float: left;
    width: 62px;
}
.header .shop-bag .cart-food .detail .text {
    float: left;
    margin: 0 0 0 15px;
    width: 190px;
}
.header .shop-bag .cart-food .detail .text a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #222;
}
.header .shop-bag .cart-food .detail .text p {
    color: #666666;
    font-size: 14px;
}
.header .shop-bag .cart-food a.cross {
    float: right;
    margin: 15px 0 0 0;
}
.header .shop-bag .cart-food a.cross i {
    font-size: 26px;
    color: #777;
}
.header .shop-bag .cart-food a.cross i:hover {
    color: #000;
}
.header .shop-bag .sub-total {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}
.header .shop-bag .sub-total span {
    font-size: 16px;
    color: #636363;
    float: right;
}
.header .shop-bag .sub-total span strong {
    color: #222;
    margin: 0 0 0 8px;
}
.header .shop-bag .sub-total .buttons {
    float: left;
    width: 100%;
    margin: 14px 0 0 0;
}
.header .shop-bag .sub-total a {
    font-size: 13px;
    width: 48%;
    float: left;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 0;
}
.header .shop-bag .sub-total a.view-cart {
    background: #bcbcbc;
}
.header .shop-bag .sub-total a.check-out {
    background: #222;
    float: right;
}
.header-two .logo2 {
    width: 158px;
    float: left;
    margin: 25px 26px 0 0;
}
.header-two .logo-dark {
    display: none;
}
.header-two .nav {
    float: left;
}
.header-two .nav ul li {
    float: left;
}
.header-two .nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    padding: 0px 0;
    margin: 0 14px;
    line-height: 102px;
}
.header-two .nav ul li.select-item a {
    color: #FFFFFF;
    border-bottom: solid 1px #fff;
}
.header-two .get-touch {
    float: right;
    margin: 38px 0 0 0;
}
.header-two .get-touch li {
    float: left;
}
.header-two .cont-right {
    float: right;
}
.header-two .social-icons {
    float: left;
    margin: 40px 8px 0 0;
}
.header-two .social-icons li {
    float: left;
    margin: 0 5px;
}
.header-two .social-icons li a {
    color: #fff;
    font-size: 20px;
}
.header-two .social-icons li a:hover {
    color: #e9b947;
}
.header-two .get-touch li a {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0px 18px;
    float: left;
}
.header-two .get-touch li.book-table a {
    color: #fff;
    background: #0a1d3b;
    font-weight: 500;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}
.header-two .get-touch li.book-table a span {
    float: left;
}
.header-two .get-touch li.book-table a:hover {
    background: #022863;
}
.header-two .get-touch li.book-table i {
    color: #fff;
    margin: -2px 0 0 115px;
    float: right;
    font-size: 26px;
}
.header-two .get-touch li.contact-no i {
    margin: 0px 15px 0 0;
    float: left;
    font-size: 26px;
}
.header-two .get-touch li.contact-no a {
    font-size: 20px;
    color: #fff;
}
.header-two .cart-button {
    color: #fff;
    padding: 0 0;
    float: left;
}
.header-two .cart-button i {
    color: #fff;
    font-size: 28px;
    line-height: 98px;
}
.header-two .shop-bag li.close-bag {
    cursor: pointer;
}
.header-two .shop-bag li.close-bag a {
    padding: 0 0;
}
.header-two .shop-bag li.open-bag {
    background: #fff;
    display: none;
    position: absolute;
    margin: 70px 0 0 -305px;
    width: 345px;
    padding: 0 20px 20px 20px;
}
.header-two ul.shop-bag {
    float: right;
}
.header-two .shop-bag .num {
    position: absolute;
    margin: 30px 0 0 22px;
    float: right;
    color: #222;
    background-color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    padding: 2px 0 0 0;
    font-size: 12px;
    text-align: center;
}
.header-two .shop-bag .cart-food {
    border-bottom: solid 1px #d1d1d1;
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
}
.header-two .shop-bag .cart-food .detail {
    float: left;
}
.header-two .shop-bag .cart-food .detail img {
    float: left;
    width: 62px;
}
.header-two .shop-bag .cart-food .detail .text {
    float: left;
    margin: 0 0 0 15px;
    width: 190px;
}
.header-two .shop-bag .cart-food .detail .text a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #222;
}
.header-two .shop-bag .cart-food .detail .text p {
    color: #666666;
    font-size: 14px;
}
.header-two .shop-bag .cart-food a.cross {
    float: right;
    margin: 15px 0 0 0;
}
.header-two .shop-bag .cart-food a.cross i {
    font-size: 26px;
    color: #777;
}
.header-two .shop-bag .cart-food a.cross i:hover {
    color: #000;
}
.header-two .shop-bag .sub-total {
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}
.header-two .shop-bag .sub-total span {
    font-size: 16px;
    color: #636363;
    float: right;
}
.header-two .shop-bag .sub-total span strong {
    color: #222;
    margin: 0 0 0 8px;
}
.header-two .shop-bag .sub-total .buttons {
    float: left;
    width: 100%;
    margin: 14px 0 0 0;
}
.header-two .shop-bag .sub-total a {
    font-size: 13px;
    width: 48%;
    float: left;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 0;
}
.header-two .shop-bag .sub-total a.view-cart {
    background: #bcbcbc;
}
.header-two .shop-bag .sub-total a.check-out {
    background: #222;
    float: right;
}
.arrow-scroll img {
    width: 43px;
    height: 36px;
}
.scroll-down {
    position: absolute;
    left: 49.2%;
    bottom: 60px;
    z-index: 5555;
}
.scroll-down.bounce {
//bounce animation position:relative;
//top:1em;
    Transform: translateY(4em);
    animation-name: bounce;
    animation-timing-function: ease-in;
    animation-duration:2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.main-title{
    text-align:center;
}
.main-title span{
    font-size:100px;
    font-family: 'Tangerine', cursive;
}
.main-title h1{
    background: url(./imgs/heading-dark.png) no-repeat center 80px;
    letter-spacing: 4px;
    padding: 0 0 70px 0;
    margin: -6px 0 0 0;
}
.main-title p{
    width: 80%;
    display: inline-block;
}
.main-title-white{
    text-align:center;
}
.main-title-white span{
    font-size:100px;
    font-family: 'Tangerine', cursive;
    color:#fff;
}
.main-title-white h1{
    background:url(../imgs/heading-light.png) no-repeat center 80px;
    letter-spacing: 4px;
    padding: 0 0 70px 0;
    margin: -6px 0 0 0;
    color:#fff;
}
.main-title-white p{
    width:80%;
    display:inline-block;
}
.back{
    background:#f9f8f7;
}
.services-three{
    padding:120px 0;
}
.services-three .serv-main-sec{
    margin: 85px 0 0 0;
    background: #fff;
    padding:0 30px;
    text-align: center;
}
.services-three .serv-main-sec i{
    font-size:90px;
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 0;
    display: inline-block;
    color:#111;
}
.services-three .serv-main-sec h6{
    margin:15px 0 0 0;
}
.services-three .serv-main-sec p{
    margin:8px 0 0 0;
}
.services-two{
    padding:120px 0;
}
.services-two .serv-main-sec{
    margin:85px 0 0 0;
}
.services-two .serv-main-sec .service-sec{
    text-align:center;
}
.services-two .serv-main-sec .service-sec .detail{
    margin: 36px 0 0 0;
}
.services-two .serv-main-sec .service-sec .detail p{
    margin:8px 0 0 0;
}
.services-two .serv-main-sec .service-sec .detail a{
    border: solid 1px #dbdbdb;
    color: #5d5d5d;
    display: inline-block;
    margin: 35px 0 0 0;
    padding: 13px 25px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    background:#fff;
}
.services-two .serv-main-sec .service-sec .detail a:hover{
    color: #fff;
}
.white-btn{
    background: #fff;
    font-size: 15px;
    color: #5d5d5d;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    padding: 20px 44px;
    border-radius: 5px;
    display: inline-block;
}
.white-btn:hover{
    color:#fff;
}
.dark-bg {
    background: #f9f8f7;
}
.parallax {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    text-align:center;
}
.parallax img.parallax-back {
    position:absolute;
    bottom:0;
    left: 0;
}
.parallax .detail {
    position: absolute;
    width: 100%;
}
.welcome-hotel{
    background:url(../imgs/welcome.jpg) no-repeat fixed;
    height:800px;
    width: 100%;
    background-size: 100%;
}
.welcome-hotel .welcome-detail .text {
    margin-top:285px;
    color:#fff;
}
.welcome-hotel .welcome-detail .text h1{
    text-transform:inherit;
    color:#fff;
    font-weight:800;
    text-transform:uppercase;
    padding: 0 0 90px 0;
    margin: -6px 0 0 0;
    background: url(../imgs/heading-light.png) no-repeat center 90px;
}
.welcome-hotel .welcome-detail .text p{
    margin:15px 0 0 0;
}
.welcome-hotel .welcome-detail .welcome-img{
    border-radius: 100%;
    border: solid 7px #fff;
    margin-top:130px;
}
.welcome-pearl-hotel{
    padding:120px 0;
}
.welcome-pearl-hotel .text-detail{
    text-align:center;
    margin:48px 0 0 0;
}
.welcome-pearl-hotel .text-detail a{
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 30px 0 0 0;
    padding: 0 0 4px 0;
    display: inline-block;
}
.welcome-pearl-hotel .text-detail a:hover{
    color:#000;
    border-bottom: solid 2px #000;
}
.special-services{
    padding:120px 0;
}
.special-services .post .detail{
    background:#fff;
    padding:48px 32px;
    position:relative;
    text-align:center;
}
.special-services .post {
    margin-bottom: 20px;
}
.special-services .post h2 {
    font-weight: 600;
    font-size: 32px;
}
.special-services .post .detail p{
    margin:14px 0 0 0;
}
.special-services .post .detail a{
    margin:32px 0 0 0;
    background-color:#fff;
    border:solid 1px #dbdbdb;
    color:#5d5d5d;
    text-transform:uppercase;
    font-size:15px;
    padding:10px 28px;
    display:inline-block;
}
.special-services .post .detail a:hover{
    color:#fff;
}
.special-services .owl-carousel{
    margin:75px 0 0 0;
}
.latest-posts{
    padding:120px 0;
}
.latest-posts h4{
    text-transform:uppercase;
}
.latest-posts .latest-news{
    margin:55px 0 0 0;
}
.latest-posts .latest-news .post-sec{
    margin:0 0 45px 0;
    width:100%;
    float:left;
}
.latest-posts .latest-news .post-sec.last{
    margin:0 0 0 0;
}
.latest-posts .post-sec .post-image{
    float:left;
    width:20%;
}
.latest-posts .post-sec .post-image img{
    width:80%;
}
.latest-posts .post-sec .post-detail{
    float:left;
    width:80%;
}
.latest-posts .post-sec .post-detail a{
    color:#222;
}
.latest-posts .post-sec .post-detail p{
    margin:6px 0 0 0;
}
.latest-posts .post-sec .post-detail span{
    margin: 6px 0 0 0;
    font-size: 14px;
    color: #868686;
    display: inline-block;
}
.latest-posts .find-us{
}
.latest-posts .find-location img{
    margin:55px 0 0 0;
}
.latest-posts .find-location a{
    margin: 32px 0 0 0;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 15px;
    padding:14px 28px;
    color:#222;
    float:right;
}
.latest-posts .find-location i{
    margin: 3px 0 0 18px;
    float: right;
}
.latest-posts .find-location a:hover{
    color:#fff;
}
.parallax.parallax-customer-words{
    background:url(../imgs/testimonials-bg.jpg) no-repeat fixed;
    height:880px;
    width: 100%;
    background-size: 100%;
}
.customer-words .detail{
    margin:120px 0 0 0;
}
.customer-words .testi-sec{
}
.customer-words .testi-sec img{
    width: 135px;
    height: 135px;
    border-radius: 100%;
    border: solid 5px #fff;
}
.customer-words .testi-sec span.name{
    font-size:24px;
    display: block;
}
.customer-words .testi-sec span.work{
    color:#fff;
    display: block;
    font-size:18px;
}
.customer-words .testi-sec p{
    color:#fff;
    font-size: 20px;
    width: 84%;
    display: inline-block;
}
.customer-words .testi-sec .rating i{
    color:#f4bc16;
    font-size: 32px;
}
.footer-hotel{
    padding:0 0 0 0;
    border-top:solid 1px #ccc;
}
.footer-hotel .hotel-get-touch{
    text-align:center;
    padding: 60px 0;
}
.footer-hotel .hotel-get-touch .get-touch-sec{
}
.footer-hotel .hotel-get-touch .get-touch-sec i{
    color: #222;
    display: inline-block;
    border-radius: 100%;
    padding: 0 0 0 0;
    font-size: 58px;
    text-align: center;
}
.footer-hotel .hotel-get-touch .get-touch-sec .text{
    margin:26px 0 0 0;
}
.footer-hotel .hotel-get-touch .get-touch-sec .text span{
    font-size:20px;
    display:block;
    color:#222;
}
.footer-hotel .hotel-get-touch .get-touch-sec .text span strong{
    font-weight:700;
    font-family: 'Raleway', sans-serif;
    font-size:22px;
    text-transform:uppercase;
}
.footer-hotel .foot-detail{
    margin: 0px 0 0 0;
    background: #F5F5F5;
    padding:85px 0;
}
.footer-hotel .foot-detail .about-pearl{
}
.footer-hotel .foot-detail h5{
    text-transform:uppercase;
    margin:0px 0 20px 0;
}
.footer-hotel .foot-detail .about-pearl p{
    margin:0 0 0 0;
}
.footer-hotel .foot-detail .about-pearl img{
    margin:48px 0 0 0;
    width:auto;
}
.footer-hotel .foot-detail .newsletetr .field{
    display: inline-block;
    margin:15px 0 0 0;
}
.footer-hotel .foot-detail .newsletetr input[type=text]{
    background:#fff;
    border: solid 2px #444444;
    color:#6c6c6c;
    font-size:16px;
    height:45px;
    width:300px;
    padding:0 15px;
    float:left;
}
.footer-hotel .foot-detail .newsletetr a{
    height:45px;
    color:#fff;
    background:#444;
    padding:9px 10px;
    font-size:26px;
    margin:0 0 0 -4px;
    float:right;
    width: 48px;
}
.footer-hotel .foot-detail .newsletetr a:hover{
    color:#fff;
}
.footer-hotel .foot-detail .social-icons{
    margin:45px 0 0 0;
}
.footer-hotel .foot-detail .social-icons ul{
    margin:15px 0 0 0;
}
.footer-hotel .foot-detail .social-icons ul li{
    display: inline-block;
    margin: 0 3px;
}
.footer-hotel .foot-detail .social-icons ul li a{
    color: #222;
    border: solid 2px #222;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 11px 10px;
    float:left;
    font-size: 20px;
    text-align:center;
}
.footer-hotel .foot-detail .useful-links{
}
.footer-hotel .foot-detail .useful-links ul{
}
.footer-hotel .foot-detail .useful-links ul li{
    margin:0 0 24px 0;
}
.footer-hotel .foot-detail .useful-links ul li a{
    font-size: 20px;
    color:#222;
    display:block;
}
.footer-hotel .foot-detail .useful-links ul li i{
    font-size: 12px;
    color: #555;
    margin: 8px 11px 0 0;
    float: left;
}
.footer-hotel .copyrights{
    text-align: center;
    padding: 32px 0;
    background: #E8E8E8;
    border-top: solid 1px #D8D8D8;
}
.footer-hotel .copyrights p{
    color:#222;
}
.footer-hotel-dark{
    padding:0 0 0 0;
    border-top:solid 1px #ccc;
    color:#fff;
}
.footer-hotel-dark .hotel-get-touch{
    text-align:center;
    padding: 60px 0;
}
.footer-hotel-dark .hotel-get-touch .get-touch-sec i{
    color: #222;
    display:inline-block;
    border-radius: 100%;
    padding: 0 0 0 0;
    font-size: 58px;
    text-align: center;
}
.footer-hotel-dark .hotel-get-touch .get-touch-sec .text{
    margin:26px 0 0 0;
}
.footer-hotel-dark .hotel-get-touch .get-touch-sec .text span{
    font-size:20px;
    display:block;
    color:#222;
}
.footer-hotel-dark .hotel-get-touch .get-touch-sec .text span strong{
    font-weight:700;
    font-family: 'Raleway', sans-serif;
    font-size:22px;
    text-transform:uppercase;
}
.footer-hotel-dark .foot-detail{
    margin:0px 0 0 0;
    background:#0A1D3B;
    padding:85px 0;
}
.footer-hotel-dark .foot-detail .about-pearl{
    color:#fff;
}
.footer-hotel-dark .foot-detail h5{
    text-transform:uppercase;
    margin:0px 0 20px 0;
}
.footer-hotel-dark .foot-detail .about-pearl p{
    margin:0 0 0 0;
}
.footer-hotel-dark .foot-detail .about-pearl img{
    margin:48px 0 0 0;
    width:auto;
}
.h5-text {
    font-size: 1.6rem !important;
    text-transform: uppercase;
    margin: 0px 0 20px 0;
    font-weight: bold;
}
.footer-hotel-dark .foot-detail .newsletetr .field{
    display: inline-block;
    margin:15px 0 0 0;
}
.footer-hotel-dark .foot-detail .newsletetr input[type=text]{
    background:#fff;
    border: solid 2px #444444;
    color:#6c6c6c;
    font-size:16px;
    height:45px;
    width:300px;
    padding:0 15px;
    float:left;
}
.footer-hotel-dark .foot-detail .newsletetr a{
    height:45px;
    color:#fff;
    background:#444;
    padding:9px 10px;
    font-size:26px;
    margin:0 0 0 -4px;
    float:right;
    width:48px;
}
.footer-hotel-dark .foot-detail .newsletetr a:hover{
    color:#fff;
}
.footer-hotel-dark .foot-detail .social-icons{
    margin:45px 0 0 0;
}
.footer-hotel-dark .foot-detail .social-icons ul{
    margin:15px 0 0 0;
}
.footer-hotel-dark .foot-detail .social-icons ul li{
    display: inline-block;
    margin: 0 3px;
}
.footer-hotel-dark .foot-detail .social-icons ul li a{
    color:#fff;
    border: solid 2px #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 11px 10px;
    float:left;
    font-size: 20px;
    text-align:center;
}
.footer-hotel-dark .foot-detail .useful-links ul li{
    margin:0 0 24px 0;
}
.footer-hotel-dark .foot-detail .useful-links ul li a{
    font-size: 20px;
    color:#fff;
    display:block;
}
.footer-hotel-dark .foot-detail .useful-links ul li i{
    font-size: 12px;
    color: #fff;
    margin: 8px 11px 0 0;
    float: left;
}
.footer-hotel-dark .copyrights{
    text-align: center;
    padding: 32px 0;
    background: #071833;
    border-top: solid 1px #071833;
}
.footer-hotel-dark .copyrights p{
    color:#a9a9a9;
}
.footer-hotel-dark .copyrights p a {
    color:#fff;
}
.sub-banner{
    height:505px;
    min-height:505px;
}
.sub-banner .banner-img{
    background:url(../imgs/sub-banner-hotel.jpg) no-repeat;
    width:100%;
    height:100%;
    background-size: cover;
}
.sub-banner .detail {
    position: absolute;
    top:220px;
    text-align: center;
    width: 100%;
    display: block;
}
.sub-banner .detail h1{
    color:#fff;
    display: block;
}
.sub-banner .detail span{
    color:#fff;
    font-size: 20px;
    display: block;
}
.sub-banner .detail ul{
    float:right;
    margin:110px 0 0 0;
}
.sub-banner .detail ul li{
    float: left;
    background: url(../imgs/paging-arrow.png) no-repeat right 9px;
    margin: 0 0 0 0;
    padding: 0 16px 0 10px;
}
.sub-banner .detail ul li:last-child{
    background:none;
}
.sub-banner .detail ul li a{
    color:#fff;
}
.sub-banner .detail ul li a.select{
    font-weight:700;
}
.about-hotel{
    padding:120px 0;
}
.about-hotel .quality{
    text-align:center;
    margin:0 0 38px 0
}
.about-hotel .quality img{
    width:150px;
    height:138px;
}
.about-hotel .what-we-do{
    margin:58px 0 0 0;
}
.about-hotel .what-we-do p{
    margin:8px 0 0 0;
}
.about-hotel .include-sec{
    text-align:center;
    float:left;
    width:18%;
    padding:28px 0;
    border:solid 1px #ccc;
    margin:65px 2% 0 0;
}
.about-hotel .include-sec.last{
    margin:65px 0 0 0;
}
.about-hotel .include-sec:hover{
    background:#EAEAEA;
}
.about-hotel .include-sec img{
    width:114px;
}
.about-hotel .include-sec span{
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin: 12px 0 0 0;
}
.team-members{
    padding:120px 0;
}
.team-members .chef-sec{
    margin:60px 0 0 0
}
.team-members .chef-sec .detail{
    text-align:center;
    margin:52px 0 0 0;
}
.team-members .chef-sec .detail p{
    margin:8px 0 0 0;
}
.team-members .chef-sec .detail ul{
    margin:22px 0 0 0;
}
.team-members .chef-sec .detail ul li{
    display: inline-block;
}
.team-members .chef-sec .detail ul li a{
    color:#6a6a6a;
    text-transform:uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size:14px;
}
.team-members .chef-sec .detail ul li a.fb:hover{
    color:#4d6299;
    border-bottom:solid 2px #4d6299;
}
.team-members .chef-sec .detail ul li a.tw:hover{
    color:#4ac5f1;
    border-bottom:solid 2px #4ac5f1;
}
.team-members .chef-sec .detail ul li a.gp:hover{
    color:#d96653;
    border-bottom:solid 2px #d96653;
}
.team-members .chef-sec .detail ul li span{
    color:#6a6a6a;
    margin: 0 6px;
    font-size: 22px;
}
.hotel-rooms{
    padding:120px 0;
}
.hotel-rooms .room-sec{
    border:solid 1px #ccc;
    float:left;
    width:100%;
    margin:0 0 55px 0;
}
.hotel-rooms .room-sec p{
    margin:5px 0 0 0;
}
.hotel-rooms .room-sec img{
    width:390px;
    float:left;
}
.hotel-rooms .room-sec .text-detail{
    float:left;
    width:560px;
    margin:30px 0 0 35px;
}
.hotel-rooms .room-sec .text-detail ul{
    margin:35px 0 0 0;
}
.hotel-rooms .room-sec .text-detail ul li{
    float: left;
    width: 49%;
    margin:0 0 18px 0;
}
.hotel-rooms .room-sec .text-detail ul li i{
    float:left;
    margin:5px 10px 0 0;
    color:#656565;
}
.hotel-rooms .room-sec .text-detail ul li span{
    font-size:20px;
    float:left;
}
.hotel-rooms .room-sec .price-detail{
    text-align:center;
    width:165px;
    float:left;
    margin:30px 0 0 0;
}
.hotel-rooms .room-sec .price-detail .stars{
}
.hotel-rooms .room-sec .price-detail .stars i{
    color: #f4bc16;
    font-size: 26px;
    margin: 0 3px 0 0;
}
.hotel-rooms .room-sec .price-detail .room-price{
    background: #f5f5f5;
    padding: 32px 0;
    margin: 15px 0 0 0;
}
.hotel-rooms .room-sec .price-detail .room-price span.current{
    color:#0a1d3b;
    font-size:30px;
    font-weight: 700;
    display: block;
}
.hotel-rooms .room-sec .price-detail .room-price span.old{
    font-size: 25px;
    display: block;
    margin:-5px 0 0 0;
    text-decoration: line-through;
    font-weight: 300;
}
.hotel-rooms .room-sec .price-detail .room-price span.per-night{
    margin:12px 0 0 0;
    display: block;
}
.hotel-rooms .room-sec .price-detail a{
    background: #0A1D3B;
    color: #fff;
    width: 100%;
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin: 12px 0 0 0;
}
.hotel-rooms .paging{
    text-align: center;
}
.hotel-rooms .paging a{
    color: #5e5e5e;
    border: solid 1px #e0e0e0;
    padding: 10px 16px;
    text-align: center;
    display: inline-block;
    margin:15px 2px 0 2px;
}
.hotel-rooms .paging a.select, .hotel-rooms .paging a:hover{
    color:#fff;
}
.room-detail{
    padding:120px 0;
}
.room-detail .what-include {
    float: left;
    width: 100%;
    margin:65px 0 0 0;
}
.room-detail .include-sec{
    text-align:center;
    float:left;
    width:18%;
    padding:28px 0;
    border:solid 1px #ccc;
    margin:0 15px 15px 0;
}
.room-detail .include-sec.last{
    margin:0 0 0 0;
}
.room-detail .include-sec:hover{
    background:#EAEAEA;
}
.room-detail .include-sec img{
    width:70px;
}
.room-detail .include-sec span{
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    margin: 12px 0 0 0;
}
.room-detail .room-descrip{
    margin: 55px 0 0 0;
    float: left;
    width: 100%;
}
.room-detail .room-descrip p{
    margin:8px 0 0 0;
}
.room-detail .room-overview{
    float: left;
    width: 100%;
    margin:38px 0 0 0;
}
.room-detail .room-overview .detail{
    padding:16px 25px;
    background: #f5f5f5;
}
.room-detail .room-overview .detail span strong{
    width:48%;
    float:left;
}
.room-detail .room-overview .detail span{
    font-size:18px;
}
.room-detail .room-overview .light-gray{
    background:#fcfcfc;
}
.room-detail .booking-form{
    background:#0a1d3b;
    text-align:center;
    padding:65px 35px 35px 35px;
    width:100%;
    float:left;
}
.room-detail .booking-form i{
    color:#f4bc16;
    font-size:25px;
    margin:0 3px;
}
.room-detail .booking-form .price{
    margin:35px 0 0 0;
}
.room-detail .booking-form .price span{
    color:#fff;
    font-size:18px;
    display:block;
}
.room-detail .booking-form .price span.amount{
    font-size: 60px;
    font-weight: 600;
    margin:0px 0 0 0;
    display: block;
}
.room-detail .booking-form .form{
    margin:48px 0 0 0;
}
.room-detail .booking-form .form .field{
    margin:0 0 10px 0;
}
.room-detail .booking-form .form .field.rooms{
    z-index:11;
    position:relative;
}
.room-detail .booking-form .form .field input[type=text]{
    width:100%;
}
.room-detail .booking-form .form .field2{
    width:48%;
    float:left;
}
.room-detail .booking-form .form .field2.last{
    width:48%;
    float:right;
}
.room-detail .booking-form .form a.availability{
    float: left;
    width: 100%;
    padding:2px 0;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
}
.room-detail .booking-form .form a.availability:hover{
    background: #fff;
    color: #222 !important;
}
.bread-crumb{
    text-align:center;
    background:#f4f4f4;
    border-radius:30px;
    width:100%;
    height:18px;
}
.bread-crumb .bread-crumb-sec{
    float:left;
    width:33.3%;
    margin:-18px 0 0 0;
}
.bread-crumb .bread-crumb-sec a{
    display:inline-block;
}
.bread-crumb .bread-crumb-sec a.selected{
}
.bread-crumb .bread-crumb-sec a span.number{
    background: #FFF;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #484747;
    font-size: 30px;
    font-weight: 700;
    padding: 4px 0 0 0;
    box-shadow: 0 0 0 6px #F4F4F4;
}
.bread-crumb .bread-crumb-sec a span.text{
    font-size: 20px;
    color: #222;
    margin: 10px 0 0 0;
    display: inline-block;
    font-weight: 500;
}
.bread-crumb .bread-crumb-sec a.selected span.number{
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 4px 0 0 0;
    box-shadow: 0 0 0 6px #F4F4F4;
}
.booking-steps{
    padding:120px 0;
}
.booking-steps .detail-sections{
    margin:110px 0 0 0;
    width:100%;
    float:left;
}
.booking-steps .reservation{
    background:#0a1d3b;
    color:#fff;
    padding: 30px;
}
.booking-steps .reservation span.title{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
.booking-steps .reservation p{
    font-size: 18px;
    margin: 8px 0 0 0;
    line-height: 21px;
}
.booking-steps .reservation ul{
    margin:30px 0 0 0;
}
.booking-steps .reservation ul li{
    border-bottom: solid 1px #47566c;
    line-height: 52px;
}
.booking-steps .reservation ul li span{
    font-size: 18px;
}
.booking-steps .reservation ul li span strong{
    margin:0 5px 0 0;
}
.booking-steps .reservation .total-price{
    text-align:center;
    background:#23344f;
    display: block;
    margin:48px 0 0 0;
    padding:0 0 18px 0;
}
.booking-steps .reservation .total-price span.sub-title{
    display:inline-block;
    background: #0a1d3b;
    padding:3px 20px;
}
.booking-steps .reservation .total-price span.price{
    display:block;
    font-size:48px;
    font-weight:600;
    margin:10px 0 0 0;
}
.booking-steps .reservation a{
    font-size:16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    margin: 35px 0 0 0;
    padding: 18px 0;
}
.booking-steps .reservation a:hover{
    background: #fff;
    color:#222;
}
.booking-steps .your-room .detail{
    margin:42px 0 0 0;
}
.booking-steps .your-room .detail img{
    width:100%;
}
.booking-steps .your-room .detail .text{
    float:left;
    width:76%;
    margin:30px 0 0 0;
}
.booking-steps .your-room .detail .text p{
    margin:8px 0 0 0;
}
.booking-steps .your-room .detail .text a{
    text-transform: uppercase;
    background: #0A1D3B;
    color: #fff;
    padding:15px 38px;
    display: inline-block;
    font-weight: 600;
    margin: 26px 0 0 0;
}
.booking-steps .your-room .detail .text a:hover{
    color:#fff;
}
.booking-steps .price-detail{
    text-align:center;
    width:20%;
    float:right;
    margin:30px 0 0 0;
}
.booking-steps .price-detail .stars i{
    color: #f4bc16;
    font-size: 26px;
    margin: 0 3px 0 0;
}
.booking-steps .price-detail .room-price{
    background: #f5f5f5;
    padding: 32px 0;
    margin: 15px 0 0 0;
}
.booking-steps .price-detail .room-price span.current{
    color:#0a1d3b;
    font-size:40px;
    font-weight: 700;
    display: block;
}
.booking-steps .price-detail .room-price span.old{
    font-size: 35px;
    display: block;
    margin:-5px 0 0 0;
    text-decoration: line-through;
    font-weight: 300;
}
.booking-steps .price-detail .room-price span.per-night{
    margin:12px 0 0 0;
    display: block;
}
.booking-steps .guest-detail{
}
.booking-steps .guest-detail .form{
    margin:48px 0 0 0;
}
.booking-steps .guest-detail .form .field{
    margin:0 0 30px 0;
}
.booking-steps .guest-detail .form .field label{
    font-weight: normal;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}
.booking-steps .guest-detail .form .field label span{
    color:#f00;
    font-size:30px;
    float: right;
    margin: -5px 0 0 8px;
}
.booking-steps .guest-detail .form .field input[type=text]{
    width: 100%;
    border: solid 2px #ccc;
    height: 50px;
    padding: 0 0 0 12px;
    font-size: 18px;
    color: #222;
    margin:7px 0 0 0;
}
.booking-steps .guest-detail .form .field textarea{
    width: 100%;
    border: solid 2px #ccc;
    height:170px;
    padding:10px 0 0 12px;
    font-size: 18px;
    color: #222;
    margin:7px 0 0 0;
}
.booking-steps .book-now{
    margin:48px 0 0 0;
}
.booking-steps .book-now .payment-method{
    background: #222;
    color: #fff;
    padding:48px 20px;
    text-align: center;
}
.booking-steps .book-now .payment-method span{
    font-size:22px;
    text-transform: uppercase;
    font-weight: 700;
}
.booking-steps .book-now .payment-method p{
    font-size: 18px;
    margin:8px 0 0 0;
    line-height: 23px;
}
.booking-steps .book-now .payment-method a{
    background:#fff;
    display: inline-block;
    margin: 30px 0 0 0;
    padding:14px 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    font-size: 16px;
    width:100%;
}
.booking-steps .book-now .payment-method a:hover{
    color:#fff;
}
.booking-steps .confirmation .contact{
    float:left;
    margin:40px 65px 0 0;
}
.booking-steps .confirmation .contact i{
    font-size:40px;
    float:left;
}
.booking-steps .confirmation .contact span{
    font-size: 20px;
    float: left;
    margin: 6px 0 0 15px;
}
.blog{
    padding:120px 0;
}
.blog .blog-post {
    display: inline-block;
    margin:0 0 120px 0;
}
.blog .blog-post .post-text{
    text-align:center;
    margin:105px 0 0 0;
}
.blog .blog-post .post-text span{
    color: #888888;
    text-transform: uppercase;
    font-size: 18px;
}
.blog .blog-post .post-text span.dot{
    margin: 0 4px;
    font-size: 36px;
}
.blog .blog-post .post-text h3{
    font-weight: 700;
    color: #333;
    margin: 10px 0 0 0;
    display: block;
}
.blog .blog-post .post-text h3 a{
    color: #333;
    margin: 15px 0 0 0;
}
.blog .blog-post .post-text h3 a:hover{
    color: #e9b947;
}
.blog .blog-post .post-text p{
    margin:5px 0 0 0;
}
.blog .blog-post .post-text a.read-more{
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin:48px 0 0 0;
    padding: 0 0 4px 0;
    display: inline-block;
}
.blog .blog-post .post-text a.read-more:hover{
    color: #000;
    border-bottom: solid 2px #000;
}
.blog .more-posts .newest-post{
    float:left;
    font-size:26px;
    color:#727272;
    font-weight: 300;
}
.blog .more-posts .newest-post i{
    font-size: 28px;
    float: left;
    margin: 3px 8px 0 0;
}
.blog .more-posts .older-post{
    float:right;
    font-size:26px;
    color:#727272;
    font-weight: 300;
}
.blog .more-posts .older-post i{
    font-size: 28px;
    float: right;
    margin:3px 0px 0 8px;
}
.news-posts{
    padding:120px 0;
}
.news-posts .news-sec{
    margin: 0 0 120px 0;
}
.news-posts .news-sec.text-based{
    border:solid 1px #cecece;
    padding: 40px;
}
.news-posts .news-sec.text-based .detail{
    margin:0 0 0 0;
}
.news-posts .news-sec .detail{
    margin:35px 0 0 0;
}
.news-posts .news-sec .detail span{
    color:#727272;
    font-size:22px;
    font-weight:300;
}
.news-posts .news-sec .detail i{
    font-size:26px;
}
.news-posts .news-sec .detail .post-writer{
    float:left;
    margin:0 25px 0 0px;
}
.news-posts .news-sec .detail .post-writer img{
    float:left;
    width:42px;
    height:42px;
    border-radius:100%;
}
.news-posts .news-sec .detail .post-writer span{
    margin:8px 0 0 12px;
    float:left;
}
.news-posts .news-sec .detail .date{
    float:left;
    margin:0 25px 0 0px;
}
.news-posts .news-sec .detail .date i{
    margin: 10px 0 0 0;
    float: left;
}
.news-posts .news-sec .detail .date span{
    margin:8px 0 0 10px;
    float:left;
}
.news-posts .news-sec .detail .comment{
    display: inline-block;
    margin:0 0 0 0px;
}
.news-posts .news-sec .detail .comment i{
    margin:5px 10px 0 0;
    float: left;
}
.news-posts .news-sec .detail .comment a{
    margin:8px 0 0 10px;
    float:left;
    color:#727272;
    font-size:22px;
}
.news-posts .news-sec .detail h3{
    color: #222222;
    font-weight:700;
    margin:30px 0 0 0;
}
.news-posts .news-sec .detail h4{
    display: inline-block;
    margin:30px 0 0 0;
    text-transform:inherit;
}
.news-posts .news-sec .detail p{
    margin:5px 0 0 0;
}
.news-posts .news-sec .detail a.read-more{
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 45px 0 0 0;
    padding: 0 0 4px 0;
    display: inline-block;
}
.news-posts .news-sec .detail a.read-more:hover{
    color: #000;
    border-bottom: solid 2px #000;
}
.news-posts h6.bar-title{
    font-weight: 500;
    color: #fff;
    padding: 14px 24px;
    display: block;
}
.news-posts .recent-posts .post-sec{
    margin:35px 0 0 0;
}
.news-posts .recent-posts .post-sec img{
    width:82px;
    float:left;
    margin:0 22px 0 0;
}
.news-posts .recent-posts .post-sec a.title{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:#222;
}
.news-posts .recent-posts .post-sec span.date{
    color: #ABABAB;
    display: block;
    margin: 5px 0 0 0;
    font-size: 15px;
}
.news-posts .categories{
    margin:105px 0 0 0;
}
.news-posts .categories ul{
    margin:22px 0 0 0;
}
.news-posts .categories ul li{
    float: left;
    width: 100%;
    line-height: 39px;
}
.news-posts .categories ul li a{
    color: #555555;
    font-size: 20px;
}
.news-posts .categories ul li a i{
    font-size: 28px;
    margin: 7px 4px 0 0;
    float: left;
}
.news-posts .tags{
    margin:75px 0 0 0;
}
.news-posts .tags .all-tags{
    margin:30px 0 0 0;
}
.news-posts .tags .all-tags a{
    color: #555555;
    border: solid 1px #c8c8c8;
    display: inline-block;
    padding: 10px 23px;
    margin: 0 0 6px 1px;
}
.news-posts .tags .all-tags a:hover{
    color: #fff;
    background:#0A1D3B;
    border: solid 1px #0A1D3B;
}
.news-posts .search{
    margin:75px 0 0 0;
    padding:24px;
    display: inline-block;
    width: 100%;
}
.news-posts .search input[type=text]{
    width:88%;
    padding: 14px 12px;
    color: #747474;
    font-style: italic;
    border:none;
    float:left;
}
.news-posts .search a{
    width:12%;
    float: right;
    background-color: #fff;
    padding:14px 10px;
    border:none;
    margin: 0 0px 0 0;
    color:#333;
    text-align: center;
}
.news-posts .search a:hover{
    background-color: #0A1D3B;
    color:#fff;
}
.news-posts .news-detail{
    margin: 0 0 0 0;
}
.news-posts .news-detail .detail{
    margin:35px 0 0 0;
}
.news-posts .news-detail .detail span.date{
    font-size:20px;
    color:#828282;
}
.news-posts .news-detail .detail h3{
    color: #222222;
    font-weight: 600;
    text-transform: none;
    margin: 12px 0 0 0;
}
.news-posts .news-detail .detail p{
    margin:15px 0 0 0;
}
.news-posts .news-detail .sub-detail{
    margin:65px 0 30px 0;
    display: inline-block;
}
.news-posts .news-detail .sub-detail h6{
}
.news-posts .news-detail .sub-detail .sub-images{
    margin:20px 0 0 0;
}
.news-posts .news-detail .sub-detail .sub-images img{
    float:left;
    width:48%;
    margin:15px 0 0 0;
}
.news-posts .news-detail .sub-detail .sub-images img.right{
    float:right;
}
.news-posts .share-post{
    margin:85px 0 0 0;
}
.news-posts .share-post h6{
    color:#222;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
}
.news-posts .share-post .social-icons{
    margin:15px 0 0 0;
    display:inline-block;
}
.news-posts .share-post .social-icons img{
    width:auto;
}
.news-posts .author-post{
    background:#fff;
    border:solid 1px #c8c8c8;
    padding:4px;
    display: inline-block;
    margin:85px 0 0 0;
}
.news-posts .author-post .author-detail{
    background:#fff;
    border:solid 1px #c8c8c8;
    padding:25px;
    display: inline-block;
}
.news-posts .author-post .author-detail img{
    float:left;
    width:136px;
    border-radius:100%;
    margin:0 22px 0 0;
}
.news-posts .author-post .author-detail .text{
}
.news-posts .author-post .author-detail .text span.name{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
}
.news-posts .author-post .author-detail .text span.position{
    margin:6px 0 0 6px;
}
.news-posts .author-post .author-detail .text p{
    display:block;
    margin:15px 0 0 0;
}
.news-posts .comments-sec{
    margin:85px 0 0 0;
}
.news-posts .comments-sec h3{
    text-transform: capitalize;
    font-weight: 600;
}
.news-posts .comment-box{
    border:solid 1px #c8c8c8;
    padding:15px;
    margin:0 0 18px 0;
}
.news-posts .comment-box img{
    width: 12%;
    float: left;
}
.news-posts .comment-box .detail{
    width: 85%;
    float: right;
}
.news-posts .comment-box .detail a{
    background: #262526;
    color: #fff;
    padding: 5px 14px;
    position: absolute;
    right: 40px;
}
.news-posts .comment-box .detail span.name{
    font-size:20px;
    color:#222;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.news-posts .comment-box .detail span.date{
    font-size:16px;
    color:#555555;
    display: block;
}
.news-posts .comment-box .detail p{
    margin:10px 0 0 0;
}
.news-posts .comment-box .reply-comment{
    background: #F7F7F7;
    margin: 20px 0 0 0;
}
.news-posts .all-comments{
    margin:35px 0 0 0;
}
.news-posts .leave-reply{
    margin:85px 0 0px 0;
}
.news-posts .leave-reply h3{
    text-transform: capitalize;
    font-weight: 600;
}
.news-posts .leave-reply .form{
    margin:35px 0 0 0;
}
.news-posts .leave-reply .form input[type=text]{
    width: 32%;
    padding: 0 12px;
    border: solid 1px #b1b1b1;
    height: 48px;
    margin:0 12px 0 0;
    color:#222;
}
.news-posts .leave-reply .form input[type=text].last{
    margin:0px;
}
.news-posts .leave-reply textarea {
    width: 100%;
    height: 220px;
    padding: 12px 12px;
    margin:16px 0 0 0;
}
.news-posts .leave-reply .form input[type=submit] {
    border: none;
    background-color: #262526;
    color: #fff;
    padding: 14px 35px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin: 12px 0 0 0;
}
.contact-page .get-in-touch{
    padding:120px 0;
}
.contact-page .get-in-touch .get-touch-detail h3{
    font-weight: 700;
}
.contact-page .get-in-touch .get-touch-detail p{
    margin:10px 0 0 0;
}
.contact-page .get-in-touch .social-icons{
    margin: 48px 0 0 0;
}
.contact-page .get-in-touch .social-icons ul{
    margin:18px 0 0 0;
}
.contact-page .get-in-touch .social-icons ul li{
    display: inline-block;
    margin: 0 3px;
}
.contact-page .get-in-touch .social-icons ul li a{
    color: #222;
    border: solid 2px #444444;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 11px 13px;
    float:left;
    font-size: 20px;
}
.contact-page .get-in-touch .social-icons ul li a:hover{
    color: #808080;
    border: solid 2px #808080;
}
.contact-page .get-in-touch .get-touch-form{
}
.contact-page .get-in-touch .get-touch-form input[type=text]{
    float:left;
    width:48%;
    border:solid 1px #bfbfbf;
    height:52px;
    border-radius:5px;
    padding:0 10px;
    font-size:18px;
    color:#464646;
}
.contact-page .get-in-touch .get-touch-form input#email_address{
    float:right;
}
.contact-page .get-in-touch .get-touch-form textarea{
    margin:20px 0 0 0;
    width:100%;
    border:solid 1px #bfbfbf;
    height:234px;
    border-radius:5px;
    font-size:18px;
    color:#464646;
    padding:10px;
}
.contact-page .get-in-touch .get-touch-form input[type=submit]{
    float:left;
    border:none;
    border-radius:5px;
    padding:18px 40px;
    font-size:15px;
    color:#fff;
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    text-transform:uppercase;
    margin:15px 0 0 0;
}
.contact-page .get-in-touch .get-touch-form input[type=submit]:hover{
    background:#0a1d3b;
}
#find-us {
    height:680px;
    width:100%px;
}
#map{
    margin:0 0 -4px 0;
}
.gm-style-iw * {
    display: block;
    width: 270px !important;
    overflow: hidden;
}
.gm-style-iw h4{
    margin: 0;
    padding: 0;
    font-size:26px;
    margin:0 0 6px 0;
}
.gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
.find-us{
    padding:120px 0;
}
.find-us .get-touch h3{
    font-weight: 700;
}
.find-us .get-touch p{
    margin:8px 0 0 0;
}
.find-us .get-in-touch span{
    font-size: 20px;
    display: block;
    line-height: 34px;
}
.find-us .get-in-touch .social-icons a{
    color: #222;
    border: solid 1px #222;
    padding: 7px 9px;
    border-radius: 100%;
    font-size: 16px;
    margin:0 5px 0 0px;
}
.find-us .get-in-touch .social-icons a:hover{
    color:#fff;
}
.find-us .get-in-touch span a{
    color:#222;
}
.find-us .get-in-touch span a:hover{
    color:#02adc6;
}
.find-us .get-in-touch .social-icons{
    margin:25px 0 0 0;
}
.find-us .get-in-touch .social-icons a.fb:hover {
    background: #5c85ce;
    border: solid 1px #5c85ce;
}
.find-us .get-in-touch .social-icons a.tw:hover {
    background: #02c0f2;
    border: solid 1px #02c0f2;
}
.find-us .get-in-touch .social-icons a.gp:hover {
    background: #eb6850;
    border: solid 1px #eb6850;
}
.find-us .get-in-touch .social-icons a.vimeo:hover {
    background: #68d4ee;
    border: solid 1px #68d4ee;
}
.get-directions {
    text-align: center;
    margin: 40px 0 0 0;
}
.get-directions input[type="submit"] {
    background: url(../imgs/directions-btn.png) no-repeat;
    width: 72px;
    height: 59px;
    color:rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    position: relative;
    top: -2px;
}
.get-directions input[type="text"] {
    padding: 15px 2% 17px;
    width:85%;
    max-width: 556px;
    font-size: 22px;
    color: #747474;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    border: solid 1px #BEBEBE;
    border-radius: 10px;
    margin: 0 10px 0 0;
}
.find-us .get-touch .map{
    margin:38px 0 0 0;
}
.find-us .get-touch .detail{
    margin:45px 0 0 0;
}
.find-us .get-touch .detail span{
    font-size: 20px;
    display: block;
    line-height: 34px;
}
.find-us .get-touch .detail span b{
    margin:0 5px 0 0;
}
p#reserv_error {
    border: solid 3px #FFA3A3;
    background: #FBF0F0;
    padding: 12px 0;
    margin: -28px 0 15px 16px;
    width: 96%;
}
form#newsletter_form .error {
    border: solid 2px #F77070 !important;
}
#contact_form .error {
    border: solid 1px #FF8282 !important;
    background: #FFF1F1;
}
.booking-form .success{
    font-family: 'Raleway', sans-serif;
    font-size:26px;
    margin: 95px 0 0 0;
    color: #E9B947;
    position: absolute;
    left:0;
    text-align:center;
    width:100%;
}
.newsletter .success_msg{
    font-family: 'Raleway', sans-serif;
    font-size:22px;
    margin:12px 0 0 0;
    color: #E9B947;
    position: absolute;
    left:0;
    text-align:center;
    width:100%;
}
.get-touch-form .success_msg{
    font-family: 'Raleway', sans-serif;
    font-size:22px;
    margin:12px 0 0 0;
    color: #E9B947;
    position: absolute;
    left:0;
    text-align:center;
    width:100%;
}
.hotel-rooms .room-descrip-general {
    font-size: 1.4rem;
}
.hotel-rooms .room-descrip-general h5{
    margin-bottom: 10px;
    margin-top: 20px;
}
.hotel-rooms .room-descrip-general li{
    margin: 20px 0;
}
.hotel-rooms .room-descrip-general i {
    margin-right: 10px;
}
.mt-4 {
    margin-top: 55px !important;
}
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,800,900,400,300);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);
body{
    background:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    color:#222;
}
*{
    margin:0px;
    padding:0px;
}
h1{
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size:48px;
    text-transform:uppercase;
}
h2{
    font-weight: 700;
    font-size:42px;
    font-family: 'Raleway', sans-serif;
    color:#222222;
}
h3{
    font-weight: 300;
    font-size:36px;
    font-family: 'Raleway', sans-serif;
}
h4{
    font-weight: 600;
    font-size:32px;
    font-family: 'Raleway', sans-serif;
}
h5{
    font-weight:700;
    font-size:28px;
    font-family: 'Raleway', sans-serif;
}
h6{
    font-weight: 600;
    font-size:24px;
    font-family: 'Raleway', sans-serif;
}
p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:400;
    font-size:20px;
    line-height: 27px;
}
a{
    text-decoration:none;
}
li{
    list-style:none;
}
a .img{
    border:none;
}
a{
    transition: background-color 0.5s ease;
    transition: color 1s;
    -webkit-transition: color 1s;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
a:hover {
    transition: background-color 0.5s ease;
}
img{
    width:100%;
}
img:hover {
    transition: background-color 0.5s ease;
}
.clear{
    clear:both;
}
.height5{
    height:5px;
}
.height10{
    height:10px;
}
.height15{
    height:15px;
}
.height20{
    height:20px;
}
.height25{
    height:25px;
}
.height30{
    height:30px;
}
.height35{
    height:35px;
}
:focus{
    outline:none;
}
.header .logo{
    width: 160px;
    float: left;
    margin: 14px 0px 0 0;
    padding: 0 15px;
}
.header .nav{
    float:left;
    margin:0 0 0 0;
}
.header .nav ul li{
    float:left;
}
.header .nav ul li a{
    color: #141414;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    border-left: solid 1px #cccccc;
    padding: 26px 30px;
    line-height: 70px;
}
.header .nav ul li:last-child a{
    border-right: solid 1px #cccccc;
}
.header .get-touch{
    float:right;
}
.header .get-touch li{
    float:left;
}
.header .get-touch li a{
    text-transform: uppercase;
    font-size: 18px;
    padding: 22px 25px;
    float: left;
}
.header .get-touch li.book-table a{
    color:#fff;
    background:#0a1d3b;
    font-weight:500;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}
.header .get-touch li.book-table a span{
    float:left;
}
.header .get-touch li.book-table a:hover{
    background:#022863;
}
.header .get-touch li.book-table i{
    color:#fff;
    margin:-2px 0 0 115px;
    float: right;
    font-size: 26px;
}
.header .get-touch li.contact-no i{
    margin: 0px 15px 0 0;
    float: left;
    font-size: 26px;
}
.header .get-touch li.contact-no a{
    font-size:20px;
}
.header .cart-button{
    color: #fff;
    padding: 0 26px;
    float: left;
}
.header .cart-button i{
    color:#fff;
    font-size: 34px;
    line-height: 70px;
}
.header .shop-bag li.close-bag {
    cursor: pointer;
}
.header .shop-bag li.close-bag a{
    padding:0 26px;
}
.header .shop-bag li.open-bag {
    background: #fff;
    display: none;
    position: absolute;
    margin: 70px 0 0 0;
    right: 0;
    width: 345px;
    padding:0 20px 20px 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.header ul.shop-bag {
    float: right;
}
.header .shop-bag .num{
    position: absolute;
    margin: 12px 0 0 24px;
    float: right;
    color: #222;
    background-color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    padding: 2px 0 0 0;
    font-size: 12px;
    text-align: center;
}
.header .shop-bag .cart-food{
    border-bottom: solid 1px #d1d1d1;
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
}
.header .shop-bag .cart-food .detail{
    float: left;
}
.header .shop-bag .cart-food .detail img{
    float:left;
    width:62px;
}
.header .shop-bag .cart-food .detail .text{
    float: left;
    margin: 0 0 0 15px;
    width: 190px;
}
.header .shop-bag .cart-food .detail .text a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #222;
}
.header .shop-bag .cart-food .detail .text p{
    color: #666666;
    font-size: 14px;
}
.header .shop-bag .cart-food a.cross{
    float: right;
    margin: 15px 0 0 0;
}
.header .shop-bag .cart-food a.cross i{
    font-size: 26px;
    color: #777;
}
.header .shop-bag .cart-food a.cross i:hover{
    color: #000;
}
.header .shop-bag .sub-total{
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}
.header .shop-bag .sub-total span{
    font-size:16px;
    color:#636363;
    float: right;
}
.header .shop-bag .sub-total span strong{
    color:#222;
    margin: 0 0 0 8px;
}
.header .shop-bag .sub-total .buttons{
    float: left;
    width: 100%;
    margin: 14px 0 0 0;
}
.header .shop-bag .sub-total a{
    font-size:13px;
    width: 48%;
    float: left;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 0;
}
.header .shop-bag .sub-total a.view-cart{
    background:#bcbcbc;
}
.header .shop-bag .sub-total a.check-out{
    background:#222;
    float:right;
}
.header-two .logo2{
    width:158px;
    float:left;
    margin:25px 26px 0 0;
}
.header-two .logo-dark{
    display:none;
}
.header-two .nav{
    float:left;
}
.header-two .nav ul li{
    float:left;
}
.header-two .nav ul li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    padding: 0px 0;
    margin: 0 14px;
    line-height: 102px;
}
.header-two .nav ul li.select-item a{
    color: #FFFFFF;
    border-bottom: solid 1px #fff;
}
.header-two .get-touch{
    float:right;
    margin:38px 0 0 0;
}
.header-two .get-touch li{
    float:left;
}
.header-two .cont-right{
    float:right;
}
.header-two .social-icons{
    float:left;
    margin:40px 8px 0 0;
}
.header-two .social-icons li{
    float:left;
    margin: 0 5px;
}
.header-two .social-icons li a{
    color:#fff;
    font-size:20px;
}
.header-two .social-icons li a:hover{
    color:#e9b947;
}
.header-two .get-touch li a{
    text-transform: uppercase;
    font-size: 18px;
    padding:0px 18px;
    float: left;
}
.header-two .get-touch .book-now a, .header-two .get-touch .book-now a:visited {
    border-radius: 10px;
    background:#0a1d3b;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
}
.header-two .get-touch li.book-table a{
    color:#fff;
    background:#0a1d3b;
    padding: 10px;
    text-align: center;
    font-weight:500;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}
.header-two .get-touch li.book-table a span{
    float:left;
}
.header-two .get-touch li.book-table a:hover{
    background:#022863;
}
.header-two .get-touch li.book-table i{
    color:#fff;
    margin:-2px 0 0 115px;
    float: right;
    font-size: 26px;
}
.header-two .get-touch li.contact-no i{
    margin: 0px 15px 0 0;
    float: left;
    font-size: 26px;
}
.header-two .get-touch li.contact-no a{
    font-size:20px;
    color:#fff;
}
.header-two .cart-button{
    color: #fff;
    padding: 0 0;
    float: left;
}
.header-two .cart-button i{
    color:#fff;
    font-size: 28px;
    line-height: 98px;
}
.header-two .shop-bag li.close-bag {
    cursor: pointer;
}
.header-two .shop-bag li.close-bag a{
    padding:0 0;
}
.header-two .shop-bag li.open-bag {
    background: #fff;
    display: none;
    position: absolute;
    margin:70px 0 0 -305px;
    width: 345px;
    padding:0 20px 20px 20px;
}
.header-two ul.shop-bag {
    float: right;
}
.header-two .shop-bag .num{
    position: absolute;
    margin:30px 0 0 22px;
    float: right;
    color: #222;
    background-color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: 0;
    padding: 2px 0 0 0;
    font-size: 12px;
    text-align: center;
}
.header-two .shop-bag .cart-food{
    border-bottom: solid 1px #d1d1d1;
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
}
.header-two .shop-bag .cart-food .detail{
    float: left;
}
.header-two .shop-bag .cart-food .detail img{
    float:left;
    width:62px;
}
.header-two .shop-bag .cart-food .detail .text{
    float: left;
    margin: 0 0 0 15px;
    width: 190px;
}
.header-two .shop-bag .cart-food .detail .text a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #222;
}
.header-two .shop-bag .cart-food .detail .text p{
    color: #666666;
    font-size: 14px;
}
.header-two .shop-bag .cart-food a.cross{
    float: right;
    margin: 15px 0 0 0;
}
.header-two .shop-bag .cart-food a.cross i{
    font-size: 26px;
    color: #777;
}
.header-two .shop-bag .cart-food a.cross i:hover{
    color: #000;
}
.header-two .shop-bag .sub-total{
    margin: 30px 0 0 0;
    float: left;
    width: 100%;
}
.header-two .shop-bag .sub-total span{
    font-size:16px;
    color:#636363;
    float: right;
}
.header-two .shop-bag .sub-total span strong{
    color:#222;
    margin: 0 0 0 8px;
}
.header-two .shop-bag .sub-total .buttons{
    float: left;
    width: 100%;
    margin: 14px 0 0 0;
}
.header-two .shop-bag .sub-total a{
    font-size:13px;
    width: 48%;
    float: left;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 0;
}
.header-two .shop-bag .sub-total a.view-cart{
    background:#bcbcbc;
}
.header-two .shop-bag .sub-total a.check-out{
    background:#222;
    float:right;
}
.wave{
    background:url(../imgs/wave.png) repeat-x;
    height:46px;
    position: relative;
    z-index: 100;
    margin: -10px 0 0 0;
}
.arrow-scroll {
}
.arrow-scroll img{
    width:43px;
    height:36px;
}
.scroll-down{
    position: absolute;
    left: 49.2%;
    bottom:110px;
    z-index: 5555;
}
.scroll-down.bounce {
//bounce animation position:relative;
//top:1em;
    Transform: translateY(4em);
    animation-name: bounce;
    animation-timing-function: ease-in;
    animation-duration:2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.main-title{
    text-align:center;
}
.main-title span{
    font-size:100px;
    font-family: 'Tangerine', cursive;
}
.main-title h1{
    background: url(../imgs/heading-dark.png) no-repeat center 120px;
    letter-spacing: 4px;
    padding: 0 0 70px 0;
    margin: -6px 0 0 0;
}
.main-title p{
    width: 80%;
    display: inline-block;
}
.main-title-white{
    text-align:center;
}
.main-title-white span{
    font-size:100px;
    font-family: 'Tangerine', cursive;
    color:#fff;
}
.main-title-white h1{
    background: url(../imgs/heading-light.png) no-repeat center 80px;
    letter-spacing: 4px;
    padding: 0 0 70px 0;
    margin: -6px 0 0 0;
    color:#fff;
}
.main-title-white p{
    width: 80%;
    display: inline-block;
}
.back{
    background:#f9f8f7;
}
.today-special{
    background: #EFEFEF;
}
.today-special-detail{
    padding:120px 0;
    background:url(../imgs/food-salad.jpg) no-repeat 12px bottom;
    background-color:#fff;
    text-align:center;
}
.today-special-detail .main-sec{
    width:75%;
    display: inline-block;
    padding:35px;
    margin:0 0 25px 0;
}
.today-special-detail .main-sec .detail{
    background: #fff;
    float: left;
    width: 520px;
    padding: 40px 45px;
    position: absolute;
    margin: 0 0 0 -105px;
    box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.today-special-detail .main-sec .detail span.title{
    font-family: 'Tangerine', cursive;
    font-size:70px;
    padding: 0 0 70px 0;
    background: url(../imgs/heading-dark.png) no-repeat center 90px;
}
.today-special-detail .main-sec .detail p {
    margin:60px 0 0 0;
    font-size:300;
}
.today-special-detail .main-sec .image{
    float: right;
    margin:-64px 0 0 0;
}
.today-special-detail .main-sec .image img{
    width:auto;
    width:460px;
}
.services{
    padding:120px 0;
}
.services .serv-main-sec{
    margin:85px 0 0 0;
}
.services .service-sec-top-bg{
    background:url(../imgs/service-top.png) no-repeat;
    height: 32px;
    background-size: 100%;
}
.services .service-sec-bottom-bg{
    background:url(../imgs/service-bottom.png) no-repeat;
    height: 32px;
    background-size: 100%;
}
.services .service-sec{
    border-right: 4px double #e4e4e4;
    border-left: 4px double #e4e4e4;
    padding:28px 20px;
    text-align: center;
}
.services .service-sec h6{
    margin: 36px 0 0 0;
}
.services .service-sec p{
    margin: 5px 0 0 0;
}
.services .service-sec a{
    margin: 32px 0 0 0;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
}
.services .service-sec a:hover{
    background:#000;
    color:#fff;
    border:solid 1px #000;
}
.services .service-sec i{
    font-size: 70px;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    padding: 37px;
    display: inline-block;
}
.services .serv-main-sec:hover .service-sec-top-bg{
    height:32px;
    background-size:100%;
}
.services .serv-main-sec:hover .service-sec-bottom-bg{
    height:32px;
    background-size:100%;
}
.services .serv-main-sec:hover .service-sec{
    border-right: 4px double #fff;
    border-left: 4px double #fff;
    color:#fff;
}
.services .serv-main-sec:hover .service-sec h6{
    margin: 36px 0 0 0;
}
.services .serv-main-sec:hover .service-sec p{
    margin: 5px 0 0 0;
}
.services .serv-main-sec:hover .service-sec a{
    border: solid 1px #fff;
}
.services .serv-main-sec:hover .service-sec a:hover{
    border: solid 1px #000;
}
.services .serv-main-sec:hover .service-sec i{
    font-size: 70px;
    background:#fff;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    padding: 37px;
    display: inline-block;
}
.dark-bg{
    background:#f9f8f7;
}
.services-two{
    padding:120px 0;
}
.services-two .serv-main-sec{
    margin:85px 0 0 0;
}
.services-two .serv-main-sec .service-sec{
    text-align:center;
}
.services-two .serv-main-sec .service-sec .detail{
    margin: 36px 0 0 0;
}
.services-two .serv-main-sec .service-sec .detail p{
    margin:8px 0 0 0;
}
.services-two .serv-main-sec .service-sec .detail a{
    border: solid 1px #dbdbdb;
    color: #5d5d5d;
    display: inline-block;
    margin: 35px 0 0 0;
    padding: 13px 25px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    background:#fff;
}
.services-two .serv-main-sec .service-sec .detail a:hover{
    color: #fff;
}
.white-btn{
    background: #fff;
    font-size: 15px;
    color: #5d5d5d;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    padding: 20px 44px;
    border-radius: 5px;
    display: inline-block;
}
.white-btn:hover{
    color:#fff;
}
.parallax {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-align:center;
}
.parallax img.parallax-back {
    position:absolute;
    bottom:0;
    left: 0;
}
.parallax .detail {
    position: absolute;
    width: 100%;
}
.master-town .parallax .detail {
    margin-top: 228px;
}
.master-town .parallax h1{
    text-transform:inherit;
    color:#fff;
    font-weight:900;
}
.master-town .parallax h1 span{
    margin: 0 18px;
}
.master-town .parallax .detail .white-btn{
    margin: 22px 0 0 0;
}
.master-town{
    background:url(../imgs/freash-healthy.jpg) no-repeat fixed;
    height:575px;
    width: 100%;
    background-size: 100%;
}
.our-story{
    padding:120px 0;
}
.our-story .story-detail{
    margin:42px 0 0 0;
    text-align:center;
}
.our-story .story-detail p{
    width:92%;
    display: inline-block;
}
.our-story .story-detail a.full-story{
    text-transform:uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 30px 0 0 0;
    padding: 0 0 4px 0;
    display:inline-block;
}
.our-story .story-detail a.full-story:hover{
    color:#000;
    border-bottom: solid 2px #000;
}
.upcoming-event{
    background:url(../imgs/event-bg.jpg) no-repeat fixed;
    height:1000px;
    width: 100%;
    background-size: 100%;
}
.upcoming-event .parallax .detail {
    margin-top: 120px;
}
.parallax.parallax-event {
    height: 1000px;
}
.upcoming-event .event-detail {
    margin: 32px 0 0 0;
    display: inline-block;
}
.upcoming-event .event-detail .event-text{
    text-align:left;
    color:#fff;
}
.upcoming-event .event-detail .event-text h6{
}
.upcoming-event .event-detail .event-text span{
    font-size:20px;
    margin: 16px 0 0 0;
    display: block;
}
.upcoming-event .event-detail .event-text span i{
    font-size: 24px;
    margin: 3px 12px 0 0;
    float: left;
}
.upcoming-event .event-detail .event-text p{
    margin: 32px 0 0 0;
}
.upcoming-event .event-detail .event-text p a{
    font-weight: 600;
    color: #fff;
    border-bottom: solid 1px #fff;
}
.upcoming-event .event-detail .event-text a.view-event{
    text-transform:uppercase;
    font-weight:500;
    font-family:'Raleway', sans-serif;
    margin:45px 0 0 0;
    padding: 0 0 4px 0;
    display:inline-block;
}
.upcoming-event .event-detail .event-text a.view-event:hover{
    color: #fff;
    border-bottom: solid 2px #fff;
}
.today-food{
    padding:120px 0;
}
.today-food .special-food {
    margin: 48px 0 0 0;
}
.today-food .special-food .food-detail{
    margin:32px 0 0 0;
}
.today-food .special-food .food-detail span{
    font-size:22px;
}
.today-food .special-food .food-detail span.title{
    border-bottom: solid 1px #CCCCCC;
    display: block;
    padding: 0 0 14px 0;
}
.today-food .special-food .food-detail span.price{
    font-size: 24px;
    float: right;
    font-weight: 600;
}
.today-food .special-food .food-detail span.tags{
    font-size:16px;
    color:#878787;
    display:block;
    margin: 14px 0 0 0;
}
.parallax.parallax-book-table {
    background:url(../imgs/book-table.jpg) no-repeat fixed;
    height:840px;
    width: 100%;
    background-size: 100%;
}
.book-table .detail{
    margin:120px 0 0 0;
}
.book-table .booking-form{
    display: inline-block;
    margin: 62px 0 0 0;
}
.book-table .booking-form .field{
    margin: 0 0 18px 0;
}
.book-table .booking-form .field input[type=text]{
    width: 100%;
    border: solid 1px #cecece;
    color: #595959;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 14px;
    height: 58px;
    font-size: 17px;
}
.book-table .booking-form input[type=submit]{
    color: #fff;
    border-radius: 5px;
    padding: 18px 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    float: left;
    border: none;
    margin: 0 0 0 15px;
    transition: background-color 0.5s ease;
}
.book-table .booking-form input[type=submit]:hover{
    background-color: #000;
    transition: background-color 0.5s ease;
}
.latest-news{
    padding:10px 0;
}
.latest-news .post{
}
.latest-news .post .detail{
    background:#fff;
    padding: 20px 0;
    position:relative;
}
.latest-news .post .detail img{
    width: 56px !important;
    position: absolute;
    top: 0;
    border-radius: 100% !important;
    border: solid 4px #fff;
    margin: -28px 0 0 10px;
}
.latest-news .post .detail h5{
    font-weight:500;
    margin:25px 0 0 0;
}
.latest-news .post .detail p{
    margin:4px 0 0 0;
}
.latest-news .post .detail span{
    color:#222;
    font-size: 16px;
    margin: 22px 0 0 0;
    display: inline-block;
}
.latest-news .post .detail span.comment{
    float:right;
}
.latest-news .post .detail span i{
    font-size: 22px;
    float: left;
    margin: 0 8px 0 0;
}
.latest-news .post .detail a{
    color:#222;
}
.customer-words{
    background:url(../imgs/testimonials-bg.jpg) no-repeat fixed;
    height:880px;
    width: 100%;
    background-size: 100%;
}
.parallax.parallax-customer-words{
    height: 880px;
}
.customer-words .detail{
    margin:120px 0 0 0;
}
.customer-words .testi-sec{
}
.customer-words .testi-sec img{
    width: 135px;
    height: 135px;
    border-radius: 100%;
    border: solid 5px #fff;
}
.customer-words .testi-sec span.name{
    font-size:24px;
    display: block;
}
.customer-words .testi-sec span.work{
    color:#fff;
    display: block;
    font-size:18px;
}
.customer-words .testi-sec p{
    color:#fff;
    font-size: 20px;
    width: 84%;
    display: inline-block;
}
.customer-words .testi-sec .rating i{
    color:#f4bc16;
    font-size: 32px;
}
.footer{
    padding:120px 0 0 0;
    border-top:solid 1px #ccc;
}
.footer .get-touch {
    border-bottom: solid 1px #d3d3d3;
    padding: 0 0 65px 0;
    margin: 95px 0 0 0;
}
.footer .get-touch .contact-us{
    float: left;
}
.footer .get-touch .detail{
    margin:45px 0 0 0;
}
.footer .get-touch .contact-us p{
}
.footer .get-touch .contact-us ul{
    margin:35px 0 0 0;
}
.footer .get-touch .contact-us ul li{
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
.footer .get-touch .contact-us ul li.phone i{
    font-size:30px;
}
.footer .get-touch .contact-us ul li span{
    font-size: 20px;
    margin: 0 0 0 0;
    float: right;
    width: 88%;
}
.footer .get-touch .contact-us ul li i{
    font-size: 28px;
    float: left;
    width: 12%;
}
.footer .get-touch .open-hours{
    float: left;
}
.footer .get-touch .open-hours ul {
    float: left;
    width: 92%;
}
.footer .get-touch .open-hours li{
    width: 100%;
    float: left;
    margin: 0 0 14px 0;
}
.footer .get-touch .open-hours li span.day{
    font-weight:800;
    font-size:20px;
    float:left;
}
.footer .get-touch .open-hours li span.time{
    float:right;
    font-size:18px;
    font-weight:300;
}
.footer .get-touch .instagram .col-md-4{
    padding-left:0;
    padding-right: 8px;
}
.footer .get-touch .instagram{
    float:left;
}
.footer .get-touch .instagram a{
    margin: 0 0 8px 0;
    float: left;
}
.footer .about-pearl{
    text-align:center;
    margin:65px 0 0 0;
}
.footer .about-pearl .about-detail p{
    width:65%;
    display:inline-block;
    margin:10px 0 0 0;
}
.footer .about-pearl .follow-us{
    margin: 75px 0 0 0;
}
.footer .about-pearl .follow-us ul{
    margin: 38px 0 0 0;
}
.footer .about-pearl .follow-us ul li{
    display: inline-block;
    margin: 0 3px;
}
.footer .about-pearl .follow-us ul li a{
    color: #222;
    border: solid 2px #444444;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 11px 10px;
    float:left;
    font-size: 20px;
}
.footer .about-pearl .newsletter{
    margin:65px 0 0 0;
}
.footer .about-pearl .newsletter .field{
    display: inline-block;
    margin:48px 0 0 0;
}
.footer .about-pearl .newsletter input[type=text]{
    background:#fff;
    border: solid 2px #444444;
    color:#6c6c6c;
    font-size:16px;
    height:45px;
    width:325px;
    padding:0 15px;
    float:left;
}
.footer .about-pearl .newsletter a{
    height: 45px;
    color: #fff;
    background: #444;
    padding:9px 10px;
    font-size: 26px;
    margin:0 0 0 -4px;
    float: right;
    width: 48px;
}
.footer .copyrights{
    background:#262526;
    text-align:center;
    margin: 75px 0 0 0;
    padding:58px 0;
}
.footer .copyrights span{
    color:#a0a0a0;
    font-size:16px;
}
.footer .copyrights span a{
    color:#dbdbdb;
}
.footer .copyrights span a:hover{
    color:#a7a7a7;
}
.footer .copyrights ul{
    margin: 22px 0 0 0;
}
.footer .copyrights ul li{
    display:inline-block;
}
.footer .copyrights ul li a{
    color:#a8a8a8;
    text-transform: uppercase;
    font-size:15px;
}
.footer-dark{
    padding:120px 0 0 0;
    background:#222;
}
.footer-dark .main-title h1{
    background: url(../imgs/heading-light.png) no-repeat center 80px;
    color:#fff;
}
.footer-dark .get-touch{
    border-bottom: solid 1px #d3d3d3;
    padding: 0 0 65px 0;
    margin: 95px 0 0 0;
}
.footer-dark .get-touch .contact-us{
    float: left;
}
.footer-dark .get-touch .contact-us h4{
    color:#fff;
}
.footer-dark .get-touch .detail{
    margin:45px 0 0 0;
}
.footer-dark .get-touch .contact-us p{
    color:#fff;
}
.footer-dark .get-touch .contact-us ul{
    margin:35px 0 0 0;
}
.footer-dark .get-touch .contact-us ul li{
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
.footer-dark .get-touch .contact-us ul li.phone i{
    font-size:30px;
}
.footer-dark .get-touch .contact-us ul li span{
    font-size: 20px;
    margin: 0 0 0 0;
    float: right;
    width: 88%;
    color:#fff;
}
.footer-dark .get-touch .contact-us ul li i{
    font-size: 28px;
    float: left;
    width: 12%;
    color:#fff;
}
.footer-dark .get-touch .open-hours{
    float: left;
}
.footer-dark .get-touch .open-hours h4{
    color:#fff;
}
.footer-dark .get-touch .open-hours ul {
    float: left;
    width: 92%;
}
.footer-dark .get-touch .open-hours li{
    width: 100%;
    float: left;
    margin: 0 0 14px 0;
}
.footer-dark .get-touch .open-hours li span.day{
    font-weight:800;
    font-size:20px;
    float:left;
    color:#fff;
}
.footer-dark .get-touch .open-hours li span.time{
    float:right;
    font-size:18px;
    font-weight:300;
    color:#fff;
}
.footer-dark .get-touch .instagram .col-md-4{
    padding-left:0;
    padding-right: 8px;
}
.footer-dark .get-touch .instagram{
    float:left;
}
.footer-dark .get-touch .instagram h4{
    color:#fff;
}
.footer-dark .get-touch .instagram a{
    margin: 0 0 8px 0;
    float: left;
}
.footer-dark .about-pearl{
    text-align:center;
    margin:65px 0 0 0;
}
.footer-dark .about-pearl h5{
    color:#fff;
}
.footer-dark .about-pearl .about-detail p{
    width:65%;
    display:inline-block;
    margin:10px 0 0 0;
    color:#fff;
}
.footer-dark .about-pearl .follow-us{
    margin: 75px 0 0 0;
}
.footer-dark .about-pearl .follow-us ul{
    margin: 38px 0 0 0;
}
.footer-dark .about-pearl .follow-us ul li{
    display: inline-block;
    margin: 0 3px;
}
.footer-dark .about-pearl .follow-us ul li a{
    color: #fff;
    border: solid 2px #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 11px 10px;
    float:left;
    font-size: 20px;
}
.footer-dark .about-pearl .newsletter{
    margin:65px 0 0 0;
}
.footer-dark .about-pearl .newsletter .field{
    display: inline-block;
    margin:48px 0 0 0;
}
.footer-dark .about-pearl .newsletter input[type=text]{
    background:#fff;
    border: solid 2px #444444;
    color:#6c6c6c;
    font-size:16px;
    height:45px;
    width:325px;
    padding:0 15px;
    float:left;
}
.footer-dark .about-pearl .newsletter a{
    height:45px;
    color:#fff;
    background:#444;
    padding:9px 10px;
    font-size:26px;
    margin:0 0 0 -4px;
    float:right;
    width: 48px;
}
.footer-dark .copyrights{
    background:#151515;
    text-align:center;
    margin: 75px 0 0 0;
    padding:58px 0;
}
.footer-dark .copyrights span{
    color:#a0a0a0;
    font-size:16px;
}
.footer-dark .copyrights span a{
    color:#dbdbdb;
}
.footer-dark .copyrights span a:hover{
    color:#a7a7a7;
}
.footer-dark .copyrights ul{
    margin: 22px 0 0 0;
}
.footer-dark .copyrights ul li{
    display:inline-block;
}
.footer-dark .copyrights ul li a{
    color:#a8a8a8;
    text-transform: uppercase;
    font-size:15px;
}
.sub-banner{
    height:505px;
    min-height:505px;
}
.sub-banner .banner-img{
    background:url(../imgs/sub-banner.jpg) no-repeat;
    width:100%;
    height:100%;
    background-size: cover !important;
}
.sub-banner .detail {
    position: absolute;
    top:220px;
    text-align: center;
    width: 100%;
    display: block;
}
.sub-banner .detail h1{
    color:#fff;
    display: block;
}
.sub-banner .detail span{
    color:#fff;
    font-size: 20px;
    display: block;
}
.sub-banner .detail ul{
    float:right;
    margin:110px 0 0 0;
}
.sub-banner .detail ul li{
    float: left;
    background: url(../imgs/paging-arrow.png) no-repeat right 9px;
    margin: 0 0 0 0;
    padding: 0 16px 0 10px;
}
.sub-banner .detail ul li:last-child{
    background:none;
}
.sub-banner .detail ul li a{
    color:#fff;
}
.sub-banner .detail ul li a:hover{
    color:#e9b947;
}
.sub-banner .detail ul li a.select{
    color:#e9b947;
    font-weight:700;
}
.our-story .atmosphere {
    margin: 55px 0 0 0;
    text-align: center;
}
.our-story .atmosphere p{
    width:92%;
    display:inline-block;
}
.master-town .detail p{
    color:#fff;
    display:block;
    font-size:22px;
}
.restaurant-tour{
    padding:120px 0;
}
.team-members{
    padding:120px 0;
}
.team-members .chef-sec{
    margin:60px 0 0 0
}
.team-members .chef-sec .detail{
    text-align:center;
    margin:52px 0 0 0;
}
.team-members .chef-sec .detail p{
    margin:8px 0 0 0;
}
.team-members .chef-sec .detail ul{
    margin:22px 0 0 0;
}
.team-members .chef-sec .detail ul li{
    display: inline-block;
}
.team-members .chef-sec .detail ul li a{
    color:#6a6a6a;
    text-transform:uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size:14px;
}
.team-members .chef-sec .detail ul li a.fb:hover{
    color:#4d6299;
    border-bottom:solid 2px #4d6299;
}
.team-members .chef-sec .detail ul li a.tw:hover{
    color:#4ac5f1;
    border-bottom:solid 2px #4ac5f1;
}
.team-members .chef-sec .detail ul li a.gp:hover{
    color:#d96653;
    border-bottom:solid 2px #d96653;
}
.team-members .chef-sec .detail ul li span{
    color:#6a6a6a;
    margin: 0 6px;
    font-size: 22px;
}
.our-menu{
    padding:120px 0;
}
.our-menu .menu-sec{
    margin: 0 0 110px 0;
    border-bottom: solid 1px #ccc;
    padding: 0 0 130px 0;
}
.our-menu .menu-sec.last{
    margin:0;
    border-bottom:none;
    padding:0;
}
.our-menu .menu-sec .menu-detail{
    margin: 62px 0 0 0;
}
.our-menu .menu-sec .menu-detail img{
    margin: 0 0 25px 0;
}
.our-menu .menu-sec .menu-detail .food-detail{
    margin:0 0 56px 0;
}
.our-menu .menu-sec .menu-detail .food-detail span{
    font-size:22px;
}
.our-menu .menu-sec .menu-detail .food-detail span.title {
    border-bottom: solid 1px #CCCCCC;
    display: block;
    padding: 0 0 14px 0;
}
.our-menu .menu-sec .menu-detail .food-detail span.price{
    font-size: 24px;
    float: right;
    font-weight: 600;
}
.our-menu .menu-sec .menu-detail .food-detail span.tags{
    font-size: 16px;
    color: #878787;
    display: block;
    margin: 14px 0 0 0;
    font-weight:300;
}
.our-menu .food-sec{
    margin:0 0 75px 0;
}
.our-menu .food-sec .detail{
    text-align:center;
    margin:40px 0 0 0;
}
.our-menu .food-sec .detail span.food-time{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    display: inline-block;
    text-align: center;
}
.our-menu .food-sec .detail span.small-tit{
    display:block;
    font-size:18px;
    color:#999999;
    margin: 24px 0 0 0;
}
.our-menu .food-sec .detail h6{
    margin: 2px 0 0 0;
    display:block;
}
.our-menu .food-sec .detail p{
    margin:8px 0 0 0;
}
.our-menu.our-menu .menu-sec{
    margin:0 0 110px 0;
    border-bottom:none;
    padding:0;
}
.blog{
    padding:120px 0;
}
.blog .blog-post {
    display: inline-block;
    margin:0 0 120px 0;
}
.blog .blog-post .post-text{
    text-align:center;
    margin:105px 0 0 0;
}
.blog .blog-post .post-text span{
    color: #888888;
    text-transform: uppercase;
    font-size: 18px;
}
.blog .blog-post .post-text span.dot{
    margin: 0 4px;
    font-size: 36px;
}
.blog .blog-post .post-text h3{
    font-weight: 700;
    color: #333;
    margin: 10px 0 0 0;
    display: block;
}
.blog .blog-post .post-text h3 a{
    color: #333;
    margin: 15px 0 0 0;
}
.blog .blog-post .post-text h3 a:hover{
    color: #e9b947;
}
.blog .blog-post .post-text p{
    margin:5px 0 0 0;
}
.blog .blog-post .post-text a.read-more{
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin:48px 0 0 0;
    padding: 0 0 4px 0;
    display: inline-block;
}
.blog .blog-post .post-text a.read-more:hover{
    color: #000;
    border-bottom: solid 2px #000;
}
.blog .more-posts .newest-post{
    float:left;
    font-size:26px;
    color:#727272;
    font-weight: 300;
}
.blog .more-posts .newest-post i{
    font-size: 28px;
    float: left;
    margin: 3px 8px 0 0;
}
.blog .more-posts .older-post{
    float:right;
    font-size:26px;
    color:#727272;
    font-weight: 300;
}
.blog .more-posts .older-post i{
    font-size: 28px;
    float: right;
    margin:3px 0px 0 8px;
}
.blog .more-posts a:hover{
    color:#e9b947;
}
.news-posts{
    padding:120px 0;
}
.news-posts .news-sec{
    margin: 0 0 120px 0;
}
.news-posts .news-sec.text-based{
    border:solid 1px #cecece;
    padding: 40px;
}
.news-posts .news-sec.text-based .detail{
    margin:0 0 0 0;
}
.news-posts .news-sec .detail{
    margin:35px 0 0 0;
}
.news-posts .news-sec .detail span{
    color:#727272;
    font-size:22px;
    font-weight:300;
}
.news-posts .news-sec .detail i{
    font-size:26px;
}
.news-posts .news-sec .detail .post-writer{
    float:left;
    margin:0 25px 0 0px;
}
.news-posts .news-sec .detail .post-writer img{
    float:left;
    width:42px;
    height:42px;
    border-radius:100%;
}
.news-posts .news-sec .detail .post-writer span{
    margin:8px 0 0 12px;
    float:left;
}
.news-posts .news-sec .detail .date{
    float:left;
    margin:0 25px 0 0px;
}
.news-posts .news-sec .detail .date i{
    margin: 10px 0 0 0;
    float: left;
}
.news-posts .news-sec .detail .date span{
    margin:8px 0 0 10px;
    float:left;
}
.news-posts .news-sec .detail .comment{
    display: inline-block;
    margin:0 0 0 0px;
}
.news-posts .news-sec .detail .comment i{
    margin:5px 10px 0 0;
    float: left;
}
.news-posts .news-sec .detail .comment a{
    margin:8px 0 0 10px;
    float:left;
    color:#727272;
    font-size:22px;
}
.news-posts .news-sec .detail h3{
    color: #222222;
    font-weight:700;
    margin:30px 0 0 0;
}
.news-posts .news-sec .detail h4{
    display: inline-block;
    margin:30px 0 0 0;
    text-transform:inherit;
}
.news-posts .news-sec .detail p{
    margin:5px 0 0 0;
}
.news-posts .news-sec .detail a.read-more{
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 45px 0 0 0;
    padding: 0 0 4px 0;
    display: inline-block;
}
.news-posts .news-sec .detail a.read-more:hover{
    color: #000;
    border-bottom: solid 2px #000;
}
.news-posts h6.bar-title{
    font-weight: 500;
    color: #fff;
    padding: 14px 24px;
    display: block;
}
.news-posts .recent-posts .post-sec{
    margin:35px 0 0 0;
}
.news-posts .recent-posts .post-sec img{
    width:82px;
    float:left;
    margin:0 22px 0 0;
}
.news-posts .recent-posts .post-sec a.title{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color:#222;
}
.news-posts .recent-posts .post-sec span.date{
    color: #ABABAB;
    display: block;
    margin: 5px 0 0 0;
    font-size: 15px;
}
.news-posts .categories{
    margin:10px 0 0 0;
}
.news-posts .categories ul{
    margin:22px 0 0 0;
}
.news-posts .categories ul li{
    float: left;
    width: 100%;
    line-height: 39px;
}
.news-posts .categories ul li a{
    color: #555555;
    font-size: 20px;
}
.news-posts .categories ul li a i{
    font-size: 28px;
    margin: 15px 4px 0 0;
    float: left;
}
.news-posts .tags{
    margin:75px 0 0 0;
}
.news-posts .tags .all-tags{
    margin:30px 0 0 0;
}
.news-posts .tags .all-tags a{
    color: #555555;
    border: solid 1px #c8c8c8;
    display: inline-block;
    padding: 10px 23px;
    margin: 0 0 6px 1px;
}
.news-posts .tags .all-tags a:hover{
    color: #fff;
    background:#0A1D3B;
    border: solid 1px #0A1D3B;
}
.news-posts .search{
    margin:75px 0 0 0;
    padding:24px;
    display: inline-block;
    width: 100%;
}
.news-posts .search input[type=text]{
    width:88%;
    padding: 14px 12px;
    color: #747474;
    font-style: italic;
    border:none;
    float:left;
}
.news-posts .search a{
    width:12%;
    float: right;
    background-color: #fff;
    padding:14px 10px;
    border:none;
    margin: 0 0px 0 0;
    color:#333;
    text-align: center;
}
.news-posts .search a:hover{
    background-color: #0A1D3B;
    color:#fff;
}
.news-posts .follow-us{
    margin:10px 0 0 0;
}
.news-posts .follow-us ul{
    margin:22px 0 0 0;
}
.news-posts .follow-us ul li{
    float: left;
    width: 100%;
    line-height: 39px;
    margin-bottom: 10px;
}
.news-posts .follow-us ul li a{
    color: #555555;
    font-size: 20px;
}
.news-posts .follow-us ul li a i{
    font-size: 28px;
    margin: 10px 15px 0 0;
    float: left;
}
.news-posts .maps{
    margin:50px 0 0 0;
}
.news-posts .maps ul{
    margin:22px 0 0 0;
}
.news-posts .maps ul li{
    float: left;
    width: 100%;
    line-height: 39px;
    margin-bottom: 10px;
}
.news-posts .maps ul li a{
    color: #555555;
    font-size: 20px;
}
.news-posts .maps ul li a i{
    font-size: 28px;
    margin: 10px 15px 0 0;
    float: left;
}
.news-posts .news-detail{
    margin: 0 0 0 0;
}
.news-posts .news-detail .detail{
    margin:35px 0 0 0;
}
.news-posts .news-detail .detail span.date{
    font-size:20px;
    color:#828282;
}
.news-posts .news-detail .detail h3{
    color: #222222;
    font-weight: 600;
    text-transform: none;
    margin: 12px 0 0 0;
}
.news-posts .news-detail .detail p{
    margin:15px 0 0 0;
}
.news-posts .news-detail .sub-detail{
    margin:65px 0 30px 0;
    display: inline-block;
}
.news-posts .news-detail .sub-detail h6{
}
.news-posts .news-detail .sub-detail .sub-images{
    margin:20px 0 0 0;
}
.news-posts .news-detail .sub-detail .sub-images img{
    float:left;
    width:48%;
    margin:15px 0 0 0;
}
.news-posts .news-detail .sub-detail .sub-images img.right{
    float:right;
}
.news-posts .share-post{
    margin:85px 0 0 0;
}
.news-posts .share-post h6{
    color:#222;
    font-family: 'Raleway', sans-serif;
    font-weight:700;
}
.news-posts .share-post .social-icons{
    margin:15px 0 0 0;
    display:inline-block;
}
.news-posts .share-post .social-icons img{
    width:auto;
}
.news-posts .author-post{
    background:#fff;
    border:solid 1px #c8c8c8;
    padding:4px;
    display: inline-block;
    margin:85px 0 0 0;
}
.news-posts .author-post .author-detail{
    background:#fff;
    border:solid 1px #c8c8c8;
    padding:25px;
    display: inline-block;
}
.news-posts .author-post .author-detail img{
    float:left;
    width:136px;
    border-radius:100%;
    margin:0 22px 0 0;
}
.news-posts .author-post .author-detail .text{
}
.news-posts .author-post .author-detail .text span.name{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
}
.news-posts .author-post .author-detail .text span.position{
    margin:6px 0 0 6px;
}
.news-posts .author-post .author-detail .text p{
    display:block;
    margin:15px 0 0 0;
}
.news-posts .comments-sec{
    margin:85px 0 0 0;
}
.news-posts .comments-sec h3{
    text-transform: capitalize;
    font-weight: 600;
}
.news-posts .comment-box{
    border:solid 1px #c8c8c8;
    padding:15px;
    margin:0 0 18px 0;
}
.news-posts .comment-box img{
    width: 12%;
    float: left;
}
.news-posts .comment-box .detail{
    width: 85%;
    float: right;
}
.news-posts .comment-box .detail a{
    background: #262526;
    color: #fff;
    padding: 5px 14px;
    position: absolute;
    right: 40px;
}
.news-posts .comment-box .detail span.name{
    font-size:20px;
    color:#222;
    font-family: 'Raleway', sans-serif;
    font-weight:600;
}
.news-posts .comment-box .detail span.date{
    font-size:16px;
    color:#555555;
    display: block;
}
.news-posts .comment-box .detail p{
    margin:10px 0 0 0;
}
.news-posts .comment-box .reply-comment{
    background: #F7F7F7;
    margin: 20px 0 0 0;
}
.news-posts .all-comments{
    margin:35px 0 0 0;
}
.news-posts .leave-reply{
    margin:85px 0 0px 0;
}
.news-posts .leave-reply h3{
    text-transform: capitalize;
    font-weight: 600;
}
.news-posts .leave-reply .form{
    margin:35px 0 0 0;
}
.news-posts .leave-reply .form input[type=text]{
    width: 32%;
    padding: 0 12px;
    border: solid 1px #b1b1b1;
    height: 48px;
    margin:0 12px 0 0;
    color:#222;
}
.news-posts .leave-reply .form input[type=text].last{
    margin:0px;
}
.news-posts .leave-reply textarea {
    width: 100%;
    height: 220px;
    padding: 12px 12px;
    margin:16px 0 0 0;
}
.news-posts .leave-reply .form input[type=submit] {
    border: none;
    background-color: #262526;
    color: #fff;
    padding: 14px 35px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin: 12px 0 0 0;
}
.contact-page .get-in-touch{
    padding:120px 0;
}
.contact-page .get-in-touch .get-touch-detail h3{
    font-weight: 700;
}
.contact-page .get-in-touch .get-touch-detail p{
    margin:10px 0 0 0;
}
.contact-page .get-in-touch .social-icons{
    margin: 48px 0 0 0;
}
.contact-page .get-in-touch .social-icons ul{
    margin:18px 0 0 0;
}
.contact-page .get-in-touch .social-icons ul li{
    display: inline-block;
    margin: 0 3px;
}
.contact-page .get-in-touch .social-icons ul li a{
    color: #222;
    border: solid 2px #444444;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 11px 13px;
    float:left;
    font-size: 20px;
}
.contact-page .get-in-touch .social-icons ul li a:hover{
    color: #808080;
    border: solid 2px #808080;
}
.contact-page .get-in-touch .get-touch-form{
}
.contact-page .get-in-touch .get-touch-form input[type=text]{
    float:left;
    width:48%;
    border:solid 1px #bfbfbf;
    height:52px;
    border-radius:5px;
    padding:0 10px;
    font-size:18px;
    color:#464646;
}
.contact-page .get-in-touch .get-touch-form input#email_address{
    float:right;
}
.contact-page .get-in-touch .get-touch-form textarea{
    margin:20px 0 0 0;
    width:100%;
    border:solid 1px #bfbfbf;
    height:234px;
    border-radius:5px;
    font-size:18px;
    color:#464646;
    padding:10px;
}
.contact-page .get-in-touch .get-touch-form input[type=submit]{
    float:left;
    border:none;
    border-radius:5px;
    padding:18px 40px;
    font-size:15px;
    color:#fff;
    font-family: 'Raleway', sans-serif;
    font-weight:400;
    text-transform:uppercase;
    margin:15px 0 0 0;
}
.contact-page .get-in-touch .get-touch-form input[type=submit]:hover{
    background:#0a1d3b;
}
#find-us {
    height:680px;
    width:100%px;
}
#map{
    margin:0 0 -4px 0;
}
.gm-style-iw * {
    display: block;
    width: 270px !important;
    overflow: hidden;
}
.gm-style-iw h4{
    margin: 0;
    padding: 0;
    font-size:26px;
    margin:0 0 6px 0;
}
.gm-style-iw p {
    margin: 0;
    padding: 0;
}
.gm-style-iw a {
    color: #4272db;
}
.find-us{
    padding:120px 0;
}
.find-us .get-touch h3{
    font-weight: 700;
}
.find-us .get-touch p{
    margin:8px 0 0 0;
}
.find-us .get-in-touch span{
    font-size: 20px;
    display: block;
    line-height: 34px;
}
.find-us .get-in-touch .social-icons a{
    color: #222;
    border: solid 1px #222;
    padding: 7px 9px;
    border-radius: 100%;
    font-size: 16px;
    margin:0 5px 0 0px;
}
.find-us .get-in-touch .social-icons a:hover{
    color:#fff;
}
.find-us .get-in-touch span a{
    color:#222;
}
.find-us .get-in-touch span a:hover{
    color:#02adc6;
}
.find-us .get-in-touch .social-icons{
    margin:25px 0 0 0;
}
.find-us .get-in-touch .social-icons a.fb:hover {
    background: #5c85ce;
    border: solid 1px #5c85ce;
}
.find-us .get-in-touch .social-icons a.tw:hover {
    background: #02c0f2;
    border: solid 1px #02c0f2;
}
.find-us .get-in-touch .social-icons a.gp:hover {
    background: #eb6850;
    border: solid 1px #eb6850;
}
.find-us .get-in-touch .social-icons a.vimeo:hover {
    background: #68d4ee;
    border: solid 1px #68d4ee;
}
.get-directions {
    text-align: center;
    margin: 40px 0 0 0;
}
.get-directions input[type="submit"] {
    background: url(../imgs/directions-btn.png) no-repeat;
    width: 72px;
    height: 59px;
    color:rgba(255, 255, 255, 0);
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
    position: relative;
    top: -2px;
}
.get-directions input[type="text"] {
    padding: 15px 2% 17px;
    width:85%;
    max-width: 556px;
    font-size: 22px;
    color: #747474;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    border: solid 1px #BEBEBE;
    border-radius: 10px;
    margin: 0 10px 0 0;
}
.find-us .get-touch .map{
    margin:38px 0 0 0;
}
.find-us .get-touch .detail{
    margin:45px 0 0 0;
}
.find-us .get-touch .detail span{
    font-size: 20px;
    display: block;
    line-height: 34px;
}
.find-us .get-touch .detail span b{
    margin:0 5px 0 0;
}
.about-event ul{
    margin:0px 0 0 0;
}
.about-event ul li{
    display: block;
    line-height: 56px;
    border-bottom:solid 1px #BFBFBF;
}
.about-event ul li span{
    font-size: 20px;
}
.about-event ul li span.qus{
    font-weight:bold;
}
.about-event ul li span.ans{
    float:right;
}
.news-posts .news-sec.event{
    margin: 0 0 30px 0;
}
.shop{
    padding:80px 0 120px 0;
}
.cbp-item a{
    display:block;
}
.shop-gallery .detail{
    background-color: #fff;
    margin: -4px 0 0 0;
    text-align: center;
    border-bottom: solid 1px #D0D0D0;
    padding: 32px 0;
}
.shop-gallery .detail h6{
    color:#222;
}
.shop-gallery .detail span{
    color:#4f4f4f;
    text-transform: uppercase;
    margin: 4px 0 0 0;
    display: inline-block;
}
.shop-gallery .detail span span.dot{
    font-size: 20px;
    margin: 0 8px;
    padding: 0 0 0 0;
}
.shop-gallery .price-cart a{
    display:inline-block;
}
.shop-gallery .price-cart .price {
    display:inline;
    font-size:20px;
    color: #222222;
    margin:20px 0 0 0;
    display: inline-block;
    font-weight: 700;
}
.shop-gallery .cbp-item:hover .price-cart .price {
    display:none;
}
.shop-gallery .price-cart .cart {
    display:none;
}
.shop-gallery .cbp-item:hover .price-cart .cart {
    display:inline;
    font-size:20px;
    margin:20px 0 -2px 0;
    display: inline-block;
    font-weight: 700;
}
.shop-gallery .cbp-item .price-cart .cart:hover{
    color:#000;
    border-bottom: solid 2px #000;
}
.notice{
    background: #222;
    padding: 20px 26px;
    margin:0 0 30px 0;
}
.notice span{
    color:#fff;
    font-size:20px
}
.shop-detail{
    padding:120px 0;
}
.shop-detail .after-cart{
    background:#222222;
    display:inline-block;
    width:100%;
    padding:12px 12px;
    border-radius: 5px;
    margin:0 0 60px 0;
}
.shop-detail .after-cart .text{
    float:left;
}
.shop-detail .after-cart .text i{
    color:#fff;
    font-size:24px;
    float: left;
    border: solid 2px #fff;
    border-radius: 100%;
    padding: 9px 12px;
    margin: 0 16px 0 0;
}
.shop-detail .after-cart .text span{
    color:#fff;
    font-size:20px;
    margin: 10px 0 0 0;
    display: flex;
}
.shop-detail .after-cart a{
    color:#222;
    background:#fff;
    float:right;
    padding: 13px 34px;
    border-radius: 5px;
    text-transform: uppercase;
}
.shop-detail .after-cart a:hover{
    color:#fff;
}
.shop-detail .product-detail .pro-detail h3{
    font-weight:700;
}
.shop-detail .product-detail .pro-detail .review{
    margin:15px 0 0 0;
    display: inline-block;
}
.shop-detail .product-detail .pro-detail .review i{
    color: #e9b947;
    font-size:24px;
    margin: 0 2px 0 0;
    float: left;
}
.shop-detail .product-detail .pro-detail .review span{
    font-size: 18px;
    margin:1px 0 0 10px;
    float: left;
}
.shop-detail .product-detail span.price{
    font-size: 32px;
    display: block;
    margin:20px 0 0 0;
}
.shop-detail .product-detail p{
    display: block;
    margin:25px 0 0 0;
}
.shop-detail .product-detail .pro-cart{
    margin:30px 0 0 0;
    display: flex;
}
.shop-detail .product-detail .pro-cart input[type=text]{
    text-align:center;
    width:72px;
    height:48px;
    border-radius:5px;
    border:solid 1px #e0e0e0;
    font-size: 18px;
    float: left;
}
.shop-detail .product-detail .pro-cart a{
    color:#fff;
    padding: 13px 34px;
    border-radius: 5px;
    text-transform: uppercase;
    float: left;
    margin: 0 0 0 12px;
}
.shop-detail .product-detail .pro-cart a:hover{
    color:#fff;
    background:#0a1d3b;
}
.shop-detail .product-detail span.categories{
    font-size: 18px;
    margin: 28px 0 0 0;
    display: block;
    color:#595959;
}
.shop-detail .product-detail span.categories strong{
    margin:0 10px 0 0;
    color:#222;
}
.shop-detail .product-detail .social-icons ul{
    margin:32px 0 0 0;
    border:solid 1px #e0e0e0;
    border-radius: 5px;
    display:inline-block;
    width:100%;
}
.shop-detail .product-detail .social-icons ul li{
    float:left;
    border-right:solid 1px #e0e0e0;
    width:33.3%;
}
.shop-detail .product-detail .social-icons ul li:last-child{
    border-right:none;
}
.shop-detail .product-detail .social-icons ul li a{
    padding:25px 24px;
    float: left;
    width:100%;
}
.shop-detail .product-detail .social-icons ul li i{
    color:#222;
    margin: 0 8px 0 0;
    border: solid 2px #444444;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 11px 10px;
    font-size: 20px;
    float: left;
    text-align: center;
}
.shop-detail .product-detail .social-icons ul li span{
    color:#222222;
    font-size:18px;
    margin: 2px 0 0 0;
    display: block;
}
.shop-detail .product-detail .social-icons ul li a.fb:hover i{
    color:#fff;
    border: solid 2px #325d94;
    background:#325d94;
}
.shop-detail .product-detail .social-icons ul li a.fb:hover span{
    color:#325d94;
}
.shop-detail .product-detail .social-icons ul li a.tw:hover i{
    color:#fff;
    border: solid 2px #06a7db;
    background:#06a7db;
}
.shop-detail .product-detail .social-icons ul li a.tw:hover span{
    color:#06a7db;
}
.shop-detail .product-detail .social-icons ul li a.pi:hover i{
    color:#fff;
    border: solid 2px #ea3033;
    background:#ea3033;
}
.shop-detail .product-detail .social-icons ul li a.pi:hover span{
    color:#ea3033;
}
.shop-detail .related-products{
    padding:120px 0 0 0;
}
.shop-detail .related-products .shop-gallery{
    margin:65px 0 0 0;
}
.shop-cart{
    padding:120px 0;
}
.shop-cart .cart-products{
    border:solid 1px #ccc;
    border-radius:5px;
    display:inline-block;
    width:100%;
    padding:30px;
}
.shop-cart .cart-products .titles{
    text-align: center;
    border-bottom: solid 1px #bebebe;
    display: inline-block;
    width: 100%;
    padding: 0 0 15px 0;
}
.shop-cart .cart-products .titles span{
    font-size:20px;
    font-weight:700;
}
.shop-cart .cart-products .titles .pro{
    float:left;
    width:50%;
    text-align:left;
}
.shop-cart .cart-products .titles .price{
    float:left;
    width:15%;
}
.shop-cart .cart-products .titles .quantity{
    float:left;
    width:15%;
}
.shop-cart .cart-products .titles .total{
    float:left;
    width:15%;
}
.shop-cart .cart-pro-detail {
    display: inline-block;
    width: 100%;
    border-bottom: solid 1px #bebebe;
    margin:22px 0 0 0;
    padding:0 0 28px 0;
}
.shop-cart .cart-pro-detail .food-pro{
    float:left;
    width:50%;
}
.shop-cart .cart-pro-detail .food-pro img{
    width:110px;
    float:left;
}
.shop-cart .cart-pro-detail .food-pro span{
    font-size:20px;
    font-weight:700;
    float:left;
    margin:24px 0 0 18px;
}
.shop-cart .cart-pro-detail .price{
    float:left;
    width:15%;
    text-align:center;
}
.shop-cart .cart-pro-detail .price span{
    font-size: 18px;
    margin: 24px 0 0 0;
    display: inline-block;
}
.shop-cart .cart-pro-detail .quantity{
    float:left;
    width:15%;
    text-align:center;
}
.shop-cart .cart-pro-detail .quantity input[type=text]{
    text-align:center;
    width:72px;
    height:48px;
    border-radius:5px;
    border:solid 1px #e0e0e0;
    font-size: 18px;
    margin:10px 0 0 0;
}
.shop-cart .cart-pro-detail .total{
    float:left;
    width:15%;
    text-align:center;
}
.shop-cart .cart-pro-detail .total span{
    font-size:20px;
    font-weight:700;
    margin:20px 0 0 0;
    display:inline-block;
}
.shop-cart .cart-pro-detail .cancel{
    float:left;
    width:5%;
    text-align:center;
}
.shop-cart .cart-pro-detail .cancel i{
    font-size:36px;
    margin:12px 0 0 0;
    display:inline-block;
}
.shop-cart .cart-pro-detail .cancel i:hover{
    color: #000;
}
.shop-cart .cart-update-sec{
    margin:25px 0 0 0;
}
.shop-cart .cart-update-sec .apply-coupon{
    float:left;
}
.shop-cart .cart-update-sec .apply-coupon input[type=text]{
    border:solid 1px #bebebe;
    height:51px;
    width:415px;
    color:#797979;
    font-size:16px;
    border-radius:5px;
    padding:0 10px;
    float:left;
}
.shop-cart .cart-update-sec .apply-coupon a{
    background: #222222;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding:13px 34px;
    font-size: 18px;
    display: inline-block;
    margin:0 0 0 10px;
}
.shop-cart .cart-update-sec a.update-cart{
    background: #222222;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding:13px 34px;
    font-size: 18px;
    float:right;
    margin:0 0 0 10px;
}
.cash-decide{
    margin:98px 0 0 0;
}
.cash-decide .cart-total .total-sec{
    width:100%;
    border:solid 1px #bebebe;
    padding:30px;
    display:inline-block;
    margin:38px 0 0 0;
}
.cash-decide .cart-total .total-sec .sub-total-sec{
    display: inline-block;
    width: 100%;
    margin:0 0 25px 0;
}
.cash-decide .cart-total .total-sec .sub-total-sec span{
    font-size:18px;
}
.cash-decide .cart-total .total-sec .sub-total-sec span.left{
    float:left;
}
.cash-decide .cart-total .total-sec .sub-total-sec span.right{
    float:right;
    text-align:right;
}
.cash-decide .cart-total .total-sec .order-total{
    display: inline-block;
    width: 100%;
    border-top: solid 1px #d2d2d2;
    padding: 16px 0 0 0;
}
.cash-decide .cart-total .total-sec .order-total span{
    display:block;
    font-weight:700;
    font-size:20px;
}
.cash-decide .cart-total .total-sec .order-total span.left{
    float:left;
}
.cash-decide .cart-total .total-sec .order-total span.right{
    float:right;
    text-align:right;
}
.cash-decide .cart-total .total-sec a{
    margin: 30px 0 0 0;
    background: #E9B947;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 0;
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 5px;
}
.cash-decide .cart-total .total-sec a:hover{
    background:#0a1d3b;
}
.cash-decide .or{
    text-align:center;
    margin:64px 0 0 0;
}
.cash-decide .or h5{
    text-transform:uppercase;
}
.cash-decide .on-delivery{
}
.cash-decide .on-delivery a{
    margin:64px 0 0 0;
    background: #e94747;
    font-size:22px;
    text-transform: uppercase;
    color: #fff;
    padding:22px 0;
    width: 100%;
    float: left;
    text-align: center;
    border-radius:5px;
    font-weight:700;
}
.cash-decide .on-delivery a:hover{
    background:#fd8080;
}
.bread-crumb{
    text-align:center;
    background:#f4f4f4;
    border-radius:30px;
    width:100%;
    height:18px;
}
.bread-crumb .bread-crumb-sec{
    float:left;
    width:25%;
    margin:-18px 0 0 0;
}
.bread-crumb .bread-crumb-sec a{
    display:inline-block;
}
.bread-crumb .bread-crumb-sec a.selected{
}
.bread-crumb .bread-crumb-sec a span.number{
    background: #FFF;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #484747;
    font-size: 30px;
    font-weight: 700;
    padding: 4px 0 0 0;
    box-shadow: 0 0 0 6px #F4F4F4;
}
.bread-crumb .bread-crumb-sec a span.text{
    font-size: 20px;
    color: #222;
    margin: 10px 0 0 0;
    display: inline-block;
    font-weight: 500;
}
.bread-crumb .bread-crumb-sec a.selected span.number{
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 4px 0 0 0;
    box-shadow: 0 0 0 6px #F4F4F4;
}
.cash-payment{
    padding:120px 0;
}
.cash-payment .cash-delivery{
    text-align:center;
    margin:98px 0 0 0;
}
.cash-payment .cash-delivery .cash-delivery-detail{
    width:755px;
    border: solid 1px #bfbfbf;
    border-radius: 6px;
    display: inline-block;
    padding:32px;
}
.cash-payment .cash-delivery .cash-delivery-detail h5{
    text-align:left;
    text-transform:uppercase;
}
.cash-payment .cash-delivery .cash-delivery-detail .form{
    text-align:left;
    margin:42px 0 0 0;
}
.cash-payment .cash-delivery .cash-delivery-detail .form input[type=text]{
    border: solid 1px #bfbfbf;
    font-size: 18px;
    color: #464646;
    width: 48.8%;
    height: 55px;
    border-radius: 5px;
    padding: 0 12px;
    float: left;
    margin: 0 0 16px 0;
}
.cash-payment .cash-delivery .cash-delivery-detail .form input[type=text].right{
    float:right;
}
.cash-payment .cash-delivery .cash-delivery-detail .form input[type=text].full-input{
    width:100%;
}
.cash-payment .cash-delivery .cash-delivery-detail .checkout{
    display: inline-block;
    margin:10px 0 0 0;
    width: 100%;
}
.cash-payment .cash-delivery .cash-delivery-detail .checkout input[type="checkbox"]{
    float: left;
    margin: 0 10px 0 0;
}
.cash-payment .cash-delivery .cash-delivery-detail .checkout span{
    font-size:16px;
    font-family: 'Raleway', sans-serif;
    float:left;
}
.cash-payment .cash-delivery .cash-delivery-detail .form input[type=submit]{
    border: none;
    font-size: 18px;
    color: #fff;
    background: #e9b947;
    border-radius: 5px;
    padding: 18px 45px;
    text-transform: uppercase;
    margin: 28px 0 40px 0;
}
.cash-payment .cash-delivery .cash-delivery-detail input[type=submit]:hover{
    background: #0a1d3b;
}
.cash-payment .cash-delivery .cash-delivery-detail .already-account{
    text-align:center;
    border-top:solid 1px #bfbfbf;
    padding:32px 0 0 0;
    margin:40px -32px 0 -32px;
}
.cash-payment .cash-delivery .cash-delivery-detail .already-account span{
    font-size:20px;
    font-family: 'Raleway', sans-serif;
}
.cash-payment .cash-delivery .cash-delivery-detail .already-account a{
    color:#b93131;
}
.cash-payment .cash-delivery .cash-delivery-detail .already-account a:hover{
    color:#555;
}
.cash-payment .cash-delivery .next-step{
    border: none;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    padding: 18px 45px;
    text-transform: uppercase;
    margin: 28px 0 0 0;
    display: inline-block;
}
.cash-payment .cash-delivery .next-step:hover{
    background: #0a1d3b;
}
.cash-payment .shipping-address{
    margin:42px 0 0 0;
    text-align:left;
}
.cash-payment .shipping-address .shipping-detail .adres{
    line-height: 36px;
}
.cash-payment .shipping-address .shipping-detail span{
    font-size:16px;
    font-family: 'Raleway', sans-serif;
}
.cash-payment .shipping-address .shipping-detail span.bold{
    font-weight:700;
    float: left;
    width: 250px;
}
.cash-payment .shipping-address .shipping-detail .edit-address{
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 1px 0;
    margin: 20px 0 0 0;
    display: inline-block;
}
.cash-payment .shipping-address .shipping-detail .edit-address:hover{
    color:#000;
    border-bottom: solid 1px #000;
}
.cash-payment .shipping-address .shipping-method{
    margin:58px 0 0 0;
    display: block;
}
.cash-payment .shipping-address .shipping-method h6{
    text-transform:uppercase;
    font-weight:700;
}
.cash-payment .shipping-address .shipping-method .shipping-across{
    border: solid 1px #bfbfbf;
    border-radius: 5px;
    padding:20px 15px;
    width:100%;
    margin:25px 0 0px 0;
    display:inline-block;
}
.cash-payment .shipping-address .shipping-method .shipping-across span{
    font-size:18px;
}
.cash-payment .shipping-address .shipping-method .shipping-across span.dot{
    float: left;
    width:22px;
    height:22px;
    background: #FFF;
    margin: 0px 14px 0 0;
    border-radius: 100%;
}
.cash-payment .shipping-address .shipping-method .shipping-across span.across{
    float:left;
}
.cash-payment .shipping-address .shipping-method .shipping-across span.free{
    float:right;
}
.cash-payment .cash-delivery-detail{
    text-align:left;
}
.cash-payment .cash-delivery-detail p{
    font-size:16px;
}
.shipping-address.payment-method {
    margin: 0 0 0 0;
}
.shipping-address.payment-method .shipping-method {
    margin: 35px 0 0 0;
}
.shipping-address.payment-method .checkout{
    margin:25px 0 0 0 !important;
}
.cash-delivery-detail .order-num{
    float:right;
    font-weight:bold;
    color: #D85851;
}
.cash-delivery-detail .delivered-text{
    margin: 30px 0 0 0;
    font-weight: 100;
    font-size: 22px !important;
    line-height: 32px;
}
.cash-delivery-detail .delivered-detail{
    border-top: solid 1px #BFBFBF;
    margin: 54px 0 0 0;
}
.cash-delivery-detail .delivered-detail .delivered-sec{
    margin: 50px 0 0 0;
    float: left;
    width:42%;
}
.cash-delivery-detail .delivered-detail .delivered-sec.right{
    float:right;
}
.cash-delivery-detail .delivered-detail .delivered-sec span.title{
    font-family: 'Raleway', sans-serif;
    font-size:22px;
    font-weight:700;
    display: block;
}
.cash-delivery-detail .delivered-detail .delivered-sec ul{
    margin: 10px 0 0 0;
}
.cash-delivery-detail .delivered-detail .delivered-sec ul li{
    line-height: 36px;
}
.cash-delivery-detail .delivered-detail .delivered-sec ul li span{
    font-size: 18px;
    color:#3E3E3E;
}
.cash-delivery-detail .delivered-detail .delivered-sec p{
    font-size: 18px;
    margin: 10px 0 0 0;
}
.cash-delivery-detail .delivered-detail .delivered-sec img.card{
    width: 38px;
    float: left;
    margin: 12px 8px 14px 0;
}
.cash-delivery-detail a.return-stor{
    margin: 54px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #E9B947;
    padding: 18px 60px;
    display: inline-block;
    border-radius: 5px;
}
.cash-delivery-detail a.return-stor:hover{
    background: #0A1D3B;
}
.cash-delivery.thanks-message i{
    font-size:52px;
    float: left;
    position: absolute;
    margin:0px 0 0 -112px;
    color: #6C9AE2;
}
.cash-delivery.thanks-message {
    margin: 0;
}
p#reserv_error {
    border: solid 3px #FFA3A3;
    background: #FBF0F0;
    padding: 12px 0;
    margin: -28px 0 15px 16px;
    width: 96%;
}
form#newsletter_form .error {
    border: solid 2px #F77070 !important;
}
#contact_form .error {
    border: solid 1px #FF8282 !important;
    background: #FFF1F1;
}
.booking-form .success{
    font-family: 'Raleway', sans-serif;
    font-size:26px;
    margin: 95px 0 0 0;
    color: #E9B947;
    position: absolute;
    left:0;
    text-align:center;
    width:100%;
}
.newsletter .success_msg{
    font-family: 'Raleway', sans-serif;
    font-size:22px;
    margin:12px 0 0 0;
    color: #E9B947;
    position: absolute;
    left:0;
    text-align:center;
    width:100%;
}
.get-touch-form .success_msg{
    font-family: 'Raleway', sans-serif;
    font-size:22px;
    margin:12px 0 0 0;
    color: #E9B947;
    position: absolute;
    left:0;
    text-align:center;
    width:100%;
}
.post-image {
    background-color: #eee;
    width: 140px !important;
    height: 140px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}
.post-blog-image {
    background-color: #eee;
    width: 770px !important;
    height: 432px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}
.tp-static-layers {
    position:absolute;
    z-index:505;
    top:0px;
    left:0px
}
.tp-hide-revslider,.tp-caption.tp-hidden-caption {
    visibility:hidden !important;
    display:none !important
}
.tp-caption {
    z-index:1;
    white-space:nowrap
}
.tp-caption-demo .tp-caption {
    position:relative !important;
    display:inline-block;
    margin-bottom:10px;
    margin-right:20px !important
}
.tp-leftarrow.tparrows.default.preview4 {
    display: none;
}
.tp-rightarrow.tparrows.default.preview4 {
    display: none;
}
.tp-caption.whitedivider3px {
    color: #000000;
    text-shadow: none;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    min-width: 408px;
    min-height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0px;
    border-color: #000000;
    border-style: none;
}
.tp-caption.finewide_large_white {
    color:#ffffff;
    text-shadow:none;
    font-size:60px;
    line-height:60px;
    font-weight:300;
    font-family:"Open Sans", sans-serif;
    background-color:transparent;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:8px;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.whitedivider3px {
    color:#000000;
    text-shadow:none;
    background-color:rgb(255, 255, 255);
    background-color:rgba(255, 255, 255, 1);
    text-decoration:none;
    font-size:0px;
    line-height:0;
    min-width:468px;
    min-height:3px;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.finewide_medium_white {
    color:#ffffff;
    text-shadow:none;
    font-size:37px;
    line-height:37px;
    font-weight:300;
    font-family:"Open Sans", sans-serif;
    background-color:transparent;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:5px;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.boldwide_small_white {
    font-size:25px;
    line-height:25px;
    font-weight:800;
    font-family:"Open Sans", sans-serif;
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:transparent;
    text-shadow:none;
    text-transform:uppercase;
    letter-spacing:5px;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.whitedivider3px_vertical {
    color:#000000;
    text-shadow:none;
    background-color:rgb(255, 255, 255);
    background-color:rgba(255, 255, 255, 1);
    text-decoration:none;
    font-size:0px;
    line-height:0;
    min-width:3px;
    min-height:130px;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.finewide_small_white {
    color:#ffffff;
    text-shadow:none;
    font-size:25px;
    line-height:25px;
    font-weight:300;
    font-family:"Open Sans", sans-serif;
    background-color:transparent;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:5px;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.finewide_verysmall_white_mw {
    font-size:13px;
    line-height:25px;
    font-weight:400;
    font-family:"Open Sans", sans-serif;
    color:#ffffff;
    text-decoration:none;
    background-color:transparent;
    text-shadow:none;
    text-transform:uppercase;
    letter-spacing:5px;
    max-width:470px;
    white-space:normal !important;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.lightgrey_divider {
    text-decoration:none;
    background-color:rgb(235, 235, 235);
    background-color:rgba(235, 235, 235, 1);
    width:370px;
    height:3px;
    background-position:initial initial;
    background-repeat:initial initial;
    border-width:0px;
    border-color:rgb(34, 34, 34);
    border-style:none;
}
.tp-caption.finewide_large_white {
    color: #FFF;
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-width: 0px;
    border-color: #000;
    border-style: none;
}
.tp-caption.finewide_medium_white {
    color: #FFF;
    text-shadow: none;
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0px;
    border-color: #000;
    border-style: none;
}
.tp-caption.huge_red {
    position:absolute;
    color:rgb(223,75,107);
    font-weight:400;
    font-size:150px;
    line-height:130px;
    font-family: 'Oswald', sans-serif;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
    background-color:rgb(45,49,54);
    padding:0px;
}
.tp-caption.middle_yellow {
    position:absolute;
    color:rgb(251,213,114);
    font-weight:600;
    font-size:50px;
    line-height:50px;
    font-family: 'Open Sans', sans-serif;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.huge_thin_yellow {
    position:absolute;
    color:rgb(251,213,114);
    font-weight:300;
    font-size:90px;
    line-height:90px;
    font-family: 'Open Sans', sans-serif;
    margin:0px;
    letter-spacing: 20px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.big_dark {
    position:absolute;
    color:#333;
    font-weight:700;
    font-size:70px;
    line-height:70px;
    font-family:"Open Sans";
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.medium_dark {
    position:absolute;
    color:#333;
    font-weight:300;
    font-size:40px;
    line-height:40px;
    font-family:"Open Sans";
    margin:0px;
    letter-spacing: 5px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.medium_grey {
    position:absolute;
    color:#fff;
    text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight:700;
    font-size:20px;
    line-height:20px;
    font-family:Arial;
    padding:2px 4px;
    margin:0px;
    border-width:0px;
    border-style:none;
    background-color:#888;
    white-space:nowrap;
}
.tp-caption.small_text {
    position:absolute;
    color:#fff;
    text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight:700;
    font-size:14px;
    line-height:20px;
    font-family:Arial;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.medium_text {
    position:absolute;
    color:#fff;
    text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight:700;
    font-size:20px;
    line-height:20px;
    font-family:Arial;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.large_bold_white_25 {
    font-size:55px;
    line-height:65px;
    font-weight:700;
    font-family:"Open Sans";
    color:#fff;
    text-decoration:none;
    background-color:transparent;
    text-align:center;
    text-shadow:#000 0px 5px 10px;
    border-width:0px;
    border-color:rgb(255, 255, 255);
    border-style:none;
}
.tp-caption.medium_text_shadow {
    font-size:25px;
    line-height:25px;
    font-weight:600;
    font-family:"Open Sans";
    color:#fff;
    text-decoration:none;
    background-color:transparent;
    text-align:center;
    text-shadow:#000 0px 5px 10px;
    border-width:0px;
    border-color:rgb(255, 255, 255);
    border-style:none;
}
.tp-caption.large_text {
    position:absolute;
    color:#fff;
    text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight:700;
    font-size:40px;
    line-height:40px;
    font-family:Arial;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.medium_bold_grey {
    font-size:30px;
    line-height:30px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(102, 102, 102);
    text-decoration:none;
    background-color:transparent;
    text-shadow:none;
    margin:0px;
    padding:1px 4px 0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.very_large_text {
    position:absolute;
    color:#fff;
    text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight:700;
    font-size:60px;
    line-height:60px;
    font-family:Arial;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
    letter-spacing:-2px;
}
.tp-caption.very_big_white {
    position:absolute;
    color:#fff;
    text-shadow:none;
    font-weight:800;
    font-size:60px;
    line-height:60px;
    font-family:Arial;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
    padding:0px 4px;
    padding-top:1px;
    background-color:#000;
}
.tp-caption.very_big_black {
    position:absolute;
    color:#000;
    text-shadow:none;
    font-weight:700;
    font-size:60px;
    line-height:60px;
    font-family:Arial;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
    padding:0px 4px;
    padding-top:1px;
    background-color:#fff;
}
.tp-caption.modern_medium_fat {
    position:absolute;
    color:#000;
    text-shadow:none;
    font-weight:800;
    font-size:24px;
    line-height:20px;
    font-family:"Open Sans", sans-serif;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.modern_medium_fat_white {
    position:absolute;
    color:#fff;
    text-shadow:none;
    font-weight:800;
    font-size:24px;
    line-height:20px;
    font-family:"Open Sans", sans-serif;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.modern_medium_light {
    position:absolute;
    color:#000;
    text-shadow:none;
    font-weight:300;
    font-size:24px;
    line-height:20px;
    font-family:"Open Sans", sans-serif;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.modern_big_bluebg {
    position:absolute;
    color:#fff;
    text-shadow:none;
    font-weight:800;
    font-size:30px;
    line-height:36px;
    font-family:"Open Sans", sans-serif;
    padding:3px 10px;
    margin:0px;
    border-width:0px;
    border-style:none;
    background-color:#4e5b6c;
    letter-spacing:0;
}
.tp-caption.modern_big_redbg {
    position:absolute;
    color:#fff;
    text-shadow:none;
    font-weight:300;
    font-size:30px;
    line-height:36px;
    font-family:"Open Sans", sans-serif;
    padding:3px 10px;
    padding-top:1px;
    margin:0px;
    border-width:0px;
    border-style:none;
    background-color:#de543e;
    letter-spacing:0;
}
.tp-caption.modern_small_text_dark {
    position:absolute;
    color:#555;
    text-shadow:none;
    font-size:14px;
    line-height:22px;
    font-family:Arial;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}
.tp-caption.boxshadow {
    -moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
    color:#000;
    text-shadow:none;
}
.tp-caption.noshadow {
    text-shadow:none;
}
.tp-caption a {
    color:#ff7302;
    text-shadow:none;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
    -o-transition:all 0.2s ease-out;
    -ms-transition:all 0.2s ease-out;
}
.tp-caption a:hover {
    color:#ffa902;
}
.tp-caption.thinheadline_dark {
    position:absolute;
    color:rgba(0,0,0,0.85);
    text-shadow:none;
    font-weight:300;
    font-size:30px;
    line-height:30px;
    font-family:"Open Sans";
    background-color:transparent;
}
.tp-caption.thintext_dark {
    position:absolute;
    color:rgba(0,0,0,0.85);
    text-shadow:none;
    font-weight:300;
    font-size:16px;
    line-height:26px;
    font-family:"Open Sans";
    background-color:transparent;
}
.tp-caption.medium_bg_red a {
    color: #fff;
    text-decoration: none;
}
.tp-caption.medium_bg_red a:hover {
    color: #fff;
    text-decoration: underline;
}
.tp-caption.smoothcircle {
    font-size:30px;
    line-height:75px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgb(0, 0, 0);
    background-color:rgba(0, 0, 0, 0.498039);
    padding:50px 25px;
    text-align:center;
    border-radius:500px 500px 500px 500px;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.largeblackbg {
    font-size:50px;
    line-height:70px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgb(0, 0, 0);
    padding:0px 20px 5px;
    text-shadow:none;
    border-width:0px;
    border-color:rgb(255, 255, 255);
    border-style:none;
}
.tp-caption.largepinkbg {
    position:absolute;
    color:#fff;
    text-shadow:none;
    font-weight:300;
    font-size:50px;
    line-height:70px;
    font-family:"Open Sans";
    background-color:#db4360;
    padding:0px 20px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tp-caption.largewhitebg {
    position:absolute;
    color:#000;
    text-shadow:none;
    font-weight:300;
    font-size:50px;
    line-height:70px;
    font-family:"Open Sans";
    background-color:#fff;
    padding:0px 20px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tp-caption.largegreenbg {
    position:absolute;
    color:#fff;
    text-shadow:none;
    font-weight:300;
    font-size:50px;
    line-height:70px;
    font-family:"Open Sans";
    background-color:#67ae73;
    padding:0px 20px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tp-caption.excerpt {
    font-size:36px;
    line-height:36px;
    font-weight:700;
    font-family:Arial;
    color:#ffffff;
    text-decoration:none;
    background-color:rgba(0, 0, 0, 1);
    text-shadow:none;
    margin:0px;
    letter-spacing:-1.5px;
    padding:1px 4px 0px 4px;
    width:150px;
    white-space:normal !important;
    height:auto;
    border-width:0px;
    border-color:rgb(255, 255, 255);
    border-style:none;
}
.tp-caption.large_bold_grey {
    font-size:60px;
    line-height:60px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(102, 102, 102);
    text-decoration:none;
    background-color:transparent;
    text-shadow:none;
    margin:0px;
    padding:1px 4px 0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_thin_grey {
    font-size:34px;
    line-height:30px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(102, 102, 102);
    text-decoration:none;
    background-color:transparent;
    padding:1px 4px 0px;
    text-shadow:none;
    margin:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.small_thin_grey {
    font-size:18px;
    line-height:26px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(117, 117, 117);
    text-decoration:none;
    background-color:transparent;
    padding:1px 4px 0px;
    text-shadow:none;
    margin:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.lightgrey_divider {
    text-decoration:none;
    background-color:rgba(235, 235, 235, 1);
    width:370px;
    height:3px;
    background-position:initial initial;
    background-repeat:initial initial;
    border-width:0px;
    border-color:rgb(34, 34, 34);
    border-style:none;
}
.tp-caption.large_bold_darkblue {
    font-size:58px;
    line-height:60px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(52, 73, 94);
    text-decoration:none;
    background-color:transparent;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_bg_darkblue {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgb(52, 73, 94);
    padding:10px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_bold_red {
    font-size:24px;
    line-height:30px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(227, 58, 12);
    text-decoration:none;
    background-color:transparent;
    padding:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_light_red {
    font-size:21px;
    line-height:26px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(227, 58, 12);
    text-decoration:none;
    background-color:transparent;
    padding:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_bg_red {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgb(227, 58, 12);
    padding:10px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_bold_orange {
    font-size:24px;
    line-height:30px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(243, 156, 18);
    text-decoration:none;
    background-color:transparent;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_bg_orange {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgb(243, 156, 18);
    padding:10px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.grassfloor {
    text-decoration:none;
    background-color:rgba(160, 179, 151, 1);
    width:4000px;
    height:150px;
    border-width:0px;
    border-color:rgb(34, 34, 34);
    border-style:none;
}
.tp-caption.large_bold_white {
    font-size:58px;
    line-height:60px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:transparent;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_light_white {
    font-size:30px;
    line-height:36px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:transparent;
    padding:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.mediumlarge_light_white {
    font-size:34px;
    line-height:40px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:transparent;
    padding:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.mediumlarge_light_white_center {
    font-size:34px;
    line-height:40px;
    font-weight:300;
    font-family:"Open Sans";
    color:#ffffff;
    text-decoration:none;
    background-color:transparent;
    padding:0px 0px 0px 0px;
    text-align:center;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_bg_asbestos {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgb(127, 140, 141);
    padding:10px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.medium_light_black {
    font-size:30px;
    line-height:36px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(0, 0, 0);
    text-decoration:none;
    background-color:transparent;
    padding:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.large_bold_black {
    font-size:58px;
    line-height:60px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(0, 0, 0);
    text-decoration:none;
    background-color:transparent;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.mediumlarge_light_darkblue {
    font-size:34px;
    line-height:40px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(52, 73, 94);
    text-decoration:none;
    background-color:transparent;
    padding:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.small_light_white {
    font-size:17px;
    line-height:28px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:transparent;
    padding:0px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.roundedimage {
    border-width:0px;
    border-color:rgb(34, 34, 34);
    border-style:none;
}
.tp-caption.large_bg_black {
    font-size:40px;
    line-height:40px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgb(0, 0, 0);
    padding:10px 20px 15px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.mediumwhitebg {
    font-size:30px;
    line-height:30px;
    font-weight:300;
    font-family:"Open Sans";
    color:rgb(0, 0, 0);
    text-decoration:none;
    background-color:rgb(255, 255, 255);
    padding:5px 15px 10px;
    text-shadow:none;
    border-width:0px;
    border-color:rgb(0, 0, 0);
    border-style:none;
}
.tp-caption.medium_bg_orange_new1 {
    font-size:20px;
    line-height:20px;
    font-weight:800;
    font-family:"Open Sans";
    color:rgb(255, 255, 255);
    text-decoration:none;
    background-color:rgb(243, 156, 18);
    padding:10px;
    border-width:0px;
    border-color:rgb(255, 214, 88);
    border-style:none;
}
.tp-caption.boxshadow{
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black{
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans;
}
.tp-caption.noshadow {
    text-shadow: none;
}
.tp_inner_padding {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    max-height:none !important;
}
.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-simpleresponsive .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(../imgs/gradient/g30.png) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
}
.tp-simpleresponsive .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(../imgs/gradient/g40.png) repeat-x top
}
.tp-simpleresponsive .purchase:hover, .tp-simpleresponsive .button:hover, .tp-simpleresponsive .button.big:hover {
    background-position:bottom, 15px 11px
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tp-simpleresponsive .button {
        padding:4px 8px 3px;
        line-height:25px !important;
        font-size:11px !important;
        font-weight:normal;
    }
    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tp-simpleresponsive .button {
        padding:2px 5px 2px;
        line-height:20px !important;
        font-size:10px !important
    }
    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }
}
.tp-simpleresponsive .button.green, .tp-simpleresponsive .button:hover.green, .tp-simpleresponsive .purchase.green, .tp-simpleresponsive .purchase:hover.green {
    background-color:#21a117;
    -webkit-box-shadow: 0px 3px 0px 0px #104d0b;
    -moz-box-shadow: 0px 3px 0px 0px #104d0b;
    box-shadow: 0px 3px 0px 0px #104d0b;
}
.tp-simpleresponsive .button.blue, .tp-simpleresponsive .button:hover.blue, .tp-simpleresponsive .purchase.blue, .tp-simpleresponsive .purchase:hover.blue {
    background-color:#1d78cb;
    -webkit-box-shadow: 0px 3px 0px 0px #0f3e68;
    -moz-box-shadow: 0px 3px 0px 0px #0f3e68;
    box-shadow: 0px 3px 0px 0px #0f3e68
}
.tp-simpleresponsive .button.red, .tp-simpleresponsive .button:hover.red, .tp-simpleresponsive .purchase.red, .tp-simpleresponsive .purchase:hover.red {
    background-color:#cb1d1d;
    -webkit-box-shadow: 0px 3px 0px 0px #7c1212;
    -moz-box-shadow: 0px 3px 0px 0px #7c1212;
    box-shadow: 0px 3px 0px 0px #7c1212
}
.tp-simpleresponsive .button.orange, .tp-simpleresponsive .button:hover.orange, .tp-simpleresponsive .purchase.orange, .tp-simpleresponsive .purchase:hover.orange {
    background-color:#ff7700;
    -webkit-box-shadow: 0px 3px 0px 0px #a34c00;
    -moz-box-shadow: 0px 3px 0px 0px #a34c00;
    box-shadow: 0px 3px 0px 0px #a34c00
}
.tp-simpleresponsive .button.darkgrey, .tp-simpleresponsive .button.grey, .tp-simpleresponsive .button:hover.darkgrey, .tp-simpleresponsive .button:hover.grey, .tp-simpleresponsive .purchase.darkgrey, .tp-simpleresponsive .purchase:hover.darkgrey {
    background-color:#555;
    -webkit-box-shadow: 0px 3px 0px 0px #222;
    -moz-box-shadow: 0px 3px 0px 0px #222;
    box-shadow: 0px 3px 0px 0px #222
}
.tp-simpleresponsive .button.lightgrey, .tp-simpleresponsive .button:hover.lightgrey, .tp-simpleresponsive .purchase.lightgrey, .tp-simpleresponsive .purchase:hover.lightgrey {
    background-color:#888;
    -webkit-box-shadow: 0px 3px 0px 0px #555;
    -moz-box-shadow: 0px 3px 0px 0px #555;
    box-shadow: 0px 3px 0px 0px #555
}
.fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}
.fullwidthbanner-container{
    width:100%;
    position:relative;
    padding:0;
    overflow:hidden;
}
.fullwidthbanner-container .fullwidthbanner{
    width:100%;
    position:relative;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    position:absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important;
}
.tp-simpleresponsive img {
    max-width:none
}
.noFilterClass {
    filter:none !important;
}
.tp-bannershadow {
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {
    background:url(../assets/shadow1.png) no-repeat;
    background-size:100% 100%;
    width:890px;
    height:60px;
    bottom:-60px
}
.tp-bannershadow.tp-shadow2 {
    background:url(../assets/shadow2.png) no-repeat;
    background-size:100% 100%;
    width:890px;
    height:60px;
    bottom:-60px
}
.tp-bannershadow.tp-shadow3 {
    background:url(../assets/shadow3.png) no-repeat;
    background-size:100% 100%;
    width:890px;
    height:60px;
    bottom:-60px
}
.caption.fullscreenvideo {
    left:0px;
    top:0px;
    position:absolute;
    width:100%;
    height:100%
}
.caption.fullscreenvideo iframe, .caption.fullscreenvideo video {
    width:100% !important;
    height:100% !important;
    display: none
}
.tp-caption.fullscreenvideo {
    left:0px;
    top:0px;
    position:absolute;
    width:100%;
    height:100%
}
.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
}
.html5vid.videoisplaying .tp-poster {
    display: none
}
.tp-video-play-button {
    background:#000;
    background:rgba(0,0,0,0.3);
    padding:5px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #FFF;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer;
}
.html5vid .tp-revstop {
    width:15px;
    height:20px;
    border-left:5px solid #fff;
    border-right:5px solid #fff;
    position:relative;
    margin:10px 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box
}
.html5vid .tp-revstop {
    display:none
}
.html5vid.videoisplaying .revicon-right-dir {
    display:none
}
.html5vid.videoisplaying .tp-revstop {
    display:block
}
.html5vid.videoisplaying .tp-video-play-button {
    display:none
}
.html5vid:hover .tp-video-play-button {
    display:block
}
.fullcoveredvideo .tp-video-play-button {
    display:none !important
}
.tp-dottedoverlay {
    background-repeat:repeat;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    z-index:4
}
.tp-dottedoverlay.twoxtwo {
    background:url(../assets/gridtile.png)
}
.tp-dottedoverlay.twoxtwowhite {
    background:url(../assets/gridtile_white.png)
}
.tp-dottedoverlay.threexthree {
    background:url(../assets/gridtile_3x3.png)
}
.tp-dottedoverlay.threexthreewhite {
    background:url(../assets/gridtile_3x3_white.png)
}
.tpclear {
    clear:both
}
.tp-bullets {
    z-index:1000;
    position:absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5px);
}
.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 1;
}
.tp-bullets.simplebullets.navbar {
    border:1px solid #666;
    border-bottom:1px solid #444;
    background:url(../assets/boxed_bgtile.png);
    height:40px;
    padding:0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.tp-bullets.simplebullets.navbar-old {
    background:url(../assets/navigdots_bgtile.png);
    height:35px;
    padding:0px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.tp-bullets.simplebullets.round .bullet {
    cursor:pointer;
    position:relative;
    background:url(../assets/bullet.png) no-Repeat top left;
    width:20px;
    height:20px;
    margin-right:0px;
    float:left;
    margin-top:0px;
    margin-left:3px
}
.tp-bullets.simplebullets.round .bullet.last {
    margin-right:3px
}
.tp-bullets.simplebullets.round-old .bullet {
    cursor:pointer;
    position:relative;
    background:url(../assets/bullets.png) no-Repeat bottom left;
    width:23px;
    height:23px;
    margin-right:0px;
    float:left;
    margin-top:0px
}
.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right:0px
}
.tp-bullets.simplebullets.square .bullet {
    cursor:pointer;
    position:relative;
    background:url(../assets/bullets2.png) no-Repeat bottom left;
    width:19px;
    height:19px;
    margin-right:0px;
    float:left;
    margin-top:0px
}
.tp-bullets.simplebullets.square .bullet.last {
    margin-right:0px
}
.tp-bullets.simplebullets.square-old .bullet {
    cursor:pointer;
    position:relative;
    background:url(../assets/bullets2.png) no-Repeat bottom left;
    width:19px;
    height:19px;
    margin-right:0px;
    float:left;
    margin-top:0px
}
.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right:0px
}
.tp-bullets.simplebullets.navbar .bullet {
    cursor:pointer;
    position:relative;
    background:url(../assets/bullet_boxed.png) no-Repeat top left;
    width:18px;
    height:19px;
    margin-right:5px;
    float:left;
    margin-top:0px
}
.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left:0px !important
}
.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right:0px !important
}
.tp-bullets.simplebullets.navbar-old .bullet {
    cursor:pointer;
    position:relative;
    background:url(../assets/navigdots.png) no-Repeat bottom left;
    width:15px;
    height:15px;
    margin-left:5px !important;
    margin-right:5px !important;
    float:left;
    margin-top:10px
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left:0px !important
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right:0px !important
}
.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    background-position:top left
}
.tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, .tp-bullets.simplebullets.navbar .bullet:hover, .tp-bullets.simplebullets.navbar .bullet.selected {
    background-position:bottom left
}
.tparrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -webkit-transform: translateZ(5000px);
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    z-index:600;
    position: relative;
}
.tparrows.hidearrows {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.tp-leftarrow {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/large_left.png) no-Repeat top left;
    width:40px;
    height:40px;
}
.tp-rightarrow {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/large_right.png) no-Repeat top left;
    width:40px;
    height:40px;
}
.tp-leftarrow.round {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/small_left.png) no-Repeat top left;
    width:19px;
    height:14px;
    margin-right:0px;
    float:left;
    margin-top:0px;
}
.tp-rightarrow.round {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/small_right.png) no-Repeat top left;
    width:19px;
    height:14px;
    margin-right:0px;
    float:left;
    margin-top:0px
}
.tp-leftarrow.round-old {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/arrow_left.png) no-Repeat top left;
    width:26px;
    height:26px;
    margin-right:0px;
    float:left;
    margin-top:0px;
}
.tp-rightarrow.round-old {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/arrow_right.png) no-Repeat top left;
    width:26px;
    height:26px;
    margin-right:0px;
    float:left;
    margin-top:0px
}
.tp-leftarrow.navbar {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/small_left_boxed.png) no-Repeat top left;
    width:20px;
    height:15px;
    float:left;
    margin-right:6px;
    margin-top:12px
}
.tp-rightarrow.navbar {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/small_right_boxed.png) no-Repeat top left;
    width:20px;
    height:15px;
    float:left;
    margin-left:6px;
    margin-top:12px
}
.tp-leftarrow.navbar-old {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/arrowleft.png) no-Repeat top left;
    width:9px;
    height:16px;
    float:left;
    margin-right:6px;
    margin-top:10px
}
.tp-rightarrow.navbar-old {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/arrowright.png) no-Repeat top left;
    width:9px;
    height:16px;
    float:left;
    margin-left:6px;
    margin-top:10px
}
.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right:10px
}
.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left:0px
}
.tp-leftarrow.square {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/arrow_left2.png) no-Repeat top left;
    width:12px;
    height:17px;
    float:left;
    margin-right:0px;
    margin-top:0px
}
.tp-rightarrow.square {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/arrow_right2.png) no-Repeat top left;
    width:12px;
    height:17px;
    float:left;
    margin-left:0px;
    margin-top:0px
}
.tp-leftarrow.square-old {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/arrow_left2.png) no-Repeat top left;
    width:12px;
    height:17px;
    float:left;
    margin-right:0px;
    margin-top:0px
}
.tp-rightarrow.square-old {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../assets/arrow_right2.png) no-Repeat top left;
    width:12px;
    height:17px;
    float:left;
    margin-left:0px;
    margin-top:0px
}
.tp-leftarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../imgs/slides/left-arrow.png) no-Repeat 0 0;
    width:72px;
    height:70px;
    left: 20px !important;
    opacity: 1;
}
.tp-rightarrow.default {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../imgs/slides/right-arrow.png) no-Repeat 0 0;
    width:72px;
    height:70px;
    right: 20px !important;
    opacity: 1;
}
.tp-leftarrow.default:hover {
    opacity: 0.9;
}
.tp-rightarrow.default:hover{
    opacity: 0.9;
}
.tp-leftarrow:hover, .tp-rightarrow:hover {
    background-position:bottom left
}
.tp-bullets.tp-thumbs {
    z-index:1000;
    position:absolute;
    padding:3px;
    background-color:#fff;
    width:500px;
    height:50px;
    margin-top:-50px;
}
.fullwidthbanner-container .tp-thumbs {
    padding:3px
}
.tp-bullets.tp-thumbs .tp-mask {
    width:500px;
    height:50px;
    overflow:hidden;
    position:relative
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width:5000px;
    position:absolute
}
.tp-bullets.tp-thumbs .bullet {
    width:100px;
    height:50px;
    cursor:pointer;
    overflow:hidden;
    background:none;
    margin:0;
    float:left;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover, .tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tp-thumbs img {
    width:100%
}
.tp-bannertimer {
    width:100%;
    height:10px;
    position:absolute;
    z-index:200;
    top:0px
}
.tp-bannertimer.tp-bottom {
    bottom:0px;
    height:5px;
    top:auto
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .responsive .tp-bullets {
        display:none
    }
    .responsive .tparrows {
        display:none
    }
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a{
    text-decoration:none
}
.tp-simpleresponsive ul {
    list-style:none;
    padding:0;
    margin:0;
}
.tp-simpleresponsive >ul >li{
    list-stye:none;
    position:absolute;
    visibility:hidden;
}
.caption.slidelink a div, .tp-caption.slidelink a div {
    width:3000px;
    height:1500px;
    background:url(../assets/coloredbg.png) repeat
}
.tp-caption.slidelink a span {
    background:url(../assets/coloredbg.png) repeat
}
.tparrows .tp-arr-imgholder {
    display: none
}
.tparrows .tp-arr-titleholder {
    display: none
}
.tparrows.preview1 {
    width:100px;
    height:100px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: transparent
}
.tparrows.preview1:after {
    position:absolute;
    left:0px;
    top:0px;
    font-family: "revicons";
    color:#fff;
    font-size:30px;
    width:100px;
    height:100px;
    text-align: center;
    background:#fff;
    background:rgba(0,0,0,0.15);
    z-index:2;
    line-height:100px;
    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s
}
.tp-rightarrow.preview1:after {
    content: '\e825';
}
.tp-leftarrow.preview1:after {
    content: '\e824';
}
.tparrows.preview1:hover:after {
    background:rgba(255,255,255,1);
    color:#aaa
}
.tparrows.preview1 .tp-arr-imgholder {
    background-size:cover;
    background-position:center center;
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tp-rightarrow.preview1 .tp-arr-imgholder {
    right:100%;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}
.tp-leftarrow.preview1 .tp-arr-imgholder {
    left:100%;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}
.tparrows.preview1:hover .tp-arr-imgholder {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview1, .tparrows.preview1:after {
        width:80px;
        height:80px;
        line-height:80px;
        font-size:24px
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview1, .tparrows.preview1:after {
        width:60px;
        height:60px;
        line-height:60px;
        font-size:20px
    }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview1, .tparrows.preview1:after {
        width:40px;
        height:40px;
        line-height:40px;
        font-size:12px
    }
}
.tp-bullets.preview1 {
    height: 21px
}
.tp-bullets.preview1 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 5px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last {
    margin-right: 0px
}
.tp-bullets.preview1 .bullet:hover, .tp-bullets.preview1 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #aaa !important;
    width: 5px !important;
    height: 5px !important;
    border: 8px solid rgba(255, 255, 255, 1) !important;
}
.tparrows.preview2 {
    min-width:60px;
    min-height:60px;
    background:#fff;
;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    overflow:hidden;
    -webkit-transition: -webkit-transform 1.3s;
    -webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
    transition: width 0.3s, background-color 0.3s, opacity 0.3s;
    backface-visibility: hidden;
}
.tparrows.preview2:after {
    position:absolute;
    top:50%;
    font-family: "revicons";
    color:#aaa;
    font-size:25px;
    margin-top: -12px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s
}
.tp-rightarrow.preview2:after {
    content: '\e81e';
    right:18px
}
.tp-leftarrow.preview2:after {
    content: '\e81f';
    left:18px
}
.tparrows.preview2 .tp-arr-titleholder {
    background-size:cover;
    background-position:center center;
    display:block;
    visibility:hidden;
    position:relative;
    top:0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    padding:0px 10px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
    right:50px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
    left:50px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.tparrows.preview2.hovered {
    width:300px
}
.tparrows.preview2:hover {
    background:#fff
}
.tparrows.preview2:hover:after {
    color:#000
}
.tparrows.preview2:hover .tp-arr-titleholder{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    position: absolute;
}
.tp-bullets.preview2 {
    height: 17px
}
.tp-bullets.preview2 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last {
    margin-right: 0px
}
.tp-bullets.preview2 .bullet:hover, .tp-bullets.preview2 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}
.tp-arr-titleholder.alwayshidden {
    display:none !important
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview2 {
        min-width:40px;
        min-height:40px;
        width:40px;
        height:40px;
        border-radius:20px;
        -moz-border-radius:20px;
        -webkit-border-radius:20px;
    }
    .tparrows.preview2:after {
        position:absolute;
        top:50%;
        font-family: "revicons";
        font-size:20px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right:11px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left:11px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        font-size:12px;
        line-height:40px;
        letter-spacing: 0px
    }
    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right:35px
    }
    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left:35px
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .tparrows.preview2 {
        min-width:30px;
        min-height:30px;
        width:30px;
        height:30px;
        border-radius:15px;
        -moz-border-radius:15px;
        -webkit-border-radius:15px;
    }
    .tparrows.preview2:after {
        position:absolute;
        top:50%;
        font-family: "revicons";
        font-size:14px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right:8px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left:8px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        font-size:10px;
        line-height:30px;
        letter-spacing: 0px
    }
    .tp-rightarrow.preview2 .tp-arr-titleholder {
        right:25px
    }
    .tp-leftarrow.preview2 .tp-arr-titleholder {
        left:25px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        display:none;
        visibility:none
    }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
    .tparrows.preview2 {
        min-width:30px;
        min-height:30px;
        width:30px;
        height:30px;
        border-radius:15px;
        -moz-border-radius:15px;
        -webkit-border-radius:15px;
    }
    .tparrows.preview2:after {
        position:absolute;
        top:50%;
        font-family: "revicons";
        font-size:14px;
        margin-top: -12px
    }
    .tp-rightarrow.preview2:after {
        content: '\e81e';
        right:8px
    }
    .tp-leftarrow.preview2:after {
        content: '\e81f';
        left:8px
    }
    .tparrows.preview2 .tp-arr-titleholder {
        display:none;
        visibility:none
    }
    .tparrows.preview2:hover {
        width:30px !important;
        height:30px !important
    }
}
.tparrows.preview3 {
    width:70px;
    height:70px;
    background:#fff;
    background:rgba(255,255,255,1);
    -webkit-transform-style: flat
}
.tparrows.preview3:after {
    position:absolute;
    line-height: 70px;
    text-align: center;
    font-family: "revicons";
    color:#aaa;
    font-size:30px;
    top:0px;
    left:0px;
;
    background:#fff;
    z-index:100;
    width:70px;
    height:70px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s
}
.tparrows.preview3:hover:after {
    color:#000
}
.tp-rightarrow.preview3:after {
    content: '\e825';
}
.tp-leftarrow.preview3:after {
    content: '\e824';
}
.tparrows.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    z-index:0;
    position: absolute;
    background: #000;
    background: rgba(0,0,0,0.75);
    display: table;
    min-height:90px;
    top:-10px
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.tparrows.preview3 .tp-arr-imgholder {
    display:block;
    background-size:cover;
    background-position:center center;
    display:table-cell;
    min-width:90px;
    height:90px;
    position:relative;
    top:0px
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
    right:0px;
    padding-right:70px
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
    left:0px;
    direction: rtl;
    padding-left:70px
}
.tparrows.preview3 .tp-arr-titleholder {
    display:table-cell;
    padding:30px;
    font-size:16px;
    color:#fff;
    white-space: nowrap;
    position: relative;
    clear:right;
    vertical-align: middle
}
.tparrows.preview3:hover .tp-arr-iwrapper {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.tp-bullets.preview3 {
    height: 17px
}
.tp-bullets.preview3 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 0) !important;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float:none !important;
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last {
    margin-right: 0px
}
.tp-bullets.preview3 .bullet:hover, .tp-bullets.preview3 .bullet.selected {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 1) !important;
    width: 6px !important;
    height: 6px !important;
    border: 5px solid rgba(0, 0, 0, 1) !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
    .tparrows.preview3:after, .tparrows.preview3 {
        width:50px;
        height:50px;
        line-height:50px;
        font-size:20px
    }
    .tparrows.preview3 .tp-arr-iwrapper {
        min-height:70px
    }
    .tparrows.preview3 .tp-arr-imgholder {
        min-width:70px;
        height:70px
    }
    .tp-rightarrow.preview3 .tp-arr-iwrapper {
        padding-right:50px
    }
    .tp-leftarrow.preview3 .tp-arr-iwrapper {
        padding-left:50px
    }
    .tparrows.preview3 .tp-arr-titleholder {
        padding:10px;
        font-size:16px
    }
}
@media only screen and (max-width: 767px) {
    .tparrows.preview3:after, .tparrows.preview3 {
        width:50px;
        height:50px;
        line-height:50px;
        font-size:20px
    }
    .tparrows.preview3 .tp-arr-iwrapper {
        min-height:70px
    }
}
.tparrows.preview4 {
    width:30px;
    height:110px;
    background:transparent;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000;
    -moz-perspective: 1000
}
.tparrows.preview4:after {
    position:absolute;
    line-height: 110px;
    text-align: center;
    font-family: "revicons";
    color:#fff;
    font-size:20px;
    top:0px;
    left:0px;
    z-index:0;
    width:30px;
    height:110px;
    background: #000;
    background: rgba(0,0,0,0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.tp-rightarrow.preview4:after {
    content: '\e825';
}
.tp-leftarrow.preview4:after {
    content: '\e824';
}
.tparrows.preview4 .tp-arr-allwrapper {
    visibility:hidden;
    width:180px;
    position: absolute;
    z-index: 1;
    min-height:120px;
    top:0px;
    left:-150px;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -webkit-transform-style: flat
}
.tp-leftarrow.preview4 .tp-arr-allwrapper {
    left:0px
}
.tparrows.preview4 .tp-arr-iwrapper {
    position: relative
}
.tparrows.preview4 .tp-arr-imgholder {
    display:block;
    background-size:cover;
    background-position:center center;
    width:180px;
    height:110px;
    position:relative;
    top:0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tparrows.preview4 .tp-arr-imgholder2 {
    display:block;
    background-size:cover;
    background-position:center center;
    width:180px;
    height:110px;
    position:absolute;
    top:0px;
    left:180px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
    left:-180px
}
.tparrows.preview4 .tp-arr-titleholder {
    display:block;
    font-size:12px;
    line-height:25px;
    padding:0px 10px;
    text-align:left;
    color:#fff;
    position: relative;
    background: #000;
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 11px;
    line-height: 2.75;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}
.tparrows.preview4:after {
    transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%
}
.tp-leftarrow.preview4:after {
    transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%
}
@media only screen and (min-width: 768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(-90deg);
        transform:rotateY(-90deg)
    }
    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(90deg);
        transform:rotateY(90deg)
    }
    .tparrows.preview4:hover .tp-arr-titleholder {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}
.tp-bullets.preview4 {
    height: 17px
}
.tp-bullets.preview4 .bullet {
    cursor: pointer;
    position: relative !important;
    background: rgba(82, 88, 102, 0.5);
    width: 60px !important;
    height: 7px;
    display: inline-block;
    margin-right: 2px !important;
    margin-bottom: 0px !important;
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    -o-transition: background-color 0.2s, border-color 0.2s;
    -ms-transition: background-color 0.2s, border-color 0.2s;
    transition: background-color 0.2s, border-color 0.2s;
    float: none !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.tp-bullets.preview4 .bullet.last {
    margin-right: 0px
}
.tp-bullets.preview4 .bullet:hover{
    height:11px !important;
}
.tp-bullets.preview4 .bullet.selected {
    width:60px !important;
    height:7px !important;
}
@media only screen and (max-width: 767px) {
    .tparrows.preview4 {
        width:20px;
        height:80px
    }
    .tparrows.preview4:after {
        width:20px;
        height:80px;
        line-height:80px;
        font-size:14px
    }
    .tparrows.preview1 .tp-arr-allwrapper, .tparrows.preview2 .tp-arr-allwrapper, .tparrows.preview3 .tp-arr-allwrapper, .tparrows.preview4 .tp-arr-allwrapper {
        display: none !important
    }
}
.tp-loader {
    top:50%;
    left:50%;
    z-index:10000;
    position:absolute;
}
.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background:url(../assets/loader.gif) no-repeat center center;
    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.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.gif) 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% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-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.0)
    }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        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;
    -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.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes tp-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.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.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes tp-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
.tp-transparentimg {
    content:"url(../assets/transparent.png)"
}
.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}
.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;
}
@font-face {
    font-family: 'revicons';
    src: url('../font/revicons.eot?5510888');
    src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'), url('../font/revicons.woff?5510888') format('woff'), url('../font/revicons.ttf?5510888') format('truetype'), url('../font/revicons.svg?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;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.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'
}
.boxedcontainer {
    max-width: 1170px;
    margin:auto;
    padding:0px 30px;
}
.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;
}
.tp-banner{
    width:100%;
    position:relative;
}
.tp-banner-fullscreen-container {
    width:100%;
    position:relative;
    padding:0;
}
.notify{
    position: relative;
    display: block;
    padding: 1rem;
    margin:0 1rem 2rem 1rem;
    border: 1px solid rgba(black,.15);
    border-radius: 2px;
    color: rgba(black,.5);
// let the background color shine through &.notify--pinned{
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       margin-top: 0;
       border-top: none;
       border-radius: 0 0 2px 2px;
   }
&.notify--danger{
     background: $red;
 }
&.notify--warning{
     background: $orange;
 }
&.notify--success{
     background: $green;
 }
&.notify--info{
     background: $blue;
 }
&.notify--dismissible{
     padding-right: 2.5rem;
 }
.notify-close{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    text-align: center;
    padding: 1rem;
    border: none;
    background: none;
    color: rgba(black,.2);
&:hover{
     cursor: pointer;
     color: rgba(black,.6);
 }
}
.notify-undo{
    position: absolute;
    right: .5rem;
    top: .7rem;
    display: block;
    text-align: center;
    padding: .4rem 1rem;
    border: none;
    border-radius: 3px;
    background: rgba(black,.05);
    color: rgba(black,.5);
    font-size:.9rem;
&:hover{
     cursor: pointer;
     background: rgba(black,.1);
     color: rgba(black,.55);
 }
}
}
button.notify-close {
    overflow: visible;
    float: right;
    background: #fff;
    border: none;
    color: #222;
    padding: 5px 10px 5px 11px;
    margin: -3px 0 0 0;
}
button.notify-close:hover{
    background: #e9b947;
    color:#fff;
}
.notice.notify.notify--dismissible span{
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}
header{
    min-height: 70px;
    background: #fff;
    z-index: 6667;
    position: absolute;
    width: 100%;
// set animation -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky{
    position: fixed;
    width: 100%;
    background: #fff;
    top:0px;
    padding: 0;
    z-index: 99997;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.17);
}
.header .logo-fixed{
    display:none;
}
.header-two{
    min-height: 98px;
    background:none;
    z-index: 6667;
    position:absolute;
    width:100%;
// set animation -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header-two.sticky{
    position: fixed;
    min-height: 64px;
    width: 100%;
    background: #fff;
    top:0px;
    padding: 0;
    z-index: 99997;
    border-bottom:solid 1px #F3F3F3;
}
.header-two.sticky .nav ul li.select-item a {
    color: #222;
    border-bottom: solid 1px #222;
}
.header-two.sticky .nav ul li.select-item a:hover{
    color: #222;
    border-bottom: solid 1px #222;
}
.header-two.sticky .logo2{
    display:none;
}
.header-two.sticky .logo-dark{
    display:inline-block;
    width:130px;
    float:left;
    margin: 8px 0 0 0;
}
.header-two.sticky .nav ul li a {
    color: #222;
    line-height: 58px;
}
.header-two.sticky .nav ul li a:hover{
    color: #e9b947;
}
.header-two.sticky .social-icons li a{
    color: #444;
}
.header-two.sticky .get-touch li.contact-no a {
    color: #222;
}
.header-two.sticky .cart-button i {
    color: #222;
    line-height: 62px;
}
.header-two.sticky .shop-bag .num {
    color: #fff;
    background-color: #444;
    margin:13px 0 0 20px;
}
.header-two.sticky .social-icons {
    margin: 18px 8px 0 0;
}
.header-two.sticky .get-touch {
    margin: 16px 0 0 0;
}
#page header.sticky a{
    top: 14px;
    z-index: 99998;
    left: -40px;
}
#page .header{
    position: fixed;
    z-index: 99998;
    min-height: 0;
}
#page header.sticky{
    border-bottom:none;
}
html {
    background-color: #fff;
    font-size: 100%;
    font-size: 16px;
}
@media screen and (max-width: 960px) {
    html {
        font-size: 14px;
    }
}
@media screen and (max-width: 640px) {
    html {
        font-size: 12px;
    }
}
.openTabby, .openTabby * {
}
.openTabby {
    overflow: hidden;
}
.openTabby .openTabby--nav {
    position: relative;
    display: none;
    width: 100%;
}
.openTabby .openTabby--nav:after {
    display: block;
    content: "";
    clear: both;
}
.openTabby .openTabby--nav ul {
    display: table;
}
.openTabby .openTabby--nav ul:after {
    display: block;
    content: "";
    clear: both;
}
.openTabby .openTabby--nav ul li {
    float: left;
    cursor: pointer;
    list-style: none;
}
.openTabby .openTabby--nav ul li.active {
    cursor: default;
}
.openTabby .openTabby--slidesContainer {
    display: table;
    position: relative;
    overflow: scroll;
}
.openTabby .openTabby--slidesContainer .openTabby--slide {
    width: 100%;
    overflow: scroll;
}
.js .openTabby .openTabby--nav {
    display: block;
}
.js .openTabby .openTabby--slidesContainer {
    display: block;
}
.js .openTabby .openTabby--slidesContainer .openTabby--slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.js .openTabby .openTabby--slidesContainer .openTabby--slide.active {
    opacity: 1;
    z-index: 1;
}
.js .openTabby.csstransitions .openTabby--nav ul li {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.js .openTabby.csstransitions .openTabby--slidesContainer {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.js .openTabby.csstransitions .openTabby--slidesContainer .openTabby--slide {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.openTabby .effect-fade .openTabby--slide {
    opacity: 0;
}
.openTabby .effect-fade .openTabby--slide.active {
    opacity: 1;
}
.openTabby .effect-shrink .openTabby--slide {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}
.openTabby .effect-shrink .openTabby--slide.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.openTabby .effect-grow .openTabby--slide {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.openTabby .effect-grow .openTabby--slide.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.openTabby .effect-slide-left .openTabby--slide {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.openTabby .effect-slide-left .openTabby--slide.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.openTabby .effect-slide-right .openTabby--slide {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.openTabby .effect-slide-right .openTabby--slide.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.openTabby .effect-slide-up .openTabby--slide {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
.openTabby .effect-slide-up .openTabby--slide.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.openTabby .effect-slide-down .openTabby--slide {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
}
.openTabby .effect-slide-down .openTabby--slide.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.openTabby .effect-flip-vertical .openTabby--slide {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.openTabby .effect-flip-vertical .openTabby--slide.active {
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
}
.openTabby .effect-flip-horizontal .openTabby--slide {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.openTabby .effect-flip-horizontal .openTabby--slide.active {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
}
.openTabby .effect-rotate .openTabby--slide {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.openTabby .effect-rotate .openTabby--slide.active {
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
}
.js .openTabby.responsive .openTabby--slidesContainer {
    overflow: hidden;
    border: solid 1px #e0e0e0;
    border-radius:5px;
}
.description-text {
    text-align: center;
}
.description-text h3{
    font-weight:700;
    text-transform: uppercase;
}
.description-text p{
    font-weight:100;
    margin:12px 0 0 0;
}
.js .openTabby.responsive .openTabby--slidesContainer .openTabby--slide {
    display: table;
    overflow: hidden;
}
.js .openTabby.accordion .openTabby--nav {
    width: auto;
}
.js .openTabby.accordion .openTabby--nav ul {
    width: 100%;
}
.js .openTabby.accordion .openTabby--nav ul li {
    float: none;
    text-align: center;
}
.openTabby .openTabby--nav {
}
.openTabby .openTabby--nav ul {
    text-align:center;
    width: 100%;
}
.openTabby--slidesContainer.effect-fade {
    margin: -1px 0 0 0;
}
.openTabby .openTabby--nav ul li {
    line-height: 3.5rem;
    margin:0 4px;
    display:inline-block;
    cursor: pointer;
    list-style: none;
    font-weight: 500;
    color: #222;
    background: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 38px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: solid 1px #E0E0E0;
}
.openTabby .openTabby--nav ul li.active {
    font-weight: 500;
    color: #fff;
    background: #222;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 0 38px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.openTabby .openTabby--slidesContainer {
    background-color: #fff;
}
.openTabby .openTabby--slidesContainer .openTabby--slide {
    padding:85px 42px;
    background: #fff;
}
.openTabby.accordion .openTabby--nav ul {
    padding:0;
    margin:120px 0 0 0;
}
.all-reviews .review-sec{
    margin: 45px 0 0 0;
    float: left;
    width: 100%;
}
.all-reviews .review-sec .reviewer-name{
    float: left;
    width: 7%;
}
.all-reviews .review-sec .reviewer-name img{
    width: 60px;
}
.all-reviews .review-sec .review-detail{
    float: right;
    width: 93%;
    padding: 15px 15px;
    border: solid 1px #E0E0E0;
    border-radius: 5px;
}
.all-reviews .review-sec .review-detail .reviewer{
    float: left;
}
.all-reviews .review-sec .review-detail .reviewer span.name{
    font-size: 20px;
    font-weight: bold;
    margin: 0 8px 0 0;
}
.all-reviews .review-sec .review-detail .reviewer span.date{
    color: #5D5D5D;
    font-size: 13px;
}
.all-reviews .review-sec .review-detail .rating{
    float:right;
    margin:2px 0 0 0;
}
.all-reviews .review-sec .review-detail .rating i{
    color: #E0B448;
    float: left;
    margin:0px 0 0 2px;
    font-size: 22px;
}
.all-reviews .review-sec .review-detail p{
    margin: 10px 0 0 0;
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
}
.add-review{
    float: left;
    width: 100%;
    margin: 65px 0 0 0;
}
.add-review h6{
}
.add-review .form{
    margin:26px 0 0 0;
}
.add-review .form input[type=text]{
    width: 335px;
    padding: 13px 12px;
    border-radius: 5px;
    border: solid 1px #D0D0D0;
    color: #666;
    display: block;
    margin: 0 0 12px 0;
}
.form .rating {
    margin: 0;
    overflow: hidden;
    float: left;
}
.form .rating a {
    float:right;
    color: #C3C3C3;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    font-size: 30px;
    margin: 0 5px 0 0;
}
.form .rating a:hover, .form .rating a:hover ~ a, .form .rating a:focus, .form .rating a:focus ~ a {
    color: orange;
    cursor: pointer;
}
.form .rating2 {
    direction: rtl;
}
.form .rating2 a {
    float:none
}
.add-review .form textarea{
    width:70%;
    height:142px;
    padding: 13px 12px 0 12px;
    border-radius: 5px;
    border: solid 1px #D0D0D0;
    color: #666;
    display: block;
    margin:10px 0 12px 0;
}
.add-review .form input[type=submit]{
    padding:14px 41px;
    border-radius:5px;
    border: none;
    color: #fff;
    display: block;
    margin:0 0 0 0;
    text-transform: uppercase;
}
.add-review .form input[type=submit]:hover{
    background: #0A1D3B;
}
.newsletetr a {
    width: initial !important;
    height: initial !important;
    padding: 7px 15px !important;
    font-size: 1rem !important;
    float: initial !important;
    margin-top: 10px !important;
    background: transparent !important;
    border-color: #fff !important;
}
.newsletetr i {
    margin-right: 10px;
}
.foot-detail .brand-logo {
    height: 150px;
    width: 100px;
    display: block;
    background-size: 250px auto;
    background-repeat: no-repeat;
    background-position: center center;
}
@media screen and (max-width: 992px) {
    .foot-detail{
        text-align: center;
    }
    .foot-detail .brand-logo {
        margin: auto;
    }
}
.room-thumbnail {
    width: 390px;
    height: 444px;
    background-color: #eee;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    display: block;
    float:left
}
@media screen and (max-width: 1230px) {
    .room-thumbnail {
        width: 100%;
        height: 444px;
    }
    .hotel-rooms .room-sec .text-detail {
        width: 72%;
    }
}
@media screen and (max-width: 760px) {
    .hotel-rooms .room-sec .text-detail {
        width: 80%;
    }
    .hotel-rooms .room-sec .price-detail {
        width: 70%;
        margin: auto;
        float: initial;
    }
}
.instagram-widget{
    padding:120px 0;
    text-align: center;
}
.instagram-widget h3 {
    margin-bottom: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,800,900,400,300);
@charset "utf-8";
body{
    background:#fff;
    font-family: 'Source Sans Pro', sans-serif;
    color:#000;
}
*{
    margin:0px;
    padding:0px;
}
h1{
    text-transform:uppercase;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    font-size:54px;
}
h2{
    text-transform:uppercase;
    font-weight: 800;
    font-size:42px;
    font-family: 'Raleway', sans-serif;
}
h3{
    text-transform:uppercase;
    font-weight: 300;
    font-size:32px;
    font-family: 'Raleway', sans-serif;
}
h4{
    text-transform:uppercase;
    font-weight: 300;
    font-size:28px;
    font-family: 'Raleway', sans-serif;
}
h5{
    font-weight:700;
    font-size:24px;
    font-family: 'Raleway', sans-serif;
}
h6{
    text-transform:uppercase;
    font-weight: 300;
    font-size:20px;
    font-family: 'Raleway', sans-serif;
}
p{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight:300;
    font-size:18px;
    line-height: 27px;
}
a{
    text-decoration:none;
    font-family: 'Source Sans Pro', sans-serif;
}
li{
    list-style:none;
}
a .img{
    border:none;
}
a:hover {
    transition: background-color 0.5s ease;
}
img:hover {
    transition: background-color 0.5s ease;
}
.clear{
    clear:both;
}
.height5{
    height:5px;
}
.height10{
    height:10px;
}
.height15{
    height:15px;
}
.height20{
    height:20px;
}
.height25{
    height:25px;
}
.height30{
    height:30px;
}
.height35{
    height:35px;
}
#wrap .container{
    width:1280px;
    margin:0 auto;
}
.portfolio .work{
    width:50%;
    float:left;
}
.portfolio .work img{
    width:100%;
}
.work .effect-sadie .image{
    height:100%;
}
@media screen and (max-width: 760px) {
    .portfolio .work{
        width:100%;
        float:initial;
    }
}
.pearl-detail{
    position:absolute;
    z-index:5;
    left:18%;
    top:25%;
}
.pearl-detail img{
    width:auto;
}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.grid figure img {
    position: relative;
    display: block;
    max-width: 100%;
}
.grid figure figcaption {
    padding: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2, .grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 0;
    font-size: 18px;
    text-transform: capitalize;
}
figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(10, 29, 59, 0.46);
    content: '';
    opacity: 0;
}
figure.effect-sadie h2 {
    position: absolute;
    bottom: 10%;
    line-height:50px;
    left: 3%;
    width: 100%;
    color: #1f1f1f;
    -webkit-transition: -webkit-transform 1.35s, color 0.35s;
    transition: transform 1.35s, color 0.35s;
    -webkit-transform: translate3d(0,-20%,0);
    transform: translate3d(0,-20%,0);
    opacity: 0;
    text-align:left;
    text-transform:uppercase;
    font-weight:900;
    font-size:54px;
}
figure.effect-sadie figcaption::before, figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    text-align:left;
    text-transform:none;
    font-size:14px;
    color:#1f1f1f;
}
figure.effect-sadie:hover h2 {
    color: #1f1f1f;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption::before , figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-sadie:hover figcaption::before , figure.effect-sadie:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.work .effect-sadie .image{
    position: relative;
    -moz-transition: all 18s ease-out;
    -o-transition: all 18s ease-out;
    -webkit-transition: all 18s ease-out;
    transition: all 18s ease-out;
}
.work .effect-sadie:hover .image{
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -moz-transition: all 12s ease;
    -o-transition: all 12s ease;
    -webkit-transition: all 12s ease;
    transition: all 12s ease;
}
figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 0;
    background: rgba(255, 255, 255, 0.94);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
figure.effect-zoe h2 {
}
figure.effect-zoe p.icon-links a {
    color: #3c4a50;
    font-size: 1.4em;
}
figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}
figure.effect-zoe p.description {
    padding: 0;
    color: #222;
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    width: 80%;
}
figure.effect-zoe h2, figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}
figure.effect-zoe h2 {
    display: inline-block;
}
figure.effect-zoe:hover p.description {
    opacity: 1;
}
figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.icon-links{
    margin:10px 00 0;
}
.icon-links a{
    color:#222;
}
.icon-links a span.icon-facebook2{
    font-size:25px;
}
.icon-links a span.icon-twitter-1{
    font-size:28px;
}
.icon-links a span.icon-dribbble3{
    font-size:22px;
}
.icon-links a span.icon-facebook2:hover{
    color:#204190;
}
.icon-links a span.icon-twitter-1:hover{
    color:#2ba8e0;
}
.icon-links a span.icon-dribbble3:hover{
    color:#ea2695;
}
.team-members .grid figure{
    cursor:default;
}
.team-members figcaption p {
    width: 85%;
    display: inline-block;
    margin:12px 0 0 0;
}
.team-members figcaption h3{
    text-transform:capitalize;
    margin: 25% 0 0 0;
    font-weight: 700;
    color: #222;
}
.team-members figcaption span.position{
    text-transform:capitalize;
    font-size: 15px;
    margin: -3px 0 0 0;
    display: block;
    color: #797979;
}
.copyright{
    float:left;
    width:100%;
    bottom:0px;
    z-index:99999;
}
.copyright .detail{
    float:left;
    text-align: center;
    bottom: 0px;
    z-index:500;
    width: 100%;
    padding: 32px 0;
    background: #fff;
    font-size: 16px;
}
.copyright .detail a{
    font-weight:bold;
    color:#000;
}
.copyright .detail a:hover{
    color:#e9b947;
}
@media only screen and (Max-width : 1500px){
    .cd-primary-nav {
        padding: 30px 0;
    }
    .cd-primary-nav a{
        font-size:72px;
    }
    .cd-primary-nav .cd-label{
        margin:1.0em 0 .8em;
    }
    .pearl-detail img{
        width:90% !important;
    }
    .pearl-detail {
        left:11%;
    }
}
@media only screen and (Max-width : 1280px){
    #wrap .container{
        width:96%;
    }
    .pearl-detail img{
        width:80% !important;
    }
    .pearl-detail {
        left:16%;
    }
}
@media only screen and (Max-width : 992px){
}
@media only screen and (Max-width : 768px){
}
@media only screen and (Max-width : 470px){
    .portfolio .work {
        width: 100%;
        float: left;
    }
}
@media only screen and (Max-width : 320px){
}
@media only screen and (max-width: 1280px) {
    .special-services .container {
        width: 100% !important;
    }
    .special-services .col-md-6 {
        padding: initial;
    }
}
.wp-margin {
    top: 25px !important;
}
.wp-margin .sticky {
    top: 25px;
}
@media only screen and (max-width : 783px){
    .wp-margin {
        top: 40px !important;
    }
    .wp-margin .sticky {
        top: 40px;
    }
}
@media only screen and (max-width : 600px){
    .wp-margin {
        margin-top: 40px;
        top: 0 !important;
    }
    .wp-margin.sticky {
        margin-top: 0px;
        top: 0;
    }
}
@media only screen and (max-width : 991px){
    .our-menu .menu-sec .menu-detail .food-detail span.price {
        float: initial;
        width: 100%;
        display: block;
    }
}
.main-home-page .effect-sadie {
    text-align: center;
}
.main-home-page .pearl-detail {
    width: 100%;
    left: initial;
}
.main-home-page .pearl-detail img {
    height: 100px;
    width: initial !important;
    margin: auto;
    display: block;
    margin-bottom: 50px;
}
.main-home-page .pearl-detail .h1 {
    font-size: 3.2rem;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #1e1b36;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    display: inline-block;
    padding: 0 10px;
}
.work:hover .h1 {
    background: transparent;
    box-shadow: initial;
    backdrop-filter: initial;
    -webkit-backdrop-filter: initial;
}
.main-home-page .pearl-detail .h2 {
    font-size: 2rem;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #1e1b36;
}
.main-home-page .pearl-detail .h2 span {
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    display: inline-block;
    padding: 0 10px;
}

.main-home-page .pearl-detail .btn {
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #1e1b36;
    border: 1px solid #1e1b36;
    padding: 12px 50px;
    border-radius: 0;
    margin-top: 50px;
}
.main-home-page .pearl-detail .btn  {
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.6px);
    -webkit-backdrop-filter: blur(8.6px);
    display: inline-block;
}
.work:hover .h1,
.work:hover .h2 span,
.work:hover .btn
{
    background: transparent;
    box-shadow: initial;
    backdrop-filter: initial;
    -webkit-backdrop-filter: initial;
}
@media only screen and (max-width : 545px){
    .main-home-page .pearl-detail img {
        margin-bottom: 20px;
    }
    .main-home-page .pearl-detail .h1 {
        font-size: 2.5rem;
    }
    .main-home-page .pearl-detail .h2 {
        font-size: 1.5rem;
    }
    .main-home-page .pearl-detail .btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width : 545px){
    .main-home-page .pearl-detail .h1 {
        font-size: 2.5rem;
    }
    .main-home-page .pearl-detail .h2 {
        font-size: 1.5rem;
    }
    .main-home-page .pearl-detail .btn {
        margin-top: 20px;
    }
}
.work .h1, .work .h2, .work .btn {
    transition: all 0.3s ease-in-out;
}
.work:hover .h1, .work:hover .h2, .work:hover .btn {
    color: #fff !important;
    border-color: #fff !important;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width : 673px){
    .room-detail .include-sec {
        width: 100%;
    }
}
