/*
 * GüvenliWeb v2.0
 */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(../fonts/MaterialIcons-Regular.woff) format('woff'),
       url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.asistan {
    position: fixed;
    top:  auto;
    right: 0;
    bottom: -4px;
    background-image: url('../img/asistan.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 256px;
    height: 128px;
    z-index: 1000;
}

.asistan > a {
    background-color: #fff;
    border-radius: .4rem;
    padding: .4rem .6rem;
    display: table;
    width: 112px;
    font-weight: bold;
}

.material-icon:before,
.material-icon:after,
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* vertical-align: middle; */
  padding: 0 4px;

  vertical-align: middle;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.flying-logo {
    -webkit-animation: logo 4s linear infinite;
        -ms-animation: logo 4s linear infinite;
       -moz-animation: logo 4s linear infinite;
         -o-animation: logo 4s linear infinite;
            animation: logo 4s linear infinite;
}

        @keyframes logo { 0% { margin: 0; } 50% { margin: -16px 0 0; } 100% { margin: 0; } }
   @-moz-keyframes logo { 0% { margin: 0; } 50% { margin: -16px 0 0; } 100% { margin: 0; } }
@-webkit-keyframes logo { 0% { margin: 0; } 50% { margin: -16px 0 0; } 100% { margin: 0; } }
     @-o-keyframes logo { 0% { margin: 0; } 50% { margin: -16px 0 0; } 100% { margin: 0; } }


.material-icons-lg { font-size: 48px; }

* {
    font-family: "Roboto Condensed", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    color: #333;
}

body {
    background: #d2d9e0;
}

body.static {
    padding: 0;
    background: #fff;
}

/* --- */

.breadcrumb {
    background: transparent;
    border-radius: 0;
    margin: 1rem 0;
}

/* --- */
.md-editor > textarea {
    line-height: 2rem;
    float: left;
    width: 50%;
}
.md-editor > .markdown:before {
    content: attr(data-title);
    color: #ccc;
}
.md-editor > .markdown {
    padding: 0 1rem;
    float: left;
    width: 50%;
}
.md-editor > .markdown:empty { display: none; }
.md-editor:after {
    display: block;
    content: '';
    clear: both;
}

@media (max-width: 767px) {
    .md-editor > textarea {
        width: 100%;
    }
    .md-editor > .markdown {
        width: 100%;
        padding: 1rem 0;
    }
}


.markdown { line-height: 2rem; word-wrap: break-word; }

.markdown > h1,
.markdown > h2,
.markdown > h3,
.markdown > h4,
.markdown > h5,
.markdown > h6 { margin: 0 0 1rem; font-weight: 700; }

.markdown > h1 { font-size: 3rem; }
.markdown > h2 { font-size: 2.6rem; }
.markdown > h3 { font-size: 2.2rem; }
.markdown > h4 { font-size: 1.8rem; }
.markdown > h5 { font-size: 1.4rem; }
.markdown > h6 { font-size: 1rem; }

.markdown > pre {
    border-radius: 3px;
    background: #f0f0f0;
    border: 1px dashed #ccc;
    padding: 1rem;
}

.markdown > blockquote {
    margin: 0 0 1.5rem 2rem;
    padding: .5rem 0 .2rem 1rem;
    box-shadow: -.5rem 0 1px 0 #f0f0f0;
}

.markdown > p {
    text-align: justify;
    margin: 0 0 1rem;
}
.markdown > p:before {
    content: '';
    width: 0;
    display: inline-table;
}

.markdown a {
    font-weight: bold;
    color: #325986;
}
.markdown * {
    font-size: 1.1rem;
}

.markdown ol,
.markdown ul {
    margin: 0 0 1rem;
}
.markdown ol > li,
.markdown ul > li {
    margin: 0 0 .5rem;
}

.markdown img {
    margin: 0 0 1rem;
    max-width: 100%;
    float: left;
}

/* --- */

.pulse {
          animation: pulse-animation 1.5s cubic-bezier(.24, 0, .38, 1) infinite;
  -webkit-animation: pulse-animation 1.5s cubic-bezier(.24, 0, .38, 1) infinite;
}

@-webkit-keyframes pulse-animation {
    0%   { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .4); }
    70%  { -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
    100% { -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

@keyframes pulse-animation {
    0%   { box-shadow: 0 0 0 0 rgba(0, 0, 0, .4); }
    70%  { box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

/* --- */

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;

                transform: scale3d(.6, .6, .6);
        -webkit-transform: scale3d(.6, .6, .6);
    }

    100% { opacity: 1; }
}

@keyframes zoomIn {
    from {
        opacity: 0;

                transform: scale3d(.6, .6, .6);
        -webkit-transform: scale3d(.6, .6, .6);
    }

    100% { opacity: 1; }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;

                transform: scale3d(.6, .6, .6);
        -webkit-transform: scale3d(.6, .6, .6);
    }

    100% { opacity: 0; }
}

@keyframes zoomOut {
    from {
        opacity: 1;

                transform: scale3d(.6, .6, .6);
        -webkit-transform: scale3d(.6, .6, .6);
    }

    100% { opacity: 0; }
}

/* --- */

.btn {
            transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.btn:active {
            transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
}

.custom-file > .custom-file-control { border-radius: 3px; }

.custom-file-control::after {
  content: attr(data-select);
  border-radius: 3px;
}

.custom-file-control::before {
  content: attr(data-browse);
  border-radius: 3px;
}

/* --- */

img { height: auto; }

/* --- */

.card-search {
    background: rgba(255, 255, 255, .9);
    position: fixed;
    top: 7.5rem;
    right: 0;
    left: 0;
    z-index: 997;

            transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);

            transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.card-search .form-control {
    height: 4rem;
    border-width: 0 !important;
    margin: 0;
    background: transparent;
    box-shadow: none !important;
    color: #333;
    font-size: 16px;
}
.card-search .search-results > ul {
    list-style: none;
    margin: 1rem 0;
    padding: 0;
}
.card-search .search-results > ul > li > a,
.card-search .search-results > ul > li > .material-icons {
    color: #333;
}
.card-search .search-results > ul > li > a:hover {
    color: #c00;
}

body.search-active .card-search {
            transform: translate(0);
        -ms-transform: translate(0);
    -webkit-transform: translate(0);
}

@media (max-width: 767px) {
    .card-search {
        background: rgba(36, 39, 46, .9);
        position: fixed;
        top: 0;
    }
    .card-search > .container {
        width: 100%;
    }

    body.search-active .card-search {
        top: 4rem;

                transform: translate(0);
            -ms-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

/* --- */

.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
    overflow: auto;
}

.dtp > .dtp-content {
    background: #fff;
    max-width: 300px;

            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);

    margin: 4% auto;
}

.dtp > .dtp-content > .dtp-date-view > .dtp-picker { text-align: center; }
.dtp > .dtp-content > .dtp-date-view > .dtp-picker > .dtp-picker-datetime > .dtp-actual-time,
.dtp > .dtp-content > .dtp-date-view > .dtp-picker > .dtp-picker-calendar > .dtp-picker-month {
    padding: .5rem 0;
    background: #006064;
    color: #fff;
    text-transform: uppercase;
}
.dtp > .dtp-content > .dtp-date-view > .dtp-date,
.dtp > .dtp-content > .dtp-date-view > .dtp-header {
    padding: .5rem;
    text-align: center;
    background: #00838f;
}
.dtp > .dtp-content > .dtp-date-view > .dtp-header > .dtp-actual-day {
    color: #fff;
    text-transform: uppercase;
}

.dtp .dtp-actual-month { font-size: 1.5em; color: #fff; }
.dtp .dtp-actual-num { font-size: 3em; line-height: .9; color: #fff; }
.dtp .dtp-actual-maxtime { font-size: 3em; line-height: .9; }
.dtp .dtp-actual-year { font-size: 1.5em; cursor: pointer; color: #fff; }
.dtp .dtp-actual-year.disabled:hover { cursor: inherit; }

.dtp table.dtp-picker-days { margin: 0; }
.dtp table.dtp-picker-days > thead { background: #00838f; }
.dtp table.dtp-picker-days > thead > tr > th {
    border-width: 0;
    color: #fff;
}
.dtp table.dtp-picker-days,
.dtp table.dtp-picker-days tr,
.dtp table.dtp-picker-days tr > td { border-width: 0; text-align: center; }
.dtp table.dtp-picker-days tr > td { padding: .5em 0; }
.dtp table.dtp-picker-days tr > td > a,
.dtp .dtp-picker-time > a {
    color: #212121;
    padding: .5em;
    border-radius: 50%;
}
.dtp table.dtp-picker-days tr > td > a.selected { background: #006064; color: #fff; }

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
    position: relative;
    top: 10px;
    color: #212121;
    padding: .7em .5em;
    border-radius: 50%;
    text-decoration: none;
    background: #fff;
    font-size: 1em;
}

.dtp .dtp-picker-time > .dtp-select-hour { cursor: pointer; }
.dtp .dtp-picker-time > .dtp-select-minute { cursor: pointer; }

.year-picker-item { padding: .5em; font-size: 1.5em; cursor: pointer; }
.year-picker-item:hover{ color:#006064; }
.year-picker-item.active{
    color: #006064;
    font-weight: 700;
}

/* --- */

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.nano > .nano-content:focus { outline: thin dotted; }
.nano > .nano-content::-webkit-scrollbar { display: none; }
.has-scrollbar > .nano-content::-webkit-scrollbar { display: block; }
.nano > .nano-pane {
    background: rgba(0, 0, 0, .2);
    position: absolute;
    width: .4rem;
    top: 0;
    right: 0;
    bottom: 0;
    visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity: .2;

            transition: .2s;
         -o-transition: .2s;
       -moz-transition: .2s;
    -webkit-transition: .2s;

            border-radius: 5px;
       -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .4);
    position: relative;

            border-radius: 3px;
       -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
    visibility: visible\9; /* Target only IE7 and IE8 with this hack */
    opacity: .9;
}

/* --- */

header.baslangic {
    padding: 1rem 0 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
}
header.baslangic > .flying-logo {
    max-width: 240px;
}

main.baslangic {
    padding: 8rem 0 0;
}

/* --- */

footer.main {
    background-color: #24272e;
    background-image: url(../img/stars.svg);
    margin: 2rem 0 0;
    padding: 4rem 0;
    position: relative;
}
footer.main .favs {
    background: #fff;
    margin: -5rem 1rem 0;
    padding: 1rem;
    list-style: none;
    position: relative;
}
footer.main .favs:before,
footer.main .favs:after {
    display: table;
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
footer.main .favs:before {
    left: -1rem;
    border-width: 0 0 1rem 1rem;
    border-color: transparent transparent #61737b transparent;
}
footer.main .favs:after {
    right: -1rem;
    border-width: 1rem 0 0 1rem;
    border-color: transparent transparent transparent #61737b;
}
footer.main .favs { max-width: 8rem; }
footer.main .favs > li > a > img { display: table; margin: 0 auto; }
footer.main .copyright > p { color: #fff; }
footer.main .copyright > p > a,
footer.main .copyright > p > span { font-weight: 700; color: #888; }
footer.main .copyright > p > a:hover { opacity: .6; }

footer.main > .page-up {
    position: absolute;
    top: -1.5rem;
    right: 0;
    left: 0;
}
footer.main > .page-up > a {
    width: 4rem;
    height: 4rem;
    border: .4rem solid #d2d9e0;
    background: #24272e;
    border-radius: 50%;
    display: table;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
footer.main > .page-up > a:hover {
    background: #1e222c;
}
footer.main > .page-up > a > .material-icons {
    color: #d2d9e0;
    line-height: 3.2rem;
}

@media (max-width: 767px) {
    footer.main > .page-up > a {
        right: -2rem;
    }
}

/* --- */

.extra {
    background-color: #1e3550;
    background-image: url(../img/stars.svg);
    padding: 2rem 0 0;

            box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
}
.extra h5 { color: rgba(255, 255, 255, .4); font-weight: 300; }
.extra h5:after {
    content: '';
    background: rgba(255, 255, 255, .4);
    width: 4rem;
    height: 1px;
    display: block;
    margin: 1rem 0;
}
.extra .nano { height: 7rem; margin: 0 0 2rem; }
.extra .nano > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.extra .nano > ul > li > a { color: rgba(255, 255, 255, .8); font-weight: 300; }

/* --- */

.extra-2 {
    padding: 2rem 0;
}
.extra-2 a { color: rgba(255, 255, 255, .8); font-weight: 300; }
.extra-2 a > .material-icons { color: rgba(255, 255, 255, .8); font-weight: 300; }

/* --- */

.extra-3 {
    padding: 1rem 0;
    background-color: #fff;
}
.extra-3 .mm {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.extra-3 .mm::after {
    display: block;
    content: '';
    clear: both;
}
.extra-3 .mm > li {
    float: left;
    margin: 0 .2rem 0 0;
    display: table;
}

@media (max-width: 767px) {
    .extra-3 .mm > li {
        float: none;
    }
}

.extra-3 .mm > li > a {
    padding: .5rem 1rem;
    display: table;
    text-transform: uppercase;
}
.extra-3 .mm > li:hover > a {
            box-shadow: 0 -1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .2);

    background: #fff;

}
.extra-3 .mm > li > .mn {
    position: absolute;
    left: 0;
    margin-top: -1px;
    padding: 1rem;
    background: #fff;
    display: none;

            box-shadow: 1px 2px 2px rgba(0, 0, 0, .2), 2px 6px 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .2), 2px 6px 6px rgba(0, 0, 0, .1);
}
.extra-3 .mm > li:hover > .mn { display: table; }
.extra-3 .mm > li > .mn > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* --- */

.extra-4 h5 { color: rgba(255, 255, 255, .8); }
.extra-4 ul.list-group > .list-group-item {
    background: transparent;
            box-shadow: none;
    -webkit-box-shadow: none;

    border-width: 0;

    padding: 2px 0;
}
.extra-4 ul.list-group {
    margin: 0 0 2rem;
}
.extra-4 ul.list-group > .list-group-item > a {
    color: rgba(255, 255, 255, .6);
}
.extra-4 ul.list-group > .list-group-item > a:hover {
    color: rgba(255, 255, 255, .8);
}
.extra-4 {
    overflow: hidden;
    max-height: 160px;

            transition: all .6s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);

}
.extra-4.active {
    max-height: 1000px;
}

.extra-4-more {
    display: block;
    width: 100%;
    text-align: center;
}

.extra-5 { padding: 1rem 0; }
.extra-5 a > p { margin: 0; }
.extra-5 a > p > span,
.extra-5 a > p > span > .material-icons { color: rgba(255, 255, 255, .8); }
.extra-5 a > p > span:hover { color: rgba(255, 255, 255, .4); }

@media (max-width: 36em)
{
    .extra-5 { padding: 1rem 0; max-height: 180px; overflow: auto; }
    .extra-5 > .container > .row > .col-sm-6 {
        margin: 0 0 1rem;
    }
}

/* --- */

.more-p {
    overflow: hidden;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.more-p > .content {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;

    left: 0%;
    width: 100%;

    -webkit-transition: left 2s, width 3s;
       -moz-transition: left 2s, width 3s;
            transition: left 2s, width 3s;
}

.more-p:hover .content {
    left: -60%;
    width: 100%;
}

/* --- */

.jumbotron-main {
    margin: 0;
    background-color: #24272e;
    background-image: url(../img/stars.svg);
}
.jumbotron-main h1 { color: #fff; }
.jumbotron-main p { color: #fff; }

/* --- */

.dband {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1000;
    height: 5rem;
    padding: 1.1rem 0 0;

            transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);

            transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);

    background: rgba(210, 217, 224, .9);
}

.dband .dband-title,
.dband p { margin: 0; }

ul.share {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.share > li.social {
    padding: .5rem;
}

body.dband-active .dband {
            transform: translate(0);
        -ms-transform: translate(0);
    -webkit-transform: translate(0);
}

@media (max-width: 767px) {
    .dband {
        height: 4rem;
        padding: .6rem 0 0;
    }
    .dband .document-title > .area {
        display: none;
    }
}

/* --- */

.gw-logo-bar {
    width: 20rem;
    height: 7.5rem;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 50%;
    margin: 0 0 0 -10rem;
}
.gw-logo-bar > a {
    display: block;
    height: 100%;

    background-image: url(../img/logo-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

            transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.gw-logo-bar > a:active {
            transform: scale3d(.9, .9, .9);
    -webkit-transform: scale3d(.9, .9, .9);
}

.gw-logo-bar > .other {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    display: none;
}
.gw-logo-bar > .other > a {
    display: block;
    height: 4rem;
    line-height: 4rem;
    padding: 0 1rem;
}

@media (max-width: 767px) {
    .gw-logo-bar > .other {
        display: initial;
    }
}

/*
.gw-logo > span {
    text-align: center;
    display: block;
    line-height: 2.5rem;

    background: rgb(0, 37, 79);
    background:         linear-gradient(to right, rgba(0, 37, 79, 0) 0%, rgba(0, 37, 79, .8) 50%,rgba(0, 37, 79, 0) 100%);
    background:    -moz-linear-gradient(left, rgba(0, 37, 79, 0) 0%, rgba(0, 37, 79, .8) 50%, rgba(0, 37, 79, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 37, 79, 0) 0%, rgba(0, 37, 79, .8) 50%,rgba(0, 37, 79, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000', GradientType=1 );

    color: #fff;

    font-weight: 700;
}
*/

@media (max-width: 767px) {
    .gw-logo-bar {
        height: 4rem;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        position: fixed;
        margin: 0;
        width: 100%;

        background: #fff;

                box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
    }

    .gw-logo-bar > a {
        display: block;
        height: 100%;

        background-image: url(../img/logo.svg);
    }
/*
    .gw-logo > span { background-color: #24272e; }
*/
}

/* --- */

body { padding: 7.5rem 0 0; }

.top { display: none; }
.top > a {
    width: 44px;
    height: 44px;
}

.drawer {
    position: fixed;

    background-color: #24272e;
    background-image: url(../img/stars.svg);

    text-transform: uppercase;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 998;
}
.drawer.blue { background-color: #054083; }
.drawer.red { background-color: #7e3a3a; }
.drawer .container::after {
    display: block;
    content: '';
    clear: both;
}
.drawer .container > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.drawer ul > li { float: left; }
.drawer ul > li > a {
            transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.drawer > #navbar_giant ul > li {
    line-height: 5rem;
}
.drawer > #navbar_giant ul > li > a {
    display: block;
    padding: 0 1rem;
    color: rgba(255, 255, 255, .6);
}
.drawer > #navbar_giant ul > li > a > .material-icons {
    color: rgba(255, 255, 255, .6);
}
.drawer > #navbar_giant ul > li.active > a,
.drawer > #navbar_giant ul > li > a:hover {
    background: rgba(0, 0, 0, .2);
}

.drawer > #navbar_tiny {
    background: rgb(50, 53, 63);
    background:         linear-gradient(to bottom, rgba(50, 53, 63, 1) 0%,rgba(36, 39, 46, 1) 100%);
    background:    -moz-linear-gradient(top, rgba(50, 53, 63, 1) 0%, rgba(36, 39, 46, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(50, 53, 63, 1) 0%,rgba(36, 39, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32353f', endColorstr='#24272e', GradientType=0 );
}
.drawer > #navbar_tiny ul > li {
    font-size: .8rem;
    line-height: 2.5rem;
    color: rgba(255, 255, 255, .8);
}
.drawer > #navbar_tiny ul > li > a {
    display: block;
    padding: 0 .5rem;
    color: rgba(255, 255, 255, .6);
    font-size: 1rem;
    font-weight: 300;
}
.drawer > #navbar_tiny ul > li.active > a,
.drawer > #navbar_tiny ul > li > a:hover {
    background: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .8);
}

.drawer > #navbar_tiny ul > li.social > a { padding: 0 .1rem; }
.drawer > #navbar_tiny ul > li.social > a:hover { background: transparent; }
.drawer > #navbar_tiny ul > li.social > a > img {
    width: 1.8rem;
    height: 1.8rem;
    background: #111;
    padding: .2rem;

            border-radius: 50%;
    -webkit-border-radius: 50%;
}

@media (max-width: 767px) {
    .top {
        display: inherit;
        position: fixed;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 4rem;
        line-height: 4rem;
        z-index: 10001;
    }

    .top > a > .material-icons.active { color: #fff !important; }

    body { padding: 4rem 0 0; }

    .drawer {
        top: 0;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: 10000;
        padding: 4rem 0 0;
        overflow: auto;
        width: 100%;
        max-width: 240px;

                transform: translate(-100%);
            -ms-transform: translate(-100%);
        -webkit-transform: translate(-100%);

                transition: all .4s cubic-bezier(.4, 0, .2, 1);
        -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    }

    .drawer > .nav { background: transparent !important; }
    .drawer > .nav > .container { width: 100%; }
    .drawer ul { float: none !important; }
    .drawer ul > li { margin: 0 0 2px; }
    .drawer ul > li:not(.social) { float: none; color: #ccc !important; }
    .drawer ul > li:not(.social) > a {
        line-height: 32px;
        font-size: 1rem !important;
        border-radius: 3px;
    }
    .drawer ul > li:not(.social) > a:hover {
        background: rgba(0, 0, 0, .2) !important;
    }

    .drawer > .container { padding: 1rem; background: #f00; }

    body.drawer-active { overflow: hidden; }
    body.drawer-active .drawer-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9999;
        background: rgba(0, 0, 0, .6);
    }
    body.drawer-active .drawer {
                transform: translate(0);
            -ms-transform: translate(0);
        -webkit-transform: translate(0);
    }
}

/* --- */

.captcha {
    background-image: url(../img/rolling.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 10%;
    background-color: #f0f0f0;
    overflow: hidden;
    width: 232px;
    height: 72px;
    border: 1px solid #ccc;
    border-radius: 2px;

    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
            box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, .1);
}
.captcha > .g-recaptcha {
    position: relative;
    top: -2px;
    left: -1px
}

/* --- */

.navbar-admin {
    background: #fff;

            box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
}

/* --- */

.media-group > .media + .media {
    margin: 2rem 0 0;
}

/* --- */

main.material-page .main-title {
    text-transform: uppercase;
    font-weight: 700;
}

/* --- */

main.main {
    background: #fff;

            box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
}
main.main .main-title {
    text-transform: uppercase;
    font-weight: 700;
}

/* --- */

main.document {
    background: #fff;

            box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
}
main.document .main-title {
    font-weight: 700;
}
main.document .main-subtitle {
    font-weight: 300;
    font-size: 14px;
}

/* --- */
/* --- */

main.home .main-title {
    margin: 0 0 2rem;
    text-transform: uppercase;
    font-weight: 700;
}
main.home .media-news {
    margin: 0 0 0 3rem;
    padding: 0 0 1rem 3rem;
    border-width: 0 0 0 1px;
    border-style: dashed;
    border-color: #333;
    position: relative;
}
main.home .media-news > .media-date::before,
main.home .media-news > .media-date::after {
    display: table;
    width: 4rem;
    background: #d2d9e0;
    position: absolute;
    left: -2rem;
    text-align: center;
}
main.home .media-news > .media-date::before {
    content: attr(data-day);
    line-height: 2rem;
    padding: 1rem 0 0;
    font-size: 24px;
    font-weight: 700;
    top: 0;
}
main.home .media-news > .media-date::after {
    content: attr(data-month);
    line-height: 1rem;
    padding: 0 0 1rem;
    margin: 3rem 0 0;
    text-transform: uppercase;
    top: 0;
}
main.home .media-news > img {
    width: 164px;

            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);
}
main.home .media-news > .media-body a.h5 {
    padding: 1rem 0;
    margin: 0;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

@media (max-width: 767px) {
    main.home .media-news {
        display: block;
    }
}

main.home .gallery {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);

    position: relative;
}
main.home .gallery::after {
    content: '';
    display: block;
    width: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 72, 153, .8);
    z-index: 2;

            transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
main.home .gallery::before {
    font-family: 'Material Icons';
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    display: block;
    width: 3rem;
    line-height: 3rem;
    position: absolute;
    top: 2rem;
    right: -1rem;
    background: #004899;
    color: #003a7b;
    border-radius: 50%;
    z-index: 3;

            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);

            transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
main.home .gallery:hover::before {
    background: #e62117;
    color: #fff;
}
main.home .gallery:hover::after {
    background: #e62117;
}

main.home .gallery.video::before { content: '\e037'; }
main.home .gallery.photo::before { content: '\e410'; }

main.home .gallery > a {
    min-height: 10rem;
    display: block;
    background-color: rgba(0, 72, 153, .4);
    padding: 2rem 4rem 2rem 2rem;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    position: relative;

            transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
main.home .gallery > a:hover {
    background: rgba(230, 33, 23, .4);
}
main.home .gallery > a::before {
    content: attr(data-text);
    font-size: .8rem;
    position: absolute;
    right: 1rem;
    bottom: 0;
    z-index: 4;
    padding: .4rem .4rem .4rem 1rem;
    border-radius: 2rem 0 0;
    background: rgba(0, 0, 0, .8);
}
/* --- */

.loading { cursor: wait !important; }

.sf-reset { width: 100% !important; }

.badge { font-weight: 300; }

/* --- */

/* --- */

body.calendar-active,
body.modal-active {
    overflow: hidden;
}
body.modal-active > .modal {
    display: inline;
    overflow: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99998;
    background: rgba(0, 0, 0, .4);
}

.modal > .modal-dialog > .modal-content > .modal-body > p > img { margin: 0; }

/* --- */

.jumbotron-home {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

/* --- */

.toast {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.toast > .toast-content {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: rgba(255, 255, 255, .6);
    background: #111;
    padding: 24px 32px;
    border-radius: 2px;
    min-width: 240px;
    max-width: 400px;

            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1), 0 3px 1px -2px rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .1);

    text-align: left;
}

.toast > .toast-content > ul > li { color: rgba(255, 255, 255, .8); }

@media (max-width: 36em) {
    .toast > .toast-content {
        max-width: 100%;
        width: 100%;
        border-radius: 0;
        background: #000;
        color: #999;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 32px;
    }
}

body.toast-active > .toast {
    z-index: 100000;
    display: inline;
}

/* --- */

.trace-head {
    -webkit-user-select: text !important;
       -moz-user-select: text !important;
        -ms-user-select: text !important;
            user-select: text !important;
}
/* --- */

.anim-down-up {
    position: relative;

            animation: down_up 1.4s infinite;
    -webkit-animation: down_up 1.4s infinite;

            transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

@-webkit-keyframes down_up {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}

@keyframes down_up {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}

/* --- */

.material-shadow,
.global-hover {
            transition: all .2s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
}
.global-hover:hover {
            box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
}
.global-hover:active { background: rgba(100, 100, 100, .1); }

/* --- */

.bg-transparent { background-color: transparent; }

.bg-indigo-500 { background-color: #3f51b5; }
.bg-indigo-50 { background-color: #e8eaf6; }
.bg-indigo-100 { background-color: #c5cae9; }
.bg-indigo-200 { background-color: #9fa8da; }
.bg-indigo-300 { background-color: #7986cb; }
.bg-indigo-400 { background-color: #5c6bc0; }
.bg-indigo-500 { background-color: #3f51b5; }
.bg-indigo-600 { background-color: #3949ab; }
.bg-indigo-700 { background-color: #303f9f; }
.bg-indigo-800 { background-color: #006064; }
.bg-indigo-900 { background-color: #1a237e; }
.bg-indigo-A100 { background-color: #8c9eff; }
.bg-indigo-A200 { background-color: #536dfe; }
.bg-indigo-A400 { background-color: #3d5afe; }
.bg-indigo-A700 { background-color: #304ffe; }

.bg-grey-500 { background-color: #9e9e9e; }
.bg-grey-50 { background-color: #fafafa; }
.bg-grey-100 { background-color: #f5f5f5; }
.bg-grey-200 { background-color: #eeeeee; }
.bg-grey-300 { background-color: #e0e0e0; }
.bg-grey-400 { background-color: #bdbdbd; }
.bg-grey-500 { background-color: #9e9e9e; }
.bg-grey-600 { background-color: #757575; }
.bg-grey-700 { background-color: #616161; }
.bg-grey-800 { background-color: #424242; }
.bg-grey-900 { background-color: #212121; }

.bg-light-blue-500 { background-color: #03a9f4; }
.bg-light-blue-50 { background-color: #e1f5fe; }
.bg-light-blue-100 { background-color: #b3e5fc; }
.bg-light-blue-200 { background-color: #81d4fa; }
.bg-light-blue-300 { background-color: #4fc3f7; }
.bg-light-blue-400 { background-color: #29b6f6; }
.bg-light-blue-500 { background-color: #03a9f4; }
.bg-light-blue-600 { background-color: #039be5; }
.bg-light-blue-700 { background-color: #0288d1; }
.bg-light-blue-800 { background-color: #0277bd; }
.bg-light-blue-900 { background-color: #01579b; }
.bg-light-blue-A100 { background-color: #80d8ff; }
.bg-light-blue-A200 { background-color: #40c4ff; }
.bg-light-blue-A400 { background-color: #00b0ff; }
.bg-light-blue-A700 { background-color: #0091ea; }

.bg-teal-500 { background-color: #009688; }
.bg-teal-50 { background-color: #e0f2f1; }
.bg-teal-100 { background-color: #b2dfdb; }
.bg-teal-200 { background-color: #80cbc4; }
.bg-teal-300 { background-color: #4db6ac; }
.bg-teal-400 { background-color: #26a69a; }
.bg-teal-500 { background-color: #009688; }
.bg-teal-600 { background-color: #00897b; }
.bg-teal-700 { background-color: #00796b; }
.bg-teal-800 { background-color: #00695c; }
.bg-teal-900 { background-color: #004d40; }
.bg-teal-A100 { background-color: #a7ffeb; }
.bg-teal-A200 { background-color: #64ffda; }
.bg-teal-A400 { background-color: #1de9b6; }
.bg-teal-A700 { background-color: #00bfa5; }

.bg-cyan-500 { background-color: #00bcd4; }
.bg-cyan-50 { background-color: #e0f7fa; }
.bg-cyan-100 { background-color: #b2ebf2; }
.bg-cyan-200 { background-color: #80deea; }
.bg-cyan-300 { background-color: #4dd0e1; }
.bg-cyan-400 { background-color: #26c6da; }
.bg-cyan-500 { background-color: #00bcd4; }
.bg-cyan-600 { background-color: #00acc1; }
.bg-cyan-700 { background-color: #0097a7; }
.bg-cyan-800 { background-color: #00838f; }
.bg-cyan-900 { background-color: #006064; }
.bg-cyan-A100 { background-color: #84ffff; }
.bg-cyan-A200 { background-color: #18ffff; }
.bg-cyan-A400 { background-color: #00e5ff; }
.bg-cyan-A700 { background-color: #00b8d4; }

.bg-blue-grey-500 { background-color: #607d8b; }
.bg-blue-grey-50 { background-color: #eceff1; }
.bg-blue-grey-100 { background-color: #cfd8dc; }
.bg-blue-grey-200 { background-color: #b0bec5; }
.bg-blue-grey-300 { background-color: #90a4ae; }
.bg-blue-grey-400 { background-color: #78909c; }
.bg-blue-grey-500 { background-color: #607d8b; }
.bg-blue-grey-600 { background-color: #546e7a; }
.bg-blue-grey-700 { background-color: #455a64; }
.bg-blue-grey-800 { background-color: #37474f; }
.bg-blue-grey-900 { background-color: #263238; }

.bg-private-1 { background-color: #EF5350; }
.bg-private-2 { background-color: #383838; }
.bg-private-3 { background-color: #1976D2; }
.bg-private-4 { background-color: #2196F3; }
.bg-private-5 { background-color: #64B5F6; }

.bg-white { background: #fff; }
.bg-black { background: #000; }

/* --- */

.rolling {
    margin: 16px auto;
    opacity: .5;
    width: 48px;
    height: 48px;
    background-image: url('../img/rolling.svg');
    background-size: 48px;
}

.rolling.rolling-white { background-image: url('../img/rolling-white.svg'); }
.rolling.rolling-sm {
    width: 24px;
    height: 24px;
    background-size: 24px;
    margin: 8px auto;
}

.rolling-input { position: absolute; top: 0; right: 24px; }

/* --- */


.alert {
    border-width: 0;

            border-radius: 0;
    -webkit-border-radius: 0;
}

.alert-danger { background-color: #f6646b; color: rgba(255, 255, 255, .8); }
.alert-danger .material-icons { color: rgba(255, 255, 255, .8); }
.alert-warning { background-color: #f6be64; color: rgba(255, 255, 255, .8); }
.alert-warning .material-icons { color: rgba(255, 255, 255, .8); }
.alert-success { background-color: #a1cf8b; color: rgba(255, 255, 255, .8); }
.alert-success .material-icons { color: rgba(255, 255, 255, .8); }
.alert-info { background-color: #64b5f6; color: rgba(255, 255, 255, .8); }
.alert-info .material-icons { color: rgba(255, 255, 255, .8); }

/* --- */

/* --- */

.card,
.drawer,
.progress-main,
.dropdown-menu {
    border-width: 0;

            border-radius: 0;
    -webkit-border-radius: 0;

            box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), 2px 4px 6px rgba(0, 0, 0, .1);
}
.card > .card-img {
    overflow: hidden;
}
.card > .card-img > a {
    display: block;
    height: 240px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

            transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.card > .card-img > a:hover {
    transform: scale(1.2);
}
.card .card-block { padding: 2rem; }
.card .card-block .card-title { font-weight: 300; margin-bottom: 2rem; text-transform: uppercase; }
.card .card-block .card-text { font-size: 1.1rem; line-height: 2rem; }

.card > .list-group > .list-group-item {
    padding: 1rem 2rem;
}

.card-rounded-0 { border-radius: 0; }
.card-unstyled {
    border-width: 0;
    background: transparent;

    -webkit-box-shadow: none;
            box-shadow: none;
}
.card-unstyled > .card-header,
.card-unstyled > .card-footer,
.card-unstyled > .list-group > .list-group-item {
    border-width: 0;
    background: transparent;
}

.card-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    height: 6rem;

            transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

/* --- */

.card-outline-primary,
.card-outline-secondary,
.card-outline-success,
.card-outline-info,
.card-outline-warning,
.card-outline-danger {
    border-width: 1px;

            box-shadow: none;
    -webkit-box-shadow: none;
}

/* --- */

.card .card-actions {
    height: 0;
    top: -24px;
    position: relative;
    padding: 0 16px;
    z-index: 10;
}
.card .card-actions .btn-circle {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    text-align: center;
    padding: 0;
}
.card .card-actions .btn-circle > i {
  line-height: 48px;
}
.card .card-actions.card-actions-lg { top: -48px; }
.card .card-actions .action-image {
    box-shadow: 0 0 0 6px #fff;
}

/* --- */

.recent {
    border-width: 0 0 0 .5rem;
    border-color: #c00;
    border-style: solid;
    padding: 0 0 0 1rem;
}

/* --- */

ul.split-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.split-list > li + li {
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #ccc;
}

ul.split-list.d-flex > li + li {
    border-width: 0 0 0 1px;
}

/* --- */

.list-group-item:first-child,
.list-group-item:last-child { border-radius: 0 !important; }

/* --- */

.list-group-unstyled > .list-group-item {
  border-width: 0;
  border-radius: 0;
  background: transparent;
  padding: .5rem;
}

.list-group-unstyled.dark-bg > li > a {
    color: rgba(255, 255, 255, .8);
    font-size: 1.15rem;
    font-weight: 300;
}
.list-group-unstyled.dark-bg > li > a:hover { color: #1b8de5; }
.list-group-unstyled.dark-bg > li > a > span { background: #1b8de5; color: #fff; }

/* --- */

/* --- */



/* --- */

a { color: #455a64; }
a:hover,
a:active,
a:link,
a:focus { text-decoration: none; }

/* --- */

textarea.form-control { padding: 20px; }

.form-control {
    resize: none;
    cursor: pointer;

            border-radius: 1px;
    -webkit-border-radius: 1px;

    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 10px;
}
.form-control:focus {
            box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);

    border: 1px solid #4d90fe;
    outline: none;
    cursor: text;
}
.form-control[type=color] {
    width: 4rem;
    height: 4rem;
    padding: .4rem;
}

/* --- */

body > .progress-main {
    position: fixed;
    z-index: 99999;
    top: -4px;
    right: 0;
    bottom: auto;
    left: 0;
    border-radius: 0;
    opacity: .8;

            transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
body > .progress-main > .progress-bar {
    width: 100%;
    height: 4px;
}

body.progress-active > .progress-main { top: 0; }

/* --- */

.tooltip { z-index: 99999;  }
.tooltip > .tooltip-inner {
    text-transform: uppercase;
    background: #666;
    border-radius: 2px;
    font-size: 10px;
    color: rgba(255, 255, 255, .8);
    word-spacing: 0;
    padding: 6px 8px;

            animation-duration: .14s;
    -webkit-animation-duration: .14s;

            animation-fill-mode: both;
    -webkit-animation-fill-mode: both;

            animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
}
.tooltip > .tooltip-inner:before { display: none; }

.toast,
.modal > .modal-dialog,
.dtp > .dtp-content {
            animation-duration: .4s;
    -webkit-animation-duration: .4s;

            animation-fill-mode: both;
    -webkit-animation-fill-mode: both;

            animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
}

/* --- */

.input-group > .input-group-btn > .btn { margin: 0 !important; }

.btn {
    border-radius: 2px;
    cursor: pointer;

    text-transform: uppercase;

            box-shadow: 0 1px 4px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);

            transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.custom-select {
    background-color: transparent;
    border-width: 0 0 1px;
    border-radius: 0;

    color: #666;
    text-transform: uppercase;
    height: 40px;
    padding-right: 32px;
}

.btn:not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-outline-success):not(.btn-outline-info):not(.btn-outline-warning):not(.btn-outline-danger) {
    border-width: 0;
}
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-info,
.btn-outline-warning,
.btn-outline-danger {
            box-shadow: none !important;
    -webkit-box-shadow: none !important;

    border-width: 0;
}

.btn-radius { border-radius: 16px; }

.btn-primary,
.btn-primary:hover { background-color: #009688; }
.btn-success,
.btn-success:hover { background-color: #4caf50; }
.btn-danger,
.btn-danger:hover { background-color: #f44336; }
.btn-info,
.btn-info:hover { background-color: #03a9f4; }
.btn-warning,
.btn-warning:hover { background-color: #ff5722; }

.btn-outline-primary { color: #009688; }
.btn-outline-success { color: #4caf50; }
.btn-outline-danger { color: #f44336; }
.btn-outline-info { color: #03a9f4; }
.btn-outline-warning { color: #ff5722; }

.btn-outline-primary:hover,
.btn-outline-primary:active { background-color: #009688; }
.btn-outline-success:hover,
.btn-outline-success:active { background-color: #4caf50; }
.btn-outline-danger:hover,
.btn-outline-danger:active { background-color: #f44336; }
.btn-outline-info:hover,
.btn-outline-info:active { background-color: #03a9f4; }
.btn-outline-warning:hover,
.btn-outline-warning:active { background-color: #ff5722; }

.btn-primary:focus,
.btn-success:focus,
.btn-danger:focus,
.btn-info:focus,
.btn-warning:focus { color: #fff; }

.btn-group > .btn,
.btn:focus,
.btn:active {
            box-shadow: 0 8px 16px rgba(0, 0, 0, .24), 0 2px 6px rgba(0, 0, 0, .22);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .24), 0 2px 6px rgba(0, 0, 0, .22);
}

.ripple {
    position: relative;
    overflow: hidden;

    z-index: 0;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;

            transform: scale(0);
         -o-transform: scale(0);
       -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.animate {
            animation: ripple 0.65s linear;
         -o-animation: ripple 0.65s linear;
        -ms-animation: ripple 0.65s linear;
       -moz-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
}

        @keyframes ripple { 100% { opacity: 0;         transform: scale(2.5); } }
     @-o-keyframes ripple { 100% { opacity: 0;      -o-transform: scale(2.5); } }
   @-moz-keyframes ripple { 100% { opacity: 0;    -moz-transform: scale(2.5); } }
@-webkit-keyframes ripple { 100% { opacity: 0; -webkit-transform: scale(2.5); } }

/* --- */

.image-crop {
    border: 1px dashed #ccc;
    background-image: url(../img/transparent.svg);
    padding: 1rem;
            box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
}
.image-crop.upload { cursor: pointer; }

/* --- */

.pagination > .page-item {
    padding: .1rem;
}
.pagination > .page-item > a > .material-icons {
    font-size: 16px;
}

/* --- */

.rotate,
.btn-rotate-icon > i {
            transition: all .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.rotate.active,
.btn-rotate-icon > i.active {
            transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

/* --- */

.headline {
    margin: 2rem 0 1rem;
}
.headline .owl-carousel .card > .card-img-overlay {
    background: rgba(0, 0, 0, .4);
}
.headline .owl-carousel .card > .card-img-overlay > .card-title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

@media (max-width: 767px) {
    .headline .owl-carousel .card > .card-img-overlay > .card-title {
        font-size: 16px;
    }
}

/* --- */

.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;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;

    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;

    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;

    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.owl-carousel.owl-loaded { display: block; }
.owl-carousel.owl-loading { opacity: 0; display: block; }
.owl-carousel.owl-hidden { opacity: 0; }
.owl-carousel.owl-refresh .owl-item { visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl { direction: rtl; }
.owl-carousel.owl-rtl .owl-item { float: right; }
.no-js .owl-carousel { display: block; }
.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in { z-index: 0; }
.owl-carousel .owl-animated-out { z-index: 1; }
.owl-carousel .fadeOut { animation-name: fadeOut; }

@keyframes fadeOut {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.owl-height { transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy { transform-style: preserve-3d; }
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background-image: url(../img/play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon { display: none; }
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-controls {
    display: table;
    margin: 1rem auto 0;
}
.owl-controls .owl-dot {
    display: inline-block;
    padding: .4rem;
}
.owl-controls .owl-dot span {
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
}
.owl-controls .owl-dot.active span {
    background: rgb(255, 255, 255);
}

.media-list > .card {
    max-width: 20%;
}

@media (max-width: 767px) {
    .media-list > .card {
        max-width: 50%;
    }
}