﻿@charset "UTF-8";

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.bi-app-float-left {
    float: right
}

.bi-app-float-right {
    float: left
}

.bi-app-text-align-left {
    text-align: right
}

.bi-app-text-align-right {
    text-align: left
}

.bi-app-clear-left {
    clear: right
}

.bi-app-clear-right {
    clear: left
}


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

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
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!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) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 2cm .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
    direction: rtl
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

a {
    color: #0275d8;
    text-decoration: none
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #555
}

.text-dark {
    color: #333
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #0275d8
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48!important
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h2 small,
h3 small {
    font-size: 65%
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h5 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
}

.page-header {
    padding-bottom: 9px;
    margin-bottom: 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-unstyled {
    padding-right: 0;
    list-style: none
}

.list-inline {
    padding-right: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-right: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: right;
        width: 160px;
        clear: left;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-right: 180px
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-right: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eee;
    border-right: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: left
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    direction: ltr
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.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-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: right
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 750px
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .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: right
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-push-1 {
        right: 8.333333333333332%
    }
    .col-sm-push-2 {
        right: 16.666666666666664%
    }
    .col-sm-push-3 {
        right: 25%
    }
    .col-sm-push-4 {
        right: 33.33333333333333%
    }
    .col-sm-push-5 {
        right: 41.66666666666667%
    }
    .col-sm-push-6 {
        right: 50%
    }
    .col-sm-push-7 {
        right: 58.333333333333336%
    }
    .col-sm-push-8 {
        right: 66.66666666666666%
    }
    .col-sm-push-9 {
        right: 75%
    }
    .col-sm-push-10 {
        right: 83.33333333333334%
    }
    .col-sm-push-11 {
        right: 91.66666666666666%
    }
    .col-sm-pull-1 {
        left: 8.333333333333332%
    }
    .col-sm-pull-2 {
        left: 16.666666666666664%
    }
    .col-sm-pull-3 {
        left: 25%
    }
    .col-sm-pull-4 {
        left: 33.33333333333333%
    }
    .col-sm-pull-5 {
        left: 41.66666666666667%
    }
    .col-sm-pull-6 {
        left: 50%
    }
    .col-sm-pull-7 {
        left: 58.333333333333336%
    }
    .col-sm-pull-8 {
        left: 66.66666666666666%
    }
    .col-sm-pull-9 {
        left: 75%
    }
    .col-sm-pull-10 {
        left: 83.33333333333334%
    }
    .col-sm-pull-11 {
        left: 91.66666666666666%
    }
    .col-sm-offset-1 {
        margin-right: 8.333333333333332%
    }
    .col-sm-offset-2 {
        margin-right: 16.666666666666664%
    }
    .col-sm-offset-3 {
        margin-right: 25%
    }
    .col-sm-offset-4 {
        margin-right: 33.33333333333333%
    }
    .col-sm-offset-5 {
        margin-right: 41.66666666666667%
    }
    .col-sm-offset-6 {
        margin-right: 50%
    }
    .col-sm-offset-7 {
        margin-right: 58.333333333333336%
    }
    .col-sm-offset-8 {
        margin-right: 66.66666666666666%
    }
    .col-sm-offset-9 {
        margin-right: 75%
    }
    .col-sm-offset-10 {
        margin-right: 83.33333333333334%
    }
    .col-sm-offset-11 {
        margin-right: 91.66666666666666%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .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: right
    }
    .col-md-1 {
        width: 8.333333333333332%
    }
    .col-md-2 {
        width: 16.666666666666664%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333333333%
    }
    .col-md-5 {
        width: 41.66666666666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.333333333333336%
    }
    .col-md-8 {
        width: 66.66666666666666%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333333334%
    }
    .col-md-11 {
        width: 91.66666666666666%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-push-0 {
        right: auto
    }
    .col-md-push-1 {
        right: 8.333333333333332%
    }
    .col-md-push-2 {
        right: 16.666666666666664%
    }
    .col-md-push-3 {
        right: 25%
    }
    .col-md-push-4 {
        right: 33.33333333333333%
    }
    .col-md-push-5 {
        right: 41.66666666666667%
    }
    .col-md-push-6 {
        right: 50%
    }
    .col-md-push-7 {
        right: 58.333333333333336%
    }
    .col-md-push-8 {
        right: 66.66666666666666%
    }
    .col-md-push-9 {
        right: 75%
    }
    .col-md-push-10 {
        right: 83.33333333333334%
    }
    .col-md-push-11 {
        right: 91.66666666666666%
    }
    .col-md-pull-0 {
        left: auto
    }
    .col-md-pull-1 {
        left: 8.333333333333332%
    }
    .col-md-pull-2 {
        left: 16.666666666666664%
    }
    .col-md-pull-3 {
        left: 25%
    }
    .col-md-pull-4 {
        left: 33.33333333333333%
    }
    .col-md-pull-5 {
        left: 41.66666666666667%
    }
    .col-md-pull-6 {
        left: 50%
    }
    .col-md-pull-7 {
        left: 58.333333333333336%
    }
    .col-md-pull-8 {
        left: 66.66666666666666%
    }
    .col-md-pull-9 {
        left: 75%
    }
    .col-md-pull-10 {
        left: 83.33333333333334%
    }
    .col-md-pull-11 {
        left: 91.66666666666666%
    }
    .col-md-offset-0 {
        margin-right: 0
    }
    .col-md-offset-1 {
        margin-right: 8.333333333333332%
    }
    .col-md-offset-2 {
        margin-right: 16.666666666666664%
    }
    .col-md-offset-3 {
        margin-right: 25%
    }
    .col-md-offset-4 {
        margin-right: 33.33333333333333%
    }
    .col-md-offset-5 {
        margin-right: 41.66666666666667%
    }
    .col-md-offset-6 {
        margin-right: 50%
    }
    .col-md-offset-7 {
        margin-right: 58.333333333333336%
    }
    .col-md-offset-8 {
        margin-right: 66.66666666666666%
    }
    .col-md-offset-9 {
        margin-right: 75%
    }
    .col-md-offset-10 {
        margin-right: 83.33333333333334%
    }
    .col-md-offset-11 {
        margin-right: 91.66666666666666%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .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: right
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-push-0 {
        right: auto
    }
    .col-lg-push-1 {
        right: 8.333333333333332%
    }
    .col-lg-push-2 {
        right: 16.666666666666664%
    }
    .col-lg-push-3 {
        right: 25%
    }
    .col-lg-push-4 {
        right: 33.33333333333333%
    }
    .col-lg-push-5 {
        right: 41.66666666666667%
    }
    .col-lg-push-6 {
        right: 50%
    }
    .col-lg-push-7 {
        right: 58.333333333333336%
    }
    .col-lg-push-8 {
        right: 66.66666666666666%
    }
    .col-lg-push-9 {
        right: 75%
    }
    .col-lg-push-10 {
        right: 83.33333333333334%
    }
    .col-lg-push-11 {
        right: 91.66666666666666%
    }
    .col-lg-pull-0 {
        left: auto
    }
    .col-lg-pull-1 {
        left: 8.333333333333332%
    }
    .col-lg-pull-2 {
        left: 16.666666666666664%
    }
    .col-lg-pull-3 {
        left: 25%
    }
    .col-lg-pull-4 {
        left: 33.33333333333333%
    }
    .col-lg-pull-5 {
        left: 41.66666666666667%
    }
    .col-lg-pull-6 {
        left: 50%
    }
    .col-lg-pull-7 {
        left: 58.333333333333336%
    }
    .col-lg-pull-8 {
        left: 66.66666666666666%
    }
    .col-lg-pull-9 {
        left: 75%
    }
    .col-lg-pull-10 {
        left: 83.33333333333334%
    }
    .col-lg-pull-11 {
        left: 91.66666666666666%
    }
    .col-lg-offset-0 {
        margin-right: 0
    }
    .col-lg-offset-1 {
        margin-right: 8.333333333333332%
    }
    .col-lg-offset-2 {
        margin-right: 16.666666666666664%
    }
    .col-lg-offset-3 {
        margin-right: 25%
    }
    .col-lg-offset-4 {
        margin-right: 33.33333333333333%
    }
    .col-lg-offset-5 {
        margin-right: 41.66666666666667%
    }
    .col-lg-offset-6 {
        margin-right: 50%
    }
    .col-lg-offset-7 {
        margin-right: 58.333333333333336%
    }
    .col-lg-offset-8 {
        margin-right: 66.66666666666666%
    }
    .col-lg-offset-9 {
        margin-right: 75%
    }
    .col-lg-offset-10 {
        margin-right: 83.33333333333334%
    }
    .col-lg-offset-11 {
        margin-right: 91.66666666666666%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: right
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table tbody>tr>td,
.table tbody>tr>th,
.table tfoot>tr>td,
.table tfoot>tr>th,
.table thead>tr>td,
.table thead>tr>th {
    padding: 8px;
    color: #333;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table caption+thead tr:first-child td,
.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed tbody>tr>td,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>td,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 0;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>thead>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #666
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 7px 14px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    outline: 0;
    border-color: #ddd;
    box-shadow: 0 0 3px #eee;
    -o-box-shadow: 0 0 3px #eee;
    -moz-box-shadow: 0 0 3px #eee;
    -webkit-box-shadow: 0 0 3px #eee
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 20px;
    vertical-align: middle
}

.checkbox label,
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    float: right;
    margin-right: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-right: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .control-label,
.has-warning .help-block {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .control-label,
.has-error .help-block {
    color: #b94a48
}

.has-error .form-control,
.has-error .select2-selection {
    border-color: #b94a48!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus,
.has-error .select2-selection:focus {
    border-color: #953b39!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .control-label,
.has-success .help-block {
    color: #468847
}

.has-success .form-control,
.has-success .select2-selection {
    border-color: #468847!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus,
.has-success .select2-selection:focus {
    border-color: #356635!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 11px
}

@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>.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 .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-dark {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #222;
    border-color: #222
}

.btn-default {
    color: #444;
    background-color: #f2f2f2;
    border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #419641
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    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: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.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;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: IranSans;
    src: url(https://ghasedak24.com/assets/fonts/IRANSans-web/IRANSans-Bold-web.eot) format('eot'), url(https://ghasedak24.com/assets/fonts/IRANSans-web/IRANSans-Bold-web.woff) format('woff');
    font-weight: 700
}

@font-face {
    font-family: IranSans;
    src: url(https://ghasedak24.com/assets/fonts/IRANSans-web/IRANSans-UltraLight-web.eot) format('eot'), url(https://ghasedak24.com/assets/fonts/IRANSans-web/IRANSans-UltraLight-web.woff) format('woff');
    font-weight: 200
}

@font-face {
    font-family: IranSans;
    src: url(https://ghasedak24.com/assets/fonts/IRANSans-web/IRANSans-Light-web.eot) format('eot'), url(https://ghasedak24.com/assets/fonts/IRANSans-web/IRANSans-Light-web.woff) format('woff');
    font-weight: 300
}

@font-face {
    font-family: IranSans;
    src: url(https://ghasedak24.com/assets/fonts/IRANSans-web/IRANSans-web.eot) format('eot'), url(https://ghasedak24.com/assets/fonts/IRANSans-web/IRANSans-web.woff) format('woff');
    font-weight: 400
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    content: ""
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    left: 0;
    right: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #999
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 11px;
    line-height: 1.428571429;
    color: #428bca
}

.dropdown-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    left: 0;
    right: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: 0;
        right: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-danger .caret,
.btn-info .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-danger .caret,
.dropup .btn-info .caret,
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: right
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-right: -1px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: right
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn-group+.btn-group {
    margin-right: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-right: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group {
    float: right
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn .caret {
    margin-right: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-right: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    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,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #eee;
    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>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:first-child {
    border-left: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:last-child {
    border-right: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-right: -4px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 2
}

.nav {
    margin-bottom: 0;
    padding-right: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: right
}

.nav-tabs>li>a {
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-left: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: right
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-right: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-right: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-left: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tabbable:after,
.tabbable:before {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.tabbable:after,
.tabbable:before {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.pill-content>.pill-pane,
.tab-content>.tab-pane {
    display: none
}

.pill-content>.active,
.tab-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 100px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width:992px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width:992px) {
    .navbar-header {
        float: right
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:992px) {
    .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-collapse .navbar-nav.navbar-left:first-child {
        margin-right: -15px
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-left: -15px
    }
    .navbar-collapse .navbar-text:last-child {
        margin-left: 0
    }
}

.container>.navbar-collapse,
.container>.navbar-header {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:992px) {
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-left: 0;
        margin-right: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media (min-width:992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    border-width: 0 0 1px
}

@media (min-width:992px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    z-index: 1030;
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: right;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

@media (min-width:992px) {
    .navbar>.container .navbar-brand {
        margin-right: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: left;
    margin-left: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.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:992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:991px) {
    .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>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:992px) {
    .navbar-nav {
        float: right;
        margin: 0
    }
    .navbar-nav>li {
        float: right
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width:992px) {
    .navbar-left {
        float: right
    }
    .navbar-right {
        float: left
    }
}

.navbar-form {
    margin-right: -15px;
    margin-left: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:992px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-right: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        float: none;
        margin-right: 0
    }
}

@media (max-width:991px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-right: 0;
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: auto;
    left: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: right;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>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: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav>.dropdown>a:focus .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:focus .caret,
.navbar-default .navbar-nav>.open>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media (max-width:991px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>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>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-right: 0;
    margin: 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #428bca;
    margin-right: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-right: 0;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #428bca;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pager {
    padding-right: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: left
}

.pager .previous>a,
.pager .previous>span {
    float: right
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.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
}

.label[href]:focus,
.label[href]:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: grey
}

.label-primary {
    background-color: #0275d8
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #025aa5
}

.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;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

.nav-pills>.active>a>.badge,
a.list-group-item.active>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-right: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #428bca
}

.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

.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>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-left: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    left: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #a77f3a
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }
    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: right;
    width: 0%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
    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: -moz-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)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-left: 10px
}

.media>.pull-right {
    margin-right: 10px
}

.media-list {
    padding-right: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-right: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: left
}

.list-group-item>.badge+.badge {
    margin-left: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading {
    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: #e1edf7
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success: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 .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

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 .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

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 .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

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;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px;
    line-height: 30px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading>.panel-title {
    color: #fff
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading>.panel-title {
    color: #468847
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning>.panel-heading>.panel-title {
    color: #c09853
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger>.panel-heading>.panel-title {
    color: #b94a48
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading>.panel-title {
    color: #3a87ad
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    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: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1040
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    padding: 10px;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .3
}

.modal-header {
    padding: 15px;
    min-height: 16.428571429px
}

.modal-header .close {
    margin-top: -2px;
    font-size: 25px;
    font-weight: 100
}

.modal-title {
    margin: 0;
    font-size: 16px;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: left;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-right: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-right: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-right: 0
}

@media screen and (min-width:768px) {
    .modal-dialog {
        right: 50%;
        left: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.2;
    opacity: 0
}

.tooltip.in {
    opacity: .8
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 2px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    right: 50%;
    margin-right: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: right;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    right: 50%;
    margin-right: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-right: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    right: 50%;
    margin-right: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-right: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out right;
    transition: .6s ease-in-out right
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    right: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    right: 100%
}

.carousel-inner>.prev {
    right: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    right: 0
}

.carousel-inner>.active.left {
    right: -100%
}

.carousel-inner>.active.right {
    right: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: auto;
    left: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    right: 50%;
    z-index: 15;
    width: 60%;
    margin-right: -30%;
    padding-right: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-right: -15px;
        font-size: 30px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: left
}

.pull-left {
    float: right
}

.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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

.visible-xs {
    display: none!important
}

tr.visible-xs {
    display: none!important
}

td.visible-xs,
th.visible-xs {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block!important
    }
    tr.visible-xs.visible-sm {
        display: table-row!important
    }
    td.visible-xs.visible-sm,
    th.visible-xs.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block!important
    }
    tr.visible-xs.visible-md {
        display: table-row!important
    }
    td.visible-xs.visible-md,
    th.visible-xs.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block!important
    }
    tr.visible-xs.visible-lg {
        display: table-row!important
    }
    td.visible-xs.visible-lg,
    th.visible-xs.visible-lg {
        display: table-cell!important
    }
}

.visible-sm {
    display: none!important
}

tr.visible-sm {
    display: none!important
}

td.visible-sm,
th.visible-sm {
    display: none!important
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block!important
    }
    tr.visible-sm.visible-xs {
        display: table-row!important
    }
    td.visible-sm.visible-xs,
    th.visible-sm.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block!important
    }
    tr.visible-sm.visible-md {
        display: table-row!important
    }
    td.visible-sm.visible-md,
    th.visible-sm.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block!important
    }
    tr.visible-sm.visible-lg {
        display: table-row!important
    }
    td.visible-sm.visible-lg,
    th.visible-sm.visible-lg {
        display: table-cell!important
    }
}

.visible-md {
    display: none!important
}

tr.visible-md {
    display: none!important
}

td.visible-md,
th.visible-md {
    display: none!important
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block!important
    }
    tr.visible-md.visible-xs {
        display: table-row!important
    }
    td.visible-md.visible-xs,
    th.visible-md.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block!important
    }
    tr.visible-md.visible-sm {
        display: table-row!important
    }
    td.visible-md.visible-sm,
    th.visible-md.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block!important
    }
    tr.visible-md.visible-lg {
        display: table-row!important
    }
    td.visible-md.visible-lg,
    th.visible-md.visible-lg {
        display: table-cell!important
    }
}

.visible-lg {
    display: none!important
}

tr.visible-lg {
    display: none!important
}

td.visible-lg,
th.visible-lg {
    display: none!important
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block!important
    }
    tr.visible-lg.visible-xs {
        display: table-row!important
    }
    td.visible-lg.visible-xs,
    th.visible-lg.visible-xs {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block!important
    }
    tr.visible-lg.visible-sm {
        display: table-row!important
    }
    td.visible-lg.visible-sm,
    th.visible-lg.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block!important
    }
    tr.visible-lg.visible-md {
        display: table-row!important
    }
    td.visible-lg.visible-md,
    th.visible-lg.visible-md {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

.hidden-xs {
    display: block!important
}

tr.hidden-xs {
    display: table-row!important
}

td.hidden-xs,
th.hidden-xs {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
    tr.hidden-xs {
        display: none!important
    }
    td.hidden-xs,
    th.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none!important
    }
    tr.hidden-xs.hidden-sm {
        display: none!important
    }
    td.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none!important
    }
    tr.hidden-xs.hidden-md {
        display: none!important
    }
    td.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none!important
    }
    tr.hidden-xs.hidden-lg {
        display: none!important
    }
    td.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg {
        display: none!important
    }
}

.hidden-sm {
    display: block!important
}

tr.hidden-sm {
    display: table-row!important
}

td.hidden-sm,
th.hidden-sm {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none!important
    }
    tr.hidden-sm.hidden-xs {
        display: none!important
    }
    td.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
    tr.hidden-sm {
        display: none!important
    }
    td.hidden-sm,
    th.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none!important
    }
    tr.hidden-sm.hidden-md {
        display: none!important
    }
    td.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none!important
    }
    tr.hidden-sm.hidden-lg {
        display: none!important
    }
    td.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg {
        display: none!important
    }
}

.hidden-md {
    display: block!important
}

tr.hidden-md {
    display: table-row!important
}

td.hidden-md,
th.hidden-md {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-md.hidden-xs {
        display: none!important
    }
    tr.hidden-md.hidden-xs {
        display: none!important
    }
    td.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none!important
    }
    tr.hidden-md.hidden-sm {
        display: none!important
    }
    td.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
    tr.hidden-md {
        display: none!important
    }
    td.hidden-md,
    th.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none!important
    }
    tr.hidden-md.hidden-lg {
        display: none!important
    }
    td.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg {
        display: none!important
    }
}

.hidden-lg {
    display: block!important
}

tr.hidden-lg {
    display: table-row!important
}

td.hidden-lg,
th.hidden-lg {
    display: table-cell!important
}

@media (max-width:767px) {
    .hidden-lg.hidden-xs {
        display: none!important
    }
    tr.hidden-lg.hidden-xs {
        display: none!important
    }
    td.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none!important
    }
    tr.hidden-lg.hidden-sm {
        display: none!important
    }
    td.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none!important
    }
    tr.hidden-lg.hidden-md {
        display: none!important
    }
    td.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
    tr.hidden-lg {
        display: none!important
    }
    td.hidden-lg,
    th.hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

tr.visible-print {
    display: none!important
}

td.visible-print,
th.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
    .hidden-print {
        display: none!important
    }
    tr.hidden-print {
        display: none!important
    }
    td.hidden-print,
    th.hidden-print {
        display: none!important
    }
}

@font-face {
    font-family: entypo;
    src: url(https://ghasedak24.com/assets/fonts/entypo/entypo.eot?71205724);
    src: url(https://ghasedak24.com/assets/fonts/entypo/entypo.eot?71205724#iefix) format('embedded-opentype'), url(https://ghasedak24.com/assets/fonts/entypo/entypo.woff?71205724) format('woff'), url(https://ghasedak24.com/assets/fonts/entypo/entypo.ttf?71205724) format('truetype'), url(https://ghasedak24.com/assets/fonts/entypo/entypo.svg?71205724#entypo) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" entypo-"]:before,
[class^=entypo-]:before {
    font-family: entypo;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.entypo-note:before {
    content: '\e800'
}

.entypo-logo-db:before {
    content: '\e91b'
}

.entypo-music:before {
    content: '\e802'
}

.entypo-search:before {
    content: '\e803'
}

.entypo-flashlight:before {
    content: '\e804'
}

.entypo-mail:before {
    content: '\e805'
}

.entypo-heart:before {
    content: '\e806'
}

.entypo-heart-empty:before {
    content: '\e807'
}

.entypo-star:before {
    content: '\e808'
}

.entypo-star-empty:before {
    content: '\e809'
}

.entypo-user:before {
    content: '\e80a'
}

.entypo-users:before {
    content: '\e80b'
}

.entypo-user-add:before {
    content: '\e80c'
}

.entypo-video:before {
    content: '\e80d'
}

.entypo-picture:before {
    content: '\e80e'
}

.entypo-camera:before {
    content: '\e80f'
}

.entypo-layout:before {
    content: '\e810'
}

.entypo-menu:before {
    content: '\e811'
}

.entypo-check:before {
    content: '\e812'
}

.entypo-cancel:before {
    content: '\e813'
}

.entypo-cancel-circled:before {
    content: '\e814'
}

.entypo-cancel-squared:before {
    content: '\e815'
}

.entypo-plus:before {
    content: '\e816'
}

.entypo-plus-circled:before {
    content: '\e817'
}

.entypo-plus-squared:before {
    content: '\e818'
}

.entypo-minus:before {
    content: '\e819'
}

.entypo-minus-circled:before {
    content: '\e81a'
}

.entypo-minus-squared:before {
    content: '\e81b'
}

.entypo-help:before {
    content: '\e81c'
}

.entypo-help-circled:before {
    content: '\e81d'
}

.entypo-info:before {
    content: '\e81e'
}

.entypo-info-circled:before {
    content: '\e81f'
}

.entypo-back:before {
    content: '\e820'
}

.entypo-home:before {
    content: '\e821'
}

.entypo-link:before {
    content: '\e822'
}

.entypo-attach:before {
    content: '\e823'
}

.entypo-lock:before {
    content: '\e824'
}

.entypo-lock-open:before {
    content: '\e825'
}

.entypo-eye:before {
    content: '\e826'
}

.entypo-tag:before {
    content: '\e827'
}

.entypo-bookmark:before {
    content: '\e828'
}

.entypo-bookmarks:before {
    content: '\e829'
}

.entypo-flag:before {
    content: '\e82a'
}

.entypo-thumbs-up:before {
    content: '\e82b'
}

.entypo-thumbs-down:before {
    content: '\e82c'
}

.entypo-download:before {
    content: '\e82d'
}

.entypo-upload:before {
    content: '\e82e'
}

.entypo-upload-cloud:before {
    content: '\e82f'
}

.entypo-reply:before {
    content: '\e830'
}

.entypo-reply-all:before {
    content: '\e831'
}

.entypo-forward:before {
    content: '\e832'
}

.entypo-quote:before {
    content: '\e833'
}

.entypo-code:before {
    content: '\e834'
}

.entypo-export:before {
    content: '\e835'
}

.entypo-pencil:before {
    content: '\e836'
}

.entypo-feather:before {
    content: '\e837'
}

.entypo-print:before {
    content: '\e838'
}

.entypo-retweet:before {
    content: '\e839'
}

.entypo-keyboard:before {
    content: '\e83a'
}

.entypo-comment:before {
    content: '\e83b'
}

.entypo-chat:before {
    content: '\e83c'
}

.entypo-bell:before {
    content: '\e83d'
}

.entypo-attention:before {
    content: '\e83e'
}

.entypo-alert:before {
    content: '\e83f'
}

.entypo-vcard:before {
    content: '\e840'
}

.entypo-address:before {
    content: '\e841'
}

.entypo-location:before {
    content: '\e842'
}

.entypo-map:before {
    content: '\e843'
}

.entypo-direction:before {
    content: '\e844'
}

.entypo-compass:before {
    content: '\e845'
}

.entypo-cup:before {
    content: '\e846'
}

.entypo-trash:before {
    content: '\e847'
}

.entypo-doc:before {
    content: '\e848'
}

.entypo-docs:before {
    content: '\e849'
}

.entypo-doc-landscape:before {
    content: '\e84a'
}

.entypo-doc-text:before {
    content: '\e84b'
}

.entypo-doc-text-inv:before {
    content: '\e84c'
}

.entypo-newspaper:before {
    content: '\e84d'
}

.entypo-book-open:before {
    content: '\e84e'
}

.entypo-book:before {
    content: '\e84f'
}

.entypo-folder:before {
    content: '\e850'
}

.entypo-archive:before {
    content: '\e851'
}

.entypo-box:before {
    content: '\e852'
}

.entypo-rss:before {
    content: '\e853'
}

.entypo-phone:before {
    content: '\e854'
}

.entypo-cog:before {
    content: '\e855'
}

.entypo-tools:before {
    content: '\e856'
}

.entypo-share:before {
    content: '\e857'
}

.entypo-shareable:before {
    content: '\e858'
}

.entypo-basket:before {
    content: '\e859'
}

.entypo-bag:before {
    content: '\e85a'
}

.entypo-calendar:before {
    content: '\e85b'
}

.entypo-login:before {
    content: '\e85c'
}

.entypo-logout:before {
    content: '\e85d'
}

.entypo-mic:before {
    content: '\e85e'
}

.entypo-mute:before {
    content: '\e85f'
}

.entypo-sound:before {
    content: '\e860'
}

.entypo-volume:before {
    content: '\e861'
}

.entypo-clock:before {
    content: '\e862'
}

.entypo-hourglass:before {
    content: '\e863'
}

.entypo-lamp:before {
    content: '\e864'
}

.entypo-light-down:before {
    content: '\e865'
}

.entypo-light-up:before {
    content: '\e866'
}

.entypo-adjust:before {
    content: '\e867'
}

.entypo-block:before {
    content: '\e868'
}

.entypo-resize-full:before {
    content: '\e869'
}

.entypo-resize-small:before {
    content: '\e86a'
}

.entypo-popup:before {
    content: '\e86b'
}

.entypo-publish:before {
    content: '\e86c'
}

.entypo-window:before {
    content: '\e86d'
}

.entypo-arrow-combo:before {
    content: '\e86e'
}

.entypo-down-circled:before {
    content: '\e86f'
}

.entypo-left-circled:before {
    content: '\e870'
}

.entypo-right-circled:before {
    content: '\e871'
}

.entypo-up-circled:before {
    content: '\e872'
}

.entypo-down-open:before {
    content: '\e873'
}

.entypo-left-open:before {
    content: '\e874'
}

.entypo-right-open:before {
    content: '\e875'
}

.entypo-up-open:before {
    content: '\e876'
}

.entypo-down-open-mini:before {
    content: '\e877'
}

.entypo-left-open-mini:before {
    content: '\e878'
}

.entypo-right-open-mini:before {
    content: '\e879'
}

.entypo-up-open-mini:before {
    content: '\e87a'
}

.entypo-down-open-big:before {
    content: '\e87b'
}

.entypo-left-open-big:before {
    content: '\e87c'
}

.entypo-right-open-big:before {
    content: '\e87d'
}

.entypo-up-open-big:before {
    content: '\e87e'
}

.entypo-down:before {
    content: '\e87f'
}

.entypo-left:before {
    content: '\e880'
}

.entypo-right:before {
    content: '\e881'
}

.entypo-up:before {
    content: '\e882'
}

.entypo-down-dir:before {
    content: '\e883'
}

.entypo-left-dir:before {
    content: '\e884'
}

.entypo-right-dir:before {
    content: '\e885'
}

.entypo-up-dir:before {
    content: '\e886'
}

.entypo-down-bold:before {
    content: '\e887'
}

.entypo-left-bold:before {
    content: '\e888'
}

.entypo-right-bold:before {
    content: '\e889'
}

.entypo-up-bold:before {
    content: '\e88a'
}

.entypo-down-thin:before {
    content: '\e88b'
}

.entypo-left-thin:before {
    content: '\e88c'
}

.entypo-right-thin:before {
    content: '\e88d'
}

.entypo-note-beamed:before {
    content: '\e801'
}

.entypo-ccw:before {
    content: '\e88f'
}

.entypo-cw:before {
    content: '\e890'
}

.entypo-arrows-ccw:before {
    content: '\e891'
}

.entypo-level-down:before {
    content: '\e892'
}

.entypo-level-up:before {
    content: '\e893'
}

.entypo-shuffle:before {
    content: '\e894'
}

.entypo-loop:before {
    content: '\e895'
}

.entypo-switch:before {
    content: '\e896'
}

.entypo-play:before {
    content: '\e897'
}

.entypo-stop:before {
    content: '\e898'
}

.entypo-pause:before {
    content: '\e899'
}

.entypo-record:before {
    content: '\e89a'
}

.entypo-to-end:before {
    content: '\e89b'
}

.entypo-to-start:before {
    content: '\e89c'
}

.entypo-fast-forward:before {
    content: '\e89d'
}

.entypo-fast-backward:before {
    content: '\e89e'
}

.entypo-progress-0:before {
    content: '\e89f'
}

.entypo-progress-1:before {
    content: '\e8a0'
}

.entypo-progress-2:before {
    content: '\e8a1'
}

.entypo-progress-3:before {
    content: '\e8a2'
}

.entypo-target:before {
    content: '\e8a3'
}

.entypo-palette:before {
    content: '\e8a4'
}

.entypo-list:before {
    content: '\e8a5'
}

.entypo-list-add:before {
    content: '\e8a6'
}

.entypo-signal:before {
    content: '\e8a7'
}

.entypo-trophy:before {
    content: '\e8a8'
}

.entypo-battery:before {
    content: '\e8a9'
}

.entypo-back-in-time:before {
    content: '\e8aa'
}

.entypo-monitor:before {
    content: '\e8ab'
}

.entypo-mobile:before {
    content: '\e8ac'
}

.entypo-network:before {
    content: '\e8ad'
}

.entypo-cd:before {
    content: '\e8ae'
}

.entypo-inbox:before {
    content: '\e8af'
}

.entypo-install:before {
    content: '\e8b0'
}

.entypo-globe:before {
    content: '\e8b1'
}

.entypo-cloud:before {
    content: '\e8b2'
}

.entypo-cloud-thunder:before {
    content: '\e8b3'
}

.entypo-flash:before {
    content: '\e8b4'
}

.entypo-moon:before {
    content: '\e8b5'
}

.entypo-flight:before {
    content: '\e8b6'
}

.entypo-paper-plane:before {
    content: '\e8b7'
}

.entypo-leaf:before {
    content: '\e8b8'
}

.entypo-lifebuoy:before {
    content: '\e8b9'
}

.entypo-mouse:before {
    content: '\e8ba'
}

.entypo-briefcase:before {
    content: '\e8bb'
}

.entypo-suitcase:before {
    content: '\e8bc'
}

.entypo-dot:before {
    content: '\e8bd'
}

.entypo-dot-2:before {
    content: '\e8be'
}

.entypo-dot-3:before {
    content: '\e8bf'
}

.entypo-brush:before {
    content: '\e8c0'
}

.entypo-magnet:before {
    content: '\e8c1'
}

.entypo-infinity:before {
    content: '\e8c2'
}

.entypo-erase:before {
    content: '\e8c3'
}

.entypo-chart-pie:before {
    content: '\e8c4'
}

.entypo-chart-line:before {
    content: '\e8c5'
}

.entypo-chart-bar:before {
    content: '\e8c6'
}

.entypo-chart-area:before {
    content: '\e8c7'
}

.entypo-tape:before {
    content: '\e8c8'
}

.entypo-graduation-cap:before {
    content: '\e8c9'
}

.entypo-language:before {
    content: '\e8ca'
}

.entypo-ticket:before {
    content: '\e8cb'
}

.entypo-water:before {
    content: '\e8cc'
}

.entypo-droplet:before {
    content: '\e8cd'
}

.entypo-air:before {
    content: '\e8ce'
}

.entypo-credit-card:before {
    content: '\e8cf'
}

.entypo-floppy:before {
    content: '\e8d0'
}

.entypo-clipboard:before {
    content: '\e8d1'
}

.entypo-megaphone:before {
    content: '\e8d2'
}

.entypo-database:before {
    content: '\e8d3'
}

.entypo-drive:before {
    content: '\e8d4'
}

.entypo-bucket:before {
    content: '\e8d5'
}

.entypo-thermometer:before {
    content: '\e8d6'
}

.entypo-key:before {
    content: '\e8d7'
}

.entypo-flow-cascade:before {
    content: '\e8d8'
}

.entypo-flow-branch:before {
    content: '\e8d9'
}

.entypo-flow-tree:before {
    content: '\e8da'
}

.entypo-flow-line:before {
    content: '\e8db'
}

.entypo-flow-parallel:before {
    content: '\e8dc'
}

.entypo-rocket:before {
    content: '\e8dd'
}

.entypo-gauge:before {
    content: '\e8de'
}

.entypo-traffic-cone:before {
    content: '\e8df'
}

.entypo-cc:before {
    content: '\e8e0'
}

.entypo-cc-by:before {
    content: '\e8e1'
}

.entypo-cc-nc:before {
    content: '\e8e2'
}

.entypo-cc-nc-eu:before {
    content: '\e8e3'
}

.entypo-cc-nc-jp:before {
    content: '\e8e4'
}

.entypo-cc-sa:before {
    content: '\e8e5'
}

.entypo-cc-nd:before {
    content: '\e8e6'
}

.entypo-cc-pd:before {
    content: '\e8e7'
}

.entypo-cc-zero:before {
    content: '\e8e8'
}

.entypo-cc-share:before {
    content: '\e8e9'
}

.entypo-cc-remix:before {
    content: '\e8ea'
}

.entypo-github:before {
    content: '\e8eb'
}

.entypo-github-circled:before {
    content: '\e8ec'
}

.entypo-flickr:before {
    content: '\e8ed'
}

.entypo-flickr-circled:before {
    content: '\e8ee'
}

.entypo-vimeo:before {
    content: '\e8ef'
}

.entypo-vimeo-circled:before {
    content: '\e8f0'
}

.entypo-twitter:before {
    content: '\e8f1'
}

.entypo-twitter-circled:before {
    content: '\e8f2'
}

.entypo-facebook:before {
    content: '\e8f3'
}

.entypo-facebook-circled:before {
    content: '\e8f4'
}

.entypo-facebook-squared:before {
    content: '\e8f5'
}

.entypo-gplus:before {
    content: '\e8f6'
}

.entypo-gplus-circled:before {
    content: '\e8f7'
}

.entypo-pinterest:before {
    content: '\e8f8'
}

.entypo-pinterest-circled:before {
    content: '\e8f9'
}

.entypo-tumblr:before {
    content: '\e8fa'
}

.entypo-tumblr-circled:before {
    content: '\e8fb'
}

.entypo-linkedin:before {
    content: '\e8fc'
}

.entypo-linkedin-circled:before {
    content: '\e8fd'
}

.entypo-dribbble:before {
    content: '\e8fe'
}

.entypo-dribbble-circled:before {
    content: '\e8ff'
}

.entypo-stumbleupon:before {
    content: '\e900'
}

.entypo-stumbleupon-circled:before {
    content: '\e901'
}

.entypo-lastfm:before {
    content: '\e902'
}

.entypo-lastfm-circled:before {
    content: '\e903'
}

.entypo-rdio:before {
    content: '\e904'
}

.entypo-rdio-circled:before {
    content: '\e905'
}

.entypo-spotify:before {
    content: '\e906'
}

.entypo-spotify-circled:before {
    content: '\e907'
}

.entypo-qq:before {
    content: '\e908'
}

.entypo-instagram:before {
    content: '\e909'
}

.entypo-dropbox:before {
    content: '\e90a'
}

.entypo-evernote:before {
    content: '\e90b'
}

.entypo-flattr:before {
    content: '\e90c'
}

.entypo-skype:before {
    content: '\e90d'
}

.entypo-skype-circled:before {
    content: '\e90e'
}

.entypo-renren:before {
    content: '\e90f'
}

.entypo-sina-weibo:before {
    content: '\e910'
}

.entypo-paypal:before {
    content: '\e911'
}

.entypo-picasa:before {
    content: '\e912'
}

.entypo-soundcloud:before {
    content: '\e913'
}

.entypo-mixi:before {
    content: '\e914'
}

.entypo-behance:before {
    content: '\e915'
}

.entypo-google-circles:before {
    content: '\e916'
}

.entypo-vkontakte:before {
    content: '\e917'
}

.entypo-smashing:before {
    content: '\e918'
}

.entypo-sweden:before {
    content: '\e919'
}

.entypo-db-shape:before {
    content: '\e91a'
}

.entypo-up-thin:before {
    content: '\e88e'
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(https://ghasedak24.com/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(https://ghasedak24.com/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(https://ghasedak24.com/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(https://ghasedak24.com/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(https://ghasedak24.com/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(https://ghasedak24.com/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.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
}


/*! jQuery UI - v1.9.1 - 2012-10-29
* http://jqueryui.com
* jquery.ui.core.css, jquery.ui.datepicker.css + bootstrap v2.1.1 theme
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */

.uibs-helper-hidden {
    display: none
}

.uibs-helper-hidden-accessible {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.uibs-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.uibs-helper-clearfix:after,
.uibs-helper-clearfix:before {
    content: "";
    display: table
}

.uibs-helper-clearfix:after {
    clear: both
}

.uibs-helper-clearfix {
    zoom: 1
}

.uibs-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.uibs-state-disabled {
    cursor: default!important
}

.uibs-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.uibs-datepicker {
    max-width: 100%;
    padding: 0;
    display: none
}

.uibs-datepicker .uibs-datepicker-header {
    position: relative;
    padding: .5em 0;
    border-bottom: 1px solid #eee
}

.uibs-datepicker .uibs-datepicker-next,
.uibs-datepicker .uibs-datepicker-prev {
    position: absolute;
    top: 5px;
    border-radius: 3px
}

.uibs-datepicker .uibs-datepicker-prev {
    left: 2px
}

.uibs-datepicker .uibs-datepicker-next {
    right: 2px
}

.uibs-datepicker .uibs-datepicker-next span,
.uibs-datepicker .uibs-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.uibs-datepicker .uibs-datepicker-title {
    margin: 0 3.3em;
    line-height: 1.8em;
    text-align: center;
    font-weight: bolder
}

.uibs-datepicker select.uibs-datepicker-month-year {
    width: 100%
}

.uibs-datepicker select.uibs-datepicker-month,
.uibs-datepicker select.uibs-datepicker-year {
    width: 49%
}

.uibs-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.uibs-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
    width: 2em
}

.uibs-datepicker td {
    border: 0;
    padding: 1px
}

.uibs-datepicker td a,
.uibs-datepicker td span {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none
}

.uibs-datepicker .uibs-datepicker-buttonpane {
    margin: .7em 0 0 0;
    padding: 0 .2em;
    background: #f5f5f5;
    border-top: 1px solid #ddd
}

.uibs-datepicker .uibs-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.uibs-datepicker .uibs-datepicker-buttonpane button.uibs-datepicker-current {
    float: left
}

.uibs-datepicker.uibs-datepicker-multi {
    width: auto
}

.uibs-datepicker-multi .uibs-datepicker-group {
    float: left
}

.uibs-datepicker-multi .uibs-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.uibs-datepicker-multi-2 .uibs-datepicker-group {
    width: 50%
}

.uibs-datepicker-multi-3 .uibs-datepicker-group {
    width: 33.3%
}

.uibs-datepicker-multi-4 .uibs-datepicker-group {
    width: 25%
}

.uibs-datepicker-multi .uibs-datepicker-group-last .uibs-datepicker-header {
    border-left-width: 0
}

.uibs-datepicker-multi .uibs-datepicker-group-middle .uibs-datepicker-header {
    border-left-width: 0
}

.uibs-datepicker-multi .uibs-datepicker-buttonpane {
    clear: left
}

.uibs-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.uibs-datepicker-rtl {
    direction: rtl
}

.uibs-datepicker-rtl .uibs-datepicker-prev {
    right: 2px;
    left: auto
}

.uibs-datepicker-rtl .uibs-datepicker-next {
    left: 2px;
    right: auto
}

.uibs-datepicker-rtl .uibs-datepicker-buttonpane {
    clear: right
}

.uibs-datepicker-rtl .uibs-datepicker-buttonpane button {
    float: left
}

.uibs-datepicker-rtl .uibs-datepicker-buttonpane button.uibs-datepicker-current {
    float: right
}

.uibs-datepicker-rtl .uibs-datepicker-group {
    float: right
}

.uibs-datepicker-rtl .uibs-datepicker-group-last .uibs-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.uibs-datepicker-rtl .uibs-datepicker-group-middle .uibs-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.uibs-datepicker-cover {
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

.uibs-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.uibs-state-default,
.uibs-widget-content .uibs-state-default,
.uibs-widget-header .uibs-state-default {
    background: #fff;
    color: #333;
    border-radius: 3px
}

.uibs-datepicker-today .uibs-state-default {
    background: #fcf8e3
}

.uibs-state-focus,
.uibs-state-hover,
.uibs-widget-content .uibs-state-focus,
.uibs-widget-content .uibs-state-hover,
.uibs-widget-header .uibs-state-focus,
.uibs-widget-header .uibs-state-hover {
    background: #eee
}

.uibs-state-active,
.uibs-widget-content .uibs-state-active,
.uibs-widget-header .uibs-state-active {
    background: #08c;
    color: #fff
}

.uibs-datepicker-header .uibs-state-hover {
    background: #fff
}

.uibs-priority-secondary,
.uibs-widget-content .uibs-priority-secondary,
.uibs-widget-header .uibs-priority-secondary {
    opacity: .55;
    filter: Alpha(Opacity=55)
}

.uibs-state-disabled .uibs-state-default {
    font-weight: 400
}

.uibs-state-disabled,
.uibs-widget-content .uibs-state-disabled,
.uibs-widget-header .uibs-state-disabled {
    opacity: .15;
    filter: Alpha(Opacity=15)
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: -5px;
    top: 5px;
    margin-right: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: -5px;
    top: 5px;
    margin-right: -20.5px;
    padding-right: 5px;
    font-size: 10px;
    line-height: 18px;
    color: #555
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

.checkbox input[type=checkbox]:indeterminate+label::after,
.checkbox input[type=radio]:indeterminate+label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555;
    border-radius: 2px;
    margin-right: -16.5px;
    margin-top: 7px
}

.checkbox input[type=checkbox]:disabled+label,
.checkbox 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 {
    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: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-info input[type=radio]:checked+label::after {
    color: #fff
}

.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
}

.checkbox-primary input[type=checkbox]:indeterminate+label::before,
.checkbox-primary input[type=radio]:indeterminate+label::before {
    background-color: #337ab7;
    border-color: #337ab7
}

.checkbox-primary input[type=checkbox]:indeterminate+label::after,
.checkbox-primary input[type=radio]:indeterminate+label::after {
    background-color: #fff
}

.checkbox-danger input[type=checkbox]:indeterminate+label::before,
.checkbox-danger input[type=radio]:indeterminate+label::before {
    background-color: #d9534f;
    border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:indeterminate+label::after,
.checkbox-danger input[type=radio]:indeterminate+label::after {
    background-color: #fff
}

.checkbox-info input[type=checkbox]:indeterminate+label::before,
.checkbox-info input[type=radio]:indeterminate+label::before {
    background-color: #5bc0de;
    border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:indeterminate+label::after,
.checkbox-info input[type=radio]:indeterminate+label::after {
    background-color: #fff
}

.checkbox-warning input[type=checkbox]:indeterminate+label::before,
.checkbox-warning input[type=radio]:indeterminate+label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:indeterminate+label::after,
.checkbox-warning input[type=radio]:indeterminate+label::after {
    background-color: #fff
}

.checkbox-success input[type=checkbox]:indeterminate+label::before,
.checkbox-success input[type=radio]:indeterminate+label::before {
    background-color: #5cb85c;
    border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:indeterminate+label::after,
.checkbox-success input[type=radio]:indeterminate+label::after {
    background-color: #fff
}

.radio {
    padding-right: 20px
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    font-size: 11px;
    padding-right: 5px
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    right: 0;
    margin-right: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    right: 3px;
    top: 3px;
    margin-right: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1
}

.radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.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: #5bc0de
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::after {
    background-color: #5bc0de
}

.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 {
    font-family: FontAwesome;
    content: "\f0c8"
}

input[type=checkbox] .styled:checked+label::before,
input[type=radio] .styled:checked+label::before {
    color: #fff
}

input[type=checkbox] .styled:checked+label::after,
input[type=radio] .styled:checked+label::after {
    color: #fff
}

.checkbox2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox2 input {
    position: absolute;
    opacity: 0
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 3px
}

.checkbox2:hover input~.checkmark {
    background-color: #ccc
}

.checkbox2 input:checked~.checkmark {
    background-color: #2196f3
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkbox2 input:checked~.checkmark:after {
    display: block
}

.checkbox2 .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 2
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #000 1px;
    outline: 0!important
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0275d8;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,
.toast-message label {
    color: #fff
}

.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 9999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8
}

#toast-container>:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351
}

.toast-error {
    background-color: #bd362f
}

.toast-info {
    background-color: #2f96b4
}

.toast-warning {
    background-color: #f89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@media all and (max-width:240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}


/*! jQuery UI - v1.11.4 - 2015-08-22
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff;
    color: #222
}

.ui-widget-content a {
    color: #222
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc;
    color: #222;
    font-weight: 700
}

.ui-widget-header a {
    color: #222
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: 400;
    color: #555
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #999;
    background: #dadada;
    font-weight: 400;
    color: #212121
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff;
    font-weight: 400;
    color: #212121
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 4px
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 4px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.fv-form-uikit .uk-text-danger,
.fv-help-block {
    display: block
}

.fv-has-feedback {
    position: relative
}

.fv-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.fv-form-bootstrap .help-block {
    margin-bottom: 0
}

.fv-form-bootstrap .tooltip-inner {
    text-align: left
}

.fv-form-bootstrap .fv-icon-no-label {
    top: 0
}

.fv-form-bootstrap .fv-bootstrap-icon-input-group {
    z-index: 100
}

.form-inline.fv-form-bootstrap .form-group {
    vertical-align: top
}

.fv-form-foundation .fv-control-feedback {
    top: 21px;
    right: 15px;
    width: 37px;
    height: 37px;
    line-height: 37px
}

.fv-form-foundation .collapse .fv-control-feedback {
    top: 0;
    right: 0
}

.fv-form-foundation .fv-icon-no-label,
.fv-form-horizontal.fv-form-foundation .fv-control-feedback {
    top: 0
}

.fv-form-foundation .error .fv-control-feedback {
    color: #f04124
}

.error.fv-has-tooltip select,
.error.fv-has-tooltip textarea,
.fv-form-foundation .error.fv-has-tooltip input {
    margin-bottom: 1rem
}

.fv-form-pure .fv-control-feedback {
    top: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px
}

.pure-form-stacked.fv-form-pure .fv-control-feedback {
    top: 4px
}

.pure-form-aligned .pure-control-group .fv-help-block {
    margin-top: 5px;
    margin-left: 180px
}

.fv-form-pure .fv-icon-no-label,
.pure-form-aligned.fv-form-pure .fv-control-feedback {
    top: 0
}

.fv-form-pure .fv-has-error .fv-control-feedback,
.fv-form-pure .fv-has-error .fv-help-block,
.fv-form-pure .fv-has-error label {
    color: #ca3c3c
}

.fv-form-semantic .fv-control-feedback.icon {
    right: 7px
}

.fv-form-semantic .error .icon {
    color: #d95c5c
}

.fv-form-horizontal.fv-form-semantic .row {
    padding-bottom: 0
}

.fv-form-uikit .fv-control-feedback {
    top: 25px;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.fv-form-uikit .fv-icon-no-label,
.uk-form-horizontal.fv-form-uikit .fv-control-feedback {
    top: 0
}

.fv-form-uikit .fv-has-error .fv-control-feedback,
.fv-form-uikit .fv-has-error .uk-form-label,
.fv-form-uikit .fv-has-error label {
    color: #d85030
}


/*!
 */

@-webkit-keyframes jconfirm-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jconfirm-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

body.jconfirm-noscroll {
    overflow: hidden!important
}

.jconfirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden
}

.jconfirm .jconfirm-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.jconfirm .jconfirm-bg.seen {
    opacity: 1
}

.jconfirm .jconfirm-scrollpane {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-perspective-origin: center;
    perspective-origin: center
}

.jconfirm .jconfirm-box {
    background: #fff;
    border-radius: 4px;
    position: relative;
    outline: 0;
    padding: 15px 15px 0
}

.jconfirm .jconfirm-box div.closeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    opacity: .6;
    text-align: center;
    -webkit-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
    display: none;
    font-size: 27px;
    line-height: 14px
}

.jconfirm .jconfirm-box div.closeIcon .fa {
    font-size: 16px
}

.jconfirm .jconfirm-box div.closeIcon .glyphicon {
    font-size: 16px
}

.jconfirm .jconfirm-box div.closeIcon .zmdi {
    font-size: 16px
}

.jconfirm .jconfirm-box div.closeIcon:hover {
    opacity: 1
}

.jconfirm .jconfirm-box div.title-c {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.jconfirm .jconfirm-box div.title-c .icon-c {
    font-size: inherit;
    padding-bottom: 15px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle
}

.jconfirm .jconfirm-box div.title-c .icon-c i {
    vertical-align: middle
}

.jconfirm .jconfirm-box div.title-c .icon-c:empty {
    display: none
}

.jconfirm .jconfirm-box div.title-c .title {
    font-size: inherit;
    font-family: inherit;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px
}

.jconfirm .jconfirm-box div.title-c .title:empty {
    display: none
}

.jconfirm .jconfirm-box div.content-pane {
    margin-bottom: 15px;
    height: auto;
    -webkit-transition: height .4s ease-in;
    transition: height .4s ease-in;
    display: inline-block;
    width: 100%;
    position: relative
}

.jconfirm .jconfirm-box div.content-pane .content {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    right: 0
}

.jconfirm .jconfirm-box div.content-pane .content img {
    width: 100%;
    height: auto
}

.jconfirm .jconfirm-box div.content-pane .content:empty {
    display: none
}

.jconfirm .jconfirm-box div.content-pane .content:empty.loading {
    height: 40px;
    position: relative;
    opacity: .6;
    display: block
}

.jconfirm .jconfirm-box div.content-pane .content:empty.loading:before {
    content: '';
    height: 20px;
    width: 20px;
    border: solid 2px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    border-radius: 50%;
    -webkit-animation: jconfirm-rotate 1s infinite linear;
    animation: jconfirm-rotate 1s infinite linear;
    border-bottom-color: #aaa;
    top: 50%;
    margin-top: -10px
}

.jconfirm .jconfirm-box div.content-pane .content:empty.loading:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px
}

.jconfirm .jconfirm-box .buttons {
    padding-bottom: 15px
}

.jconfirm .jconfirm-box .buttons button+button {
    margin-left: 5px
}

.jconfirm .jquery-clear {
    clear: both
}

.jconfirm.rtl {
    direction: rtl
}

.jconfirm.rtl div.closeIcon {
    left: 12px;
    right: auto
}

.jconfirm.jconfirm-white .jconfirm-bg {
    background-color: rgba(0, 0, 0, .8)
}

.jconfirm.jconfirm-white .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    border-radius: 5px
}

.jconfirm.jconfirm-white .jconfirm-box .buttons {
    float: right
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button {
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    margin: 5px;
    -webkit-transition: background .1s;
    transition: background .1s;
    color: #fff
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default {
    box-shadow: none;
    color: #333
}

.jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-default:hover {
    background: #ddd
}

.jconfirm.jconfirm-black .jconfirm-bg {
    background-color: rgba(0, 0, 0, .5)
}

.jconfirm.jconfirm-black .jconfirm-box {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    background: #444;
    border-radius: 5px;
    color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .buttons {
    float: right
}

.jconfirm.jconfirm-black .jconfirm-box .buttons button {
    border: none;
    background-image: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-shadow: none;
    -webkit-transition: background .1s;
    transition: background .1s;
    color: #fff
}

.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default {
    box-shadow: none;
    color: #fff;
    background: 0 0
}

.jconfirm.jconfirm-black .jconfirm-box .buttons button.btn-default:hover {
    background: #666
}

.jconfirm .jconfirm-box.hilight {
    -webkit-animation: hilight .82s cubic-bezier(.36, .07, .19, .97) both;
    animation: hilight .82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-webkit-keyframes hilight {
    10%,
    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

@keyframes hilight {
    10%,
    90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0)
    }
    20%,
    80% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0)
    }
    30%,
    50%,
    70% {
        -webkit-transform: translate3d(-8px, 0, 0);
        transform: translate3d(-8px, 0, 0)
    }
    40%,
    60% {
        -webkit-transform: translate3d(8px, 0, 0);
        transform: translate3d(8px, 0, 0)
    }
}

.jconfirm {
    -webkit-perspective: 400px;
    perspective: 400px
}

.jconfirm .jconfirm-box {
    opacity: 1;
    -webkit-transition-property: -webkit-transform, opacity, box-shadow;
    transition-property: transform, opacity, box-shadow
}

.jconfirm .jconfirm-box.anim-bottom,
.jconfirm .jconfirm-box.anim-left,
.jconfirm .jconfirm-box.anim-none,
.jconfirm .jconfirm-box.anim-opacity,
.jconfirm .jconfirm-box.anim-right,
.jconfirm .jconfirm-box.anim-rotate,
.jconfirm .jconfirm-box.anim-rotatex,
.jconfirm .jconfirm-box.anim-rotatey,
.jconfirm .jconfirm-box.anim-scale,
.jconfirm .jconfirm-box.anim-scalex,
.jconfirm .jconfirm-box.anim-scaley,
.jconfirm .jconfirm-box.anim-top,
.jconfirm .jconfirm-box.anim-zoom {
    opacity: 0
}

.jconfirm .jconfirm-box.anim-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jconfirm .jconfirm-box.anim-rotatex {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.anim-rotatexr {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.anim-rotatey {
    -webkit-transform: rotatey(90deg);
    -ms-transform: rotatey(90deg);
    transform: rotatey(90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.anim-rotateyr {
    -webkit-transform: rotatey(-90deg);
    -ms-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.anim-scaley {
    -webkit-transform: scaley(1.5);
    -ms-transform: scaley(1.5);
    transform: scaley(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.anim-scalex {
    -webkit-transform: scalex(1.5);
    -ms-transform: scalex(1.5);
    transform: scalex(1.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.jconfirm .jconfirm-box.anim-top {
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px)
}

.jconfirm .jconfirm-box.anim-left {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0)
}

.jconfirm .jconfirm-box.anim-right {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0)
}

.jconfirm .jconfirm-box.anim-bottom {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px)
}

.jconfirm .jconfirm-box.anim-zoom {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.jconfirm .jconfirm-box.anim-scale {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.jconfirm .jconfirm-box.anim-none {
    display: none
}

.jconfirm.jconfirm-supervan .jconfirm-bg {
    background-color: rgba(54, 70, 93, .95)
}

.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: transparent
}

.jconfirm.jconfirm-supervan .jconfirm-box div.closeIcon {
    color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box div.title-c {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 400
}

.jconfirm.jconfirm-supervan .jconfirm-box div.title-c>* {
    padding-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.content-pane {
    margin-bottom: 25px
}

.jconfirm.jconfirm-supervan .jconfirm-box div.content {
    text-align: center;
    color: #fff
}

.jconfirm.jconfirm-supervan .jconfirm-box .buttons {
    text-align: center
}

.jconfirm.jconfirm-supervan .jconfirm-box .buttons button {
    font-size: 16px;
    border-radius: 2px;
    background: #303f53;
    text-shadow: none;
    border: none;
    color: #fff;
    padding: 10px;
    min-width: 100px
}

.jconfirm.jconfirm-material .jconfirm-bg {
    background-color: rgba(0, 0, 0, .67)
}

.jconfirm.jconfirm-material .jconfirm-box {
    background-color: #fff;
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12);
    padding: 30px 25px 10px 25px
}

.jconfirm.jconfirm-material .jconfirm-box div.closeIcon {
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box div.title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 22px;
    font-weight: 700
}

.jconfirm.jconfirm-material .jconfirm-box div.content {
    text-align: left;
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-material .jconfirm-box .buttons {
    text-align: right
}

.jconfirm.jconfirm-material .jconfirm-box .buttons button {
    text-transform: uppercase;
    font-weight: 500
}

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
    background-color: rgba(0, 0, 0, .21)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box {
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
    border: solid 1px rgba(0, 0, 0, .4);
    padding: 15px 0 0
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.closeIcon {
    color: rgba(0, 0, 0, .87)
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.title-c {
    color: rgba(0, 0, 0, .87);
    font-size: 22px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box div.content {
    text-align: left;
    color: rgba(0, 0, 0, .87);
    padding: 0 15px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .buttons {
    text-align: right;
    padding: 0 0 0;
    margin: -5px 0 0;
    border-top: solid 1px #ddd;
    overflow: hidden;
    border-radius: 0 0 4px 4px
}

.jconfirm.jconfirm-bootstrap .jconfirm-box .buttons button {
    font-weight: 500;
    border-radius: 0;
    margin: 0;
    border-left: solid 1px #ddd
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide a {
    outline: 0
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(https://ghasedak24.com/assets/fonts/slick/slick.eot);
    src: url(https://ghasedak24.com/assets/fonts/slick/slick.eot?#iefix) format('embedded-opentype'), url(https://ghasedak24.com/assets/fonts/slick/slick.woff) format('woff'), url(https://ghasedak24.com/assets/fonts/slick/slick.ttf) format('truetype'), url(https://ghasedak24.com/assets/fonts/slick/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: 0;
    background: #f7f7f7
}

.slick-prev {
    left: -30px;
    background: url(https://ghasedak24.com/assets/images/arrow_left.png) center no-repeat #aaa;
    background-size: 32px 32px
}

[dir=rtl] .slick-prev {
    right: -30px;
    left: auto;
    background: url(https://ghasedak24.com/assets/images/arrow_right.png) center no-repeat #aaa;
    background-size: 32px 32px
}

.slick-next {
    right: -30px;
    background: url(https://ghasedak24.com/assets/images/arrow_right.png) center no-repeat #aaa;
    background-size: 32px 32px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -30px;
    background: url(https://ghasedak24.com/assets/images/arrow_left.png) center no-repeat #aaa;
    background-size: 32px 32px
}

.slick-dots {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slide {
    margin: 10px;
    position: relative
}

body {
    font-family: IranSans, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    background: #fff;
    overflow-x: hidden;
    -ms-overflow-x: hidden
}

b,
strong {
    font-weight: 600
}

img {
    max-width: 100%;
    height: auto
}

ol,
ul {
    list-style: none
}

ul {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out
}

a:hover {
    text-decoration: none;
    color: #444
}

a:active,
a:focus {
    text-decoration: none
}

i {
    font-size: 1.1em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: IranSans, Tahoma, sans-serif;
    font-weight: 700;
    margin: 0;
    color: #444
}

h1 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400
}

h2 {
    font-size: 22px;
    line-height: 28px
}

h3 {
    font-size: 18px;
    line-height: 24px
}

h4 {
    font-size: 16px;
    line-height: 22px
}

h5 {
    font-size: 14px;
    line-height: 20px
}

h6 {
    font-size: 12px;
    line-height: 18px
}

p {
    color: #000;
    font-weight: 300;
    font-size: 15px;
    font-family: IranSans, Tahoma, sans-serif;
    margin: 0
}

p strong {
    font-weight: 600
}

label .required {
    color: #ff4e50;
    font-family: IranSans, Tahoma, sans-serif;
    margin-left: 2px
}

select.classic {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%), linear-gradient(to right, #eee, #eee);
    background-position: calc(12% - 20px) calc(1em + 2px), calc(12% - 15px) calc(1em + 2px), calc(25% - 2.5em) 0;
    background-size: 5px 5px, 5px 5px, 1px 100%;
    background-repeat: no-repeat
}

select.classic:focus {
    background-image: linear-gradient(45deg, #ccc 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #ccc 50%), linear-gradient(to right, #eee, #eee);
    background-position: calc(12% - 15px) calc(1em + 2px), calc(12% - 20px) calc(1em + 2px), calc(25% - 2.5em) 0;
    background-size: 5px 5px, 5px 5px, 1px 100%;
    background-repeat: no-repeat
}

select.classic:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.open-sans {
    font-family: IranSans, Tahoma, sans-serif
}

.chd-align-0 {
    margin: 0 auto!important
}

.radius2px {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.radius3px {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.ltr {
    direction: ltr!important;
    font-family: sans-serif
}

#logo a {
    display: block;
    height: auto;
    margin-right: 30px;
    padding: 10px 0 0 10px
}

#logo img {
    display: block;
    height: 32px;
    width: auto
}

.gallery-item .image,
.portfolio-item .image {
    display: block;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden
}

.gallery-item .image img,
.portfolio-item .image img {
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #bbb
}

.gallery-item .image:after,
.portfolio-item .image:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(48, 54, 65, .5);
    z-index: 5;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.gallery-item .image .hover-zoom,
.portfolio-item .image .hover-zoom {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    background: url(https://ghasedak24.com/assets/images/zoom-icon.png) no-repeat center center;
    z-index: 10;
    width: 32px;
    height: 32px;
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
    transition: all .8s cubic-bezier(.175, .885, .32, 1.275)
}

.gallery-item .image .title,
.portfolio-item .image .title {
    position: absolute;
    font-family: Montserrat, IranSans, sans-serif;
    color: #fff;
    text-align: center;
    padding: 10px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 11;
    bottom: -100px;
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 3px;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 3px;
    background-clip: padding-box;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.gallery-item .image:hover:after,
.portfolio-item .image:hover:after {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.gallery-item .image:hover .hover-zoom,
.portfolio-item .image:hover .hover-zoom {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.gallery-item .image:hover .title,
.portfolio-item .image:hover .title {
    bottom: 0
}

.gallery-item h4,
.portfolio-item h4 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px
}

.gallery-item h4 a.name,
.portfolio-item h4 a.name {
    color: #303641;
    font-size: 15px;
    font-weight: 700;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms
}

.gallery-item h4 a.name:hover,
.portfolio-item h4 a.name:hover {
    color: #ff4e50
}

.gallery-item h4 .like,
.portfolio-item h4 .like {
    float: right;
    margin-left: 10px;
    color: #999;
    font-size: 13px;
    margin-top: 2px;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms
}

.gallery-item h4 .like.liked,
.portfolio-item h4 .like.liked {
    color: #ff4e50
}

.gallery-item .categories,
.portfolio-item .categories {
    padding-top: 5px
}

.portfolio-item .categories {
    color: #999;
    font-size: 12px;
    -moz-transition: all 350ms;
    -o-transition: all 350ms;
    -webkit-transition: all 350ms;
    transition: all 350ms
}

.gallery-container,
.portfolio-container {
    margin: 60px 0;
    margin-top: 30px
}

.gallery-container .gallery-item,
.gallery-container .portfolio-item,
.portfolio-container .gallery-item,
.portfolio-container .portfolio-item {
    margin-top: 30px
}

.gallery-container .gallery-item .like,
.gallery-container .portfolio-item .like,
.portfolio-container .gallery-item .like,
.portfolio-container .portfolio-item .like {
    font-size: 15px
}

.gallery-container .gallery-item h4,
.gallery-container .portfolio-item h4,
.portfolio-container .gallery-item h4,
.portfolio-container .portfolio-item h4 {
    font-size: 20px
}

.gallery-container .pagination,
.portfolio-container .pagination {
    margin-bottom: 0;
    margin-top: 40px
}

.gallery-container .item,
.portfolio-container .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:992px) {
    .socials {
        padding: 30px 0 0 30px
    }
}

@media (max-width:991px) {
    .socials {
        padding-top: 30px;
        text-align: center
    }
}

.socials>ul>li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 10px
}

.links {
    padding: 0 0 10px 0
}

.links>ul>li {
    display: inline;
    list-style: none;
    padding: 0 10px 0 10px
}

.links>ul>.sep:before {
    content: "|";
    margin-right: -10px;
    margin-left: 10px
}

.block {
    margin-top: 47px;
    background-color: #42a7f5;
    background-image: linear-gradient(to bottom, #3fb3e4, #dff2fb 45%);
    background-attachment: fixed;
    border-bottom: 1px solid #aaa
}

.block img {
    margin: 0 auto
}

.carousel .item {
    width: 100%;
    height: auto
}

.carousel .item img {
    width: 100%
}

.carousel .carousel-control {
    background: 0 0;
    border: none;
    top: 50%;
    margin: 0 20px 0 20px
}

.tickets {
    height: 100px;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 12px
}

.va-md {
    vertical-align: middle!important
}

.divider {
    background: -moz-linear-gradient(left, rgba(239, 240, 241, 0) 0, rgba(239, 240, 241, 1) 50%, rgba(239, 240, 241, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(239, 240, 241, 0)), color-stop(50%, rgba(239, 240, 241, 1)), color-stop(100%, rgba(239, 240, 241, 0)));
    background: -webkit-linear-gradient(left, rgba(239, 240, 241, 0) 0, rgba(239, 240, 241, 1) 50%, rgba(239, 240, 241, 0) 100%);
    background: -o-linear-gradient(left, rgba(239, 240, 241, 0) 0, rgba(239, 240, 241, 1) 50%, rgba(239, 240, 241, 0) 100%);
    background: -ms-linear-gradient(left, rgba(239, 240, 241, 0) 0, rgba(239, 240, 241, 1) 50%, rgba(239, 240, 241, 0) 100%);
    background: linear-gradient(to right, rgba(239, 240, 241, 0) 0, rgba(239, 240, 241, 1) 50%, rgba(239, 240, 241, 0) 100%);
    height: 1px;
    width: 100%;
    position: relative;
    min-height: 1px;
    float: left
}

.airlines-logo {
    text-align: center
}

.airlines-logo .holder {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 20px 30px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-transition: background-color .8s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: background-color .8s cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition: background-color .8s cubic-bezier(.175, .885, .32, 1.275);
    transition: background-color .8s cubic-bezier(.175, .885, .32, 1.275);
    transition: .3s cubic-bezier(.27, .18, .61, .87)
}

.airlines-logo .holder:hover {
    background-color: rgba(220, 220, 220, .1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    transform: translate(0, -1px);
    transition: .3s cubic-bezier(.27, .18, .61, .87)
}

.airlines-logo .holder img {
    display: block;
    margin: 15px;
    width: 50px
}

.airlines-logo>li {
    display: inline;
    margin: 10px
}

#copyright {
    height: 60px;
    border-top: 1px solid #aaa;
    background-color: #fff
}

.credit {
    margin: 20px auto;
    padding-top: 10px;
    text-align: center
}

#copyright>.container {
    padding-left: 15px;
    padding-right: 15px
}

.huge {
    font-size: 20px
}

.panel-green {
    border-color: #5cb85c
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c
}

.panel-green a {
    color: #5cb85c
}

.panel-green a:hover {
    color: #3d8b3d
}

.panel-red {
    border-color: #d9534f
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f
}

.panel-red a {
    color: #d9534f
}

.panel-red a:hover {
    color: #b52b27
}

.panel-yellow {
    border-color: #f0ad4e
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e
}

.panel-yellow a {
    color: #f0ad4e
}

.panel-yellow a:hover {
    color: #df8a13
}

@media (min-width:992px) {
    .enamad {
        position: absolute
    }
}

@media (max-width:991px) {
    .enamad {
        text-align: center
    }
}

@media (max-width:767px) {
    .problem {
        display: none
    }
    .block img {
        display: none
    }
}

.problem {
    bottom: 0;
    width: 100%;
    height: auto;
    background: #46b8da;
    text-align: center;
    position: fixed;
    z-index: 9999999;
    font-size: 18px;
    line-height: 45px;
    color: #fff
}

.problem>.row>.probox>span {
    font-size: 1.2em;
    cursor: pointer;
    color: #fff
}

#reservationForm .has-error .form-control-feedback {
    color: #b94a48
}

#reservationForm .select2-container {
    width: 100%!important
}

#reservationForm .select2-container .select2-selection--single {
    height: 34px!important;
    border-bottom-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#reservationForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px!important;
    line-height: 32px!important
}

#reservationForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px
}

#reservationForm ._fverrclazz {
    position: relative;
    color: #b94a48
}

#reservationForm .has-success .form-control-feedback {
    color: #468847
}

.socials {
    list-style: none
}

.socials li {
    display: inline;
    padding: 10px
}

.pass-anchors {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}

.pass-anchors li {
    display: inline-block;
    zoom: 1
}

.pass-anchors li:last-child {
    margin-right: 10px
}

.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 19px;
    height: 19px;
    position: relative
}

.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-spinner-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 18%;
    height: 18%;
    background-color: #428bca;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    100%,
    39% {
        opacity: 0
    }
    40% {
        opacity: 1
    }
}

.sk2-spinner-wave.sk2-spinner {
    margin: 0 auto;
    width: auto;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk2-spinner-wave div {
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-left: 5px;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk2-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk2-waveStretchDelay 1.2s infinite ease-in-out
}

.sk2-spinner-wave .sk2-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk2-spinner-wave .sk2-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk2-spinner-wave .sk2-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes sk2-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk2-waveStretchDelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.mobiletbl {
    margin-bottom: 20px
}

.mobiletbl tbody>tr>td,
.mobiletbl tbody>tr>th,
.mobiletbl tfoot>tr>td,
.mobiletbl tfoot>tr>th,
.mobiletbl thead>tr>td,
.mobiletbl thead>tr>th {
    display: block;
    color: #333;
    padding: 5px 1px 5px 1px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.mobiletbl thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.mobiletbl caption+thead tr:first-child td,
.mobiletbl caption+thead tr:first-child th,
.mobiletbl colgroup+thead tr:first-child td,
.mobiletbl colgroup+thead tr:first-child th,
.mobiletbl tbody>tr>td:first-child,
.mobiletbl thead:first-child tr:first-child td,
.mobiletbl thead:first-child tr:first-child th {
    border-top: 0
}

.cursor-pointer {
    cursor: pointer
}

.small {
    font-size: 11px
}

.smallp {
    font-size: 95%
}

.text-dark {
    color: #333!important
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.text-strong {
    font-weight: 700!important
}

.panel-horizontal {
    border-color: #eff0f1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.panel-horizontal:hover {
    background-color: rgba(220, 220, 220, .1)
}

.panel-horizontal>.list-group>.list-group-item {
    border-top-color: #aaa
}

.panel-horizontal>.panel-heading {
    background-color: #d9edf7;
    border-color: #aaa
}

.panel-horizontal>.panel-heading>img {
    margin: 10px auto
}

.panel-horizontal>.panel-heading>p {
    color: #245269;
    text-align: center;
    font-weight: 700
}

.panel-horizontal>.panel-body .pc-ls {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}

.panel-horizontal>.panel-body .pc-ls li {
    border-bottom: 1px solid #eff0f1;
    width: 100%;
    display: inline-block;
    zoom: 1
}

.panel-horizontal>.panel-body .pc-ls li:last-child {
    border-bottom: 0
}

.panel-horizontal>.panel-body .pc-ls li a {
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 11px
}

.panel-horizontal>.panel-body .vdivider {
    border-right: 1px dashed #ddd;
    width: 0;
    height: 150px;
    position: absolute;
    content: "";
    display: inline-block
}

.panel-horizontal>.panel-body img {
    display: block;
    margin: 0 auto;
    width: 80px;
    max-width: 100%
}

.panel-horizontal>.panel-body p {
    text-align: center;
    color: #2e5477;
    padding: 5px 0 5px;
    font-weight: 700
}

.panel-horizontal>.panel-body .pc-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    background: #2e5477;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: .3s cubic-bezier(.27, .18, .61, .87)
}

.panel-horizontal>.panel-body .pc-btn:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
    transform: translate(0, -1px);
    transition: .3s cubic-bezier(.27, .18, .61, .87)
}

.panel-horizontal>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-horizontal>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-vertical {
    border-color: #eff0f1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.panel-vertical:hover {
    background-color: rgba(220, 220, 220, .1)
}

.panel-vertical>.list-group>.list-group-item {
    border-top-color: #aaa
}

.panel-vertical>.panel-heading {
    background-color: #d9edf7;
    border-color: #aaa
}

.panel-vertical>.panel-heading>img {
    margin: 10px auto
}

.panel-vertical>.panel-heading>p {
    color: #245269;
    text-align: center;
    font-weight: 700
}

.panel-vertical>.panel-body .pc-ls {
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    list-style: none
}

.panel-vertical>.panel-body .pc-ls li {
    border-bottom: 1px solid #eff0f1;
    width: 100%;
    display: inline-block;
    zoom: 1
}

.panel-vertical>.panel-body .pc-ls li:last-child {
    border-bottom: 0
}

.panel-vertical>.panel-body .pc-ls li a {
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-size: 11px
}

.panel-vertical>.panel-body .hdivider {
    border-bottom: 1px dashed #ddd;
    height: 0;
    width: 230px;
    position: absolute;
    content: "";
    display: inline-block
}

.panel-vertical>.panel-body img {
    display: block;
    margin: 0 auto;
    width: 80px;
    max-width: 100%
}

.panel-vertical>.panel-body p {
    text-align: center;
    color: #2e5477;
    padding: 5px 0 5px;
    font-weight: 700
}

.panel-vertical>.panel-body .pc-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #fff;
    background: #2e5477;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.panel-vertical>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-vertical>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-ticket {
    border-color: #aaa;
    background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 70%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0, #f2f2f2 70%, #f2f2f2 100%)
}

.panel-ticket>.list-group>.list-group-item {
    border-top-color: #aaa;
    text-align: center;
    color: #31708f;
    font-size: 14px;
    font-weight: 700
}

.panel-ticket>.panel-heading {
    border-color: #b5b5b5
}

.panel-ticket>.panel-heading>img {
    height: 124px;
    width: 125px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #b5b5b5
}

.panel-ticket>.panel-heading>p {
    color: #5a5a5a;
    font-size: 16px;
    padding-top: 5px;
    text-align: center;
    font-weight: 700
}

.panel-ticket>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-ticket>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.ticket-alias {
    margin-bottom: 10px;
    border: 0
}

.ticket-alias .slick-slider .slide-wrap {
    outline: 0
}

.ticket-alias .slick-slider .slick-dots {
    background: 0 0
}

.ticket-alias .head {
    text-align: right;
    padding: 15px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.ticket-alias .head.red {
    background-color: #e53935
}

.ticket-alias .head.purple {
    background-color: #5e35b1
}

.ticket-alias .head.teal {
    background-color: #00897b
}

.ticket-alias .head.pink {
    background-color: #d81b60
}

.ticket-alias .head.indigo {
    background-color: #0275d8
}

.ticket-alias .head>sup {
    font-size: 9px;
    font-weight: 100
}

.city_pic.syz {
    background-position: 250px center
}

.city_pic.awz {
    background-position: -200px center
}

.city_pic.ifn {
    background-position: -200px center
}

.city_pic.kih {
    background-position: 0 center
}

.city_pic.mhd {
    background-position: -150px center
}

.city_pic.thr {
    background-position: -100px center
}

.city_pic {
    position: absolute;
    left: 10px;
    top: 0;
    width: 50px;
    height: 50px;
    margin: 2px 10px 0 10px;
    background-image: url(https://ghasedak24.com/assets/images/city_pic.png)
}

.ticket-alias ul {
    overflow: hidden;
    padding: 0;
    list-style: none;
    background-color: #f2f2f2;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px
}

.ticket-alias ul li {
    zoom: 1
}

.ticket-alias ul li a {
    outline: 0;
    font-style: normal;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 26px;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    color: #333;
    transition: .3s cubic-bezier(.27, .18, .61, .87)
}

.ticket-alias ul li a:hover {
    color: #777;
    transition: .3s cubic-bezier(.27, .18, .61, .87)
}

.ticket-alias ul li a span {
    color: #666!important
}

footer {
    background: url(https://ghasedak24.com/assets/images/croppedlogo.png) no-repeat bottom left #f2f2f2;
    color: #ddd;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 40px
}

.text-muted {
    padding-bottom: 10px
}

@media (max-width:767px) {
    footer {
        background: #f2f2f2
    }
}

footer .ghw__app_badges {
    margin: 10px;
    padding: 0
}

footer .ghw__app_badges b {
    color: #000;
    font-size: 11px;
    padding-left: 10px
}

footer ul.browsers {
    overflow: hidden;
    margin: 10px;
    padding: 0;
    list-style: none
}

footer ul.browsers b {
    color: #000;
    font-size: 11px;
    padding-left: 10px
}

footer ul.browsers li {
    display: inline-block;
    zoom: 1
}

footer ul.browsers li a {
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: auto;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px
}

footer p.smalldesc {
    font-size: 13px;
    color: #666;
    text-align: justify
}

footer p.title {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

footer .nav>li>a {
    padding: 3px 5px 3px 5px;
    color: #444;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

footer .nav>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(229, 229, 229, .9);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

footer .nav>li>a:active:before,
footer .nav>li>a:focus:before,
footer .nav>li>a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.soc {
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    list-style: none
}

.soc li {
    display: inline-block;
    zoom: 1
}

.soc li a {
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 1;
    width: 25px;
    height: 25px;
    line-height: 27px;
    font-size: 13px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 5px;
    margin-top: 5px;
    color: #fff;
    transition: .3s cubic-bezier(.27, .18, .61, .87)
}

.soc a:hover {
    z-index: 2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
    transform: translate(0, -1px);
    transition: .3s cubic-bezier(.27, .18, .61, .87)
}

.soc-icon-last {
    margin: 0!important
}

.soc-twitter:hover {
    background-color: #3993ca
}

.soc-facebook:hover {
    background-color: #2a4784
}

.soc-google:hover {
    background-color: #c52a19
}

.soc-youtube:hover {
    background-color: #b40706
}

.soc-pinterest:hover {
    background-color: #a40003
}

.soc-linkedin:hover {
    background-color: #005e9c
}

.soc-instagram:hover {
    background-color: #38668b
}

.soc-telegram:hover {
    background-color: #006fb3
}

.soc-blog:hover {
    background-color: #e64d00
}

.soc-aparat:hover {
    background: url(https://ghasedak24.com/assets/images/aparat_icon_color_white_32.png) no-repeat center center #1a1718;
    background-size: 26px
}

.soc-cloob:hover {
    background-color: #1a9121
}

.soc-twitter {
    background-color: #4da7de
}

.soc-facebook {
    background-color: #3e5b98
}

.soc-google {
    background-color: #d93e2d
}

.soc-youtube {
    background-color: #cd201f
}

.soc-pinterest {
    background-color: #bd081c
}

.soc-linkedin {
    background-color: #0077b5
}

.soc-instagram {
    background-color: #517fa4
}

.soc-telegram {
    background-color: #08c
}

.soc-blog {
    background-color: #f60
}

.soc-aparat {
    background: url(https://ghasedak24.com/assets/images/aparat_icon_color_black_32.png) no-repeat center center #fff;
    background-size: 26px
}

.soc-cloob {
    background: url(https://ghasedak24.com/assets/images/cloob_icon_white_32.png) no-repeat center center #33aa3a;
    background-size: 24px
}

.copyright {
    background-color: #f2f2f2
}

.copyright p {
    color: #555;
    font-size: 13px;
    text-align: justify
}

#back-to-top {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
    -ms-box-shadow: 0 2px 2px rgba(0, 0, 0, .07);
    border: 1px solid rgba(0, 0, 0, .07);
    border-radius: 100%;
    bottom: -65px;
    display: block;
    height: 64px;
    width: 64px;
    position: fixed;
    right: 15px;
    z-index: 5;
    background: url(https://ghasedak24.com/assets/images/icons/up-chevron.png) no-repeat center #fff;
    background-size: 48px
}

@media (max-width:767px) {
    #back-to-top {
        height: 48px;
        width: 48px;
        background-size: 36px
    }
}

a#back-to-top::selection {
    background: 0 0!important
}

#back-to-top img {
    margin: 6px 7px 5px
}

@media screen and (min-width:1600px) {
    #back-to-top {
        right: 80px
    }
}

.search-wrap {
    min-height: 400px;
    height: auto;
    background: #f2f2f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center
}

.ghw__sw_bg1 {
    background-image: url(https://ghasedak24.com/assets/images/header1.jpg)
}

.ghw__sw_bg2 {
    background-image: url(https://ghasedak24.com/assets/images/header2.jpg)
}

.search-ticker {
    margin-top: 20px;
    width: 100%;
    min-height: 35px;
    height: auto;
    text-align: center
}

.search-ticker .hdr1,
.search-ticker .hdr1>h1 {
    height: 35px;
    font-weight: 700;
    line-height: 1.228571429;
    font-size: 20px;
    color: #faec33;
    text-shadow: -1px -1px 3px #444, 0 0 2px #444, -1px 1px 2px #444, 1px 1px 2px #444
}

.search-ticker .hdr1>h1,
.search-ticker .hdr2>h2 {
    display: inline
}

.search-ticker .hdr2,
.search-ticker .hdr2>h2 {
    line-height: 2;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

@media (max-width:767px) {
    .search-ticker .hdr1,
    .search-ticker .hdr1>h1 {
        font-size: 14px
    }
    .search-ticker .hdr2,
    .search-ticker .hdr2>h2 {
        font-size: 12px;
        text-shadow: none
    }
}

.lnd--sh {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    min-height: 500px;
    height: auto
}

.lnd--sfb {
    padding: 20px
}

.lndFr {
    padding: 15px 35px;
    border-top: 1px solid rgba(70, 70, 70, .8);
    background: rgba(70, 70, 70, .5)
}

.lndFr [class*=col-] {
    margin: 0 auto 15px
}

.lndFr .lnf--lb {
    float: right;
    color: #fff
}

.lndFr button[type=submit] {
    float: right;
    height: 45px!important
}

.lnd--sh ._lndBg {
    position: absolute;
    top: 111px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media (max-width:767px) {
    .lnd--sh {
        min-height: 600px!important
    }
    .lndFr {
        padding: 20px!important
    }
    .lnd--sh ._lndBg {
        height: 630px!important;
        top: 85px!important
    }
    .lnd_head>h1 {
        margin-top: 10px
    }
}

.lnd--sh ._lndBg img {
    width: 100%
}

.lnd_head {
    padding: 20px;
    width: 200px
}

.lnd_head>h1 {
    color: #faec33;
    text-shadow: -1px -1px 3px #444, 0 0 2px #444, -1px 1px 2px #444, 1px 1px 2px #444;
    font-size: 16px;
    font-weight: 600
}

.lnd_head p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}

.lndFr .form-control.flat[disabled] {
    border-color: #ccc;
    background-color: #ccc
}

.search-form {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center
}

.search-form .control-label {
    color: #0275d8
}

.search-form .form-control.flat[disabled] {
    border-color: #ccc;
    background-color: #ccc
}

.form-control.flat {
    color: #404040;
    background: rgba(255, 255, 255, 1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 45px!important;
    line-height: 1.5;
    box-shadow: none;
    outline: 0;
    width: 100%!important;
    border: 1px solid #eee;
    border-bottom-width: 2px
}

.intl__flrs .form-control.flat,
.intl__flrs .select2-container .select2-selection--single {
    border-color: #ddd
}

.form-control.flat::-webkit-input-placeholder {
    color: #777
}

.form-control.flat:focus,
.form-control.flat:hover {
    box-shadow: none
}

.search-form button[type=submit] {
    float: right;
    height: 45px!important
}

@media (max-width:767px) {
    .search-form [class*=col-] {
        width: 100%!important
    }
    .form-control.flat {
        margin: 0 auto 7px
    }
    .search-form button[type=submit] {
        width: 100%;
        float: none
    }
    .select2-container {
        width: 100%!important;
        margin-bottom:7px!important
    }
    .search-wrap {
        margin-top: 30px
    }
    .ghw__sort_label {
        margin-bottom: 10px;
        font-size: 12px!important
    }
    #results {
        margin-top: 20px
    }
    #filterCollapse.collapse {
        display: none
    }
}

@media (min-width:992px) {
    .search-form .cl1-exc.ec-oad {
        width: 3%;
        padding: 9px 0
    }
    .search-form .ec-oad .fa {
        text-align: center;
        color: #fff;
        font-size: 1.6em;
        cursor: pointer
    }
    .search-form .cl-sfc {
        width: 19%
    }
}

@media (max-width:1200px) {
    .search-form .cl1-exc.ec-oad {
        display: none
    }
    .search-form .cl-sfc {
        width: 20%
    }
}

@media (min-width:768px) and (max-width:1150px) {
    .search-form .cl-sfc {
        right: 2%;
        width: 20%
    }
    .select2-container {
        width: 100%!important;
        margin-bottom: 20px!important
    }
    .ghw__ln_usr {
        left: 0;
        z-index: 1;
        position: absolute!important
    }
    .ghw__ln_usr>li>a {
        padding-right: 5px!important;
        background: 0 0!important
    }
    .ghw__talias_box sup {
        display: none
    }
    .airlines-logo .holder {
        width: 70px;
        height: 70px
    }
    .airlines-logo .holder img {
        width: 40px
    }
}

.result-wrap {
    min-height: 400px;
    height: auto
}

.ghw__sort_label {
    font-weight: 700;
    font-size: 14px;
    color: #333
}

.ghw__sort_btn {
    outline: 0!important
}

.ghw__sort_on {
    border-color: #949494!important
}

.ghw__sort_on>i:before {
    font-family: FontAwesome;
    content: '\f00c'
}

.search-inc {
    padding: 30px;
    background: #f2f2f2;
    text-align: center
}

.search-inc .control-label {
    color: #0275d8
}

.search-inc .form-control.flat::-webkit-input-placeholder {
    color: #777
}

.search-inc button[type=submit] {
    height: 45px
}

.search-inc .form-control.flat:focus {
    box-shadow: none
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:after,
.navbar:before {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:after,
.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: right
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:after,
.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container>.navbar-collapse,
    .container>.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;
    padding: 35px 15px 35px 15px;
    min-width: 100px;
    background: url(https://ghasedak24.com/assets/images/logo-x.png) no-repeat center;
    background-size: 100px
}

.navbar-brand img {
    display: block;
    width: auto;
    height: 23px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .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 .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    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
    }
    .navbar-form select.form-control {
        width: auto
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.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-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>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: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.fixed-header {
    opacity: .95;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2)
}

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2
}

.top-bar.color-bar {
    border-bottom: 0
}

.top-bar.color-bar a {
    color: rgba(255, 255, 255, .6)
}

.top-bar.color-bar a:hover {
    color: rgba(255, 255, 255, 1)!important
}

.top-bar ul.social-list {
    direction: rtl
}

.top-bar.color-bar ul.social-list li a i {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.top-bar.color-bar ul.social-list li a i {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.top-bar.color-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.top-bar.color-bar .contact-details li:before {
    color: rgba(255, 255, 255, .2)
}

.top-bar.dark-bar {
    background-color: #444;
    border-bottom: 0
}

.top-bar.dark-bar a {
    color: rgba(255, 255, 255, .4)
}

.top-bar.dark-bar a:hover {
    color: rgba(255, 255, 255, 1)!important
}

.top-bar.dark-bar ul.social-list li a i {
    border-left: 1px solid rgba(255, 255, 255, .08)
}

.top-bar.dark-bar ul.social-list li:last-child a i {
    border-right: 1px solid rgba(255, 255, 255, .08)
}

.top-bar.dark-bar .contact-details li:before {
    color: rgba(255, 255, 255, .2)
}

.top-bar a {
    color: #aaa
}

.top-bar .contact-details li {
    display: inline-block;
    font-size: 11px;
    line-height: 32px;
    padding-right: 10px
}

.top-bar .contact-details li:before {
    position: relative;
    content: "|";
    font-size: 13px;
    margin: 0 3px;
    top: -1px;
    color: #ddd
}

.top-bar .contact-details li:before {
    color: #aaa
}

.top-bar .contact-details li:first-child:before {
    display: none
}

ul.social-list {
    float: right
}

ul.social-list li {
    float: left
}

ul.social-list li a {
    display: inline-block;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

ul.social-list li a:hover {
    color: #fff
}

ul.social-list li a.facebook:hover {
    background-color: #3b5998
}

ul.social-list li a.twitter:hover {
    background-color: #00aced
}

ul.social-list li a.google-plus:hover {
    background-color: #dd4b39
}

ul.social-list li a.youtube:hover {
    background-color: #cd201f
}

ul.social-list li a.pinterest:hover {
    background-color: #bd081c
}

ul.social-list li a.linkedin:hover {
    background-color: #007bb6
}

ul.social-list li a.instagram:hover {
    background-color: #517fa4
}

ul.social-list li a.telegram:hover {
    background-color: #006fb3
}

ul.social-list li a.whatsapp:hover {
    background-color: #64d448
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 34px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #f2f2f2
}

ul.social-list li:last-child a i {
    border-right: 1px solid #f2f2f2
}

.navbar {
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}

.navbar-brand {
    position: relative;
    margin: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.navbar-default .navbar-nav {
    margin-right: 10px!important;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.navbar-default .navbar-nav>li {
    float: right;
    z-index: 999;
    margin-right: 6px;
    background-color: #fff
}

.navbar-default .navbar-nav>li:first-child {
    margin-right: 0
}

.navbar-default .navbar-nav>li>a {
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding: 28px 15px 28px 15px;
    overflow: hidden
}

.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a.active {
    color: #0275d8;
    border-bottom: 2px solid
}

.navbar-default .navbar-nav>li>a.usr-reg {
    padding-right: 40px;
    background: url(https://ghasedak24.com/assets/images/icons/usr-reg.png) no-repeat right;
    background-size: 32px
}

.navbar-default .navbar-nav>li>a.usr-home,
.navbar-default .navbar-nav>li>a.usr-login {
    padding-right: 40px;
    background: url(https://ghasedak24.com/assets/images/icons/usr-login.png) no-repeat right;
    background-size: 32px
}

.navbar-default .navbar-nav>li>a.usr-home .caret {
    border-top-color: #777;
    border-bottom-color: #777;
    margin-right: 5px
}

.navbar-default .navbar-nav>li>a.usr-login:hover,
.navbar-default .navbar-nav>li>a.usr-reg:hover {
    border: 0;
    color: #777;
    opacity: .7
}

.navbar-default .navbar-nav>li>a i {
    margin: 0 -2px 0 -5px
}

.navbar-default .navbar-nav>li>a:after {
    position: absolute;
    bottom: 0;
    content: '';
    left: 50%;
    display: block;
    height: 5px;
    width: 5px;
    opacity: 0;
    margin: 0 0 -3px -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute
}

.navbar-default .navbar-nav>li>a.active:after {
    opacity: 1
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 180px;
    background-color: #fff;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.navbar-default .navbar-nav>li.drop .dropdown>.dropdown-header {
    padding: 9px 14px
}

.navbar-default .navbar-nav>li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1
}

.dropdown li,
.sup-dropdown li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .04)
}

.dropdown li:first-child,
.sup-dropdown li:first-child {
    border-top: none
}

.dropdown li a,
.sup-dropdown li a {
    display: block;
    color: #777;
    font-size: 12px;
    padding: 9px 14px;
    text-decoration: none;
    transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out
}

.dropdown>li:hover>a,
.sup-dropdown li:hover>a {
    padding-left: 18px
}

.dropdown li a i {
    margin: 0 0 0 -4px
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
    background-color: #fff;
    margin-top: 10px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
    -o-transition: margin-top .2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0
}

.search-side {
    position: relative;
    float: left;
    top: 19px;
    right: -15px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.show-search {
    position: relative;
    display: block;
    float: right
}

.show-search i {
    font-size: 1.2em!important;
    display: block;
    color: #666;
    width: 36px;
    height: 36px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    line-height: 36px;
    text-align: center;
    background-color: #f2f2f2;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.show-search:hover i {
    color: #888
}

.navbar .search-form {
    position: absolute;
    right: 0;
    z-index: 20;
    float: right;
    display: none;
    top: 40px
}

.navbar .search-form:before {
    background-color: #ccc;
    top: -2px;
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    z-index: 20;
    right: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute
}

.navbar .search-form form input {
    border: 2px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 5px 14px;
    z-index: 22;
    color: #9d9d9d;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
    box-shadow: none
}

.navbar .search-form form {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a>h1 {
    color: #0275d8;
    font-weight: 700
}

.dropdown>li:hover>a,
.sup-dropdown li:hover>a {
    color: #0275d8
}

.navbar-default .navbar-nav>li>a:after {
    background-color: #0275d8
}

.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li>a.active {
    border-color: #0275d8
}

.top-bar a:hover {
    color: #0275d8
}

.section-overlay {
    background-color: #0275d8
}

.top-bar.color-bar {
    background-color: #0275d8
}

@media (max-width:1200px) {
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: #f6f7f5;
        padding: 8px 5px 6px 5px
    }
    .navbar-default .navbar-toggle i {
        color: #747474;
        font-size: 2em
    }
    .quote-buttons span {
        margin: 0 2px
    }
    .flickr-widget ul li {
        margin-left: 0;
        margin-right: 7px
    }
    .subscribe-widget form input[type=text] {
        margin-bottom: 10px
    }
    .history-content p {
        max-height: 36px;
        line-height: 20px;
        overflow: hidden
    }
    .projects-carousel {
        width: 950px!important
    }
}

@media only screen and (max-width:479px) {
    .top-bar {
        text-align: center
    }
    .navbar-default .navbar-nav {
        padding: 15px 0
    }
    ul.social-list li {
        margin: 0 3px
    }
    ul.social-list li a i {
        font-size: .9em;
        display: block;
        width: auto;
        line-height: 30px;
        border: none!important
    }
    ul.social-list li a:hover {
        background-color: transparent!important
    }
    ul.social-list li a.facebook:hover {
        color: #3b5998
    }
    ul.social-list li a.twitter:hover {
        color: #00aced
    }
    ul.social-list li a.google-plus:hover {
        color: #dd4b39
    }
    ul.social-list li a.youtube:hover {
        color: #b00
    }
    ul.social-list li a.pinterest:hover {
        color: #bd081c
    }
    ul.social-list li a.linkedin:hover {
        color: #005e9c
    }
    ul.social-list li a.instagram:hover {
        color: #517fa4
    }
    ul.social-list li a.telegram:hover {
        color: #006fb3
    }
    ul.social-list li a.whatsapp:hover {
        color: #64d448
    }
    .navbar-default .navbar-toggle {
        margin-top: 15px;
        outline: 0
    }
    .navbar-default .navbar-nav>li>a {
        border: none;
        padding: 5px 10px;
        display: block;
        border: none!important;
        padding-right: 0
    }
    .navbar-default .navbar-nav>li>a:after {
        display: none
    }
    .navbar-default .navbar-nav>li>a:hover {
        opacity: .7
    }
    .navbar-default .navbar-nav>li {
        margin-left: 0;
        display: block;
        margin-bottom: 5px;
        width: 100%
    }
    .navbar-default .navbar-nav>li.drop>a {
        padding-right: 10px
    }
    .navbar-default .navbar-nav>li.drop>a {
        border-radius: 2px
    }
    .navbar-default .navbar-nav>li>a.usr-home,
    .navbar-default .navbar-nav>li>a.usr-login,
    .navbar-default .navbar-nav>li>a.usr-reg {
        background-size: 16px
    }
    ul.dropdown,
    ul.sup-dropdown {
        opacity: 1!important;
        position: relative!important;
        visibility: visible!important;
        width: 100%!important;
        top: inherit!important;
        left: 0!important;
        margin-top: 0!important;
        background: #fff!important;
        padding-left: 20px!important;
        box-shadow: none!important
    }
    ul.dropdown li,
    ul.sup-dropdown li {
        border-top: none
    }
    .milestone-block {
        display: block;
        clear: left;
        margin-right: 0
    }
    .btn-system {
        margin-bottom: 10px
    }
    .easyPieChart {
        font-size: 24px;
        font-weight: 400;
        position: relative;
        text-align: center;
        display: inline-block;
        margin: 0 0 20px 0;
        overflow: hidden
    }
}

.nav-container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 0 20px
}

.why {
    padding-bottom: 25px;
    background-color: #f2f2f2
}

.why .title {
    font-size: 25px;
    padding: 30px 0 30px 0;
    text-align: center;
    font-weight: 700;
    color: #333
}

.why .why-circle {
    background-color: #fff;
    border-radius: 1000px;
    height: 255px;
    width: 255px;
    margin: 0 auto;
    margin-bottom: 10px;
    box-shadow: 2px 1px 6px #ddd
}

.why .why-circle>.why-title {
    padding: 25px 0 15px 0;
    text-align: center;
    font-weight: 700;
    color: #333
}

.why .why-circle>.why-title>img {
    height: 50px;
    margin: -10px auto 10px;
    display: block
}

.why .why-circle>.why-text {
    line-height: 1.8;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    padding: 10px 20px 0 20px
}

.why .why-circle hr {
    margin-top: 4px;
    margin-bottom: 6px;
    border: 0;
    width: 85%;
    border-top: 1px solid #eee
}

.page-banner {
    padding: 10px;
    background: #f2f2f2
}

.page-banner h1 {
    font-size: 14px;
    line-height: 1.6;
    font-weight: 700;
    color: #333
}

.page-banner p {
    font-weight: 300
}

ul.breadcrumbs {
    float: right;
    margin-top: 15px
}

.no-subtitle ul.breadcrumbs {
    margin-top: 4px
}

ul.breadcrumbs li {
    font-size: 13px;
    font-weight: 300;
    padding-right: 5px;
    color: #999;
    min-width: 80px;
    width: auto;
    float: right
}

ul.breadcrumbs li:before {
    content: '/';
    margin-left: 5px;
    color: #bbb
}

ul.breadcrumbs li:first-child {
    margin: 0
}

ul.breadcrumbs li:first-child:before {
    content: '';
    margin: 0
}

ul.breadcrumbs li a {
    color: #666;
    display: block;
    font-weight: 600;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.panel-accordion {
    border-color: #ddd
}

.panel-accordion>.panel-heading {
    color: #333;
    background-color: #f2f2f2;
    border-color: #ddd
}

.panel-accordion>.panel-heading>.panel-title {
    font-size: 13px
}

.panel-accordion>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-accordion>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-content {
    border-color: #ddd
}

.panel-content>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-content>.list-group>.list-group-item {
    padding: 20px 10px
}

.panel-content>.list-group>.list-group-item>h6 {
    padding-bottom: 5px
}

.panel-content>.list-group>.list-group-item:first-child {
    border-top: 0
}

.panel-content>.panel-body {
    color: #333;
    text-align: justify
}

.panel-content>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-content>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-news {
    border: 0;
    margin-top: -10px;
    box-shadow: none
}

.panel-news>.panel-heading {
    color: #333;
    background: 0 0;
    border: 0
}

.panel-news>.list-group>.list-group-item {
    padding: 20px 5px;
    border-color: #eff0f1;
    text-align: justify
}

.panel-news>.list-group>.list-group-item:nth-child(even) {
    background-color: rgba(220, 220, 220, .1)
}

.panel-news>.list-group>.list-group-item:focus,
.panel-news>.list-group>.list-group-item:hover {
    background-color: rgba(220, 220, 220, .1)
}

.panel-news>.list-group>.list-group-item>img {
    width: 48px;
    height: 48px;
    margin-top: -15px;
    margin-left: 10px;
    border: 1px solid #eff0f1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-news>.list-group>.list-group-item:first-child {
    border-top: 0
}

.panel-news>.panel-body {
    color: #333
}

.panel-news>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-news>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.error-page {
    padding: 90px 0;
    text-align: center
}

.error-page h3 {
    font-size: 64px;
    line-height: 70px;
    font-weight: 700;
    color: #333
}

.error-page h4 {
    color: #953b39;
    font-weight: 300
}

.error-page p {
    font-size: 22px;
    line-height: 28px;
    color: #666;
    margin-bottom: 25px
}

#map {
    position: relative;
    height: 450px;
    width: 100%
}

.map-popup {
    padding-right: 15px
}

.classic-title {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee
}

.classic-content {
    font-weight: 300;
    font-size: 12px;
    line-height: 2
}

.classic-title span {
    padding-bottom: 8px;
    border-bottom: 2px solid;
    font-size: 13px;
    font-weight: 700
}

.big-title {
    margin-bottom: 20px
}

.big-title h1,
.big-title h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300
}

.big-title h1 strong,
.big-title h2 strong {
    font-weight: 400
}

.big-title .title-desc {
    font-size: 16px;
    line-height: 22px;
    color: #666
}

.big-title h1+.title-desc,
.big-title h2+.title-desc {
    margin-top: 4px
}

.classic-title span {
    border-bottom-color: #ee3733
}

.hr1 {
    margin: 5px 0 5px 0;
    height: 1px
}

.latest-posts-classic .post-row {
    margin-bottom: 20px
}

.latest-posts-classic .right-meta-post {
    float: right;
    text-align: center;
    margin: 0 0 10px 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden
}

.latest-posts-classic .right-meta-post .post-date {
    padding: 5px;
    width: 42px;
    background-color: #444;
    color: #fff
}

.latest-posts-classic .right-meta-post .post-date .day {
    font-size: 16px;
    line-height: 20px;
    display: block
}

.latest-posts-classic .right-meta-post .post-date .month {
    display: block;
    line-height: 9px;
    font-size: 9px
}

.latest-posts-classic .right-meta-post .post-type {
    display: block;
    height: 40px;
    line-height: 39px;
    width: 42px;
    color: #fff;
    font-size: 1em
}

.latest-posts-classic .post-title {
    margin-bottom: 5px
}

.latest-posts-classic .post-title a {
    color: #444;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.latest-posts-classic .read-more {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.latest-posts-classic .read-more:hover {
    color: #444
}

.latest-posts-classic .right-meta-post .post-type {
    background-color: #ee3733
}

.latest-posts-classic .post-title a:hover {
    color: #ee3733
}

.latest-posts-classic .read-more {
    color: #ee3733
}

.post-content p {
    font-size: 13px;
    margin-bottom: 15px
}

.post-content h2 {
    margin-bottom: 4px
}

.post-content h2 a {
    color: #444;
    font-weight: 500;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post .post-head {
    overflow: hidden;
    position: relative;
    margin-bottom: 16px
}

.blog-post .post-head .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.blog-post .post-head:hover .thumb-overlay {
    background-color: rgba(255, 255, 255, .4)
}

.blog-post .post-head .thumb-overlay i {
    font-size: 3em;
    color: transparent;
    position: absolute;
    left: 50%;
    top: 42%;
    margin-left: -27px;
    margin-top: -19px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.blog-post .post-head:hover .thumb-overlay i {
    color: #444;
    top: 50%
}

.blog-post .post-head img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.blog-post .post-content {
    padding-left: 54px;
    position: relative
}

.blog-post .post-type {
    position: absolute;
    left: 0;
    top: 5px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #ee3733;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px
}

.blog-post .post-type i {
    font-size: 1.2em;
    color: #fff
}

.blog-post.quote-post .post-type {
    top: 0
}

.post-content h4 {
    margin-bottom: 10px
}

.post-content h4 a {
    color: #444;
    font-weight: 500;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post.quote-post .qoute-box {
    background: #444;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    padding: 20px 25px;
    color: #fff;
    margin-bottom: 10px
}

.blog-post.quote-post .qoute-box a {
    color: #999
}

.blog-post.quote-post .qoute-box h2 {
    font-family: Lora, serif;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px
}

.blog-post.quote-post .qoute-box .qoute-author {
    margin-left: 5px
}

.blog-post.quote-post .qoute-box .qoute-author:after,
.blog-post.quote-post .qoute-box .qoute-author:before {
    content: " - "
}

.blog-page,
.blog-post-page {
    padding-top: 5px
}

.blog-post-page .blog-post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee
}

.blog-post-page ul.post-meta {
    margin-bottom: 12px
}

ul.post-meta {
    margin-bottom: 10px
}

ul.post-meta li {
    display: inline-block
}

ul.post-meta li:after {
    content: "-";
    margin: 0 8px 0 8px
}

ul.post-meta li:last-child:after {
    content: "";
    margin: 0
}

ul.post-meta li,
ul.post-meta li a {
    color: #666;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post .author-info {
    display: block;
    margin-bottom: 10px
}

.blog-post .author-info .author-image {
    float: left
}

.blog-post .author-info .author-image img {
    width: 70px;
    height: 70px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 4px solid #eee
}

.blog-post .author-info .author-bio {
    padding-left: 85px
}

.blog-post .author-info h4 {
    margin-bottom: 4px;
    font-weight: 500
}

.blog-post .author-info p:last-child {
    margin: 0
}

.social-networks {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-backface-visibility: hidden
}

.social-gplus {
    background: #e34429
}

.social-twitter {
    background: #6cdfea
}

.social-networks.open-menu {
    -webkit-transform: scale(1.09) translateY(-50px);
    transform: scale(1.09) translateY(-50px);
    opacity: 1
}

.social-networks ul {
    width: 180px;
    height: 32px;
    color: #fff;
    background: #ee3733;
    left: 0;
    position: absolute;
    border-radius: 2px;
    padding: 0;
    list-style: none
}

.social-networks ul:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.no-js .social-networks ul:after,
.social-networks.open-menu ul:after {
    margin: 30px 5px;
    border-top: 10px solid #ee3733
}

.social-networks li {
    font-size: 80%;
    width: 60px;
    margin: 0;
    text-align: center;
    float: left;
    display: block;
    height: 32px;
    line-height: 38px;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s ease
}

.social-networks a {
    display: block;
    color: #fff
}

.breadcrumb-arrow:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    vertical-align: sub;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f053"
}

.tourism {
    position: relative;
    padding: 20px 0 0;
    z-index: 2
}

.tourism h4 {
    position: relative;
    display: none;
    margin: 20px 0;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    padding: 0;
    color: #e0e0e0
}

.tourism .box {
    position: relative;
    float: right;
    width: 100%;
    height: 300px;
    background-color: #eee;
    margin: 0 0 20px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 0 0 rgba(204, 204, 204, 1);
    -moz-box-shadow: 0 2px 2px 0 rgba(204, 204, 204, 1);
    box-shadow: 0 2px 2px 0 rgba(204, 204, 204, 1)
}

.tourism .box img {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.428571429;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.tourism .box div {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    text-align: right;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .7);
    font-size: 22px;
    line-height: 0;
    color: #fff;
    z-index: 2;
    padding: 15px;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0, rgba(0, 84, 128, .57) 67%, rgba(0, 84, 128, .85) 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0, rgba(0, 84, 128, .57) 67%, rgba(0, 84, 128, .85) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, rgba(0, 84, 128, .57) 67%, rgba(0, 84, 128, .85) 100%)
}

.tourism .box div i {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    margin: 0 5px
}

.tourism .box div ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    position: relative
}

.tourism .box div ul li {
    display: inline-block;
    zoom: 1
}

.tourism .box div ul li a {
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -o-transition: .1s;
    -ms-transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
    transition: .1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
    z-index: 3;
    line-height: 1.428571429;
    font-size: 14px;
    margin-right: 5px;
    color: #fff
}

.select2-container .select2-selection--single {
    height: 45px!important;
    border-color: #eee;
    border-bottom-width: 2px;
    border-radius: 3px;
    padding: 0 0 0 15px;
    outline: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    position: relative;
    height: 42px!important;
    line-height: 45px!important;
    padding: 0 10px 0 25px!important;
    text-align: right;
    color: #666;
    border-radius: 3px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    z-index: 0;
    background-color: #fff;
    padding: 0 10px 0 25px
}

.select2-dropdown {
    border: 1px solid #eee!important;
    border-radius: 0 0 3px 3px!important;
    border-bottom-width: 2px!important;
    margin: -2px 0;
    border-top: none!important
}

.select2-container--open .select2-dropdown--above {
    border-radius: 3px 3px 0 0!important;
    margin: 0!important;
    top: 5px;
    border-top: 1px solid #eee!important;
    border-bottom-width: 0!important
}

.select2-search--dropdown {
    padding: 10px 10px 0!important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 3px!important;
    border: none!important;
    height: 35px!important;
    background-color: #ececec!important;
    padding: 0 10px;
    font-size: 12px;
    outline: 0;
    -webkit-box-shadow: rgba(0, 0, 0, .247) 0 1px 1px 0 inset;
    box-shadow: rgba(0, 0, 0, .247) 0 1px 1px 0 inset;
    color: #333
}

.select2-results {
    padding: 10px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #666
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 0
}

.select2-results__option[aria-selected] {
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    border-radius: 3px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    overflow: inherit
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    float: left;
    color: #ccc;
    z-index: 0;
    background-color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 3px;
    top: 14px;
    left: -11px;
    margin: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 5px;
    right: auto;
    top: 8px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    z-index: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ccc transparent transparent transparent
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ccc transparent
}

.booking .select2-container .select2-selection--single,
.site-modals .select2-container .select2-selection--single {
    height: 40px!important;
    border: none!important
}

.site-modals .select2-container .select2-selection--single {
    height: 45px!important;
    border: none
}

.booking .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding: 0 10px!important;
    border: none;
    height: 40px!important;
    line-height: 40px!important;
    text-align: right!important;
    background-color: transparent!important
}

.site-modals .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    border: 2px solid #eee;
    text-align: right;
    height: 45px!important;
    padding: 0 10px
}

.site-modals .select2-container .select2-selection--single {
    padding: 0
}

.booking .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px!important
}

.site-modals .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px
}

.booking .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow,
.site-modals .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 40px;
    right: auto;
    top: 9px
}

.site-modals .select2-container--default .select2-selection--single .select2-selection__clear {
    left: -5px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: auto;
    left: 10px;
    top: 14px;
    color: #bb2c2c;
    padding: 1px 0 0 0;
    height: 16px;
    width: 16px;
    line-height: 16px
}

._dbd-ls {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

._dbd-ls .list-group-item {
    border: 0;
    border-top: 1px solid #ddd
}

._dbd-ls .list-group-item:first-child {
    border-top-color: #eee;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px
}

._dbd-ls .list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    border-top: 0;
    background-color: #0275d8;
    border-color: #0275d8
}

.or-container {
    text-align: center;
    font-weight: 300;
    line-height: 1;
    margin: 0 0 10px 0;
    clear: both;
    color: grey;
    font-variant: small-caps
}

.or-hr {
    margin-bottom: 0;
    position: relative;
    top: 19px;
    height: 0;
    border: 0;
    border-top: 1px solid #e6e6e6
}

.or-container>div {
    display: inline-block;
    position: relative;
    padding: 10px;
    background-color: #fff
}

.tkpnl {
    left: 0;
    right: 0;
    position: relative;
    background-color: #fff
}

.tkpnl p {
    font-size: 13px;
    line-height: 3
}

.clear {
    clear: both
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.panel {
    border-radius: 3px
}

.panel-footer {
    border-radius: 0 0 3px 3px
}

.reserve-btn {
    box-shadow: -2px 2px 1px #ddd;
    border: 1px solid #5eb75e;
    font-size: 11px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
    background-color: #5eb75e;
    margin: 20px 0;
    position: relative
}

.reserve-btn:active,
.reserve-btn:focus {
    outline: 0;
    color: #449d44;
    border-color: #449d44;
    background-color: #fff
}

.reserve-btn:hover {
    color: #fff;
    border-color: #449d44;
    background-color: #449d44
}

@media (max-width:767px) {
    .reserve-btn {
        margin: 0;
        width: 100%
    }
}

.pgw--logo {
    height: 44px;
    line-height: 2.428571429!important
}

.tabbable-panel {
    padding: 10px 0
}

.tabbable-line>.nav-tabs {
    border: none;
    margin: 0
}

.tabbable-line>.nav-tabs>li {
    margin-left: 5px
}

@media (max-width:767px) {
    .tabbable-line>.nav-tabs>li {
        width: 100%;
        border-radius: 2px;
        margin-bottom: 10px;
        display: block!important
    }
    .tabbable-line>.nav-tabs>li>a {
        text-align: center
    }
    .tabbable-line>.nav-tabs>li.open>a,
    .tabbable-line>.nav-tabs>li:hover>a {
        border-radius: 2px!important
    }
}

.tabbable-line>.nav-tabs>li {
    margin-right: 0;
    background: rgba(70, 70, 70, .6);
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.tabbable-line>.nav-tabs>li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(70, 70, 70, .5);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.tabbable-line>.nav-tabs>li:active,
.tabbable-line>.nav-tabs>li:focus,
.tabbable-line>.nav-tabs>li:hover {
    color: #fff
}

.tabbable-line>.nav-tabs>li:active:before,
.tabbable-line>.nav-tabs>li:focus:before,
.tabbable-line>.nav-tabs>li:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.tabbable-line>.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    margin-right: 0;
    color: rgba(255, 255, 255, .7)
}

.tabbable-line>.nav-tabs>li>a>i {
    font-size: 1.2em
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
    border: 0;
    color: rgba(255, 255, 255, .8);
    background: rgba(70, 70, 70, .5)
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
    margin-top: 0
}

.tabbable-line>.nav-tabs>li.active {
    color: #fff;
    background: rgba(70, 70, 70, .8);
    position: relative
}

.tabbable-line>.nav-tabs>li.active>a {
    border: 0;
    border-radius: 0;
    color: #fff;
    background: rgba(70, 70, 70, .5)
}

.tabbable-line>.nav-tabs>li.active>a>i {
    color: #fff
}

.tabbable-line>.tab-content {
    border: 0;
    padding: 30px 50px 40px;
    border-top: 1px solid rgba(70, 70, 70, .8);
    background: rgba(70, 70, 70, .5)
}

.portlet .tabbable-line>.tab-content {
    padding-bottom: 0
}

.tabbable-line.tabs-below>.nav-tabs>li {
    border-top: 4px solid transparent
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
    margin-top: 0
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
    border-bottom: 0;
    border-top: 4px solid #fbcdcf
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
    margin-bottom: -2px;
    border-bottom: 0;
    border-top: 4px solid #f3565d
}

.tabbable-line.tabs-below>.tab-content {
    margin-top: -10px;
    border-top: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px
}

#globeFlights>p {
    color: #fff;
    font-size: 1em;
    font-weight: 100
}

.rise__andFallPass {
    color: #666
}

.ghw__flight_orhr {
    border-top-color: #eee
}

.ghw__talias_box {
    min-width: 20%;
    margin-top: 5px
}

.ghw__flight_info {
    min-width: 20%;
    margin-top: 5px
}

.ghw__flight_info p {
    font-size: 13px;
    color: #666
}

.ghw__flight_info ul li {
    font-size: 12px;
    line-height: 25px;
    color: #666
}

@media (max-width:767px) {
    .rise__andFallPass {
        display: none
    }
    .ghw__flight_info:first-child {
        padding-top: 0
    }
    .ghw__flight_info {
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #ddd
    }
    .ghw__flight_info:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }
    .ghw__flight_tdte:before {
        content: ' ';
        display: block;
        margin-top: 10px
    }
}

.ghw__reserve_ctrllabel {
    font-weight: 400;
    font-size: 11px
}

.ghw__reserve_input {
    height: 30px;
    width: 95%;
    border-color: #ddd
}

.ghw__reserve_cusdt {
    background-color: #f4f4f4;
    border-radius: 3px;
    margin-bottom: 20px;
    padding: 15px;
    position: relative
}

.main-example {
    margin: 0 auto;
    border-radius: 3px;
    padding: 1em 0 2em
}

.main-example .countdown-container {
    direction: ltr
}

.main-example .time {
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    position: relative;
    height: 60px;
    width: 41px;
    margin: 5px;
    -webkit-perspective: 479px;
    -moz-perspective: 479px;
    -ms-perspective: 479px;
    -o-perspective: 479px;
    perspective: 479px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.main-example .count {
    background: #333;
    color: #f8f8f8;
    display: block;
    font-family: IranSans, Tahoma, sans-serif;
    font-size: 2em;
    line-height: 2.4em;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, .8);
    top: 0;
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    -ms-transform-style: flat;
    -o-transform-style: flat;
    transform-style: flat
}

.main-example .count.top {
    border-radius: 3px 3px 0 0;
    height: 50%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.main-example .count.bottom {
    background-image: linear-gradient(rgba(255, 255, 255, .1), transparent);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .1), transparent);
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .1), transparent);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, .1), transparent);
    background-image: -o-linear-gradient(rgba(255, 255, 255, .1), transparent);
    border-top: 1px solid #303030;
    border-radius: 0 0 3px 3px;
    line-height: 0;
    height: 50%;
    top: 50%;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.main-example .label {
    color: #333;
    font-size: 13px;
    margin-top: 5px;
    position: absolute;
    display: none;
    top: 60px;
    width: 100%
}

.main-example .count.curr.top {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    z-index: 3
}

.main-example .count.next.bottom {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    z-index: 2
}

.main-example .flip .count.curr.top {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

.main-example .flip .count.next.bottom {
    -webkit-transition: all 250ms ease-in-out 250ms;
    -moz-transition: all 250ms ease-in-out 250ms;
    -ms-transition: all 250ms ease-in-out 250ms;
    -o-transition: all 250ms ease-in-out 250ms;
    transition: all 250ms ease-in-out 250ms;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0)
}

@media screen and (max-width:48em) {
    .main-example {
        width: 100%
    }
    .main-example .countdown-container {
        height: 100px
    }
    .main-example .time {
        height: 70px;
        width: 48px
    }
    .main-example .count {
        font-size: 1.5em;
        line-height: 70px
    }
    .main-example .label {
        font-size: .8em;
        top: 72px
    }
}

div.bhoechie-tab-container {
    z-index: 10;
    background-color: #fff;
    padding: 0!important;
    border-radius: 2px;
    border: 1px solid #fafafa;
    margin-top: 20px;
    margin-left: 50px;
    background-clip: padding-box;
    opacity: .95;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, .2)
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0
}

div.bhoechie-tab-menu div.list-group>a {
    margin-bottom: 0;
    border-right-width: 0
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-width: 0
}

div.bhoechie-tab-menu div.list-group>a .fa,
div.bhoechie-tab-menu div.list-group>a .glyphicon {
    color: #5a55a3
}

div.bhoechie-tab-menu div.list-group>a:first-child {
    border-top-left-radius: 0;
    -moz-border-top-left-radius: 0
}

div.bhoechie-tab-menu div.list-group>a:last-child {
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0
}

div.bhoechie-tab-menu div.list-group>a.active {
    background-color: #f2f2f2;
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 13px;
    font-weight: 700
}

div.bhoechie-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -13px;
    border-right: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-right: 10px solid #f2f2f2
}

div.bhoechie-tab-content {
    background-color: #fff;
    padding-left: 20px;
    padding-top: 10px;
    margin-top: 30px
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none
}

@media (max-width:767px) {
    .element-item {
        width: 100%
    }
}

.ghw__alias_hover {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.ghw__alias_hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ghw__alias_hover:hover .overlay {
    background-color: rgba(170, 170, 170, .4)
}

.ghw__alias_hover h2,
.ghw__alias_hover img {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.ghw__alias_hover img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.ghw__alias_hover:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.ghw__alias_hover h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    background: rgba(0, 0, 0, .6)
}

.ghw__alias_hover a.info {
    display: inline-block;
    text-decoration: none;
    padding: 0 10px;
    margin: 50px 0 0 0;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
    opacity: 0;
    color: #fff;
    font-size: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.ghw__alias_hover:hover a.info {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.ghw__alias_caption {
    background-color: #f2f2f2;
    padding: 5px 10px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.ghw__alias_caption h3 {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    text-align: center
}

.ghw__alias_caption p {
    color: #666;
    line-height: 2;
    font-size: 11px;
    text-align: right
}

.ghw__screen_overload .scaffoldBg {
    background: #c6cbc5 url(https://ghasedak24.com/assets/images/intl/isb_lh789050645.jpg) no-repeat bottom right;
    height: 100%;
    width: 100%;
    position: fixed;
    background-size: 100%;
    top: 0;
    bottom: 0;
    z-index: 10000
}

.ghw__intlStatus {
    color: #333;
    text-align: right;
    width: 25%;
    margin: 5% auto
}

@media (max-width:767px) {
    .ghw__intlStatus {
        width: 75%
    }
}

.ghw__intlStatus .ghw__percent {
    margin-bottom: 5px;
    border-bottom: 1px solid #bac0b8
}

.ghw__percent .progress {
    margin-bottom: 10px
}

#intlPercnt:before {
    content: '%'
}

.ghw--promo {
    width: 350px;
    position: relative
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

.ghw--promo img {
    float: right;
    margin-left: 10px;
    width: 64px;
    height: 64px;
    -webkit-animation: rotating 4s linear infinite;
    -o-animation: rotating 4s linear infinite;
    animation: rotating 4s linear infinite
}

.ghw--promo .ghw__lbd {
    width: 64px;
    height: 64px;
    position: absolute;
    background: url(https://ghasedak24.com/assets/images/intl/XSA1231_257463.png) no-repeat center center;
    background-size: 64px 64px
}

.ghw--promo p {
    font-size: 13px;
    font-weight: 200
}

.nopadding {
    padding: 0!important
}

.ghw__lf_res_head {
    background: #f6f6f6;
    margin: 0;
    padding: 5px;
    width: 100%
}

.ghw__lf_mdetails .mdcol,
.ghw__lf_res_head [class*=col-],
.ghw__lf_ticketwrap .lfcol {
    color: #666;
    font-size: 11px;
    font-weight: 300;
    text-align: center
}

.ghw__lf_tophdr {
    height: 40px;
    padding: 5px;
    border-radius: 2px 2px 0 0;
    background: #f1f1f1;
    box-sizing: border-box
}

.ghw__lf_tophdr .btn {
    border-radius: 0;
    display: inline-block;
    min-width: 54px;
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    color: #555;
    font-size: 11px;
    font-weight: 400;
    height: 27px;
    padding: 0 8px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 218ms;
    -moz-transition: all 218ms;
    -o-transition: all 218ms;
    transition: all 218ms;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: -o-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer
}

.ghw__lf_tophdr [class*=col-] {
    color: #999;
    line-height: 2;
    font-weight: 300;
    font-size: 13px;
    padding: 0 10px 0 10px
}

.ghw_lf_ccol {
    background-color: transparent;
    box-shadow: 0 2px 3px #eee, 2px 2px 2px #eee;
    -webkit-box-shadow: 0 2px 3px #eee, 2px 2px 2px #eee;
    -moz-box-shadow: 0 2px 3px #eee, 2px 2px 2px #eee
}

.ghw_lf_sidecol {
    margin: 0;
    padding: 0
}

.ghw_lf_sidecol .ghw_lf_ls .list-group-item:first-child {
    border-top: 0
}

.ghw_lf_sidecol .ghw_lf_ls .list-group-item {
    border-radius: 0;
    border-color: #eee
}

.ghw__lf_redate {
    padding: 0
}

.ghw__lf_redate .uibs-widget-content {
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.ghw__lf_redate .uibs-widget-content td.uibs-datepicker-current-day {
    border: 0;
    background-image: url(https://ghasedak24.com/assets/images/intl/dor2.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center;
    color: #666
}

.ghw__lf_redate .uibs-widget-content .uibs-state-active {
    color: #666;
    font-weight: 700;
    background: 0 0
}

.ghw__newdt:before {
    font-family: FontAwesome;
    content: '\f274';
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400
}

.ghw__newdt {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #0275d8
}

.ghw_lf_support {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    background: url(https://ghasedak24.com/assets/images/intl/support.png) no-repeat;
    background-size: 20px 20px;
    background-position: 15% center
}

.ghw__lfbtg {
    width: 100%
}

.ghw__lfbtg .btn {
    width: 50%;
    border-radius: 0
}

.ghw__lfbtg .btn:last-child {
    border-right: 1px solid #439f43
}

.ghw__lf_filter_head {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #666;
    background-color: #fafafa;
    border-top-color: #ddd!important
}

.tcardwrap {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #eee
}

.lf_tcard:after,
.lf_tcard:before {
    content: " ";
    display: table
}

.lf_tcard:first-child {
    width: 60%;
    border-left: 1px dashed #ccc
}

.emptycpe {
    width: 50%;
    height: 80px;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    float: left;
    padding-top: 5px;
    text-align: center
}

.emptycpe div {
    margin: 0 auto;
    line-height: 1.428571429;
    font-size: 30px;
    font-weight: 700
}

.ghw__lf_srciso {
    height: 80px;
    color: #666;
    padding-top: 12px;
    font-weight: 400;
    font-size: 16px;
    text-align: center
}

.ghw__lf_odconnector {
    height: 32px;
    width: 32px;
    top: 22px;
    right: 50%;
    background: url(https://ghasedak24.com/assets/images/intl/cntr_plane.png) no-repeat;
    background-size: 32px 32px;
    position: relative
}

.ghw__lf_jdrect {
    border-radius: 2px;
    background: #f1f1f1;
    width: 40%;
    height: 30px;
    float: right;
    color: #666;
    font-size: 13px;
    font-weight: 300;
    line-height: 2;
    text-align: center;
    margin: 5px
}

.lf_tcard {
    padding: 0 10px 0 10px;
    float: right;
    width: 40%;
    height: 100%
}

.ghw__lf_ticketwrap {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 15px 15px 0;
    border-bottom: 1px solid #eee
}

.ghw__lf_ticketwrap .time .fa {
    position: absolute;
    right: 24px;
    font-size: 16px
}

.ghw__lf_ticketwrap .price,
.ghw__lf_ticketwrap .seatclass,
.ghw__lf_ticketwrap .time {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    position: relative;
    top: 6px
}

.ghw__lf_ticketwrap .alimg {
    position: relative;
    top: 10px
}

.ghw__lf_ticketwrap .prereserve {
    padding: 3px;
    width: 100%;
    outline: 0;
    margin-top: 5px;
    font-size: 11px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15)
}

.ghw__lf_mdbtn:before {
    font-family: FontAwesome;
    content: '\f05a';
    margin-left: 5px
}

.ghw__lf_mdbtn {
    background: 0 0;
    border: none;
    font-size: 11px;
    font-weight: 300;
    display: block;
    color: #a77f3a;
    margin: 10px auto 0
}

.ghw__lf_mdrow {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc
}

.ghw__lf_mdrow:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.ghw__lf_mdcbtn {
    padding: 5px;
    width: 80%;
    outline: 0;
    margin: 5px auto;
    font-size: 11px;
    color: #fff;
    border: none;
    background-color: #419641;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15)
}

.ghw__lf_mdetails {
    width: 100%;
    height: auto;
    margin: 0 0 15px;
    padding: 5px 0 10px;
    position: relative;
    border-radius: 2px;
    background-color: #f1f1f1;
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .5)
}

.ghw__lf_mdetails:before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    display: none;
    border-bottom: 8px solid rgba(0, 0, 0, .2);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent
}

.ghw__sf_nww {
    margin-bottom: 15px
}

.ghw__sf_nway {
    float: right;
    margin-left: 15px
}

.ghw__sf_nway label {
    font-weight: 300;
    color: #fff
}

.ghw__lf_inret:first-child {
    border-top: 0;
    padding-top: 0
}

.ghw__lf_inret {
    width: 100%;
    padding: 5px;
    font-size: 11px;
    border-top: 1px solid #eee
}

.ghw__lf_arrivalb,
.ghw__lf_departlb {
    width: 15px;
    height: 30px;
    right: 0;
    top: -6px;
    position: absolute
}

.ghw__ins_submit {
    left: 5%;
    margin-top: 10px
}

.ghw__lfsf_submit {
    left: 2%;
    margin-top: 10px
}

.ghw__lf_departlb {
    background: url(https://ghasedak24.com/assets/images/intl/depart.png) no-repeat #f1f1f1 center center;
    background-size: 15px 25px;
    border-bottom: 1px solid #d5d5d5
}

.ghw__lf_arrivalb {
    background: url(https://ghasedak24.com/assets/images/intl/arrival.png) no-repeat #f1f1f1 center center;
    background-size: 15px 25px;
    top: 24px
}

.ghw__lf_mdpr {
    width: 128px;
    margin: 0 auto
}

.ghw__lf_mdpr ._Ctl:before {
    font-family: FontAwesome;
    content: '\f0d6';
    margin-left: 5px
}

.ghw__lf_mdpr ._Ctl {
    font-size: 13px;
    font-weight: 300;
    color: #0275d8;
    text-align: center;
    padding-bottom: 5px
}

.ghw__lf_mdpr p {
    text-align: left;
    font-size: 13px;
    cursor: default;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px
}

.ghw__lf_mdpr p:last-child {
    margin: 0;
    border: none
}

.ghw__lf_mdpr .fa {
    float: right
}

.ghw__mp_content {
    padding: 15px;
    border: 1px solid #eff0f1;
    border-radius: 3px;
    border-bottom: 0
}

.ghw__mp_content p {
    color: #666;
    font-size: 12px;
    line-height: 2.5rem;
    font-weight: 300;
    text-align: justify
}

.ghw__mp_content strong {
    font-weight: 300
}

.intl-card {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid #eee
}

.intl-card .airline {
    text-align: center
}

.intl-card .airline .logo {
    display: block;
    margin: 0 auto
}

.intl-card .datetime .time {
    font-size: 11px;
    color: #666
}

.intl-card .datetime .date {
    margin: 5px 0;
    font-size: 13px;
    color: #333
}

.intl-card .route {
    margin: 10px 0;
    font-size: 13px;
    color: #333
}

.select {
    position: relative;
    display: inline-block;
    width: 100%
}

.select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding-right: 15px;
    outline: 0;
    border: 1px solid #eee;
    background: #fff;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 3px;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

.select select::-ms-expand {
    display: none
}

.select select:focus,
.select select:hover {
    background: #fafafa
}

.select select:disabled {
    background: #f5f5f5;
    pointer-events: none
}

.select__arrow {
    position: absolute;
    top: 16px;
    left: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ccc transparent transparent transparent
}

.select select:focus~.select__arrow,
.select select:hover~.select__arrow {
    border-top-color: #bbb
}

.select select:disabled~.select__arrow {
    border-top-color: #ccc
}

._Mdsc {
    color: #777;
    font-size: 13px;
    font-weight: 400
}

._Fdvr {
    position: relative;
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 10px auto
}

._Fw400 {
    font-weight: 400
}

._B2sdlt {
    border-bottom: 1px solid #eee
}

.rt-r45 {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.plane__arrow {
    color: #666;
    font-size: 15px
}

.ghw__lfSprt .fa-stack {
    width: 2.2em;
    height: 1.8em
}

.ghw__lfSprt .fa-stack-1x {
    line-height: 32px
}

.ghw__lfSprt .fa-stack-2x {
    font-size: 32px
}

.ghw__lfSprt {
    font-size: 15px;
    padding: 5px;
    letter-spacing: 3px;
    text-align: center;
    color: #0275d8;
    font-weight: 600
}

.ghw__lf2inf [class*=fa] {
    font-size: 16px;
    width: 24px;
    text-align: center;
    margin-left: 6px
}

.ghw__lf2inf li {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    margin-bottom: 5px
}

._Fna {
    text-align: center;
    padding: 20px
}

._Fna p {
    color: #666;
    font-weight: 300
}

span.MetaMarkUp {
    display: none
}

.ratingMain span.smallText span {
    font-weight: 700
}

.ratingMain.no-bg .vote-container {
    background: #fff;
    border: none;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin-top: 10px;
    margin-bottom: 15px
}

.ratingMain .vote-container {
    text-align: right;
    direction: rtl;
    padding: 10px 15px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #fff;
    color: #023f88;
    line-height: 19px;
    height: 39px;
    opacity: .8;
    margin: -15px 0 15px 0
}

.ratingMain div#ratingDiv {
    display: inline-block;
    margin-right: 5px
}

.ratingMain .ratingStar {
    cursor: pointer;
    background: url(https://ghasedak24.com/assets/images/rating.png) no-repeat -2px -36px;
    width: 19px;
    height: 19px;
    display: block;
    top: 2px;
    margin-right: 1px;
    float: right
}

.ratingMain #lblResult {
    font-size: 12px;
    font-weight: 700
}

.ratingMain #lblResult .green {
    color: #690;
    margin-right: 5px
}

.ratingMain .ratingStar.stared {
    background-position: -2px 0
}

.ghw-readable-articles {
    margin-top: 10px
}

.ghw-readable-articles ul {
    list-style: square
}

.ghw-readable-articles ul>li>a {
    font-size: 11px;
    line-height: 2.2
}

.red {
    color: red
}

.fw-3h {
    font-weight: 300
}

.fs-11x {
    font-size: 11px
}

.acsPopupBody ul.acsList li.acsItem:after,
.clearAfter:after {
    content: '';
    display: block;
    clear: both
}

.acsPopup p {
    display: none
}

.acsWrapper * {
    direction: ltr;
    text-align: left
}

.acsPopup {
    position: absolute;
    border: 2px solid #ccc;
    margin-top: 7px;
    overflow: visible;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    z-index: 1000;
    background-color: #fff
}

.acsClose {
    background-color: #efefef;
    border-top: 1px solid #ccc;
    bottom: 0;
    clear: both;
    height: 25px;
    width: 100%;
    line-height: 25px
}

.acsClose a {
    float: right;
    font-size: 13px;
    cursor: pointer;
    color: #523339
}

.acsClose a i {
    float: right;
    clear: both
}

.acsClear {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, .3);
    top: 36px;
    color: #fff;
    font-size: 8px;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
    transition: ease .3s all;
    -webkit-transition: ease .3s all;
    -moz-transition: ease .3s all
}

.acsClear:hover {
    background: rgba(255, 0, 0, .8)
}

.acsPopupBody ul.acsList {
    list-style-type: none;
    padding: 0;
    color: #0078d5;
    display: block;
    direction: ltr!important;
    box-sizing: border-box;
    margin: 3px auto
}

.acsPopupBody ul.acsList li.acsItem {
    clear: both;
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 14px;
    padding-left: 34px;
    position: relative
}

.acsPopupBody ul.acsList li.acsItem strong {
    color: #000
}

.acsPopupBody ul.acsList li.acsItem i {
    position: absolute;
    left: 6px;
    top: 6px;
    color: #f7941d
}

.acsPopupBody ul.acsList li.acsItem.subairport i {
    margin-left: 25px;
    top: 4px
}

.acsPopupBody ul.acsList li.acsItem.subairport span {
    margin-left: 15px;
    padding-left: 0
}

.acsClear,
i.acsCatAirport,
i.acsCatCity,
i.subairport {
    font-family: FontAwesome;
    font-style: normal
}

.acsClear:before {
    content: '\f00d'
}

.acsPopupBody ul.acsList li.acsItem i.acsCatAirport:before {
    content: '\f072'
}

.acsPopupBody ul.acsList li.acsItem.subairport i.acsCatAirport:before {
    content: '\f149'
}

.acsPopupBody ul.acsList li.acsItem i.acsCatCity:before {
    content: '\e804'
}

.acsPopupBody ul.acsList li.acsItem.acsRtl {
    text-align: right;
    font-size: 12px;
    padding-left: 0;
    padding-right: 34px
}

.acsPopupBody ul.acsList li.acsItem.acsRtl i {
    left: auto;
    right: 6px;
    margin-right: 0;
    margin-left: 8px
}

.acsPopupBody ul.acsList li.acsItem.acsRtl span {
    float: right;
    width: 100%;
    padding-left: 0;
    margin-right: -8px;
    margin-left: 0;
    text-align: right;
    direction: rtl
}

.acsPopupBody ul.acsList li.acsItem.subairport.acsRtl i {
    margin-left: 0;
    margin-right: 25px;
    top: 7px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    display: block
}

.acsPopupBody ul.acsList li.acsItem.subairport.acsRtl span {
    margin-right: 15px
}

.acsTextboxRtl {
    direction: rtl!important;
    text-align: right
}

.acsWrapper i {
    margin-right: 8px
}

.acsPopupBody ul.acsList li.acsItem span {
    display: block;
    float: left;
    font-weight: 400;
    width: 82%;
    padding-left: 0;
    padding-top: 6px!important;
    margin-bottom: 4px;
    margin-top: 1px;
    margin-left: -8px
}

.acsPopupBody ul.acsList li.acsItem:hover,
.acsSelectedItem {
    border: 0!important;
    box-shadow: 0 0 0 10px transparent;
    background: rgba(247, 148, 29, .3);
    cursor: pointer;
    display: block
}

.acsIcon {
    width: 0;
    top: -15px;
    left: 15px;
    display: block;
    position: absolute;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-bottom: 13px solid #f7941d
}

.form-control.acsTextBox {
    padding-right: 25px;
    text-align: center
}

.text-muted {
    color: #868e96!important
}