<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

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

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

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

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

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

    blockquote, pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

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

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

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

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

    .navbar {
        display: none;
    }

    .btn &gt; .caret, .dropup &gt; .btn &gt; .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 td, .table-bordered th {
        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: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.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, .glyphicon-btc:before, .glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-jpy:before, .glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-rub:before, .glyphicon-ruble: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";
}

*, :after, :before, input[type=search] {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

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

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

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

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
    color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
    color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline {
    margin-left: -5px;
}

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

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

dd, dt {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .table-responsive &gt; .table {
            margin-bottom: 0;
        }

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

        .table-responsive &gt; .table-bordered {
            border: 0;
        }

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

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

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

fieldset, legend {
    padding: 0;
    border: 0;
}

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

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

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

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

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

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

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

.form-control, output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

output {
    padding-top: 7px;
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

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

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

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

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

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

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

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

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

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

    .checkbox label, .radio label {
        min-height: 20px;
    }

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

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

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

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

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

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

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

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

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

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

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

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

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

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

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

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group-xs &gt; .btn, .btn-xs {
    padding: 1px 5px;
}

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

    .alert &gt; p + p, .btn-block + .btn-block {
        margin-top: 5px;
    }

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

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

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

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

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

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

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

.dropdown, .dropup {
    position: relative;
}

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

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

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

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

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

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

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

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

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

.open &gt; .dropdown-menu {
    display: block;
}

.open &gt; a {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

    .btn-group-vertical &gt; .btn, .btn-group &gt; .btn {
        position: relative;
    }

    .btn-group &gt; .btn {
        float: left;
    }

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

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

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

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

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

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

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

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

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

.btn-group &gt; .btn-group {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

    .input-group-btn, .input-group-btn &gt; .btn {
        position: relative;
    }

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

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

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

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

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

    .nav &gt; li, .nav &gt; li &gt; a {
        position: relative;
        display: block;
    }

        .nav &gt; li &gt; a {
            padding: 10px 15px;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

        .nav-justified &gt; .dropdown .dropdown-menu, .nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

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

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

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

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

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

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

.nav-pills &gt; li {
    float: left;
}

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

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

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

.nav-justified &gt; li, .nav-stacked &gt; li {
    float: none;
}

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

.nav-justified {
    width: 100%;
}

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

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

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

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

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

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

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

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

.tab-content &gt; .tab-pane {
    display: none;
}

.navbar-brand &gt; img, .tab-content &gt; .active {
    display: block;
}

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

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

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

    .navbar-header {
        float: left;
    }
}

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
    .container-fluid &gt; .navbar-collapse, .container-fluid &gt; .navbar-header, .container &gt; .navbar-collapse, .container &gt; .navbar-header {
        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-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        .navbar-nav &gt; li {
            float: left;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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, .navbar-default .navbar-nav &gt; li &gt; a, .navbar-default .navbar-text {
        color: #777;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .navbar-default .navbar-link:hover, a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

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

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

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

    .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav &gt; li &gt; a, .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .breadcrumb &gt; li, .pagination {
        display: inline-block;
    }

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

    .breadcrumb &gt; .active {
        color: #777;
    }

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

    .pager li, .pagination &gt; li {
        display: inline;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.label:empty {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .badge:empty {
        display: none;
    }

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

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

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

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

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

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee;
}

    .jumbotron, .jumbotron .h1, .jumbotron h1, a.list-group-item-danger .list-group-item-heading, a.list-group-item-info .list-group-item-heading, a.list-group-item-success .list-group-item-heading, a.list-group-item-warning .list-group-item-heading, button.list-group-item-danger .list-group-item-heading, button.list-group-item-info .list-group-item-heading, button.list-group-item-success .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

        .jumbotron p {
            margin-bottom: 15px;
            font-size: 21px;
            font-weight: 200;
        }

        .jumbotron &gt; hr {
            border-top-color: #d5d5d5;
        }

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail a &gt; img, .thumbnail &gt; img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert &gt; p, .alert &gt; ul {
        margin-bottom: 0;
    }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

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

.progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

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

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media &gt; .pull-right {
    padding-left: 10px;
}

.media-left, .media &gt; .pull-left {
    padding-right: 10px;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active .list-group-item-heading &gt; small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading &gt; small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading &gt; small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .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:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        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:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        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:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        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:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading &gt; .dropdown .dropdown-toggle, .panel-title, .panel-title &gt; .small, .panel-title &gt; .small &gt; a, .panel-title &gt; a, .panel-title &gt; small, .panel-title &gt; small &gt; a {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel &gt; .list-group, .panel &gt; .panel-collapse &gt; .list-group {
    margin-bottom: 0;
}

    .panel &gt; .list-group .list-group-item, .panel &gt; .panel-collapse &gt; .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel &gt; .list-group:first-child .list-group-item:first-child, .panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel &gt; .list-group:last-child .list-group-item:last-child, .panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel &gt; .panel-collapse &gt; .table, .panel &gt; .table, .panel &gt; .table-responsive &gt; .table {
    margin-bottom: 0;
}

    .panel &gt; .panel-collapse &gt; .table caption, .panel &gt; .table caption, .panel &gt; .table-responsive &gt; .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel &gt; .table-responsive:first-child &gt; .table:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child, .panel &gt; .table:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child, .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel &gt; .table-responsive:last-child &gt; .table:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child, .panel &gt; .table:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child, .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

    .panel-group .panel-heading + .panel-collapse &gt; .list-group, .panel-group .panel-heading + .panel-collapse &gt; .panel-body, .panel &gt; .panel-body + .table, .panel &gt; .panel-body + .table-responsive, .panel &gt; .table + .panel-body, .panel &gt; .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

.panel &gt; .table-bordered, .panel &gt; .table-responsive &gt; .table-bordered {
    border: 0;
}

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

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

    .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th, .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td, .panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th {
        border-bottom: 0;
    }

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

.panel &gt; .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default &gt; .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #ddd;
        }

        .panel-default &gt; .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary &gt; .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary &gt; .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success &gt; .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success &gt; .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info &gt; .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info &gt; .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning &gt; .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning &gt; .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger &gt; .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger &gt; .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger &gt; .panel-footer + .panel-collapse &gt; .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 embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal, .modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

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

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover &gt; .arrow, .popover &gt; .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover &gt; .arrow {
    border-width: 11px;
}

    .popover &gt; .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top &gt; .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top &gt; .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right &gt; .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right &gt; .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom &gt; .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom &gt; .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left &gt; .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left &gt; .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel, .carousel-inner {
    position: relative;
}

.carousel-inner {
    width: 100%;
    overflow: hidden;
}

    .carousel-inner &gt; .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner &gt; .item &gt; a &gt; img, .carousel-inner &gt; .item &gt; img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner &gt; .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner &gt; .item.active.right, .carousel-inner &gt; .item.next {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner &gt; .item.active.left, .carousel-inner &gt; .item.prev {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner &gt; .item.active, .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner &gt; .active, .carousel-inner &gt; .next, .carousel-inner &gt; .prev {
    display: block;
}

    .carousel-inner &gt; .active, .carousel-inner &gt; .next.left, .carousel-inner &gt; .prev.right {
        left: 0;
    }

.carousel-inner &gt; .next, .carousel-inner &gt; .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner &gt; .next {
    left: 100%;
}

.carousel-inner &gt; .active.left, .carousel-inner &gt; .prev {
    left: -100%;
}

.carousel-inner &gt; .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:focus, .carousel-control:hover {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical &gt; .btn-group:after, .btn-group-vertical &gt; .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical &gt; .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs, .visible-xs-block {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm, .visible-sm-block {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md, .visible-md-block {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg, .visible-lg-block {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

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

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em;
    }

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after, .bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eee;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.new, .bootstrap-datetimepicker-widget table td.old {
            color: #777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0,0,0,.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eee;
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: 0 0;
                color: #777;
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

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

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto;
    }

    .owl-carousel .owl-grab {
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

    .checkbox input[type=checkbox]:focus + label::before, .checkbox input[type=radio]:focus + label::before, .flickity-enabled:focus {
        outline: none;
    }

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .flickity-enabled.is-draggable .flickity-viewport {
        cursor: -webkit-grab;
        cursor: grab;
    }

        .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: rgba(255,255,255,.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .flickity-prev-next-button:hover {
        background: #fff;
    }

    .flickity-prev-next-button:focus {
        outline: none;
        box-shadow: 0 0 0 5px #09f;
    }

    .flickity-prev-next-button:active {
        filter: alpha(opacity=60);
        opacity: .6;
    }

    .flickity-prev-next-button.previous {
        left: 10px;
    }

    .flickity-prev-next-button.next {
        right: 10px;
    }

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: .3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: .25;
    cursor: pointer;
}

    .flickity-page-dots .dot.is-selected {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.gallery_modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-right: 0 !important;
    z-index: 1070;
    display: none;
    opacity: 0;
}

    .gallery_modal.in {
        opacity: 1;
    }

    .gallery_modal .header {
        height: 100px;
        position: relative;
        font-size: 0;
        background-color: #fff;
    }

        .gallery_modal .header .title {
            font-weight: 400;
            font-size: 30px;
        }

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

        .gallery_modal .header .wrap {
            display: inline-block;
            vertical-align: middle;
            margin-left: 4%;
        }

    .gallery_modal .big_img {
        background-color: #000;
        position: absolute;
        top: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        opacity: 1;
        overflow: hidden;
    }

        .gallery_modal .big_img .owl-next, .gallery_modal .big_img .owl-prev {
            position: absolute;
            top: 44%;
            display: block;
            z-index: 99999;
            font-size: 0;
            color: #fff;
        }

        .gallery_modal .big_img .owl-nav i {
            font-size: 60px;
        }

        .gallery_modal .big_img .owl-prev {
            left: 2%;
        }

        .gallery_modal .big_img .owl-next {
            right: 2%;
        }

    .gallery_modal .owl-item, .gallery_modal .owl-stage, .gallery_modal .owl-stage-outer, body, html {
        height: 100%;
    }

    .gallery_modal .owl-item {
        font-size: 0;
    }

    .gallery_modal .big_img .owl-item:before {
        content: '';
        height: 100%;
    }

    .gallery_modal .big_img .item, .gallery_modal .big_img .owl-item:before, .gallery_modal .big_img img {
        display: inline-block;
        vertical-align: middle;
    }

    .gallery_modal .big_img .item {
        max-width: 70%;
        max-height: 100%;
        width: 100%;
        text-align: center;
    }

    .gallery_modal .big_img img {
        width: auto !important;
        max-width: 100%;
    }

    .gallery_modal .embed-responsive {
        margin: 0;
    }

    .gallery_modal .thumbs button {
        height: 100%;
        cursor: pointer;
        margin-right: 20px;
        position: relative;
        padding: 0;
        border: none;
        background: 0 0;
    }

    .gallery_modal .thumbs * {
        -webkit-backface-visibility: hidden;
    }

    .gallery_modal .thumbs img {
        height: 100%;
        width: auto;
    }

    .gallery_modal .thumbs, .gallery_modal .thumbs button:before {
        -webkit-transition: .3s;
        transition: .3s;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .gallery_modal .thumbs button:before {
            content: '';
            display: block;
            opacity: 1;
            background-color: rgba(0,0,0,.3);
        }

        .gallery_modal .thumbs button.active:before {
            opacity: 0;
        }

    .gallery_modal .thumbs {
        text-align: center;
        padding: 2% 5%;
        background-color: rgba(255,255,255,.9);
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1,1);
        height: 100%;
    }

    .gallery_modal .thumbs_wrap {
        height: 17%;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }

        .gallery_modal .thumbs_wrap:hover .thumbs {
            top: 0 !important;
        }

    .gallery_modal .close {
        font-size: 36px;
        color: #000;
        position: absolute;
        top: 50%;
        right: 4%;
        cursor: pointer;
        opacity: 1;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

@media (max-width:479px) {
    .gallery_modal .big_img .owl-nav i {
        font-size: 15px;
    }

    .gallery_modal .big_img .owl-next, .gallery_modal .big_img .owl-prev {
        top: 49%;
    }

    .gallery_modal .close, .gallery_modal .header .title {
        font-size: 20px;
    }

    .gallery_modal .header .wrap {
        margin-right: 40px;
    }

    .gallery_modal .header {
        height: 60px;
    }

    .gallery_modal .big_img {
        top: 60px;
    }

    .gallery_modal .thumbs_wrap {
        display: none !important;
    }

    .gallery_modal .big_img .owl-prev {
        left: 1%;
    }

    .gallery_modal .big_img .owl-next {
        right: 1%;
    }

    .gallery_modal .big_img .item {
        max-width: 87%;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format('embedded-opentype'),url(../fonts/icomoon.ttf) format('truetype'),url(../fonts/icomoon.woff) format('woff'),url(../fonts/icomoon.svg) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-link-external:before {
    content: "\e916";
}

.icon-vimeo:before {
    content: "\e91c";
}

.icon-flickr:before {
    content: "\f16e";
}

.icon-pinterest:before {
    content: "\f0d3";
}

.icon-bookmark-o:before {
    content: "\e917";
}

.icon-bookmark:before {
    content: "\e914";
}

.icon-square:before {
    content: "\e911";
}

.icon-close:before {
    content: "\e912";
}

.icon-chevron-thin-right:before {
    content: "\e901";
}

.icon-chevron-thin-left:before {
    content: "\e913";
}

.icon-check:before {
    content: "\e900";
}

.icon-f-tel:before {
    content: "\e918";
}

.icon-f-444:before {
    content: "\e919";
}

.icon-f-fax:before {
    content: "\e91a";
}

.icon-f-mail:before {
    content: "\e91b";
}

.icon-dailymotion:before {
    content: "\e915";
}

.icon-takvim:before {
    content: "\e902";
}

.icon-triangle-right:before {
    content: "\e903";
}

.icon-triangle-up:before {
    content: "\e904";
}

.icon-triangle-down:before, .sections .menu_content &gt; ul li.dropmenu.opened &gt; a:before {
    content: "\e905";
}

.icon-search:before {
    content: "\e906";
}

.icon-klasor:before {
    content: "\e907";
}

.icon-kitap:before {
    content: "\e908";
}

.icon-arrow-right:before {
    content: "\e909";
}

.icon-arrow-left:before {
    content: "\e90a";
}

.icon-calendar:before {
    content: "\e90b";
}

.icon-minus:before, .sections .menu_content &gt; ul &gt; li &gt; ul &gt; li.dropmenu.opened &gt; a:before {
    content: "\e90c";
}

.icon-yildiz:before {
    content: "\e90d";
}

.icon-plus:before {
    content: "\e90e";
}

.icon-duyuru:before {
    content: "\e90f";
}

.icon-briefcase:before {
    content: "\e910";
}

.icon-twitter:before {
    content: "\f099";
}

.icon-skype:before {
    content: "\f17e";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-google:before {
    content: "\f0d5";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-instagram:before {
    content: "\f16d";
}

.icon-close2:before {
    content: "\e91e";
}

.icon-menu:before {
    content: "\e91d";
}

@font-face {
    font-family: 'Display';
    src: url(../fonts/font-25th.eot);
    src: url(../fonts/font-25th.eot@#iefix) format('embedded-opentype'),url(../fonts/font-25th.woff2) format('woff2'),url(../fonts/font-25th.woff) format('woff'),url(../fonts/font-25th.ttf) format('truetype'),url(../fonts/font-25th.svg#font_thinregular) format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Display';
    src: url(../fonts/font-35xlt.eot);
    src: url(../fonts/font-35xlt.eot@#iefix) format('embedded-opentype'),url(../fonts/font-35xlt.woff2) format('woff2'),url(../fonts/font-35xlt.woff) format('woff'),url(../fonts/font-35xlt.ttf) format('truetype'),url(../fonts/font-35xlt.svg#font_xltregular) format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Display';
    src: url(../fonts/font-45lt.eot);
    src: url(../fonts/font-45lt.eot@#iefix) format('embedded-opentype'),url(../fonts/font-45lt.woff2) format('woff2'),url(../fonts/font-45lt.woff) format('woff'),url(../fonts/font-45lt.ttf) format('truetype'),url(../fonts/font-45lt.svg#font_ltregular) format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Display';
    src: url(../fonts/font-55rg.eot);
    src: url(../fonts/font-55rg.eot@#iefix) format('embedded-opentype'),url(../fonts/font-55rg.woff2) format('woff2'),url(../fonts/font-55rg.woff) format('woff'),url(../fonts/font-55rg.ttf) format('truetype'),url(../fonts/font-55rg.svg#fontregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Display';
    src: url(../fonts/font-65md.eot);
    src: url(../fonts/font-65md.eot@#iefix) format('embedded-opentype'),url(../fonts/font-65md.woff2) format('woff2'),url(../fonts/font-65md.woff) format('woff'),url(../fonts/font-65md.ttf) format('truetype'),url(../fonts/font-65md.svg#font_mdregular) format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Display';
    src: url(../fonts/font-75bd.eot);
    src: url(../fonts/font-75bd.eot@#iefix) format('embedded-opentype'),url(../fonts/font-75bd.woff2) format('woff2'),url(../fonts/font-75bd.woff) format('woff'),url(../fonts/font-75bd.ttf) format('truetype'),url(../fonts/font-75bd.svg#fontbold) format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Display';
    src: url(../fonts/font-95blk.eot);
    src: url(../fonts/font-95blk.eot@#iefix) format('embedded-opentype'),url(../fonts/font-95blk.woff2) format('woff2'),url(../fonts/font-95blk.woff) format('woff'),url(../fonts/font-95blk.ttf) format('truetype'),url(../fonts/font-95blk.svg#fontregular) format('svg');
    font-weight: 900;
    font-style: normal;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transform: translate3d(0,-7px,0);
        transform: translate3d(0,-7px,0);
    }

    70% {
        -webkit-transform: translate3d(0,-3px,0);
        transform: translate3d(0,-3px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%,20%,53%,80%,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%,43% {
        -webkit-transform: translate3d(0,-7px,0);
        transform: translate3d(0,-7px,0);
    }

    70% {
        -webkit-transform: translate3d(0,-3px,0);
        transform: translate3d(0,-3px,0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: .2s;
    transition: .2s;
}

a, a:active, a:focus, a:hover, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    padding-left: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
}

input {
    -webkit-appearance: none;
}

b, strong {
    font-weight: 500;
    letter-spacing: .3px;
}

i {
    font-style: normal;
}

img {
    width: 100%;
}

body {
    background-color: #fff;
    font-family: 'Display',sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.section_content a {
    color: #ef008a;
}

.boxes1 .box .tarih strong, .section_content h1, .section_content h2, .section_content h3, .section_content h4, .section_content h5, .section_content h6, body {
    color: #000;
}

header {
    left: 0;
    position: fixed;
    right: 0;
    top: 20px;
    z-index: 1040;
}

    header .mobil_menu_btn {
        display: none;
        vertical-align: middle;
        background-color: #EF008A ;
        text-align: right;
        font-size: 0;
    }

        header .mobil_menu_btn a i {
            font-size: 30px;
            margin-right: 3px;
            margin-bottom: 3px;
        }

            header .mobil_menu_btn a i:before, header .ust_menu .search button i, header .ust_menu .search form.active {
                display: block;
            }

        header .mobil_menu_btn a {
            display: inline-block;
            margin-bottom: 24px;
            color: #fff;
            font-size: 16px;
        }

            header .header_right li, header .mobil_menu_btn a i, header .mobil_menu_btn a span {
                display: inline-block;
                vertical-align: middle;
            }

    header .band {
        height: 100px;
    }

        header .band .bg .left, header .band .bg .right {
            /*background-color: #EF008A ;*/
            position: absolute;
            top: 0;
            bottom: 0;
        }

        header .band .bg .left {
            left: 0;
            width: calc(50% - 665px);
        }

        header .band .bg .right {
            right: 0;
            width: calc(50% - 655px);
        }

    header.fade {
        opacity: 1;
        top: 0;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transition: .3s transform,height .3s;
        transition: .3s transform,height .3s;
        -webkit-transition: -webkit-transform .3s,height .3s;
    }

        header.fade.in {
            top: 20px;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
        }

    header.fixed .band, header.sub .band {
        height: 100px;
    }

    header.fixed, header.sub, html.no-csscalc header {
        background-color: #EF008A ;
    }

        header.fixed .logo, header.sub .logo, html.no-csscalc header.fixed .logo {
            margin-left: 0;
            padding: 0;
        }

    header.fade.in.fixed {
        top: 0;
    }

    header .band .container, header .header_wrap {
        height: 100%;
    }

    header .alt_menu &gt; ul &gt; li &gt; a:before, header.fixed .bg, header.sub .bg {
        display: none;
    }

    header .header_wrap {
        display: table;
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }

    /*header .header_wrap:before {
            content: '';
            display: block;
            height: 1px;
            background-color: #fff;
            position: absolute;
            bottom: 54px;
            left: 156px;
            right: 0;
            z-index: 7;
        }*/


    header.fixed .header_wrap:before, header.sub .header_wrap:before {
        bottom: 48px;
        left: 85px;
    }

    header .header_left {
        display: table-cell;
    }

    header .header_right {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        /*background-color: #EF008A ;*/
    }

        header .header_right li a {
            color: #fff;
            display: block;
            letter-spacing: .5px;
        }

    header .header_left {
        width: 404px;
        vertical-align: middle;
        height: 100%;
        position: relative;
    }

    header .logo {
        color: #fff;
        display: block;
        font-family: "Times New Roman",Times,serif;
        width: 100%;
        padding: 8px 0;
        position: relative;
        margin-left: -10px;
        overflow: hidden;
    }

    header .header_left:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: calc(100% - 140px);
        /*background-color: #EF008A ;*/
        z-index: 3;
    }

    header .logo .circle {
        height: 80px;
        width: 80px;
        display: block !important;
    }

    header .logo .text_content {
        text-align: center;
        z-index: 8;
        padding-left: 5px;
    }

        header .logo .text_content .text {
            display: block;
            font-size: 24px;
            line-height: 33px;
            text-transform: uppercase;
        }

        header .logo .text_content .yenersan {
            display: block;
            font-size: 0;
        }

            header .logo .text_content .yenersan .img {
                width: 172px;
                height: 82px;
                /*padding: 0 8px 14px;*/
                /*background-color: #EF008A ;*/
                z-index: 30;
            }

    header .logo .circle_wrap {
        padding: 10px;
        margin: -18px 0;
        border-radius: 50%;
        /*box-shadow: 0 0 0 27px #EF008A ;*/
        text-align: center;
    }

    header.fixed .logo .circle_wrap, header.sub .logo .circle_wrap, html.no-csscalc header.fixed .logo .circle_wrap {
        box-shadow: none;
        border-radius: none;
        margin: 0;
        padding: 0;
    }

    header .logo .circle_wrap, header .logo .text_content, header .logo .text_content .yenersan .img {
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

        header .logo .circle_wrap:before {
            display: inline-block;
            vertical-align: middle;
        }

    header .logo .circle {
        vertical-align: middle;
    }

    header .ust_menu {
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
        padding-bottom: 5px;
    }

    header.fixed .ust_menu, header.sub .ust_menu {
        padding-bottom: 0px;
    }

    header .ust_menu li + li {
        margin-left: 19px;
    }

    header .ust_menu .search, header .ust_menu ul {
        display: inline-block;
        vertical-align: middle;
    }

    header .ust_menu .search {
        position: relative;
    }

        header .ust_menu .search form {
            position: absolute;
            display: none;
        }

        header .ust_menu .search .open-btn {
            font-size: 16px;
            color: #fff;
            margin-left: 12px;
            cursor: pointer;
        }

        header .ust_menu .search input {
            border: none;
            padding: 7px 40px 7px 15px;
            position: absolute;
            bottom: -4px;
            right: 0;
            font-size: 14px;
        }

        header .ust_menu .search button {
            background: 0 0;
            border: none;
            color: #EF008A ;
            font-size: 16px;
            margin-right: 12px;
            padding: 0;
            z-index: 5;
            position: relative;
        }

    .diller, header .alt_menu {
        font-size: 15px;
        line-height: 21px;
        font-weight: 200;
    }

        header .alt_menu &gt; ul {
            display: inline-block;
        }

            header .alt_menu &gt; ul &gt; li {
                padding: 9px 0 37px;
                position: relative;
                font-weight: 400;
            }

    header.fixed .alt_menu &gt; ul &gt; li, header.sub .alt_menu &gt; ul &gt; li {
        padding: 0 0 0;
    }

    header .alt_menu &gt; ul &gt; li + li {
        margin-left: 19px;
    }

.diller {
    line-height: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    max-height: 999px;
    font-size: 0;
}

    .diller a.eski, .diller ul {
        display: inline-block;
        vertical-align: bottom;
    }

    .diller a.eski {
        font-size: 14px;
        margin-right: 20px;
        color: #ef008a;
    }

.mobil_menu .diller {
    text-align: right;
    padding-right: 20px;
}

.diller li {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

header.fixed .diller, header.sub .diller {
    max-height: 0;
    padding: 0;
}

header.fixed .logo .circle, header.sub .logo .circle {
    height: 80px;
    width: 80px;
}

.diller li + li {
    margin-left: 6px;
}

    .diller a, .diller li + li:before {
        display: inline-block !important;
        vertical-align: middle;
    }

    .diller li + li:before {
        color: #fff;
        content: 'l';
        margin-right: 6px;
        padding-top: 2px;
    }

.diller .active a {
    font-weight: 700;
    padding-top: 2px;
}

.mobil_menu .diller .active a {
    padding-top: 0;
}

.sections {
    color: #666;
}

.banner, .sections {
    position: relative;
}

    .banner .owl-nav, .banner .slider .item .bg.mobil, .banner .slider .item .bg.tablet, .banner .slider .item.video .bg {
        display: none;
    }

.home_banner {
    background-color: #000;
    height: 100%;
    overflow: hidden;
}

    .home_banner .item:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        z-index: 2;
    }

    .home_banner .slider_desktop .item:before {
        background-image: url(banner_mask.png);
    }

    .home_banner .slider_mobil .item:before {
        background-image: url(banner_mask_mobil.png);
    }

    .home_banner .item:after, .home_banner.withText .item:before {
        opacity: 0;
    }

    .home_banner.withText .active .item:before {
        opacity: .8;
    }

    .home_banner .active .item:after, .sections .menu_content &gt; ul li.dropmenu &gt; a:before, .sections .menu_content &gt; ul li &gt; ul &gt; li.dropmenu &gt; a:before {
        opacity: 1;
    }

    /* --------- Banner Css - 2 -------- */
.tp-tabs{
  left: 50% !important;
  margin:-160px auto 0;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  z-index:111;
  border-top:none;
  cursor:pointer;
}
.hesperiden .tp-tab {
  background: #fff;
  border-bottom: medium none;
  border-right: 1px solid #b2b2b2;
  opacity: 1;
  /*padding: 0 0 0 62px;*/
  position: absolute;
  width: 230px !important;
  text-align: center;
}
.hesperiden &gt; .tp-tab + .tp-tab{
	border-left:1px solid #b2b2b2;
}
.tp-tab-title &gt; span {
  position: absolute;
  top:8px;
  border-radius: 100%;
  background: #161616;
  line-height: 33px;
  height: 33px;
  width: 33px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  left:-47px;
}
.tp-tab .tp-tab-title{
	font-size:20px;
	margin: 29px 0 0 0;
	color:#111111;
	line-height: normal;
	position:relative;
	display:inline-block;
	/*font-weight: bold;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}
.tp-tab .tp-tab-title:before{
}
.tp-tab:hover .tp-tab-title, .tp-tab.selected .tp-tab-title{ 
  color:#fff; 
  font-weight: bold;
}
.tp-tab:hover .tp-tab-title &gt; span, .tp-tab.selected .tp-tab-title &gt; span{ 
  background:#fff; 
}
.tp-tab:hover .tp-tab-desc, .tp-tab.selected .tp-tab-desc{ 
  color:#fff; 
}
.tp-tab:hover .tp-tab-title::before, .tp-tab.selected .tp-tab-title:before{ 
  background:#fff; 
}
.tp-tab:hover .tp-tab-title span{
  background:#fff;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  position: static;
}
.text_bold {
	font-weight:bolder !important;
}

.hesperiden .tp-tab {
    background: #fff;
    border-bottom: medium none;
    border-right: 1px solid #b2b2b2;
    opacity: 1;
    /* padding: 0 0 0 62px; */
    position: absolute;
    width: 230px !important;
    text-align: center;
}
.tp-tab:hover, .tp-tab.selected {
    background: #EF008A !important;
}

.sub_banner:after {
    content: '';
    display: block;
    padding-top: 30%;
}

.home_banner .item:after {
    background-image: url(banner_altmenu2.png);
    background-position: bottom center;
    z-index: 1;
}

.banner .slider, .banner .slider .item .bg, .banner .slider .item a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

    .banner .slider .item {
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        .banner .slider .item a {
            display: block;
            z-index: 4;
        }

        .banner .slider .item .bg {
            background-position: center center;
            background-size: cover;
        }

    .banner .slider .fadeOut {
        -webkit-animation-duration: .7s;
        animation-duration: .7s;
    }

.banner .container, .vCenter_wrap, .vCenter_wrap:before {
    height: 100%;
}

.vCenter_wrap {
    font-size: 0;
}

    .home_banner .menu li i, .home_banner .menu li span, .home_banner .menu ul, .home_banner .menu:before, .vCenter_content, .vCenter_wrap:before {
        display: inline-block;
        vertical-align: middle;
    }

    .vCenter_wrap:before {
        content: '';
    }

.vCenter_content {
    font-size: 15px;
}

.banner .text {
    color: #fff;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    z-index: 2;
}

    .banner .text .title {
        border-bottom: 1px solid;
        border-top: 1px solid;
        font-size: 71px;
        font-weight: 100;
        line-height: 68px;
        margin: 0 0 14px;
        padding: 10px 0;
    }

    .banner .text p {
        font-size: 20px;
        font-weight: 200;
    }

    .banner .text h3 {
        font-weight: 200;
        font-size: 53px;
        line-height: 100%;
    }

    .banner .text .title span {
        font-weight: 900;
    }

    .banner .text .content {
        font-weight: 200;
    }

.home_banner .menu {
    bottom: 0;
    color: #fff;
    font-size: 0;
    font-weight: 200;
    padding: 42px 0 20px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 999;
    top: 0;
}

    .home_banner .menu:before {
        content: '';
        height: 100%;
    }

    .home_banner .menu li {
        display: block;
        text-align: left;
        white-space: nowrap;
        -webkit-transition: .7s cubic-bezier(.4,0,.2,1);
        transition: .7s cubic-bezier(.4,0,.2,1);
        -webkit-transform: translateX(77%);
        transform: translateX(77%);
        width: 290px;
    }

        .home_banner .menu li:hover {
            -webkit-transform: translateX(0%);
            transform: translateX(0%);
        }

        .home_banner .menu li + li {
            margin-top: 10px;
        }

        .home_banner .menu li a {
            /*background-color: #EF008A ;*/
            background-color: rgba(239, 0, 138, 0.38);
            padding: 20px 30px 20px 0;
            border-left: 5px solid transparent;
            font-weight: 400;
            display: block;
            font-size: 14px;
            text-transform: uppercase;
        }

        .home_banner .menu li.color1 a {
            border-left-color: #fff;
        }

        .home_banner .menu li.color2 a {
            border-left-color: #fff;
        }

        .home_banner .menu li.color3 a {
            border-left-color: #fff;
        }

        .home_banner .menu li.color4 a {
            border-left-color: #fff;
        }

        .home_banner .menu li.color5 a {
            border-left-color: #fff;
        }

        .home_banner .menu li i {
            font-size: 15px;
            width: 21px;
            height: 21px;
            text-align: center;
            margin: 0 20px;
        }

            .home_banner .menu li i:before {
                vertical-align: top;
                margin-top: 2px;
                display: block;
            }

        .home_banner .menu li a:focus, .home_banner .menu li a:hover {
            color: #fff;
            background-color: #EF008A ;
        }

            .home_banner .menu li a:focus::after, .home_banner .menu li a:focus::before, .home_banner .menu li a:hover::after, .home_banner .menu li a:hover::before {
                opacity: 1;
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }

section {
    padding: 54px 0;
}

.x_padding {
    padding: 94px 0;
}

.bg_gray {
    background-color: #f4f4f4;
}

.bg_gradient {
    background: url(gradient_bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
}

    .bg_gradient .section_title &gt; .text, .boxes2.line_boxes .box .title a {
        color: #fff;
    }

        .bg_gradient .section_title &gt; .text a {
            color: inherit;
        }

.section_title &gt; .title {
    font-size: 30px;
    font-weight: 400;
    color: inherit;
    text-transform: uppercase;
}

    .section_title &gt; .title.icon {
        font-weight: 600;
        color: #000;
        font-size: 26px;
        margin-bottom: 22px;
        margin-top: 22px;
    }

.section_content ul li {
    position: relative;
    padding-left: 30px;
}

.section_content ul {
    margin-bottom: 30px;
}

    .section_content ul:last-child {
        margin: 0;
    }

    .section_content ul li:before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e900";
        color: #EF008A ;
        position: absolute;
        left: 0;
        top: auto;
        padding-top: 3px;
    }

    .section_content ul li + li, .sections .box p + p {
        margin-top: 10px;
    }

.section_title &gt; .title.icon img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.section_title &gt; .title.icon span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px;
}

.contents .section_title, section.section_title {
    margin: 0;
}

    .contents .section_title + .section_content {
        margin-top: 40px;
    }

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

    .section_title &gt; .text, .section_title &gt; .text:before, .section_title &gt; .title {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

        .section_title &gt; .text:before {
            content: '/';
            margin: 0 15px;
        }

    .section_title &gt; .text {
        color: #333;
    }

        .section_title &gt; .text a {
            color: #EF008A ;
            font-weight: 500;
            text-decoration: underline;
        }

.boxes1 .box .img_wrap {
    position: relative;
}

.staff_person img {
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.boxes1 .box .img_wrap a, .owl-next i:before, .owl-prev i:before, footer .footer_boxes .col a {
    display: block;
}

.boxes1 .box .tarih {
    color: #666;
    display: block;
    margin-bottom: 10px;
}

.box .tarih, a.more {
    display: inline-block;
}

.box .tarih {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.boxes1 .box h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.boxes1 .box .content {
    background-color: #fff;
    margin: -22px 12px 0;
    padding: 20px 22px 70px;
    position: relative;
    z-index: 2;
    border: 1px solid rgba(100,100,100,.1);
    word-wrap: break-word;
    border-bottom: 1px solid #EF008A ;
}

    .boxes1 .box .content .button_wrap {
        bottom: 25px;
        left: 32px;
        position: absolute;
        right: 32px;
        text-align: center;
    }

a.more {
    background-color: #EF008A ;
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    padding: 8px 22px;
}

.boxes2 .box {
    background-color: #fff;
    color: #000;
    padding: 30px 30px 64px;
}

    .boxes2 .box.first.border, .boxes2 .box.last.border {
        border-color: #fff;
    }

    .boxes2 .box .more {
        position: absolute;
        bottom: 25px;
        left: 30px;
    }

    .boxes2 .box .title {
        font-size: 20px;
        margin: 25px 0 11px;
        color: inherit;
    }

    .boxes2 .box .content {
        color: #666;
    }

.boxes2.line_boxes .box {
    background-color: transparent;
    border: 1px solid #fff;
    margin: 1px;
    color: #fff;
    position: relative;
    padding: 30px 30px 8px;
}

.sections .box p {
    margin-bottom: 0;
}

.boxes2.line_boxes .box .content {
    color: #fff;
}

.box .content, .ui-datepicker td {
    font-weight: 300;
}

a.more.white {
    background-color: #fff;
    color: #000;
}

.owl-nav i {
    font-size: 28px;
    display: inline-block;
}

.owl-next i {
    margin-left: 0;
}

.owl-nav {
    margin-top: 15px;
}

.owl-next, .owl-prev {
    display: inline-block !important;
    vertical-align: middle;
}

.owl-next {
    margin-left: 5px;
}

.etkinlik .icerik {
    color: #666;
    font-weight: 300;
}

    .etkinlik .icerik .title {
        color: #000;
        font-size: 24px;
        margin: 15px 0 16px;
    }

        .boxes1 .box .title a, .etkinlik .icerik .title a, .sections section .panel-group .panel-heading .panel-title a, a.ui-datepicker-next, a.ui-datepicker-prev {
            color: #000;
        }

    .etkinlik .icerik .more, .sub_banner .text .title .tarihler {
        margin-top: 10px;
    }

.etkinlik {
    font-size: 0;
    position: relative;
    display: table;
    width: 100%;
}

    .etkinlik .gorsel, .etkinlik .icerik {
        float: none;
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
    }

.etkinlik_takvimi .takvim {
    padding-right: 60px;
    margin-left: -10px;
}

.ui-datepicker-title {
    color: #000;
    font-size: 30px;
    padding-right: 10px;
    text-align: right;
}

.ui-datepicker-year, body header .menuler ul li.dropmenu .sub_menu ul li.dropmenu {
    font-weight: 700;
}

.ui-datepicker th {
    font-size: 17px;
    padding: 10px;
    text-align: center;
}

.ui-datepicker td a, .ui-datepicker td span {
    font-size: 16px;
    font-weight: inherit;
    text-align: center;
    color: inherit;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
}

    .ui-datepicker td a:before, .ui-datepicker td span:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.ui-datepicker td.isActive {
    color: #EF008A ;
    font-weight: 700;
}

.ui-datepicker td.ui-datepicker-current-day.isActive a {
    background-color: #2fb2e7;
    color: #fff;
}

.ui-datepicker td.ui-datepicker-today {
    color: #2fb2e7;
    font-weight: 900;
}

.ui-datepicker-next, .ui-datepicker-prev {
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    left: 10px;
    position: absolute;
    top: 10px;
    vertical-align: middle;
}

.ui-datepicker-next {
    left: 40px;
}

.ui-datepicker-header {
    margin-bottom: 0;
    position: relative;
}

.ui-datepicker-calendar {
    text-align: center;
    width: 100%;
}

    .ui-datepicker-calendar td {
        color: #666;
        padding: 6px 10px;
    }

footer {
    background-color: #BF006F ;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    padding: 30px 0 20px;
    position: relative;
}

    footer .footer_menu {
        font-size: 14px;
        line-height: 17px;
        font-weight: 300;
        padding-bottom: 5px;
    }

    footer li {
        display: inline-block;
        vertical-align: middle;
    }

    footer .footer_menu li + li {
        margin-left: 19px;
    }

    footer .footer_menu ul {
        display: inline-block;
        vertical-align: middle;
    }

    footer h5 {
        font-size: 24px;
        margin: 0 0 20px;
    }

    footer .footer_boxes .row {
        margin: 0 -8px;
    }

    footer .footer_boxes .col {
        margin-bottom: 15px;
        padding: 0 8px;
    }

    footer .adres a {
        font-style: italic;
        font-weight: 300;
        margin-top: 4px;
    }

    footer .telefon strong + strong {
        margin-left: 20px;
    }

    footer .telefon {
        margin: 20px 0 36px;
    }

        footer .adres a, footer .telefon li {
            display: inline-block;
        }

            footer .telefon li + li {
                margin-left: 15px;
            }

        footer .telefon i {
            margin-right: 6px;
        }

        .tel_444 span, footer .telefon a {
            color: #ef008a;
        }

    footer .right {
        padding-left: 62px;
    }

    footer .footer_boxes {
        margin-bottom: 22px;
    }

    footer .social li {
        display: inline-block;
        font-size: 16px;
        vertical-align: bottom;
    }

        footer .social li a, footer .social li i, footer .social li i:before {
            display: block;
        }

        footer .social li + li {
            margin-left: 20px;
        }

    footer .copyright {
        font-size: 11px;
        display: block;
        font-family: sans-serif;
    }

    footer .mobile_apps {
        font-size: 0;
        margin-top: 36px;
    }

        footer .mobile_apps img {
            display: inline-block;
            padding-right: 52px;
            vertical-align: top;
            width: 50%;
            max-width: 170px;
        }

    footer .up_link {
        background-color: #fff;
        border-radius: 50%;
        color: #001d3e;
        display: block;
        font-size: 0;
        height: 60px;
        text-align: center;
        width: 60px;
        right: 5%;
        margin: -30px 0 0 -30px;
        position: absolute;
        top: 0;
    }

        footer .up_link i {
            font-size: 20px;
            padding-top: 15px;
        }

.sub_header {
    /*background-color: rgba(0,0,0,.7);*/
    color: #fff;
    height: 110px;
    left: 0;
    margin-top: -110px;
    position: relative;
    right: 0;
    top: 0;
    transition: .3s;
    -webkit-transition: .3s;
    z-index: 6;
}

    .sub_header .container {
        height: 100%;
    }

    .sub_header .title {
        background-color: #ef008a;
        padding: 0 30px;
        position: relative;
        width: 23%;
        float: left;
        height: 100%;
    }

    .sub_header .page_title {
        float: left;
        width: 77%;
        height: 100%;
        padding-left: 45px;
    }

    .sub_header.okan .title:after {
        background-color: #EF008A ;
    }

    .sub_header .title:after {
        background-color: rgba(0,0,0,.2);
        bottom: 0;
        content: '';
        display: block;
        height: 10px;
        left: 0;
        position: absolute;
        right: 0;
    }

    .sub_header h1 {
        font-weight: 900;
        margin: 0;
        font-size: 27px;
    }

        .sub_header h1 span, .sub_header h2 {
            font-weight: 100;
        }

    .sub_header h2 {
        font-size: 30px;
        margin: 0;
    }

.breadcrumb {
    background: 0 0;
    border-radius: 0;
    font-size: 15px;
    font-weight: 200;
    margin: 8px 0 0;
    padding: 0;
}

    .breadcrumb .active a, .breadcrumb &gt; .active {
        color: inherit;
        font-weight: 500;
    }

    .breadcrumb &gt; li + li:before {
        color: inherit;
        content: "&gt;";
        font-weight: 400;
    }

.sections p {
    line-height: 24px;
    margin-bottom: 33px;
}

.alert-info a {
    color: #fff;
}

.sections .menu_col {
    width: 23%;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.15);
    float: left;
}

    #etkinlikTakvimi.collapse, .sections .menu_col.collapse {
        display: block !important;
        height: auto !important;
    }

.sections .contents {
    width: 77%;
    float: left;
    padding: 56px 0 24px 45px;
}

.sections.listItem .contents {
    float: right;
}

.sections .contents .container_wrap {
    font-size: 0;
}

.sections .contents section {
    padding: 0 0 40px;
}

.sections .container_wrap &gt; div, .sections .container_wrap &gt; section {
    font-size: 15px;
}

.sections .menu_content {
    color: #000;
    padding: 56px 30px;
    position: relative;
}

    .sections .menu_content ul li + li {
        margin-top: 18px;
    }

    .sections .menu_content ul ul li + li {
        margin-top: 16px;
    }

    .person_detail .table strong, .section_content .tel_444 strong, .sections .menu_content &gt; ul &gt; li {
        font-weight: 500;
    }

        .sections .menu_content &gt; ul &gt; li &gt; ul &gt; li, .tel_444 strong {
            font-weight: 400;
        }

            .sections .menu_content &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
                font-size: 15px;
                font-weight: 300;
            }

    .sections .menu_content ul li.active &gt; a {
        color: #EF008A ;
    }

    .sections .menu_content ul a {
        display: table;
        width: 100%;
    }

        .sections .menu_content ul a:before {
            content: "\e903";
            display: table-cell;
            font-family: 'icomoon';
            font-style: normal;
            font-variant: normal;
            font-weight: 400;
            line-height: 1;
            -moz-osx-font-smoothing: grayscale;
            opacity: 0;
            padding-top: 3px;
            speak: none;
            text-transform: none;
            vertical-align: top;
            -webkit-font-smoothing: antialiased;
            width: 22px;
        }

    .sections .menu_content &gt; ul li &gt; ul &gt; li &gt; a:before {
        content: "\e90e";
        font-size: 12px;
        padding-top: 6px;
    }

    .sections .menu_content ul ul {
        margin-top: 0;
        display: none;
        padding-left: 20px;
    }

    .sections .menu_content ul .opened &gt; ul {
        margin-top: 16px;
        display: block;
    }

.img_popup {
    display: block;
    position: relative;
}

    .img_popup .icon, .img_popup:after {
        color: #000;
        position: absolute;
        left: 0;
        top: 0;
    }

    .img_popup .icon {
        font-size: 26px;
    }

    .img_popup:before {
        border-color: #fff transparent transparent transparent;
        border-style: solid;
        border-width: 76px 76px 0 0;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        top: 0;
        width: 0;
    }

    .img_popup:after {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e90e";
        padding-top: 3px;
    }

.boxes3 {
    font-size: 0;
}

    .boxes3 .box {
        color: #666;
        display: block;
    }

    .boxes3 .title {
        color: inherit;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 0;
        text-align: center;
    }

    .boxes3 .col {
        margin-bottom: 50px;
    }

    .boxes3 img {
        border-radius: 0;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    .boxes3 a, .boxes3 img, .sections .imza span, .sub_banner .text .title .tarih strong {
        display: block;
    }

        .boxes3 a:hover img, .gallery_items a:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

    .boxes3 .img_box {
        position: relative;
        overflow: hidden;
        border-radius: 0;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
    }

    .boxes3 i {
        color: #fff;
        font-size: 32px;
        left: 50%;
        margin: -16px 0 0 -16px;
        opacity: 0;
        position: absolute;
        top: 50%;
        transition: .3s;
        -webkit-transition: .3s;
        z-index: 3;
    }

    .boxes3 .row {
        margin: 0 -33px;
        font-size: 0;
    }

    .boxes3 .col {
        padding: 0 33px;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .boxes3 .img_box:before {
        border-radius: 0;
    }

    .boxes3 a:hover .img_box:before, .boxes3 a:hover i {
        opacity: 1;
    }

.sub_banner .text {
    width: 20%;
}

    .sub_banner .text .title {
        border: none;
        font-size: 38px;
        font-weight: 100;
        line-height: 38px;
    }

        .sub_banner .text .title h1, .sub_banner .text .title h2, .sub_banner .text .title h3, .sub_banner .text .title h4, .sub_banner .text .title h5, .sub_banner .text .title h6 {
            font-size: inherit;
            font-weight: inherit;
            margin: 0;
        }

        .sub_banner .text .title .tarih {
            display: inline-block;
            font-size: 18px;
            line-height: 22px;
            vertical-align: top;
        }

            .sub_banner .text .title .tarih + .tarih {
                border-left: 1px solid #fff;
                margin-left: 1px;
                padding-left: 7px;
            }

.banner .text .title span {
    font-size: inherit;
}

.gallery_items a {
    display: block;
    position: relative;
    overflow: hidden;
}

    .gallery_items a img {
        display: block;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }

    .boxes3 .img_box:before, .gallery_items a i, .gallery_items a:before {
        position: absolute;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .boxes3 .img_box:before, .gallery_items a:before {
        content: '';
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.2);
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .gallery_items a i {
        bottom: 6px;
        right: 8px;
        color: #fff;
        z-index: 3;
    }

    .gallery_items a:hover i {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }

    .gallery_items a:hover:before {
        opacity: 1;
    }

.embed-responsive {
    margin-bottom: 55px;
}

.sections .imza {
    margin-bottom: 20px;
    font-size: 18px;
}

    .sections .imza .title {
        font-size: 1.7em;
        line-height: 1.1em;
        color: #EF008A ;
        margin-bottom: 10px;
    }

    .sections .imza .sub_title {
        color: #999;
    }

.etkinlik .owl_control {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    font-style: italic;
}

    .etkinlik .owl_control a {
        margin: 0 10px;
        color: #000;
    }

    .etkinlik .owl_control i {
        color: #000;
        font-size: 22px;
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 3px;
    }

header.fixed .header_left, header.sub .header_left {
    width: 288px;
}

header.fixed .logo .text_content .text, header.sub .logo .text_content .text {
    font-size: 18px;
    line-height: 18px;
}

header.fixed .logo .text_content .yenersan .img, header.sub .logo .text_content .yenersan .img {
    width: 152px;
}

header.fixed .logo .text_content, header.sub .logo .text_content {
    padding-left: 0;
}

.banner .owl-item, .banner .owl-stage, .banner .owl-stage-outer {
    height: 100%;
}

.staff_person .summary {
    border: 1px solid #e5e5e5;
    text-align: center;
    background-color: #fff;
    margin: -22px 12px 0;
    padding: 25px 26px;
    position: relative;
    z-index: 2;
}

.boxes1 {
    font-size: 0;
}

    .boxes1 .col, .staff_person {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin-bottom: 30px;
    }

        .boxes1 .box, .staff_person .box {
            font-size: 15px;
        }

            .boxes1 .lines i:before, .staff_person .box a, .staff_person .lines i:before, body header .menuler ul li.dropmenu .sub_menu ul li.dropmenu a, body header .menuler ul li.dropmenu .sub_menu.active {
                display: block;
            }

            .staff_person .box .img_wrap {
                position: relative;
            }

        .boxes1 .lines li + li, .staff_person .lines li + li {
            margin-top: 10px;
        }

        .boxes1 .lines i, .staff_person .lines i {
            font-weight: 500;
            color: #EF008A ;
            margin-right: 5px;
        }

        .boxes1 .lines li:before, .mobil_menu ul.collapseMenu li div, .sections.listItem .menu_content ul a:before, .staff_person .lines li:before, body header .menuler ul li.dropmenu .sub_menu ul ul, header .mp-menu .mp-level.hasActive &gt; .wrap &gt; h2, header .mp-menu .mp-level.hasActive &gt; ul &gt; li &gt; a {
            display: none;
        }

        .boxes1 .lines a, .boxes1 .lines i, .sections.listItem .menu_content h3 i a, .staff_person .lines a, .staff_person .lines i {
            display: inline-block;
        }

.boxesProducts {
    font-size: 0;
}

    .boxesProducts .box .content {
        background-color: #EF008A ;
        margin: -28px 12px 0;
        padding: 17px 22px 15px;
        position: relative;
        z-index: 2;
        border: 1px solid rgba(100,100,100,.1);
        word-wrap: break-word;
    }

    .boxesProducts .box .title a {
        color: #fff;
    }

    .boxesProducts .box h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

.table th {
    background-color: #EF008A ;
    color: #fff;
    font-weight: 500;
}

.table &gt; tbody &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
    padding: 22px 30px;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.sub_header.egitim {
    background-color: rgba(48,189,239,.7);
}

    .mobil_menu_btn2.egitim, .sub_header.egitim .title {
        background-color: #30bdef;
    }

.sub_header.tip {
    background-color: rgba(0,143,112,.7);
}

    .mobil_menu_btn2.tip, .sub_header.tip .title {
        background-color: #008f70;
    }

.sub_header.dis {
    background-color: rgba(195,178,215,.7);
}

    .mobil_menu_btn2.dis, .sub_header.dis .title {
        background-color: #c3b2d7;
    }

.sub_header.konservatuvar {
    background-color: rgba(248,198,212,.7);
}

    .mobil_menu_btn2.konservatuvar, .sub_header.konservatuvar .title {
        background-color: #f8c6d4;
    }

.sub_header.insanvetoplum {
    background-color: rgba(225,77,51,.7);
}

    .mobil_menu_btn2.insanvetoplum, .sub_header.insanvetoplum .title {
        background-color: #e14d33;
    }

.sub_header.gsf {
    background-color: rgba(124,121,124,.7);
}

    .mobil_menu_btn2.gsf, .sub_header.gsf .title {
        background-color: #7c797c;
    }

.sub_header.hukuk {
    background-color: rgba(58,87,150,.7);
}

    .mobil_menu_btn2.hukuk, .sub_header.hukuk .title {
        background-color: #3a5796;
    }

.sub_header.iibf {
    background-color: rgba(173,143,108,.7);
}

    .mobil_menu_btn2.iibf, .sub_header.iibf .title {
        background-color: #ad8f6c;
    }

.sub_header.mm {
    background-color: rgba(247,166,0,.7);
}

    .mobil_menu_btn2.mm, .sub_header.mm .title {
        background-color: #f7a600;
    }

.sub_header.sbyo {
    background-color: rgba(136,192,190,.7);
}

    .mobil_menu_btn2.sbyo, .sub_header.sbyo .title {
        background-color: #88c0be;
    }

.sub_header.ubyo {
    background-color: rgba(131,101,113,.7);
}

    .mobil_menu_btn2.ubyo, .sub_header.ubyo .title {
        background-color: #836571;
    }

.sub_header.myo {
    background-color: rgba(42,96,96,.7);
}

    .mobil_menu_btn2.myo, .sub_header.myo .title {
        background-color: #2a6060;
    }

.sub_header.shmyo {
    background-color: rgba(136,192,190,.7);
}

    .mobil_menu_btn2.shmyo, .sub_header.shmyo .title {
        background-color: #88c0be;
    }

.sub_header.fenbilimleri {
    background-color: rgba(196,153,117,.7);
}

    .mobil_menu_btn2.fenbilimleri, .sub_header.fenbilimleri .title {
        background-color: #c49975;
    }

.sub_header.saglikbilimleri {
    background-color: rgba(227,6,19,.7);
}

    .mobil_menu_btn2.saglikbilimleri, .sub_header.saglikbilimleri .title {
        background-color: #e30613;
    }

.sub_header.sosyalbilimler {
    background-color: rgba(247,166,0,.7);
}

    .mobil_menu_btn2.sosyalbilimler, .sub_header.sosyalbilimler .title {
        background-color: #f7a600;
    }

.person_detail {
    font-size: 0;
    text-align: center;
}

    .person_detail .modal_box {
        border: 1px solid #e5e5e5;
        padding: 25px 10px;
        background-color: #fff;
        max-width: 960px;
        width: 100%;
        text-align: left;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
    }

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

.bannerText {
    position: relative;
}

.person_detail .modal_box .close {
    font-size: 36px;
    color: #000;
    position: absolute;
    top: -1px;
    right: -40px;
    cursor: pointer;
    opacity: 1;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.person_detail .lines {
    text-align: center;
    padding: 20px;
}

    .person_detail .lines li + li {
        margin-top: 10px;
    }

    .person_detail .lines i {
        font-weight: 500;
        color: #EF008A ;
        margin-right: 5px;
    }

.person_detail h1 {
    color: #EF008A ;
    font-size: 26px;
}

.person_detail .summary h1 {
    margin-bottom: 0;
    text-align: Center;
    display: none;
}

.person_detail h2 {
    color: #999;
    font-size: 18px;
}

.person_detail table {
    font-size: 14px;
}

    .person_detail table i {
        font-size: .8em;
        font-weight: 700;
    }

.person_detail .table td {
    padding: 10px;
}

.person_detail tr &gt; td:first-child {
    width: 40%;
}

.person_detail .img_wrap img {
    -webkit-filter: grayscale(100%);
    filter: gray;
}

body header .menuler ul li.dropmenu .sub_menu {
    position: absolute;
    top: 57px;
    left: 0;
    display: none;
    text-align: left;
}

    body header .menuler ul li.dropmenu .sub_menu ul {
        background-color: #000;
        margin: 0;
        display: block;
        padding: 30px;
    }

        body header .menuler ul li.dropmenu .sub_menu ul li {
            display: block;
            padding: 0;
            margin: 0;
        }

            body header .menuler ul li.dropmenu .sub_menu ul li.dropmenu a:after {
                display: block;
                content: '&gt;';
            }

            body header .menuler ul li.dropmenu .sub_menu ul li + li {
                margin-top: 10px;
                white-space: nowrap;
            }

.sections.homepages .hasBg .container {
    padding: 0 15px;
}

    .sections.homepages .hasBg .container:before {
        content: '';
        display: block;
        float: left;
        min-height: 1px;
        width: 23%;
    }

.sections.homepages .hasBg .container_wrap {
    float: left;
    padding-left: 45px;
    position: relative;
    width: 77%;
    z-index: 9;
}

.sections .menu_absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .sections .menu_absolute .container {
        height: 100%;
    }

    .sections .menu_absolute .menu_col {
        float: none;
        max-height: 100%;
        overflow: auto;
    }

        .sections .menu_absolute .menu_col::-webkit-scrollbar {
            width: 5px;
            background-color: rgba(16,75,143,.2);
        }

        .sections .menu_absolute .menu_col::-webkit-scrollbar-thumb {
            background-color: #EF008A ;
        }

header .mp-menu {
    display: none;
    text-align: left;
    position: absolute;
    top: 66px;
    left: 0;
    min-width: 300px;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    border-top: 2px solid #EF008A !important;
}

header.fixed .alt_menu &gt; ul &gt; li &gt; .mp-menu, header.sub .alt_menu &gt; ul &gt; li &gt; .mp-menu {
    top: 43px;
}

.mobil_menu .alt_menu &gt; ul &gt; li:hover &gt; .mp-menu, header .alt_menu &gt; ul &gt; li:hover &gt; .mp-menu, header .mp-menu .mp-level.hasActive &gt; .wrap span {
    display: block;
}

header .mp-menu li {
    display: block !important;
}

    header .mp-menu li .mp-level {
        display: block;
        position: absolute;
        top: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .5s;
        transition: .5s;
    }

    header .mp-menu li.hasChildren &gt; .mp-level.active {
        -webkit-transform: translateX(42px);
        transform: translateX(42px);
        z-index: 2;
    }

header .mp-menu h2, header .mp-menu span {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 20px 20px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

header .alt_menu &gt; ul &gt; li:hover &gt; .mp-menu h2:before {
    position: absolute;
    left: 12px;
}

header .mp-menu .mp-level {
    background-color: #000;
    padding: 10px 0;
    width: 300px;
    min-height: 100%;
}

    header .mp-menu .mp-level &gt; ul {
        padding-top: 0px;
        z-index: 2;
    }

    header .mp-menu .mp-level.hasActive &gt; ul &gt; li &gt; a {
        position: static;
    }

    header .mp-menu .mp-level a {
        padding: 10px 20px;
        display: block;
        position: relative;
        z-index: 1;
    }

        header .mp-menu .mp-level a:before {
            float: right;
            margin-top: 3px;
        }

        header .mp-menu .mp-level a:hover {
            background-color: #333;
        }

    .staff_person .animation i, header .mp-menu .mp-level &gt; .wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    header.mp-menu .mp-level.hasActive &gt; .wrap {
        z-index: 1;
    }

    header .mp-menu .mp-level &gt; .wrap span {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: center left;
        transform-origin: center left;
        position: absolute;
        bottom: 0%;
        left: 22px;
        right: 0;
        display: none;
    }

section.history .year {
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #EF008A ;
    color: #fff;
    font-size: 0;
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

section.history.animate .year {
    opacity: 1;
}

.sections section:not(.history) {
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.sections section.animate, .sections.list section, section.history.animate .content .wrap {
    opacity: 1;
}

    .sections.list section .box {
        opacity: 0;
        margin-bottom: 40px;
    }

.sections section .container {
    z-index: 9;
    position: relative;
}

.sections section.hasBg .container {
    position: static;
}

.sections section .panel-group .panel-heading .icon:after, .sections section .panel-group .panel-heading .icon:before, .sections.listItem .menu_content h3 span, .sections.listItem .menu_content h3 sup, section.history .year span, section.history .year:before {
    display: inline-block;
    vertical-align: middle;
}

.sections section .panel-group .panel-heading .icon:after, section.history .year:before {
    content: '';
    height: 100%;
}

section.history .year span {
    font-size: 30px;
    font-weight: 900;
}

.sections .contents section.history {
    padding-bottom: 64px;
}

    .sections .contents section.history + section.history {
        margin-top: -64px;
    }

section.history .content {
    padding: 20px 0 20px 136px;
    min-height: 100px;
    position: relative;
}

    section.history .content .wrap {
        opacity: 0;
        -webkit-transition: 1s;
        transition: 1s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }

    section.history .content .border {
        width: 100px;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: 1.5s;
        transition: 1.5s;
        -webkit-transition-delay: .8s;
        transition-delay: .8s;
        height: 0;
    }

section.history.animate .content .border {
    height: 100%;
}

section.history .content .border:before {
    height: 100%;
    width: 1px;
    background-color: #ccc;
    content: '';
    display: inline-block;
}

.sections.homepages section.bg_gradient, .sections.homepages section.bg_gray {
    opacity: 1;
}

    .sections.homepages section.bg_gray + .bg_ray {
        background-color: #fff;
    }

.sections .etkinlik .gorsel, .sections .etkinlik .icerik {
    vertical-align: top;
}

.sections .etkinlik p {
    margin-bottom: 10px;
}

.sections .etkinlik .title {
    font-size: 20px;
}

.sections.list section {
    padding: 20px 0 0;
    border-bottom: 1px solid #ccc;
}

.sections.list .actions .btn-select {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.sections.list .actions {
    margin: 20px auto 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.sections.list section + .actions {
    margin: 40px auto;
    border: none;
}

.sections section .panel-group .panel {
    padding: 40px 0;
    -webkit-transition: .3s;
    transition: .3s;
    background: 0 0;
    border: none;
}

    .sections section .panel-group .panel + .panel {
        border-top: 1px solid #ccc;
        margin: 0;
        color: #000;
    }

.sections section .panel-group.searching .panel + .panel {
    border-top: none;
}

.sections section .panel-group.searching .panel.matched ~ .panel.matched {
    border-top: 1px solid #ccc;
}

.sections section .panel-group .panel-heading {
    background: 0 0;
    border: none;
}

.sections section .panel-group .panel {
    box-shadow: none;
    border-radius: 0;
}

.sections section .panel-group .panel-heading .panel-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.sections section .panel-group .panel-heading {
    padding: 0;
    position: relative;
}

.sections section .panel-group .panel-collapse .panel-body {
    padding-top: 20px;
}

.sections section .panel-group .panel-body {
    border: none !important;
    padding: 0;
    padding-left: 46px;
}

    .sections section .panel-group .panel-body p {
        margin-bottom: 25px;
        color: #000;
    }

.sections section .panel-group .panel-heading .panel-title &gt; a {
    padding-left: 46px;
    display: block;
}

.blue-box a img {
    display: block;
}

.sections section .panel-group .panel-heading .icon {
    position: absolute;
    top: auto;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: #EF008A ;
    text-align: center;
    font-size: 0;
    margin-top: -3px;
}

    .sections section .panel-group .panel-heading .icon:before {
        padding-top: 0;
        padding-left: 1px;
        font-size: 14px;
    }

.sections section .panel-group .panel-heading .panel-title &gt; a.collapsed .icon:before {
    content: '\e90e';
}

.sections.listItem h1.itemTitle {
    margin-bottom: 10px;
    font-size: 24px;
    margin-top: 0;
    color: #000;
}

.sections.listItem .menu_content ul a {
    display: block;
    color: #999;
}

.sections.listItem .menu_content &gt; ul &gt; li {
    font-weight: 400;
    font-size: 14px;
}

.sections.listItem .menu_content h3 {
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 4px;
}

    .sections.listItem .menu_content h3 i {
        font-size: .6em;
        font-weight: 400;
        top: 0;
    }

        .sections.listItem .menu_content h3 i:before {
            content: '/';
            margin-left: 10px;
            margin-right: 12px;
        }

.sections.listItem .itemBar .date strong, .slider.featured .tarih strong {
    color: #000;
}

.sections.listItem .itemBar {
    margin-bottom: 40px;
}

    .sections.listItem .itemBar .date, .sections.listItem .itemBar .social li, .sections.listItem .navigation li {
        display: inline-block;
    }

    .sections.listItem .itemBar .social {
        display: inline-block;
        vertical-align: bottom;
        margin-left: 15px;
        padding-left: 15px;
        border-left: 1px solid #ccc;
    }

        .sections.listItem .itemBar .social li + li {
            margin-left: 10px;
        }

        .sections.listItem .itemBar .social li a {
            color: #EF008A ;
            font-size: 18px;
        }

.sections.listItem .navigation li + li:before {
    content: '/';
    margin-left: 15px;
    margin-right: 17px;
}

.sections.listItem .navigation li i {
    color: #000;
    font-size: 28px;
}

.blue-box a .link-wrap i, .blue-box a .link-wrap i:after, .blue-box a .link-wrap i:before, .blue-box a .link-wrap:before, .sections.listItem .navigation li a, .sections.listItem .navigation li i {
    display: inline-block;
    vertical-align: middle;
}

.sections.listItem .navigation li i {
    margin-right: 10px;
}

.sections.listItem .navigation li + li i {
    margin-right: 0;
    margin-left: 10px;
}

.bannerText:before {
    height: 82%;
}

.bannerText {
    content: '';
    display: block;
    top: 0;
    margin-left: -5%;
    width: 50%;
    height: 100%;
    padding: 14% 5%;
    background-size: cover;
}

.home_banner .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    text-align: center;
    z-index: 2;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    font-size: 0;
}

    .home_banner .owl-dots .owl-dot {
        background: 0 0;
        border: none;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        height: 64px;
        width: 15px;
        position: relative;
        transition: .3s;
        -webkit-transition: .3s;
        outline: none;
    }

        .home_banner .owl-dots .owl-dot.active {
            width: 36px;
        }

            .home_banner .owl-dots .owl-dot.active:before, .home_banner .owl-dots .owl-dot:hover:before {
                opacity: 0;
            }

            .home_banner .owl-dots .owl-dot.active span {
                opacity: 1;
                transform: translateY(-50%) rotate(0);
                -webkit-transform: translateY(-50%) rotate(0);
                -moz-transform: translateY(-50%) rotate(0);
                -o-transform: translateY(-50%) rotate(0);
                -ms-transform: translateY(-50%) rotate(0);
                box-shadow: 0 0 5px rgba(0,0,0,.6);
            }

        .home_banner .owl-dots .owl-dot:after, .home_banner .owl-dots .owl-dot:before {
            content: '';
            display: inline-block;
            vertical-align: middle;
        }

        .home_banner .owl-dots .owl-dot:after {
            height: 100%;
        }

        .home_banner .owl-dots .owl-dot:before {
            background-color: #fff;
            width: 100%;
            padding-top: 100%;
            border-radius: 50%;
        }

        .home_banner .owl-dots .owl-dot span {
            background-size: cover;
            background-position: center center;
            width: 100%;
            opacity: 0;
            border-radius: 50%;
            transition: .3s;
            -webkit-transition: .3s;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%) rotate(20deg);
            -webkit-transform: translateY(-50%) rotate(20deg);
            -moz-transform: translateY(-50%) rotate(20deg);
            -o-transform: translateY(-50%) rotate(20deg);
            -ms-transform: translateY(-50%) rotate(20deg);
        }

            .home_banner .owl-dots .owl-dot span:before {
                padding-top: 100%;
                content: '';
                display: block;
            }

        .home_banner .owl-dots .owl-dot:hover {
            width: 64px;
        }

            .home_banner .owl-dots .owl-dot:hover span {
                opacity: 1;
                transform: translateY(-50%) rotate(0);
                -webkit-transform: translateY(-50%) rotate(0);
                -moz-transform: translateY(-50%) rotate(0);
                -o-transform: translateY(-50%) rotate(0);
                -ms-transform: translateY(-50%) rotate(0);
            }

        .home_banner .owl-dots .owl-dot + .owl-dot {
            margin-left: 20px;
        }

.sections section .embed-responsive {
    margin-bottom: 0;
}

.sections.noMenu .contents {
    width: 100%;
    float: none;
    padding-left: 0;
}

section .search {
    max-width: 700px;
    padding-right: 170px;
    position: relative;
    margin: 20px 0 40px;
}

    section .search input {
        border: 1px solid #ccc;
        color: #666;
        font-size: 18px;
        padding: 15px 24px;
        width: 100%;
    }

    section .search button {
        background-color: #EF008A ;
        border: none;
        color: #fff;
        -webkit-appearance: none;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        display: block;
        width: 145px;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }

        section .search button i {
            display: inline-block;
            margin-right: 10px;
        }

.sections section .panel-group.searching .panel:not(.matched) {
    opacity: 0;
    max-height: 0;
    padding: 0;
    border: none;
}

.sections section .panel-group.searching .panel.matched {
    opacity: 1;
    max-height: 9999px;
}

.blue-box {
    margin-bottom: 40px;
    overflow: hidden;
}

    .blue-box a {
        display: block;
        position: relative;
        height: 100%;
    }

    .blue-box .blue-box-thumbnail .embed-responsive, .border-box p {
        margin-bottom: 0;
    }

    .blue-box .blue-box-thumbnail {
        margin: 0;
        padding: 0;
    }

    .blue-box .blue-box-footer {
        margin: 0;
    }

    .blue-box .link-wrap, .blue-box a .link-wrap i {
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
        text-align: center;
    }

    .blue-box .link-wrap {
        background-color: rgba(0,0,0,.8);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        width: 100%;
    }

    .blue-box a:hover .link-wrap, .blue-box a:hover .link-wrap i {
        opacity: 1;
    }

    .blue-box a .link-wrap:before {
        content: '';
        height: 100%;
    }

    .blue-box a .link-wrap i {
        border: 2px solid;
        border-radius: 50%;
        padding: 15px;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        width: 54px;
        height: 54px;
        font-size: 0;
    }

        .blue-box a .link-wrap i:before, .staff_person.col.bekir_okan .title {
            font-size: 20px;
        }

    .blue-box .blue-box-footer {
        text-align: center;
        background-color: #EF008A ;
        padding: 15px 10px;
    }

        .blue-box .blue-box-footer h3, .blue-box .blue-box-footer:before, .border-box .box-image a img, .border-box .box-image a:before, .staff_person.blue_box .sub_title i, .staff_person.blue_box .sub_title:before {
            display: inline-block;
            vertical-align: middle;
        }

        .blue-box .blue-box-footer:before, .blue-box a .link-wrap i:after, .border-box .box-image a:before, .staff_person.blue_box .sub_title:before {
            content: '';
            height: 100%;
        }

        .blue-box .blue-box-footer h3 {
            color: #fff;
            font-weight: 500;
            margin: 0;
        }

.blue_boxes .row {
    font-size: 0;
}

.blue_boxes .blue-box {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.blue-box .link_content {
    position: relative;
}

.border-box {
    padding: 0 10px;
    margin-bottom: 40px;
    float: none;
    display: inline-block;
    vertical-align: top;
}

    .border-box .box-header {
        text-align: center;
        margin-bottom: 20px;
    }

    .border-box .box-image {
        border: 1px solid #ccc;
    }

        .border-box .box-image a {
            display: block;
            height: 100%;
            text-align: center;
            font-size: 0;
        }

    .border-box .box-content {
        text-align: center;
        margin-top: 15px;
    }

    .border-box + section:not(.border-box) {
        clear: both;
        margin-top: 20px;
    }

.section_content .border-box-title {
    font-weight: 500 !important;
    font-size: 22px;
    color: #f90;
    margin-bottom: -5px;
}

.section_title.text-center .title {
    font-weight: 500 !important;
    color: #000;
    font-size: 22px;
}

.section_content .border-box-title:after {
    border-bottom: 1px solid #eee;
    content: '';
    display: block;
    margin-top: 15px;
    margin-bottom: -30px;
}

.box-content a {
    color: #EF008A ;
    text-decoration: underline;
}

.kutuphane-form {
    margin-bottom: 5%;
    margin-top: -5%;
}

    .kutuphane-form .form-group {
        padding: 0;
        margin: 0 0 7px;
    }

    .kutuphane-form .btn-primary {
        margin-left: 15px;
        padding: 9px 30px;
        background-color: #EF008A ;
        font-size: 17px;
        font-weight: 500;
    }

        .kutuphane-form .btn-primary:hover {
            background-color: #10238f;
        }

        .kutuphane-form .btn-primary .icon-search {
            margin-right: 5px;
        }

.input-xlarge {
    height: 44px;
}

.kutuphane-form .radio:first-child {
    padding-left: 1%;
}

.staff_person.one_row {
    display: block;
}

.staff_person.center, .staff_person.one_row {
    margin-left: auto;
    margin-right: auto;
}

.staff_person.col.bekir_okan {
    width: 43%;
    margin-bottom: 80px;
}

.staff_person.blue_box .title {
    color: #1e1e1e;
    padding: 10px 15px;
    position: absolute;
    font-weight: 500;
    text-align: left;
    z-index: 5;
    background-color: #eee;
    font-size: 15px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.staff_person.blue_box .summary {
    border: none;
    text-align: left;
    background: 0 0;
    margin: 0;
    padding: 0;
}

    .staff_person.blue_box .summary .imza {
        margin: 0;
    }

.staff_person .animation {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    opacity: 0;
}

.staff_person:hover .animation {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.staff_person .animation i:after, .staff_person .animation i:before {
    top: 0;
    left: 0;
    background-color: #fff;
    content: '';
    position: absolute;
}

.staff_person:hover .animation i:after, .staff_person:hover .animation i:before {
    -webkit-transition: .5s;
    transition: .5s;
}

.staff_person:hover .animation i + i:after, .staff_person:hover .animation i + i:before {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.staff_person .animation i + i:before {
    top: auto;
    bottom: 0;
}

.staff_person .animation i:before {
    width: 0%;
    height: 2px;
}

.staff_person .animation i:after {
    width: 2px;
    height: 0%;
}

.staff_person .animation i + i:after {
    left: auto;
    right: 0;
}

.popup .popup_container .popup_body img, .staff_person:hover .animation i:before {
    width: 100%;
}

.staff_person:hover .animation i:after {
    height: 100%;
}

.staff_person.blue_box:hover .title {
    color: #eee;
    background-color: #EF008A ;
}

.staff_person.blue_box .sub_title {
    background-color: #EF008A ;
    color: #c4d3e3;
    padding: 12px;
    display: inline-block;
    text-align: left;
    z-index: 7;
    font-size: 0;
}

    .staff_person.blue_box .sub_title i {
        font-size: 15px;
    }

.staff_person.blue_box .sub_title, .staff_person.blue_box .title {
    -webkit-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: cubic-bezier(.34,.09,.25,1);
    transition-timing-function: ease;
}

.staff_person.blue_box:hover .sub_title {
    background-color: #eee;
    color: #1a1a1a;
}

.slider.featured .featured-image, .slider.featured .item {
    padding: 0;
}

.slider.featured .item {
    display: table;
    width: 100%;
}

    .slider.featured .item .featured-content-wrap, .slider.featured .item .featured-image {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    .slider.featured .item .image-caption {
        position: relative;
    }

.slider.featured .featured-content-wrap {
    padding: 0 0 0 3%;
}

.mobil_menu .onlyActive li.opened, .mobil_menu .onlyActive li.opened.open .mp-level &gt; ul &gt; li, .mobil_menu .onlyActive li.opened &gt; .mp-level, .mobil_menu .onlyActive li.opened &gt; .mp-menu, .mobil_menu .onlyActive li.opened &gt; .mp-menu &gt; .mp-level, .slider.featured .featured-button, .slider.featured .featured-content, .slider.featured .featured-title, .slider.featured .tarih {
    display: block;
}

.slider.featured .tarih {
    margin-top: 0;
    margin-bottom: 2%;
    font-size: 20px;
    color: #999;
}

.slider.featured h2 {
    font-size: 24px;
}

.slider.featured .featured-content {
    font-size: 18px;
}

.owl-nav .disabled, .slider.featured .disabled {
    color: #ccc;
}

.slider.featured .featured-button {
    margin-top: 25px;
}

    .slider.featured .featured-button .btn-primary {
        padding: 5px 25px;
        border-radius: 0;
        font-size: 17px;
        font-weight: 500;
    }

.slider.featured .hot-badge {
    position: absolute;
    top: -5px;
    left: 13px;
    z-index: 5;
    font-size: 28px;
    color: #EF008A ;
}

.sections .container_wrap .sitemap {
    font-size: 20px;
}

.sections .sitemap &gt; ul &gt; li {
    padding-left: 0;
    margin-top: 0;
}

    .sections .sitemap &gt; ul &gt; li &gt; a:first-child {
        font-weight: 600;
        margin-bottom: 5px;
    }

.sections .sitemap ul li {
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
}

    .sections .sitemap ul li ul {
        font-size: .9em;
        border-left: 1px solid #eee;
    }

        .sections .sitemap ul li ul li:before {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\e911";
            position: absolute;
            left: 6px;
            font-size: .5em;
            color: #ccc;
            margin-top: 7px;
        }

        .sections .sitemap ul li ul li a:hover {
            color: #000;
            text-decoration: underline;
        }

.gMap {
    position: absolute;
    background-color: #e5e3df;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.virtual-tour {
    position: relative;
    right: 0;
    top: -85px;
    color: #0b4b8f !important;
    font-size: 19px;
}

    .virtual-tour img {
        max-width: 70px;
        width: 100%;
        display: inline-block;
    }

.list-item-title {
    border-bottom: 1px solid #666;
    padding: 10px 0;
    font-weight: 400;
}

.list-item ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

    .list-item ul li:before {
        content: "\e917";
        font-family: 'icomoon';
        margin-right: 5px;
        display: table-cell;
        vertical-align: top;
        padding-right: 8px;
    }

    .list-item ul li {
        color: #666;
        display: block;
        margin: 10px 0;
        font-size: 14px;
        display: table;
    }

.gallery_full .col {
    margin-bottom: 30px;
}

.cv-dropdown {
    left: 33%;
}

    .cv-dropdown li {
        padding-left: 0 !important;
        text-align: center;
    }

section:not(.richText) {
    clear: both;
}

.hasBg section:not(.image_box) + section {
    padding-top: 0;
}

.sections .container_wrap .row.text-center {
    font-size: 0;
}

.tel_444 {
    font-size: 22px;
    font-weight: 300;
}

    .tel_444 i {
        margin-right: 6px;
    }

.section_content .tel_444 {
    color: #000;
    font-weight: 400;
}

    .section_content .tel_444 i, .section_content .tel_444 span {
        color: #EF008A ;
    }

.error_page {
    background-color: #1e9fd6;
    color: #fff;
    text-align: center;
    height: 760px;
    font-size: 0;
}

    .error_page .wrap, .error_page:before, .mobil_menu_btn2 i, .mobil_menu_btn2 span {
        display: inline-block;
        vertical-align: middle;
    }

    .error_page:before {
        height: 114%;
        content: '';
    }

.full_video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 101%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.home_banner .item.video {
    background: 0 0 !important;
}

    .home_banner .item.video:before {
        background-image: url(overlay/01.png);
        background-size: auto;
        background-repeat: repeat;
    }

.mobil_menu .wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #EF008A ;
    color: #fff;
    padding: 20px 0;
    width: 300px;
    overflow: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    transition: .3s;
}

.mobil_menu.in .wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobil_menu .alt_menu {
    margin-bottom: 20px;
    font-size: 16px;
}

.mobil_menu li + li {
    margin-top: 3px;
}

.mobil_menu .diller {
    line-height: 15px;
}

    .mobil_menu .breadCrumbs li + li, .mobil_menu .diller li + li {
        margin-top: 0;
    }

.mobil_menu .ust_menu {
    padding: 0 8px;
    font-size: 12px;
    margin-top: 20px;
}

.mobil_menu .menuler .alt_menu {
    margin: 2px 8px;
}

.mobil_menu .menuler li a {
    display: block;
    position: relative;
    padding: 10px 30px;
    background-color: rgba(0,0,0,.2);
}

.mobil_menu .ust_menu li {
    display: inline-block;
    margin: 5px 5px 0 0;
}

    .mobil_menu .ust_menu li a {
        padding: 5px 10px;
    }

.mobil_menu .menuler li a:hover {
    background-color: rgba(0,0,0,.4);
}

.mobil_menu ul li.hasChildren a:before {
    position: absolute;
    right: 20px;
    margin-top: 5px;
    font-size: .8em;
}

.mobil_menu .onlyActive li, .mobil_menu .onlyActive li.opened &gt; a, .mobil_menu li .wrap {
    display: none;
}

.mobil_menu .mp-menu {
    position: static;
}

.mobil_menu .breadCrumbs {
    font-size: 0;
    text-align: left;
    background: #000;
    white-space: nowrap;
    overflow: auto;
}

    .mobil_menu .breadCrumbs.active {
        padding: 12px 15px 0;
        margin-bottom: 4px;
    }

    .mobil_menu .breadCrumbs li {
        display: inline-block;
        font-size: 12px;
        margin: 0 5px 13px 0;
        color: #999;
    }

        .mobil_menu .breadCrumbs li a {
            color: #fff;
            padding: 0;
            display: inline-block;
            vertical-align: middle;
        }

        .mobil_menu .breadCrumbs li + li:before {
            font-family: 'icomoon' !important;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e901';
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            margin-bottom: 2px;
            color: #fff;
            font-size: 10px;
        }

        .mobil_menu .breadCrumbs li:last-child {
            margin-right: 0;
        }

.mobil_menu .search {
    position: relative;
    margin: 0 20px 20px;
}

    .mobil_menu .search input {
        background: 0 0;
        border: none;
        border-bottom: 1px solid #fff;
        width: 100%;
        padding: 5px 30px 5px 10px;
        outline: none;
    }

        .mobil_menu .search input::-webkit-input-placeholder {
            color: #ccc;
            font-style: italic;
            font-weight: 200;
        }

        .mobil_menu .search input::-moz-placeholder {
            color: #ccc;
            font-style: italic;
            font-weight: 200;
        }

        .mobil_menu .search input:-ms-input-placeholder {
            color: #ccc;
            font-style: italic;
            font-weight: 200;
        }

        .mobil_menu .search input:-moz-placeholder {
            color: #ccc;
            font-style: italic;
            font-weight: 200;
        }

    .mobil_menu .search button {
        background: 0 0;
        border: none;
        padding: 0 5px;
        position: absolute;
        right: 0;
        bottom: 4px;
    }

.mobil_takvim {
    font-size: 22px;
    position: absolute;
    right: 0;
    top: -4px;
    display: none;
}

.home_banner .slider_mobil, .mobil_menu_btn2 {
    display: none;
}

.mobil_menu_btn2 {
    font-size: 19px;
    color: #fff;
    background-color: #666;
}

    .mobil_menu_btn2 a {
        display: block;
        padding: 8px 0;
    }

    .mobil_menu_btn2 span {
        margin-bottom: -1px;
        font-size: 15px;
    }

.popup {
    text-align: center;
    font-size: 0;
}

    .popup:before {
        content: '';
        height: 100%;
    }

    .popup .popup_container, .popup:before, footer .logolar, footer .logolar li, footer .social {
        display: inline-block;
        vertical-align: middle;
    }

    .popup .popup_container {
        max-width: 825px;
        padding: 15px;
        background-color: rgba(255,255,255,.4);
        position: relative;
    }

        .popup .close, .popup .popup_container .popup_body {
            padding: 10px;
            background-color: #fff;
        }

    .popup .close {
        opacity: 1;
        position: absolute;
        top: 0;
        right: -22px;
        text-shadow: none;
        font-size: 18px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 2px 6px 2px 2px;
    }

        .popup .close:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12.5px 15px 12.5px 0;
            border-color: transparent #fff transparent transparent;
            left: -15px;
            top: 0;
        }

        .custom_form label, .popup .close i, footer .logolar li a {
            display: block;
        }

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

footer .logolar li img {
    width: auto;
    height: 42px;
    display: block;
}

footer .logolar li + li {
    margin-left: 15px;
}

footer .social {
    margin-top: 8px;
}

section.person_detail .modal_box {
    padding: 0;
    border: none;
    margin: 0 -15px;
    max-width: 100%;
    display: block;
}

.page-loading, section.person_detail .close, section.person_detail:before {
    display: none;
}

.table.table-big {
    font-size: 12px;
}

    .table.big-table &gt; thead &gt; tr &gt; th, .table.table-big &gt; tbody &gt; tr &gt; td {
        padding: 11px 15px;
    }

.popup.custom .popup_container {
    padding: 0;
    background-color: transparent;
}

    .popup.custom .popup_container .popup_body {
        background: 0 0;
        padding: 0;
    }

.custom_form .form-footer {
    padding-right: 115px;
    min-height: 44px;
    position: relative;
}

.custom_form .captcha {
    position: relative;
}

.custom_form .form-footer button {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}

.custom_form .captcha input {
    padding-left: 93px;
}

.custom_form .captcha img {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 80px;
}

.p-0 {
    padding: 0 !important;
}

.text-primary {
    color: #EF008A  !important;
}

a.text-primary:hover {
    text-decoration: underline;
}

.alert-info {
    color: #fff;
    background-color: #EF008A ;
    border-color: #EF008A ;
}

.btn-info, .btn-primary {
    color: #fff !important;
    background-color: #EF008A  !important;
    border-color: #104bbf !important;
}

    .btn-info:hover, .btn-primary:hover {
        background-color: #10238f !important;
        border-color: #10238f !important;
    }

.checkbox, .radio {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 10px;
    }

        .checkbox label::after, .checkbox label::before {
            display: inline-block;
            position: absolute;
            left: 0;
            margin-left: -20px;
        }

        .checkbox label::before {
            content: "";
            border: 1px solid #ccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
            width: 19px;
            height: 19px;
        }

        .checkbox label::after {
            width: 16px;
            height: 16px;
            top: 0;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555;
        }

    .checkbox input[type=checkbox], .checkbox input[type=radio], .radio input[type=radio] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type=checkbox]:checked + label::after, .checkbox input[type=radio]:checked + label::after {
            font-family: "Glyphicons Halflings";
            content: "\e013";
            font-size: 13px;
        }

        .checkbox input[type=checkbox]:disabled + label, .checkbox input[type=radio]:disabled + label, .radio input[type=radio]:disabled + label {
            opacity: .65;
        }

            .checkbox input[type=checkbox]:disabled + label::before, .checkbox input[type=radio]:disabled + label::before {
                background-color: #eee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline, .radio.radio-inline {
        margin-top: 0;
    }

.checkbox-primary input[type=checkbox]:checked + label::before, .checkbox-primary input[type=radio]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type=checkbox]:checked + label::after, .checkbox-primary input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type=checkbox]:checked + label::before, .checkbox-danger input[type=radio]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.checkbox-danger input[type=checkbox]:checked + label::after, .checkbox-danger input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type=checkbox]:checked + label::before, .checkbox-info input[type=radio]:checked + label::before {
    background-color: #EF008A ;
    border-color: #EF008A ;
}

.checkbox-info input[type=checkbox]:checked + label::after, .checkbox-info input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-default input[type=checkbox]:checked + label::after, .checkbox-default input[type=radio]:checked + label::after {
    color: #1a98cd;
}

.checkbox-warning input[type=checkbox]:checked + label::before, .checkbox-warning input[type=radio]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.checkbox-warning input[type=checkbox]:checked + label::after, .checkbox-warning input[type=radio]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type=checkbox]:checked + label::before, .checkbox-success input[type=radio]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.checkbox-success input[type=checkbox]:checked + label::after, .checkbox-success input[type=radio]:checked + label::after {
    color: #fff;
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

    .radio label::after, .radio label::before {
        display: inline-block;
        position: absolute;
        margin-left: -20px;
        border-radius: 50%;
    }

    .radio label::before {
        border: 1px solid #ccc;
        -webkit-transition: border .15s ease-in-out;
        transition: border .15s ease-in-out;
        content: "";
        width: 17px;
        height: 17px;
        left: 0;
        background-color: #fff;
    }

    .radio label::after {
        content: " ";
        width: 11px;
        height: 11px;
        left: 3px;
        top: 3px;
        background-color: #555;
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
        -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
        transition: transform .1s cubic-bezier(.8,-.33,.2,1.33);
        transition: transform .1s cubic-bezier(.8,-.33,.2,1.33),-webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
    }

.radio input[type=radio]:focus + label::before {
    outline: none;
}

.radio input[type=radio]:checked + label::after {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.radio input[type=radio]:disabled + label::before {
    cursor: not-allowed;
}

.radio-primary input[type=radio] + label::after {
    background-color: #337ab7;
}

.radio-primary input[type=radio]:checked + label::before {
    border-color: #337ab7;
}

.radio-primary input[type=radio]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type=radio] + label::after {
    background-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::before {
    border-color: #d9534f;
}

.radio-danger input[type=radio]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type=radio] + label::after {
    background-color: #EF008A ;
}

.radio-info input[type=radio]:checked + label::before {
    border-color: #EF008A ;
}

.radio-info input[type=radio]:checked + label::after {
    background-color: #EF008A ;
}

.radio-warning input[type=radio] + label::after {
    background-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::before {
    border-color: #f0ad4e;
}

.radio-warning input[type=radio]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type=radio] + label::after {
    background-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::before {
    border-color: #5cb85c;
}

.radio-success input[type=radio]:checked + label::after {
    background-color: #5cb85c;
}

input[type=checkbox].styled:checked + label:after, input[type=radio].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

input[type=checkbox] .styled:checked + label::after, input[type=checkbox] .styled:checked + label::before, input[type=radio] .styled:checked + label::after, input[type=radio] .styled:checked + label::before {
    font-size: 25px;
}

@media (min-width:1370px) {
    .container {
        width: 1340px;
    }
}

@media (max-width:1600px) {
    .banner .text h3 {
        font-size: 40px;
    }

    .banner .text p {
        font-size: 18px;
    }

    .bannerText {
        width: 45%;
        left: 2%;
    }

    .home_banner .menu:before {
        height: 120%;
    }

    .person_detail h1 {
        display: none;
    }

    .person_detail .summary h1 {
        display: block;
    }
}

@media (max-width:1370px) {
    header .band .bg .left {
        width: calc(50% - 580px);
    }

    header .band .bg .right {
        width: calc(50% - 570px);
    }

    header .logo .circle {
        width: 80px;
        height: 80px;
    }

    header .logo .text_content .text {
        font-size: 20px;
    }

    header .logo .text_content .yenersan .img {
        width: 220px;
    }

    header .logo .circle_wrap {
        margin: -13px 0;
    }

    header .header_left {
        width: 348px;
    }

        header .header_left:before {
            width: calc(100% - 130px);
        }

    header .header_wrap:before {
        left: 142px;
    }

    footer .telefon li:last-child {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }

    .section_title &gt; .title {
        font-size: 28px;
    }

    .sections .menu_col, .sections.homepages .hasBg .container:before, .sub_header .title {
        width: 25%;
    }

    .sections .contents, .sections.homepages .hasBg .container_wrap, .sub_header .page_title {
        width: 75%;
    }

    footer .copyright {
        margin-top: 20px;
        text-align: left;
    }
}

@media (max-width:1200px) {
    header .band .bg .right {
        width: calc(50% - 470px);
    }

    header .band .bg .left {
        width: calc(50% - 480px);
    }

    header .alt_menu &gt; ul &gt; li + li, header .ust_menu &gt; ul &gt; li + li {
        margin-left: 16px;
    }

    header .alt_menu {
        font-size: 13px;
    }

    header .header_left {
        width: 300px;
    }

    header .logo .circle_wrap {
        padding: 5px;
        margin: -8px 0;
        box-shadow: 0 0 0 37px #EF008A ;
    }

    header .logo .text_content .text {
        font-size: 16px;
    }

    header .header_wrap:before {
        left: 130px;
    }

    .home_banner .menu li i {
        font-size: 13px;
        width: 18px;
        height: 18px;
    }

    .home_banner .menu li a {
        padding: 14px 20px 14px 0;
    }

    .home_banner .menu li {
        width: 235px;
        -webkit-transform: translateX(74%);
        transform: translateX(74%);
    }

    .banner .text h3 {
        font-size: 30px;
    }

    .banner .text p {
        font-size: 15px;
    }

    .home_banner .owl-dots .owl-dot + .owl-dot {
        margin-left: 15px;
    }

    .home_banner .owl-dots .owl-dot {
        height: 50px;
        width: 12px;
    }

        .home_banner .owl-dots .owl-dot.active {
            width: 30px;
        }

        .home_banner .owl-dots .owl-dot:hover {
            width: 50px;
        }

    .bannerText {
        width: 50%;
    }

    .x_padding {
        padding: 50px 0;
    }

    section {
        padding: 30px 0;
    }

    .section_title {
        margin-bottom: 15px;
    }

    .owl-nav {
        margin-top: 8px;
    }

    footer {
        padding: 60px 0 20px;
    }

        footer .telefon {
            margin: 15px 0 20px;
        }

        footer .mobile_apps {
            margin-top: 20px;
        }

        footer .social li {
            font-size: 20px;
        }

            footer .social li + li {
                margin-left: 12px;
            }

        footer .footer_boxes {
            margin-bottom: 10px;
        }

        footer .social {
            margin-top: 7px;
        }

        footer .logolar li img {
            height: 33px;
        }

    header .diller li {
        font-size: 12px;
    }

        header .diller li + li {
            margin-left: 4px;
        }

            header .diller li + li:before {
                margin-right: 4px;
            }

    .etkinlik_takvimi .takvim {
        padding: 0;
    }

    section.etkinlikler .etkinlik_listesi {
        padding-left: 60px;
    }

    .etkinlik .gorsel {
        width: 45%;
    }

    footer .okan_mag {
        padding-left: 48px;
    }

    header .alt_menu .mp-level a {
        padding: 7px 14px;
    }

    header .alt_menu &gt; ul &gt; li &gt; .mp-menu h2, header .alt_menu &gt; ul &gt; li &gt; .mp-menu span {
        padding: 14px 14px 7px;
    }

    .mp-menu .mp-level &gt; .wrap span {
        left: 20px;
    }

    .section_title &gt; .title {
        font-size: 26px;
    }

    .sections .menu_col, .sections.homepages .hasBg .container:before, .sub_header .title {
        width: 30%;
    }

    .sections .contents, .sections.homepages .hasBg .container_wrap, .sub_header .page_title {
        width: 70%;
    }

    .sections .menu_content {
        padding: 30px 15px;
    }

    .sections .contents {
        padding: 30px 0 24px 30px;
    }

    footer .mobile_apps img {
        padding-right: 26px;
    }
}

@media (max-width:991px) {
    .homepages .box .content p, footer .telefon li {
        display: block;
    }

        footer .telefon li + li {
            margin: 8px 0 0;
        }

    header .band .bg .right {
        width: calc(50% - 360px);
    }

    header .band .bg .left {
        width: calc(50% - 370px);
    }

    .box .content p, header .header_right {
        display: none;
    }

    header .mobil_menu_btn {
        display: table-cell;
    }

    .box .title {
        font-size: 16px;
        font-weight: 400;
        line-height: 23px;
    }

    .boxes2 .box .title {
        font-weight: 500;
        font-size: 17px;
        margin: 16px 0 5px;
    }

    .etkinlik .icerik .title, .ui-datepicker-title, section.history .year span {
        font-size: 18px;
    }

    .ui-datepicker-next, .ui-datepicker-prev {
        top: 2px;
        font-size: 20px;
    }

    .ui-datepicker-next {
        left: 30px;
    }

    .ui-datepicker-calendar {
        font-size: 13px;
    }

    .ui-datepicker th {
        font-size: 15px;
        padding: 5px;
    }

    .ui-datepicker td a, .ui-datepicker td span {
        font-size: 14px;
        width: 20px;
        height: 20px;
    }

    section.etkinlikler .etkinlik_listesi {
        padding-left: 40px;
    }

    .etkinlik .gorsel, .etkinlik .icerik {
        font-size: 14px;
    }

    .section_title &gt; .title, .sub_header h2 {
        font-size: 22px;
    }

    footer .okan_mag {
        padding-left: 38px;
    }

    .boxes2.line_boxes .box {
        padding: 20px 20px 60px;
    }

    .boxes2 .box .more {
        bottom: 20px;
        left: 20px;
    }

    .section_title &gt; .text {
        font-size: 14px;
    }

    .sections .contents, .sections .menu_col, .sections.homepages .hasBg .container:before, .sections.homepages .hasBg .container_wrap, .sub_header .page_title, .sub_header .title {
        width: 100%;
        float: none;
    }

    .sections .contents, .sections.homepages .hasBg .container_wrap {
        padding-left: 0;
    }

    .sections .menu_col .menu_content {
        padding: 15px 0;
    }

    .sub_header .title {
        height: auto;
        background: 0 0 !important;
        padding: 0;
        margin-bottom: 8px;
        text-transform: uppercase;
    }

        .sub_header .title h1 {
            font-weight: 500;
            font-size: 15px;
            line-height: 1.3em;
            display: block;
        }

    .sub_header .breadcrumb, .sub_header h2 {
        display: inline-block;
        vertical-align: middle;
    }

    .sub_header .breadcrumb {
        margin-top: 0;
    }

    .sub_header h2 + .breadcrumb {
        margin: 4px 0 0 10px;
        padding-left: 15px;
        position: relative;
        font-size: 13px;
        color: rgba(255,255,255,.9);
    }

        .sub_header h2 + .breadcrumb:before {
            content: '/';
            position: absolute;
            left: 0;
        }

    .sub_header .title:after {
        display: none;
    }

    .sub_header .page_title {
        padding: 0;
        height: auto;
    }

    .sub_header {
        height: auto;
        margin: 0;
        background-color: #000;
    }

    .sections section, .sections.list section .box, section.history .content .wrap, section.history .year {
        opacity: 1 !important;
    }

    .sections.list section .box {
        animation: none;
        -webkit-animation: none;
    }

    section.history .content .border {
        height: 100%;
        width: 75px;
    }

    .mobil_menu_btn2, .sub_header .title .vCenter_content {
        display: block;
    }

    .sections .menu_col.collapse {
        display: none !important;
    }

        .sections .menu_col.collapse.in {
            display: block !important;
        }

    .sections .contents, .sections .contents section {
        padding-bottom: 20px;
    }

    .sections p {
        margin-bottom: 20px;
    }

    section.history .year {
        width: 75px;
        height: 75px;
    }

    section.history .content {
        padding-left: 116px;
    }

    .section_title &gt; .title.icon {
        margin: 10px 0;
    }

    .sections .menu_absolute {
        position: static;
        overflow: hidden;
    }

    .boxes3 .col {
        padding: 0 25px;
        margin-bottom: 20px;
    }

    .boxes3 .row {
        margin: 0 -25px;
    }

    .sub_header .page_title {
        white-space: nowrap;
        overflow: auto;
        padding-bottom: 15px;
        margin-top: 8px;
    }

    .sub_header {
        padding: 15px 0 0;
    }

    .sections .menu_col {
        box-shadow: none;
    }

    .person_detail .modal_box .close {
        position: static;
        font-size: 20px;
        border: none;
        margin-right: 15px;
    }

    .staff_person.col.bekir_okan {
        display: block;
        width: 60%;
    }

    .sections.listItem .menu_col {
        padding-bottom: 20px;
    }

    .sections.listItem .contents {
        float: none;
    }

    .sections.listItem h1.itemTitle {
        font-size: 20px;
    }

    .section_content .border-box-title, .sections.listItem .itemBar {
        margin-bottom: 20px;
    }

    footer .logolar li img {
        height: 32px;
    }

    footer .right {
        text-align: right;
        font-size: 0;
    }

    footer .social {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
        margin-top: 20px;
    }

    footer .copyright {
        margin-top: -18px;
    }

    footer .logolar {
        text-align: center;
        display: block;
    }

    .section_content .border-box-title:after {
        margin-top: 15px;
        margin-bottom: -30px;
    }
}

@media (max-width:767px) {
    footer .social {
        text-align: center;
    }

    footer .copyright, footer .social {
        float: none !important;
        display: block;
    }

    .etkinlik_takvimi .takvim {
        margin-left: 0;
    }

    .home_banner .item.video, .home_banner .slider_desktop {
        display: none;
    }

    .banner .slider .item .bg.tablet, .home_banner .slider_mobil {
        display: block;
    }

    .etkinlik_takvimi {
        margin: 0 auto;
        padding: 0 15px;
    }

    section.etkinlikler .etkinlik_listesi {
        padding: 15px;
    }

    footer .alt {
        margin-top: 0;
    }

    section.history .content {
        padding-left: 95px;
    }

    header .band .bg .right {
        width: 15px;
    }

    header .band .bg .left {
        width: 5px;
    }

    .bannerText {
        width: 60%;
    }

    .ui-datepicker td, .ui-datepicker th {
        border: 1px solid #cecece;
    }

    .ui-datepicker-prev {
        left: -3px;
    }

    .ui-datepicker-next {
        left: 20px;
    }

    .person_detail .modal_box {
        padding-left: 0;
        padding-right: 0;
    }

        .person_detail .modal_box .pull-right {
            float: none !important;
        }

    #etkinlikTakvimi.collapse {
        display: none !important;
    }

        #etkinlikTakvimi.collapse.in {
            display: block !important;
        }

    .border-box, .mobil_takvim {
        display: block;
    }

    .slider.featured .featured-content, .slider.featured .tarih {
        font-size: 16px;
    }

    .slider.featured h2 {
        font-size: 20px;
    }

    .slider.featured .featured-button .btn-primary {
        font-size: 14px;
    }

    .sections.listItem h1.itemTitle {
        font-size: 18px;
    }

    footer .right {
        padding-left: 15px;
        text-align: left;
    }

    footer .footer_boxes .col.okan_mag {
        width: 33.33333333333333%;
    }

    footer .footer_boxes .col {
        width: 16.66666666666667%;
    }

    footer .footer_boxes {
        margin-top: 20px;
        margin-bottom: 5px;
    }

    footer .copyright {
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width:550px) {
    .bannerText {
        width: 80%;
    }

    .boxes3 .col {
        width: 50%;
        padding: 0 15px;
    }

    .boxes1 .col, .staff_person, .staff_person.col.bekir_okan {
        width: 100%;
        display: block;
    }

    .slider.featured .item .featured-content-wrap, .slider.featured .item .featured-image {
        display: block;
        width: 100%;
        padding: 0;
    }

    .slider.featured .featured-content-wrap {
        margin-top: 20px;
    }

    .slider.featured .featured-button .btn-primary, .slider.featured .featured-content, .slider.featured .tarih {
        font-size: 14px;
    }

    .slider.featured h2 {
        font-size: 16px;
    }

    footer .right {
        text-align: center;
    }

    footer .social {
        float: none !important;
        display: block;
        margin-top: 20px;
    }

    .section_title &gt; .title {
        display: block;
        margin-bottom: 3px;
    }

    .section_title &gt; .text {
        text-align: right;
    }

        .section_title &gt; .text:before {
            display: none;
        }

    .popup-backdrop, .popup.modal {
        display: none !important;
    }
}

@media (max-width:479px) {
    header .logo .circle {
        width: 60px !important;
        height: 60px !important;
    }

    footer .footer_boxes .row {
        margin: 0 -5px;
    }

    header .header_left:before {
        width: calc(100% - 114px);
    }

    header .header_wrap:before {
        display: none;
    }

    header .header_left {
        width: 220px;
    }

    header .mobil_menu_btn a {
        margin-bottom: 3px;
    }

    header .band {
        background-color: #EF008A ;
        height: 70px !important;
    }

    header .logo .circle_wrap {
        box-shadow: none;
        padding: 0;
    }

    header .header_left .logo {
        margin-left: 0;
    }

    header .logo .text_content .text {
        font-size: 14px !important;
        line-height: 18px;
    }

    header.fade.in {
        top: 0;
    }

    .banner {
        height: auto;
        margin-top: 70px;
        background-color: transparent;
    }

        .banner:before {
            display: block;
            content: '';
            /*padding-top: 76%;*/
        }

        .banner .slider .item .bg.tablet, .home_banner .menu li span, .home_banner .menu:before, .home_banner .owl-controls, .sub_banner:after, header .logo .text_content .yenersan, header .mobil_menu_btn a span {
            display: none;
        }

    .sub_banner:before {
        padding-top: 62%;
    }

    .home_banner .menu li + li, header .mobil_menu_btn a i, section form.search button i {
        margin: 0;
    }

    .home_banner .menu {
        top: auto;
        left: 0;
        padding: 0;
    }

        .banner .slider .item .bg.mobil, .home_banner .menu ul {
            display: block;
        }

        .home_banner .menu li {
            display: inline-block;
            width: 25%;
            -webkit-transform: none;
            transform: none;
            -webkit-transition: none;
            transition: none;
            text-align: center;
        }

            .home_banner .menu li a {
                padding: 15px 0;
                border-left: none;
            }

    .home_banner .slider {
        bottom: 49px;
    }

    .owl-nav, .sections .menu_content ul a:before, footer .alt {
        text-align: center;
    }

    .x_padding {
        padding: 35px 0;
    }

    header .logo .text_content {
        padding-left: 0;
    }

    header.fade {
        transform: none;
        -webkit-transform: none;
    }

    footer .footer_boxes .col {
        padding: 0 5px;
        margin-bottom: 10px;
        width: 33.33333333333333%;
    }

    .banner .text h3 {
        font-size: 20px;
    }

    .banner .text p {
        font-size: 12px;
    }

    .box .title {
        font-size: 14px;
    }

    body {
        font-size: 13px;
    }

    .bannerText {
        left: 0;
        margin-left: 0;
        padding: 0;
    }

    .mobil_menu_btn2 i {
        margin-top: 2px;
    }

    .sub_header h2 {
        font-size: 18px;
    }

    .boxes3 .row {
        margin: 0 -15px;
    }

    .sub_header .title {
        margin-bottom: 2px;
    }

    .image_box, .video_box {
        float: none !important;
        display: block;
        width: 100% !important;
        padding: 0 !important;
        margin: 15px 0;
    }

    .img_popup:after, .img_popup:before, section form.search button span {
        display: none;
    }

    .sections .menu_content &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
        font-size: inherit;
    }

    .embed-responsive {
        margin: 20px 0;
    }

    .virtual-tour {
        position: static;
        float: none !important;
        margin-top: 20px;
        display: block;
    }

    footer .footer_boxes {
        float: none;
        width: 100%;
    }

    .sections.list section + .actions {
        margin: 20px auto;
    }

    section form.search button {
        width: 65px;
    }

    section form.search {
        padding-right: 65px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .home_banner .menu li.color1 a {
        background-color: rgba(11, 66, 132, 0.93);
    }

    .home_banner .menu li.color2 a {
        background-color: rgb(11, 66, 132);
    }

    .home_banner .menu li.color3 a {
        background-color: rgb(11, 66, 132);
    }

    .home_banner .menu li.color4 a {
        background-color: rgba(11, 66, 132, 0.83);
    }

    .home_banner .menu li.color5 a {
        background-color: rgba(11, 66, 132, 0.72);
    }

    .sections .menu_absolute .menu_col {
        overflow: visible;
    }

    .sections .menu_col .menu_content {
        font-size: 15px;
    }

    .etkinlik .gorsel, .etkinlik .icerik {
        display: block;
        width: 100%;
        padding: 0;
    }

    .etkinlik .gorsel, footer .logolar li {
        margin-bottom: 20px;
    }

    .etkinlik {
        display: block;
        margin: 0;
    }

    .sections .imza .title {
        font-size: 1.3em;
    }

    .sections .imza {
        font-size: 15px;
    }

    footer .logolar li img {
        height: 45px;
    }
}


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.cycle-slideshow {
    width: 100%;
    position: relative;
    background: url(../img/spinner.gif) 50% 50% no-repeat;
}

    /* slideshow images (for most of the demos, these are the actual "slides") */
    .cycle-slideshow img {
        /*
            some of these styles will be set by the plugin (by default) but setting them here
            helps avoid flash-of-unstyled-content
            */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        display: block;
    }

        /* in case script does not load */
        .cycle-slideshow img:first-child {
            position: static;
            z-index: 100;
        }

/* pager */
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
}

    .cycle-pager span {
        font-family: arial;
        font-size: 50px;
        width: 16px;
        height: 16px;
        display: inline-block;
        color: #ddd;
        cursor: pointer;
    }

        .cycle-pager span.cycle-pager-active {
            color: #D69746;
        }

    .cycle-pager &gt; * {
        cursor: pointer;
    }


/* caption */
.cycle-caption {
    position: absolute;
    color: white;
    bottom: 15px;
    right: 15px;
    z-index: 700;
}


/* overlay */
.cycle-overlay {
    font-family: tahoma, arial;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    background: black;
    color: white;
    padding: 15px;
    opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}

.cycle-prev {
    left: 0;
    background: url(../img/arrows-prev-icon.png) 50% 50% no-repeat;
}

.cycle-next {
    right: 0;
    background: url(../img/arrows-next-icon.png) 50% 50% no-repeat;
}

    .cycle-prev:hover, .cycle-next:hover {
        opacity: .7;
        filter: alpha(opacity=70);
    }

.disabled {
    opacity: .5;
    filter: alpha(opacity=50);
}


/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused';
    color: white;
    background: black;
    padding: 10px;
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    opacity: .5;
    filter: alpha(opacity=50);
}

/*
            media queries
            some style overrides to make things more pleasant on mobile devices
        */

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow {
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

    .cycle-overlay {
        padding: 4px;
    }

    .cycle-caption {
        bottom: 4px;
        right: 4px;
    }
}
</pre></body></html>