.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height: 300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left:0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform:scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@-webkit-keyframes slide-left {
    0% {
        opacity: .3
    }

    1% {
        opacity: 0
    }

    to {
        opacity: .3;
        right: 160px;
        top: 50%;
        transform: translateY(-50%)
    }
}

@-moz-keyframes slide-left {
    0% {
        opacity: .3
    }

    1% {
        opacity: 0
    }

    to {
        opacity: .3;
        right: 160px;
        top: 50%;
        transform: translateY(-50%)
    }
}

@-ms-keyframes slide-left {
    0% {
        opacity: .3
    }

    1% {
        opacity: 0
    }

    to {
        opacity: .3;
        right: 160px;
        top: 50%;
        transform: translateY(-50%)
    }
}

@-o-keyframes slide-left {
    0% {
        opacity: .3
    }

    1% {
        opacity: 0
    }

    to {
        opacity: .3;
        right: 160px;
        top: 50%;
        transform: translateY(-50%)
    }
}

@keyframes slide-left {
    0% {
        opacity: .3
    }

    1% {
        opacity: 0
    }

    to {
        opacity: .3;
        right: 160px;
        top: 50%;
        transform: translateY(-50%)
    }
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

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

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

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

[hidden],template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

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

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,th {
    padding: 0
}

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

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100%!important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

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

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

@font-face {
    font-family: Glyphicons Halflings
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "*"
}

.glyphicon-plus:before {
    content: "+"
}

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

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

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

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

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

.glyphicon-glass:before {
    content: "\E001"
}

.glyphicon-music:before {
    content: "\E002"
}

.glyphicon-search:before {
    content: "\E003"
}

.glyphicon-heart:before {
    content: "\E005"
}

.glyphicon-star:before {
    content: "\E006"
}

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

.glyphicon-user:before {
    content: "\E008"
}

.glyphicon-film:before {
    content: "\E009"
}

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

.glyphicon-th:before {
    content: "\E011"
}

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

.glyphicon-ok:before {
    content: "\E013"
}

.glyphicon-remove:before {
    content: "\E014"
}

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

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

.glyphicon-off:before {
    content: "\E017"
}

.glyphicon-signal:before {
    content: "\E018"
}

.glyphicon-cog:before {
    content: "\E019"
}

.glyphicon-trash:before {
    content: "\E020"
}

.glyphicon-home:before {
    content: "\E021"
}

.glyphicon-file:before {
    content: "\E022"
}

.glyphicon-time:before {
    content: "\E023"
}

.glyphicon-road:before {
    content: "\E024"
}

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

.glyphicon-download:before {
    content: "\E026"
}

.glyphicon-upload:before {
    content: "\E027"
}

.glyphicon-inbox:before {
    content: "\E028"
}

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

.glyphicon-repeat:before {
    content: "\E030"
}

.glyphicon-refresh:before {
    content: "\E031"
}

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

.glyphicon-lock:before {
    content: "\E033"
}

.glyphicon-flag:before {
    content: "\E034"
}

.glyphicon-headphones:before {
    content: "\E035"
}

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

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

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

.glyphicon-qrcode:before {
    content: "\E039"
}

.glyphicon-barcode:before {
    content: "\E040"
}

.glyphicon-tag:before {
    content: "\E041"
}

.glyphicon-tags:before {
    content: "\E042"
}

.glyphicon-book:before {
    content: "\E043"
}

.glyphicon-bookmark:before {
    content: "\E044"
}

.glyphicon-print:before {
    content: "\E045"
}

.glyphicon-camera:before {
    content: "\E046"
}

.glyphicon-font:before {
    content: "\E047"
}

.glyphicon-bold:before {
    content: "\E048"
}

.glyphicon-italic:before {
    content: "\E049"
}

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

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

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

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

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

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

.glyphicon-list:before {
    content: "\E056"
}

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

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

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

.glyphicon-picture:before {
    content: "\E060"
}

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

.glyphicon-adjust:before {
    content: "\E063"
}

.glyphicon-tint:before {
    content: "\E064"
}

.glyphicon-edit:before {
    content: "\E065"
}

.glyphicon-share:before {
    content: "\E066"
}

.glyphicon-check:before {
    content: "\E067"
}

.glyphicon-move:before {
    content: "\E068"
}

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

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

.glyphicon-backward:before {
    content: "\E071"
}

.glyphicon-play:before {
    content: "\E072"
}

.glyphicon-pause:before {
    content: "\E073"
}

.glyphicon-stop:before {
    content: "\E074"
}

.glyphicon-forward:before {
    content: "\E075"
}

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

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

.glyphicon-eject:before {
    content: "\E078"
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
    content: "\E087"
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
    content: "\E102"
}

.glyphicon-leaf:before {
    content: "\E103"
}

.glyphicon-fire:before {
    content: "\E104"
}

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

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

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

.glyphicon-plane:before {
    content: "\E108"
}

.glyphicon-calendar:before {
    content: "\E109"
}

.glyphicon-random:before {
    content: "\E110"
}

.glyphicon-comment:before {
    content: "\E111"
}

.glyphicon-magnet:before {
    content: "\E112"
}

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

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

.glyphicon-retweet:before {
    content: "\E115"
}

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

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

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

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

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

.glyphicon-hdd:before {
    content: "\E121"
}

.glyphicon-bullhorn:before {
    content: "\E122"
}

.glyphicon-bell:before {
    content: "\E123"
}

.glyphicon-certificate:before {
    content: "\E124"
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
    content: "\E135"
}

.glyphicon-wrench:before {
    content: "\E136"
}

.glyphicon-tasks:before {
    content: "\E137"
}

.glyphicon-filter:before {
    content: "\E138"
}

.glyphicon-briefcase:before {
    content: "\E139"
}

.glyphicon-fullscreen:before {
    content: "\E140"
}

.glyphicon-dashboard:before {
    content: "\E141"
}

.glyphicon-paperclip:before {
    content: "\E142"
}

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

.glyphicon-link:before {
    content: "\E144"
}

.glyphicon-phone:before {
    content: "\E145"
}

.glyphicon-pushpin:before {
    content: "\E146"
}

.glyphicon-usd:before {
    content: "\E148"
}

.glyphicon-gbp:before {
    content: "\E149"
}

.glyphicon-sort:before {
    content: "\E150"
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
    content: "\E157"
}

.glyphicon-expand:before {
    content: "\E158"
}

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

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

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

.glyphicon-flash:before {
    content: "\E162"
}

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

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

.glyphicon-record:before {
    content: "\E165"
}

.glyphicon-save:before {
    content: "\E166"
}

.glyphicon-open:before {
    content: "\E167"
}

.glyphicon-saved:before {
    content: "\E168"
}

.glyphicon-import:before {
    content: "\E169"
}

.glyphicon-export:before {
    content: "\E170"
}

.glyphicon-send:before {
    content: "\E171"
}

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

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

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

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

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

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

.glyphicon-transfer:before {
    content: "\E178"
}

.glyphicon-cutlery:before {
    content: "\E179"
}

.glyphicon-header:before {
    content: "\E180"
}

.glyphicon-compressed:before {
    content: "\E181"
}

.glyphicon-earphone:before {
    content: "\E182"
}

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

.glyphicon-tower:before {
    content: "\E184"
}

.glyphicon-stats:before {
    content: "\E185"
}

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

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

.glyphicon-subtitles:before {
    content: "\E188"
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
    content: "\E201"
}

.glyphicon-save-file:before {
    content: "\E202"
}

.glyphicon-open-file:before {
    content: "\E203"
}

.glyphicon-level-up:before {
    content: "\E204"
}

.glyphicon-copy:before {
    content: "\E205"
}

.glyphicon-paste:before {
    content: "\E206"
}

.glyphicon-alert:before {
    content: "\E209"
}

.glyphicon-equalizer:before {
    content: "\E210"
}

.glyphicon-king:before {
    content: "\E211"
}

.glyphicon-queen:before {
    content: "\E212"
}

.glyphicon-pawn:before {
    content: "\E213"
}

.glyphicon-bishop:before {
    content: "\E214"
}

.glyphicon-knight:before {
    content: "\E215"
}

.glyphicon-baby-formula:before {
    content: "\E216"
}

.glyphicon-tent:before {
    content: "\26FA"
}

.glyphicon-blackboard:before {
    content: "\E218"
}

.glyphicon-bed:before {
    content: "\E219"
}

.glyphicon-apple:before {
    content: "\F8FF"
}

.glyphicon-erase:before {
    content: "\E221"
}

.glyphicon-hourglass:before {
    content: "\231B"
}

.glyphicon-lamp:before {
    content: "\E223"
}

.glyphicon-duplicate:before {
    content: "\E224"
}

.glyphicon-piggy-bank:before {
    content: "\E225"
}

.glyphicon-scissors:before {
    content: "\E226"
}

.glyphicon-bitcoin:before {
    content: "\E227"
}

.glyphicon-btc:before {
    content: "\E227"
}

.glyphicon-xbt:before {
    content: "\E227"
}

.glyphicon-yen:before {
    content: "\A5"
}

.glyphicon-jpy:before {
    content: "\A5"
}

.glyphicon-ruble:before {
    content: "\20BD"
}

.glyphicon-rub:before {
    content: "\20BD"
}

.glyphicon-scale:before {
    content: "\E230"
}

.glyphicon-ice-lolly:before {
    content: "\E231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\E232"
}

.glyphicon-education:before {
    content: "\E233"
}

.glyphicon-option-horizontal:before {
    content: "\E234"
}

.glyphicon-option-vertical:before {
    content: "\E235"
}

.glyphicon-menu-hamburger:before {
    content: "\E236"
}

.glyphicon-modal-window:before {
    content: "\E237"
}

.glyphicon-oil:before {
    content: "\E238"
}

.glyphicon-grain:before {
    content: "\E239"
}

.glyphicon-sunglasses:before {
    content: "\E240"
}

.glyphicon-text-size:before {
    content: "\E241"
}

.glyphicon-text-color:before {
    content: "\E242"
}

.glyphicon-text-background:before {
    content: "\E243"
}

.glyphicon-object-align-top:before {
    content: "\E244"
}

.glyphicon-object-align-bottom:before {
    content: "\E245"
}

.glyphicon-object-align-horizontal:before {
    content: "\E246"
}

.glyphicon-object-align-left:before {
    content: "\E247"
}

.glyphicon-object-align-vertical:before {
    content: "\E248"
}

.glyphicon-object-align-right:before {
    content: "\E249"
}

.glyphicon-triangle-right:before {
    content: "\E250"
}

.glyphicon-triangle-left:before {
    content: "\E251"
}

.glyphicon-triangle-bottom:before {
    content: "\E252"
}

.glyphicon-triangle-top:before {
    content: "\E253"
}

.glyphicon-console:before {
    content: "\E254"
}

.glyphicon-superscript:before {
    content: "\E255"
}

.glyphicon-subscript:before {
    content: "\E256"
}

.glyphicon-menu-left:before {
    content: "\E257"
}

.glyphicon-menu-right:before {
    content: "\E258"
}

.glyphicon-menu-down:before {
    content: "\E259"
}

.glyphicon-menu-up:before {
    content: "\E260"
}

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

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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

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

a {
    color: #337ab7
}

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

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

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

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

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

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

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

[role=button] {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dd,dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

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

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

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

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

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

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

blockquote .small:before,blockquote footer:before,blockquote small:before {
    content: "\2014   \A0"
}

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

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

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

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

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

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code,kbd {
    padding: 2px 4px;
    font-size: 90%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-4 {
    width: 33.3%
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-4 {
    right: 33.3%
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-4 {
    left: 33.3%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-4 {
        width: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-4 {
        right: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-push-4 {
        left: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-4 {
        width: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-pull-4 {
        right: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-push-4 {
        left: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-4 {
        width: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-4 {
        right: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-push-4 {
        left: 33.3%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

caption,th {
    text-align: left
}

.table {
    width: 100%;
    max-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;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

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

.table>caption+thead>tr:first-child>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-of-type(odd) {
    background-color: #f9f9f9
}

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

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

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

.table>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-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

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

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

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

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

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

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

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

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

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

    .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-left: 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-right: 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 {
        border-bottom: 0
    }
}

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

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

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

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

input[type=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;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

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

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

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

output {
    padding-top: 7px
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative
}

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

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

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

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

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

.has-success .form-control {
    border-color: #3c763d;
    -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 {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168
}

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

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

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

.has-warning .form-control {
    border-color: #8a6d3b;
    -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: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b
}

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

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

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

.has-error .form-control {
    border-color: #a94442;
    -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 {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn.active,.btn:active {
    background-image: none;
    outline: 0;
    -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;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -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: #23527c;
    text-decoration: underline;
    background-color: transparent
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown,.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    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)
}

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

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

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

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

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

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

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

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

.open>a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,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
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,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-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a: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: left
}

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

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

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

.nav-stacked>li {
    float: none
}

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

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

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

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

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

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

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

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

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a: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
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.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;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

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

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container-fluid .navbar-brand,.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:focus {
    outline: 0
}

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

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

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

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

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

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

    .navbar-nav .open .dropdown-menu .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-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-brand: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: #888
}

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

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

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

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

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

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

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

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

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

.navbar-inverse .navbar-nav>li>a: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 {
    color: #fff;
    background-color: #080808
}

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

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a: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: #9d9d9d
}

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

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

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

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

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

.breadcrumb>li {
    display: inline-block
}

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

.breadcrumb>.active {
    color: #777
}

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

.pagination>li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager li {
    display: inline
}

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

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

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

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

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

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

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

.label:empty {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge:empty {
    display: none
}

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

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

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

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

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

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

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron,.jumbotron .h1,.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container-fluid .jumbotron,.container .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container-fluid .jumbotron,.container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,.jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,.thumbnail a>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -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: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -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;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.15) 50%,hsla(0,0%,100%,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,.media>.pull-right {
    padding-left: 10px
}

.media-left,.media>.pull-left {
    padding-right: 10px
}

.media-body,.media-left,.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .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
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,.panel>.table-responsive>.table caption,.panel>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0
}

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

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

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

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

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

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,.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-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -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: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal,.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    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);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel,.carousel-inner {
    position: relative
}

.carousel-inner {
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: left .6s ease-in-out;
    -o-transition: .6s ease-in-out left;
    transition: left .6s ease-in-out
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
    line-height: 1
}

@media (-webkit-transform-3d),(transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,.carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    .carousel-inner>.item.active.left,.carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    .carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,.0001));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),rgba(0,0,0,.0001));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001),rgba(0,0,0,.5));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(90deg,rgba(0,0,0,.0001),rgba(0,0,0,.5));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203A"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
        width:30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
    display: none!important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block!important
    }

    table.visible-xs {
        display: table!important
    }

    tr.visible-xs {
        display: table-row!important
    }

    td.visible-xs,th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display:block!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display:inline!important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

    table.visible-sm {
        display: table!important
    }

    tr.visible-sm {
        display: table-row!important
    }

    td.visible-sm,th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-block {
        display:block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline {
        display:inline!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block!important
    }

    table.visible-md {
        display: table!important
    }

    tr.visible-md {
        display: table-row!important
    }

    td.visible-md,th.visible-md {
        display: table-cell!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-block {
        display:block!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline {
        display:inline!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display:inline-block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block!important
    }

    table.visible-lg {
        display: table!important
    }

    tr.visible-lg {
        display: table-row!important
    }

    td.visible-lg,th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display:block!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display:inline!important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display:inline-block!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }

    table.visible-print {
        display: table!important
    }

    tr.visible-print {
        display: table-row!important
    }

    td.visible-print,th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

* {
    margin: 0;
    padding: 0
}

body,html {
    height: 100%;
    margin: 0
}

body {
    margin: 0;
    font-family: Graphik Regular,sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body .modal-open {
    margin-right: 0
}

body.active {
    overflow: hidden
}

@media only screen and (max-width: 1920px) {
    body {
        font-size:16px
    }
}

@media only screen and (max-width: 1920px) and (max-width:1600px) {
    body {
        font-size:16px
    }
}

@media only screen and (max-width: 1920px) and (max-width:1600px) and (max-width:1440px) {
    body {
        font-size:16px
    }
}

@media only screen and (max-width: 1920px) and (max-width:1600px) and (max-width:640px) {
    body {
        font-size:15px
    }
}

.wrapper {
    margin-bottom: 0
}

@media only screen and (min-width: 1200px) {
    .wrapper {
        min-height:60vh
    }
}

@media only screen and (max-width: 1200px) {
    .wrapper {
        overflow:hidden
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        margin-bottom:0!important
    }
}

.wrapper .container {
    height: 100%
}

@media only screen and (max-width: 767px) {
    .wrapper .container {
        padding:0 25px
    }

    .wrapper .container .row {
        margin: 0 -25px
    }

    .wrapper .container .row .col-lg-1,.wrapper .container .row .col-lg-2,.wrapper .container .row .col-lg-3,.wrapper .container .row .col-lg-4,.wrapper .container .row .col-lg-5,.wrapper .container .row .col-lg-6,.wrapper .container .row .col-lg-7,.wrapper .container .row .col-lg-8,.wrapper .container .row .col-lg-9,.wrapper .container .row .col-lg-10,.wrapper .container .row .col-lg-11,.wrapper .container .row .col-lg-12,.wrapper .container .row .col-md-1,.wrapper .container .row .col-md-2,.wrapper .container .row .col-md-3,.wrapper .container .row .col-md-4,.wrapper .container .row .col-md-5,.wrapper .container .row .col-md-6,.wrapper .container .row .col-md-7,.wrapper .container .row .col-md-8,.wrapper .container .row .col-md-9,.wrapper .container .row .col-md-10,.wrapper .container .row .col-md-11,.wrapper .container .row .col-md-12,.wrapper .container .row .col-sm-1,.wrapper .container .row .col-sm-2,.wrapper .container .row .col-sm-3,.wrapper .container .row .col-sm-4,.wrapper .container .row .col-sm-5,.wrapper .container .row .col-sm-6,.wrapper .container .row .col-sm-7,.wrapper .container .row .col-sm-8,.wrapper .container .row .col-sm-9,.wrapper .container .row .col-sm-10,.wrapper .container .row .col-sm-11,.wrapper .container .row .col-sm-12,.wrapper .container .row .col-xs-1,.wrapper .container .row .col-xs-2,.wrapper .container .row .col-xs-3,.wrapper .container .row .col-xs-4,.wrapper .container .row .col-xs-5,.wrapper .container .row .col-xs-6,.wrapper .container .row .col-xs-7,.wrapper .container .row .col-xs-8,.wrapper .container .row .col-xs-9,.wrapper .container .row .col-xs-10,.wrapper .container .row .col-xs-11,.wrapper .container .row .col-xs-12 {
        padding: 0 25px
    }
}

.wrapper input,.wrapper select,.wrapper textarea {
    font-family: Graphik Regular,sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    border: 1px solid #d7d7d7;
    height: 55px;
    padding: 20px;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 0;
    box-shadow: none
}

@media only screen and (max-width: 1024px) {
    .wrapper input,.wrapper select,.wrapper textarea {
        -webkit-appearance:none
    }
}

.wrapper .checkbox-inline input[type=checkbox],.wrapper .checkbox input[type=checkbox],.wrapper .radio-inline input[type=radio],.wrapper .radio input[type=radio] {
    margin-left: -20px;
    width: 20px;
    padding: 0;
    height: auto
}

.wrapper select {
    padding: 9px 6px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    -webkit-appearance: none;
    height: 36px;
    -moz-appearance: none;
    background: none;
    text-indent: .01px;
    font-family: Graphik Regular,sans-serif;
    text-overflow: ""
}

.wrapper select,a {
    cursor: pointer;
    color: #000
}

a {
    outline: 0
}

ul {
    padding-left: 0
}

ul li {
    line-height: 26px
}

a:focus,a:hover {
    text-decoration: none
}

a:focus {
    color: #000
}

img {
    border: 0
}

input[type=submit] {
    cursor: pointer
}

input:focus,textarea:focus {
    outline: none transparent
}

select:focus {
    outline: none
}

section {
    display: block
}

.errors,.success {
    background: #fff;
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding: 0
}

.errors {
    color: #f04f71
}

.success {
    color: #51bf9b
}

::selection {
    background: #000;
    color: #fff
}

::-moz-selection {
    background: #000;
    color: #fff
}

.win-os ::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar {
        width:4px
    }
}

.win-os ::-webkit-scrollbar-track {
    background-color: #ccc
}

.win-os ::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #ececec
}

@media only screen and (max-width: 768px) {
    .win-os ::-webkit-scrollbar-thumb {
        width:4px
    }
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,.4)
}

.page-arabic input::-webkit-input-placeholder,.page-arabic textarea::-webkit-input-placeholder {
    font-family: Arabic,sans-serif
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.page-arabic input:-moz-placeholder,.page-arabic textarea:-moz-placeholder {
    font-family: Arabic,sans-serif
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: rgba(0,0,0,.4)
}

.page-arabic input::-moz-placeholder,.page-arabic textarea::-moz-placeholder {
    font-family: Arabic,sans-serif
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: rgba(0,0,0,.4)
}

.page-arabic input:-ms-input-placeholder,.page-arabic textarea:-ms-input-placeholder {
    font-family: Arabic,sans-serif
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
    color: transparent!important
}

input:focus:-moz-placeholder,textarea:focus:-moz-placeholder {
    color: transparent!important
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
    color: transparent!important
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
    color: transparent!important
}

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

.ios-device * {
    background-attachment: scroll
}

.wow {
    visibility: hidden
}

@media only screen and (max-width: 1024px) {
    .wow {
        visibility:visible
    }
}

img {
    max-width: 100%;
    height: auto
}

button:focus {
    outline: none
}

.site-loader {
    display: none;
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    -webkit-transition: width .6s cubic-bezier(.6,.04,.12,.96);
    -moz-transition: width .6s cubic-bezier(.6,.04,.12,.96);
    -ms-transition: width .6s cubic-bezier(.6,.04,.12,.96);
    -o-transition: width .6s cubic-bezier(.6,.04,.12,.96);
    transition: width .6s cubic-bezier(.6,.04,.12,.96)
}

.site-loader.anim {
    width: 25%
}

.logo-middle {
    display: none;
    height: auto;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: calc(50% - 60px);
    width: 120px
}

.logo-middle img {
    max-width: 100%;
    height: auto;
    display: block
}

#gotoTop {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    background-size: 80%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0,0,0,.5);
    z-index: 3;
    -webkit-transition: all .4s cubic-bezier(.6,.04,.12,.96);
    -moz-transition: all .4s cubic-bezier(.6,.04,.12,.96);
    -ms-transition: all .4s cubic-bezier(.6,.04,.12,.96);
    -o-transition: all .4s cubic-bezier(.6,.04,.12,.96);
    transition: all .4s cubic-bezier(.6,.04,.12,.96)
}

#gotoTop.active {
    opacity: 1;
    visibility: visible
}

.landscape-alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 9999;
    display: none;
    padding: 20% 10% 0;
    overflow: hidden
}

.landscape-alert p {
    font-size: 16px;
    line-height: 26px;
    color: #000
}

.landscape-alert span {
    margin-top: 10px;
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 10px
}

.p0 {
    padding: 0!important
}

.header {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 20;
    background: #000;
    height: 85px;
    -webkit-transition: all .6s ease .2s;
    -moz-transition: all .6s ease .2s;
    -ms-transition: all .6s ease .2s;
    -o-transition: all .6s ease .2s;
    transition: all .6s ease .2s;
    transform: translateY(-100px);
    overflow: hidden
}

.header.active {
    transform: translateY(0)
}

.header:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: hsla(0,0%,100%,.2);
    left: 0
}

.header.new_z_index {
    z-index: 25
}

.header.top {
    background: #fff;
    top: -85px;
    position: fixed
}

.header.sticky {
    top: 0!important;
    background: #fff
}

.header .border-left {
    border-left: 1px solid hsla(0,0%,100%,.2)
}

.header .header-container {
    width: 100%
}

@media only screen and (max-width: 1024px) {
    .header .icon-search.mobile {
        position:absolute;
        right: 90px;
        top: 33px;
        font-size: 18px
    }

    .page-arabic .header .icon-search.mobile {
        left: 90px;
        right: auto
    }
}

.header .navigation li.open .sub-nav {
    visibility: visible;
    top: 0;
    height: 530px;
    -webkit-transition: all 1s ease .4s;
    -moz-transition: all 1s ease .4s;
    -ms-transition: all 1s ease .4s;
    -o-transition: all 1s ease .4s;
    transition: all 1s ease .4s;
    box-shadow: 7px 10px 28px 10px rgba(0,0,0,.03)
}

.header .navigation li.open .sub-nav .container {
    opacity: 1;
    margin-top: 0;
    -webkit-transition: opacity .6s ease 1s,margin-top .6s ease .6s;
    -moz-transition: opacity .6s ease 1s,margin-top .6s ease .6s;
    -ms-transition: opacity .6s ease 1s,margin-top .6s ease .6s;
    -o-transition: opacity .6s ease 1s,margin-top .6s ease .6s;
    transition: opacity .6s ease 1s,margin-top .6s ease .6s
}

.header .navigation li .sub-nav {
    position: fixed;
    width: 100%;
    left: 0;
    visibility: hidden;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    z-index: -1;
    top: -250px;
    padding-top: 150px
}

.header .navigation li .sub-nav ul>li {
    position: relative
}

.header .navigation li .sub-nav ul>li:after {
    content: "";
    position: absolute;
    height: 300px;
    width: 1px;
    background: #dfdfdf;
    right: 40px;
    top: 0
}

.page-arabic .header .navigation li .sub-nav ul>li:after {
    left: 40px;
    right: auto
}

.header .navigation li .sub-nav ul>li:last-child:after {
    background: none
}

.header .navigation li .sub-nav ul>li ul li:after {
    background: none
}

.header .navigation li .sub-nav ul {
    margin: 0 0 20px
}

.header .navigation li .sub-nav ul li {
    display: block;
    float: left;
    width: 22%
}

@media only screen and (max-width: 1500px) {
    .header .navigation li .sub-nav ul li {
        width:24%
    }
}

@media only screen and (max-width: 1400px) {
    .header .navigation li .sub-nav ul li {
        width:25%
    }
}

.page-arabic .header .navigation li .sub-nav ul li {
    float: right;
    padding: 0 0 0 20px
}

.header .navigation li .sub-nav ul li a {
    font-size: .9375em;
    font-family: Graphik Semibold,sans-serif;
    padding: 0;
    margin: 0 0 10px
}

.header .navigation li .sub-nav ul li a:hover {
    color: #a13a40;
    opacity: 1
}

.header .navigation li .sub-nav ul li a:after {
    transform: scale(0)
}

.header .navigation li .sub-nav ul li ul li {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.header .navigation li .sub-nav ul li ul li a {
    font-family: Graphik Regular,sans-serif;
    margin-bottom: 0;
    color: #a6905a;
    opacity: 1
}

.header .navigation li .sub-nav .container {
    margin-top: -50px;
    opacity: 0;
    width: 80%;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

@media only screen and (max-width: 1400px) {
    .header .navigation li .sub-nav .container {
        width:95%
    }
}

.header .navigation li .sub-nav .container .row .col {
    width: 20%
}

.header .navigation li a {
    position: relative;
    margin: 29px 0;
    background-color: transparent!important
}

.header .navigation li a:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scale(0);
    height: 3px;
    background-color: #fff;
    bottom: -29px;
    left: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.header .navigation li a.icon-search:hover {
    opacity: .5
}

.header .navigation li a.icon-search:after {
    transform: scale(0)!important
}

.header .navigation li a:hover:after {
    transform: scale(1)
}

.header .logo {
    width: 10%
}

@media only screen and (max-width: 1200px) {
    .header .logo {
        width:12%
    }
}

.header .logo a {
    width: 80px;
    margin: 15px;
    position: relative
}

@media only screen and (max-width: 1350px) {
    .header .logo a {
        margin:15px 15px 15px 9px
    }
}

@media only screen and (max-width: 767px) {
    .header .logo a {
        margin:15px 15px 15px 0
    }

    .page-arabic .header .logo a {
        margin: 15px 0 15px 15px
    }
}

.header .logo a img {
    position: absolute;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.header .logo a .logo-color {
    opacity: 0
}

.header .logo a .logo-white {
    opacity: 1
}

.header .nav-one {
    width: 35%
}

@media only screen and (max-width: 1500px) {
    .header .nav-one {
        width:34%
    }
}

@media only screen and (max-width: 1300px) {
    .header .nav-one {
        width:36%
    }

    .page-arabic .header .nav-one {
        width: 34%
    }
}

@media only screen and (max-width: 1200px) {
    .header .nav-one {
        padding-left:5px;
        padding-right: 5px;
        width: 30%
    }
}

.header .nav-two {
    width: 19%
}

@media only screen and (max-width: 1500px) {
    .header .nav-two {
        width:20%
    }
}

@media only screen and (max-width: 1300px) {
    .header .nav-two {
        width:18%
    }

    .page-arabic .header .nav-two {
        width: 20%
    }
}

@media only screen and (max-width: 1200px) {
    .header .nav-two {
        padding-left:5px;
        padding-right: 5px;
        width: 20%
    }
}

.header .nav-two .icon-search {
    position: relative;
    top: 0;
    margin-left: 5px
}

.header .nav-two .navigation {
    display: flex;
    align-items: center
}

.header .language {
    width: 11%
}

@media only screen and (max-width: 1500px) {
    .header .language {
        width:11%
    }
}

@media only screen and (max-width: 1300px) {
    .header .language {
        width:11%
    }
}

@media only screen and (max-width: 1200px) {
    .header .language {
        padding-left:5px;
        padding-right: 5px;
        width: 11%
    }
}

@media only screen and (max-width: 1024px) {
    .header .language.mobile {
        width:100px;
        position: absolute;
        right: 115px;
        top: 0
    }

    .page-arabic .header .language.mobile {
        left: 115px;
        right: auto
    }

    .header .language.mobile ul {
        margin: 22px 0
    }
}

.header .language ul {
    margin: 25px 10px
}

@media only screen and (max-width: 1350px) {
    .header .language ul {
        margin:22px 4px
    }
}

@media only screen and (max-width: 1300px) {
    .header .language ul {
        margin:22px 0
    }
}

@media only screen and (max-width: 1200px) {
    .header .language ul {
        margin:22px 2px
    }
}

.header .language ul li {
    padding: 0;
    display: inline-block;
    list-style: none
}

.header .language ul li:last-child a {
    font-family: Arabic,sans-serif
}

.header .language ul li a {
    padding: 6px 11px 3px 10px;
    background: hsla(0,0%,100%,0);
    font-family: Graphik Semibold,sans-serif;
    letter-spacing: .5px;
    font-size: .6875em;
    color: #fff
}

@media only screen and (max-width: 1350px) {
    .header .language ul li a {
        padding:8px 11px 6px
    }
}

.header .language ul li a.active,.header .language ul li a:hover {
    color: #fff;
    background: hsla(0,0%,100%,.1)
}

.header .enquiry-btn {
    width: 11%;
    padding: 0
}

@media only screen and (max-width: 1500px) {
    .header .enquiry-btn {
        width:12%
    }
}

@media only screen and (max-width: 1200px) {
    .header .enquiry-btn {
        padding-left:5px;
        padding-right: 5px;
        width: 13%
    }
}

.header .enquiry-btn a {
    background: #a6905a;
    padding: 32px 13px 33px;
    text-align: center;
    font-family: Graphik Semibold,sans-serif;
    color: #fff;
    font-size: .875em
}

@media only screen and (max-width: 1500px) {
    .header .enquiry-btn a {
        font-size:.875em;
        padding: 32px 13px
    }
}

@media only screen and (max-width: 1350px) {
    .header .enquiry-btn a {
        font-size:.8125em;
        padding: 33px 13px
    }
}

@media only screen and (max-width: 1200px) {
    .header .enquiry-btn a {
        padding:34px 9px;
        font-size: 12px
    }
}

@media only screen and (max-width: 1060px) {
    .header .enquiry-btn a {
        padding:34px 8px
    }
}

.header .enquiry-btn a:hover {
    background-color: #fff;
    color: #a6905a
}

.header .e-portal {
    width: 14%;
    padding: 0;
    text-align: center
}

@media only screen and (max-width: 1500px) {
    .header .e-portal {
        width:13%
    }
}

@media only screen and (max-width: 1200px) {
    .header .e-portal {
        padding-left:10px;
        padding-right: 10px;
        width: 14%
    }
}

.header .e-portal a {
    color: #fff;
    font-family: Graphik Semibold,sans-serif;
    padding: 32px 0;
    font-size: .875em
}

.page-arabic .header .e-portal a {
    font-size: .75em;
    padding: 25px 0;
    height: 85px;
    overflow: hidden
}

@media only screen and (max-width: 1500px) {
    .header .e-portal a {
        font-size:.875em
    }

    .page-arabic .header .e-portal a {
        font-size: .75em
    }
}

@media only screen and (max-width: 1350px) {
    .header .e-portal a {
        font-size:.8125em;
        padding: 33px 13px
    }

    .page-arabic .header .e-portal a {
        font-size: .6875em
    }
}

@media only screen and (max-width: 1360px) {
    .page-arabic .header .e-portal a {
        font-size:.6875em
    }
}

@media only screen and (max-width: 1200px) {
    .header .e-portal a {
        padding:28px 8px
    }
}

.header .e-portal a span {
    font-size: 10px;
    margin-right: 10px
}

.page-arabic .header .e-portal a span {
    margin-right: 0;
    margin-left: 10px
}

@media only screen and (max-width: 1500px) {
    .header .e-portal a span {
        font-size:9px;
        margin-right: 5px
    }
}

.header .e-portal a:hover {
    background-color: #fff;
    color: #a6905a
}

.header .e-portal a:hover span:before {
    color: #a6905a
}

.header .navigation {
    margin: 0 20px
}

@media only screen and (max-width: 1350px) {
    .header .navigation {
        margin:0 10px
    }
}

@media only screen and (max-width: 1300px) {
    .header .navigation {
        margin:0 5px
    }
}

.header .navigation li {
    display: inline-block;
    list-style: none;
    padding: 0 20px 0 0
}

@media only screen and (max-width: 1450px) {
    .header .navigation li {
        padding:0 15px 0 0
    }
}

@media only screen and (max-width: 1400px) {
    .header .navigation li {
        padding:0 12px 0 0
    }
}

@media only screen and (max-width: 1300px) {
    .header .navigation li {
        padding:0 8px 0 0
    }
}

.header .navigation li a {
    color: hsla(0,0%,100%,.8);
    font-size: .875em;
    text-transform: capitalize
}

@media only screen and (max-width: 1500px) {
    .header .navigation li a {
        font-size:.8125em
    }
}

.header .mobile-menu {
    cursor: pointer;
    float: right;
    height: 28px;
    width: 28px;
    position: absolute;
    right: 30px;
    top: 26px;
    display: none;
    -webkit-transition: left .6s ease;
    -moz-transition: left .6s ease;
    -ms-transition: left .6s ease;
    -o-transition: left .6s ease;
    transition: left .6s ease
}

@media only screen and (max-width: 1200px) {
    .header .mobile-menu {
        display:block
    }
}

.page-arabic .header .mobile-menu {
    left: 30px;
    right: auto
}

@media only screen and (min-width: 1200px) {
    .header .mobile-menu:hover .nav-icon,.header .mobile-menu:hover .nav-icon:after,.header .mobile-menu:hover .nav-icon:before {
        background:#fff
    }
}

@media only screen and (min-width: 1200px) {
    .header .mobile-menu.active:hover .nav-icon:after,.header .mobile-menu.active:hover .nav-icon:before {
        background:#fff
    }
}

.header .mobile-menu.active .nav-icon {
    -webkit-transition: background .6s ease;
    -moz-transition: background .6s ease;
    -ms-transition: background .6s ease;
    -o-transition: background .6s ease;
    transition: background .6s ease;
    background: transparent
}

.header .mobile-menu.active .nav-icon:after,.header .mobile-menu.active .nav-icon:before {
    top: 0;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease
}

.header .mobile-menu.active .nav-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .mobile-menu.active .nav-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .nav-icon,.header .nav-icon:after,.header .nav-icon:before {
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.header .nav-icon {
    position: relative
}

.header .nav-icon:after,.header .nav-icon:before {
    position: absolute;
    left: 0;
    content: "";
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0
}

.header .nav-icon:before {
    top: 9px
}

.header .nav-icon:after {
    top: -9px
}

.active .header,.header.menu-opened,.header.top,.header.white-header {
    overflow: visible
}

.active .header:after,.header.menu-opened:after,.header.top:after,.header.white-header:after {
    content: "";
    height: 1px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f0f0f0;
    left: 0
}

.active .header .nav-icon,.active .header .nav-icon:after,.active .header .nav-icon:before,.header.menu-opened .nav-icon,.header.menu-opened .nav-icon:after,.header.menu-opened .nav-icon:before,.header.top .nav-icon,.header.top .nav-icon:after,.header.top .nav-icon:before,.header.white-header .nav-icon,.header.white-header .nav-icon:after,.header.white-header .nav-icon:before {
    background-color: #000
}

.active .header .navigation li a:after,.header.menu-opened .navigation li a:after,.header.top .navigation li a:after,.header.white-header .navigation li a:after {
    background-color: #a6905a
}

.active .header .enquiry-btn a:hover,.header.menu-opened .enquiry-btn a:hover,.header.top .enquiry-btn a:hover,.header.white-header .enquiry-btn a:hover {
    background-color: #f6f7fb;
    color: #000
}

.active .header .e-portal a,.header.menu-opened .e-portal a,.header.top .e-portal a,.header.white-header .e-portal a {
    color: #a6905a
}

.active .header .e-portal a:hover,.header.menu-opened .e-portal a:hover,.header.top .e-portal a:hover,.header.white-header .e-portal a:hover {
    background: #a6905a;
    color: #fff
}

.active .header .e-portal a:hover span:before,.header.menu-opened .e-portal a:hover span:before,.header.top .e-portal a:hover span:before,.header.white-header .e-portal a:hover span:before {
    color: #fff
}

.active .header .e-portal a span:before,.header.menu-opened .e-portal a span:before,.header.top .e-portal a span:before,.header.white-header .e-portal a span:before {
    color: #a6905a
}

.active .header .language ul li a,.header.menu-opened .language ul li a,.header.top .language ul li a,.header.white-header .language ul li a {
    color: #000
}

.active .header .language ul li a.active,.active .header .language ul li a:hover,.header.menu-opened .language ul li a.active,.header.menu-opened .language ul li a:hover,.header.top .language ul li a.active,.header.top .language ul li a:hover,.header.white-header .language ul li a.active,.header.white-header .language ul li a:hover {
    color: #000;
    background: #f6f3ee
}

.active .header .logo img,.header.menu-opened .logo img,.header.top .logo img,.header.white-header .logo img {
    -webkit-transition: all .6s ease .2s;
    -moz-transition: all .6s ease .2s;
    -ms-transition: all .6s ease .2s;
    -o-transition: all .6s ease .2s;
    transition: all .6s ease .2s
}

.active .header .logo .logo-color,.header.menu-opened .logo .logo-color,.header.top .logo .logo-color,.header.white-header .logo .logo-color {
    opacity: 1
}

.active .header .logo .logo-white,.header.menu-opened .logo .logo-white,.header.top .logo .logo-white,.header.white-header .logo .logo-white {
    opacity: 0
}

.active .header ul li a,.header.menu-opened ul li a,.header.top ul li a,.header.white-header ul li a {
    color: #000;
    opacity: .7
}

.active .header .border-left,.header.menu-opened .border-left,.header.top .border-left,.header.white-header .border-left {
    border-left: 1px solid #f0f0f0
}

.header.menu-opened .border-left {
    -webkit-transition: all .6s ease .6s;
    -moz-transition: all .6s ease .6s;
    -ms-transition: all .6s ease .6s;
    -o-transition: all .6s ease .6s;
    transition: all .6s ease .6s
}

.header.menu-opened:after {
    -webkit-transition: all .6s ease .6s;
    -moz-transition: all .6s ease .6s;
    -ms-transition: all .6s ease .6s;
    -o-transition: all .6s ease .6s;
    transition: all .6s ease .6s
}

.header.menu-opened .language ul li a,.header.menu-opened .navigation li a {
    -webkit-transition: all .6s ease .2s;
    -moz-transition: all .6s ease .2s;
    -ms-transition: all .6s ease .2s;
    -o-transition: all .6s ease .2s;
    transition: all .6s ease .2s
}

.mobile-nav {
    display: none;
    position: fixed;
    height: 100vh;
    right: 0;
    top: 0;
    width: 100%;
    background: #fefefe;
    z-index: 22;
    box-shadow: 0 0 5px 0 #999;
    padding: 120px 30px;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%);
    -webkit-transition: transform .5s cubic-bezier(.6,.04,.12,.96);
    -moz-transition: transform .5s cubic-bezier(.6,.04,.12,.96);
    -ms-transition: transform .5s cubic-bezier(.6,.04,.12,.96);
    -o-transition: transform .5s cubic-bezier(.6,.04,.12,.96);
    transition: transform .5s cubic-bezier(.6,.04,.12,.96)
}

.mobile-nav.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

@media only screen and (max-width: 1024px) {
    .mobile-nav {
        display:block
    }
}

.mobile-nav .mobile-sub-menu {
    position: absolute;
    background: #fff;
    width: 100vw;
    height: calc(100vh - 190px);
    top: 90px;
    left: 0;
    padding: 20px;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: all .8s ease .1s;
    -moz-transition: all .8s ease .1s;
    -ms-transition: all .8s ease .1s;
    -o-transition: all .8s ease .1s;
    transition: all .8s ease .1s;
    visibility: hidden
}

.mobile-nav .mobile-sub-menu.active {
    opacity: 1;
    visibility: visible
}

.mobile-nav .mobile-sub-menu p {
    font-size: .875em
}

@media only screen and (max-width: 767px) {
    .page-arabic .mobile-nav .mobile-sub-menu p {
        display:flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: center
    }
}

.mobile-nav .mobile-sub-menu p span {
    margin-right: 10px
}

.mobile-nav .mobile-sub-menu p span:before {
    color: #000
}

.mobile-nav .mobile-sub-menu ul li {
    list-style: none
}

.mobile-nav .mobile-sub-menu ul li.nav-dropdown {
    position: relative
}

.mobile-nav .mobile-sub-menu ul li.nav-dropdown:after {
    background-image: url(../images/down.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0
}

@media only screen and (max-width: 1200px) {
    .page-arabic .mobile-nav .mobile-sub-menu ul li.nav-dropdown:after {
        left:0;
        right: auto
    }
}

.mobile-nav .mobile-sub-menu ul li.clicked:after {
    background-image: url(../images/up.png)
}

.mobile-nav .mobile-sub-menu ul li.clicked ul {
    display: block
}

.mobile-nav .mobile-sub-menu ul li a {
    padding: 0;
    margin: 10px 0;
    font-family: Graphik Semibold,sans-serif
}

.mobile-nav .mobile-sub-menu ul li a.nav-path-selected {
    color: #a13a40
}

.mobile-nav .mobile-sub-menu ul li a:focus {
    background: none
}

.mobile-nav .mobile-sub-menu ul li ul {
    background: #f0f0f0;
    list-style: none;
    padding: 5px 0;
    position: relative;
    margin: 0;
    display: none
}

.mobile-nav .mobile-sub-menu ul li ul:after {
    content: "";
    background-color: #f0f0f0;
    left: 100%;
    position: absolute;
    width: 999em;
    height: 100%;
    top: 0
}

.mobile-nav .mobile-sub-menu ul li ul:before {
    content: "";
    background-color: #f0f0f0;
    right: 100%;
    position: absolute;
    width: 999em;
    height: 100%;
    top: 0
}

.mobile-nav .mobile-sub-menu ul li ul li a {
    font-family: Graphik Regular,sans-serif
}

.mobile-nav .mobile-nav-wrap {
    list-style: none
}

.mobile-nav .mobile-nav-wrap li a {
    font-size: 1.25em;
    margin-bottom: 40px
}

@media only screen and (max-width: 640px) {
    .mobile-nav .mobile-nav-wrap li a {
        font-size:1em;
        margin-bottom: 20px
    }
}

.mobile-nav .button-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 25px;
    border-top: 1px solid #f0f0f0;
    margin: 0;
    z-index: 1
}

@media only screen and (max-width: 640px) {
    .mobile-nav .button-wrap {
        padding:15px 25px
    }
}

.mobile-nav .button-wrap li {
    margin-right: 30px
}

@media only screen and (max-width: 640px) {
    .mobile-nav .button-wrap li {
        margin-right:10px
    }
}

.page-arabic .mobile-nav .button-wrap li {
    margin-left: 30px;
    margin-right: 0
}

@media only screen and (max-width: 640px) {
    .page-arabic .mobile-nav .button-wrap li {
        margin-left:20px
    }
}

.mobile-nav .button-wrap li .portal-btn {
    font-size: 16px;
    color: #a6905a;
    font-family: Graphik Semibold,sans-serif;
    padding: 20px 0
}

@media only screen and (max-width: 640px) {
    .mobile-nav .button-wrap li .portal-btn {
        font-size:14px
    }
}

.mobile-nav .button-wrap li .portal-btn span {
    font-size: 11px;
    margin-right: 15px
}

.page-arabic .mobile-nav .button-wrap li .portal-btn span {
    margin-right: 0;
    margin-left: 15px
}

@media only screen and (max-width: 640px) {
    .mobile-nav .button-wrap li .portal-btn span {
        font-size:9px;
        margin-right: 12px
    }
}

.mobile-nav .button-wrap li .portal-btn span:before {
    color: #a6905a;
    position: relative;
    top: -2px
}

.mobile-nav .button-wrap li .secondary-btn {
    height: auto;
    padding: 12px 40px
}

@media only screen and (max-width: 640px) {
    .mobile-nav .button-wrap li .secondary-btn {
        padding:10px 15px;
        font-size: 15px
    }
}

.filter {
    margin: 40px 0
}

.filter li {
    padding: 0
}

.filter li.active a {
    background-color: #f0f0f0;
    color: #000
}

.filter li a {
    color: #a6905a;
    font-family: Graphik Semibold,sans-serif;
    font-size: .8125em;
    padding: 2px 18px
}

@media only screen and (max-width: 640px) {
    .filter li a {
        font-size:.75em;
        padding: 2px 13px
    }
}

.filter li a:hover {
    background-color: #f0f0f0;
    color: #000
}

.news-row .slick-list {
    overflow: visible
}

.news-row.height {
    height: 390px;
    overflow: hidden
}

.item {
    height: 390px!important;
    position: relative;
    overflow: hidden
}

@media only screen and (max-width: 1200px) {
    .item {
        height:340px!important
    }
}

@media only screen and (max-width: 768px) {
    .item {
        width:50%;
        height: 340px!important
    }
}

@media only screen and (max-width: 767px) {
    .item {
        height:auto!important;
        width: 100%
    }
}

.page-arabic .item {
    direction: rtl
}

.item.mask:after {
    transform: translateX(-100%)
}

.item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 4;
    transform: translateX(0);
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.item:nth-child(odd) .image {
    background-image: url(../images/news-2.jpg)
}

.item:nth-child(2n+2) .image {
    background-image: url(../images/news-3.jpg)
}

.item:nth-child(2n+2) .image {
    background-image: url(../images/news-1.jpg)
}

@media only screen and (min-width: 769px) {
    .item:hover .image {
        height:100%
    }

    .item:hover .info {
        padding: 245px 20px 20px
    }

    .item:hover .info .date,.item:hover .info .title {
        color: #fff;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease
    }

    .item:hover .info .date span {
        right: 20px;
        background: #fff;
        color: #a6905a
    }

    .item:hover .overlay {
        opacity: .8;
        -webkit-transition: all .6s ease .4s;
        -moz-transition: all .6s ease .4s;
        -ms-transition: all .6s ease .4s;
        -o-transition: all .6s ease .4s;
        transition: all .6s ease .4s
    }
}

.item .alert-block {
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 0;
    color: #fff;
    padding: 13px 16px 10px
}

@media only screen and (max-width: 767px) {
    .item .alert-block {
        right:25px
    }
}

.page-arabic .item .alert-block {
    right: auto;
    left: 15px
}

@media only screen and (max-width: 767px) {
    .page-arabic .item .alert-block {
        left:25px
    }
}

.item .alert-block span {
    color: #fff;
    font-size: 1.25em
}

.item .alert-block span:before {
    color: #fff
}

.item .tag {
    font-family: Graphik Semibold,sans-serif;
    color: #fff;
    letter-spacing: .5px;
    position: absolute;
    margin: 0;
    font-size: .8125em;
    left: 30px;
    top: 15px;
    z-index: 3
}

@media only screen and (max-width: 767px) {
    .item .tag {
        left:45px
    }
}

.page-arabic .item .tag {
    right: 30px;
    left: auto
}

@media only screen and (max-width: 767px) {
    .page-arabic .item .tag {
        right:45px
    }
}

.item .image {
    height: 225px;
    background-image: url(../images/news-1.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: calc(100% - 30px);
    left: 15px;
    top: 0;
    z-index: 2;
    -webkit-transition: all .6s cubic-bezier(.5,0,0,1);
    -moz-transition: all .6s cubic-bezier(.5,0,0,1);
    -ms-transition: all .6s cubic-bezier(.5,0,0,1);
    -o-transition: all .6s cubic-bezier(.5,0,0,1);
    transition: all .6s cubic-bezier(.5,0,0,1)
}

@media only screen and (max-width: 767px) {
    .item .image {
        width:calc(100% - 50px);
        left: 25px
    }
}

.item .info {
    position: relative;
    z-index: 3;
    bottom: 9px;
    padding: 245px 0 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.item .info .title {
    font-size: 1.125em;
    line-height: 28px;
    padding-right: 40px;
    font-family: Graphik Regular,sans-serif;
    -webkit-transition: all .6s ease .1s;
    -moz-transition: all .6s ease .1s;
    -ms-transition: all .6s ease .1s;
    -o-transition: all .6s ease .1s;
    transition: all .6s ease .1s
}

.page-arabic .item .info .title {
    padding-right: 0;
    padding-left: 40px
}

.item .overlay {
    background-color: #a6905a;
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 15px;
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

@media only screen and (max-width: 767px) {
    .item .overlay {
        width:calc(100% - 50px);
        left: 25px
    }
}

.date {
    font-family: Graphik Semibold,sans-serif;
    color: #ababab;
    font-size: .6875em;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px
}

.date span {
    background: #a6905a;
    color: #fff;
    display: inline-block;
    padding: 2px 6px 0;
    position: absolute;
    right: 0;
    line-height: 20px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.primary-btn {
    color: #a13a40;
    font-size: .9375em;
    margin-top: 40px;
    position: relative;
    display: inline-block
}

.primary-btn:after {
    font-family: icomoon!important;
    content: "\E92A";
    color: #a13a40;
    right: -20px;
    position: absolute;
    top: 0
}

.page-arabic .primary-btn:after {
    right: auto;
    left: -20px;
    transform: rotate(180deg)
}

.primary-btn:hover {
    color: #000
}

.primary-btn:hover:after {
    color: #000
}

.primary-btn a {
    display: inline-block;
    color: #a13a40
}

.primary-btn a:before {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.primary-btn a:hover {
    color: #000
}

.primary-btn span {
    margin-left: 10px;
    position: relative;
    top: 2px
}

.secondary-btn {
    background-color: #a6905a;
    font-size: 16px;
    font-family: Graphik Semibold,sans-serif;
    width: 100%;
    height: 56px;
    border: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    color: #fff
}

.secondary-btn:hover {
    background-color: #f0f0f0;
    color: #000
}

.btn-primary {
    color: #fff;
    background-color: #a13a40;
    border-radius: 0;
    border: none;
    padding: 10px 23px;
    font-size: 16px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.btn-primary:hover {
    background-color: #a6905a;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .push {
        height:auto!important
    }
}

.p-left-50 {
    padding-left: 50px
}

.page-arabic .p-left-50 {
    padding-left: 15px;
    padding-right: 50px
}

.content-block {
    padding: 50px 0 90px
}

@media only screen and (max-width: 767px) {
    .content-block {
        padding:30px 0
    }
}

.content-block .container .row h6 {
    font-family: Graphik Semibold,sans-serif;
    font-size: .6875em;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 35px
}

.content-block .container .row p {
    font-size: .9375em
}

.content-block .container .row .primary-btn {
    margin-top: 0
}

@media only screen and (max-width: 992px) {
    .content-block .container .row .left {
        width:100%
    }
}

@media only screen and (max-width: 992px) {
    .content-block .container .row .middle,.content-block .container .row .right {
        width:100%;
        padding-left: 15px
    }

    .page-arabic .content-block .container .row .middle,.page-arabic .content-block .container .row .right {
        padding: 0 15px
    }
}

@media only screen and (max-width: 992px) and (max-width:767px) {
    .content-block .container .row .middle,.content-block .container .row .right {
        padding-left:25px;
        width: 100%
    }

    .page-arabic .content-block .container .row .middle,.page-arabic .content-block .container .row .right {
        padding: 0 25px
    }
}

footer .container {
    width: 100%;
    padding: 0 50px
}

@media only screen and (max-width: 992px) {
    footer .container {
        padding:0 30px
    }
}

footer .container .top {
    padding: 70px 0 65px
}

@media only screen and (max-width: 992px) {
    footer .container .top {
        margin:0
    }
}

@media only screen and (max-width: 768px) {
    footer .container .top {
        padding:20px 0 65px
    }
}

@media only screen and (max-width: 767px) {
    footer .container .top {
        border-bottom:1px solid #eee;
        padding: 20px 0 15px;
        margin-bottom: 30px
    }
}

footer .container .top h6 {
    font-size: .9375em;
    font-family: Graphik Semibold,sans-serif;
    margin-bottom: 20px
}

footer .container .top .logo {
    width: 80px
}

@media only screen and (max-width: 767px) {
    footer .container .top .logo {
        margin-bottom:30px
    }
}

@media only screen and (max-width: 992px) {
    footer .container .top .left {
        padding-left:0;
        width: 100%
    }

    .page-arabic footer .container .top .left {
        padding-right: 0
    }
}

@media only screen and (max-width: 992px) and (max-width:767px) {
    .page-arabic footer .container .top .left {
        padding-left:0
    }
}

footer .container .top .left ul {
    margin: 0
}

footer .container .top .left ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    list-style: none
}

@media only screen and (max-width: 992px) {
    footer .container .top .left ul li {
        width:33.333%
    }
}

@media only screen and (max-width: 767px) {
    footer .container .top .left ul li {
        width:50%
    }
}

footer .container .top .left ul li a {
    color: #ababab;
    font-size: .9375em
}

footer .container .top .left ul li a:hover {
    color: #000;
    font-family: Graphik Semibold,sans-serif
}

footer .container .top .middle {
    padding-left: 50px
}

@media only screen and (max-width: 1200px) {
    footer .container .top .middle {
        padding-left:20px
    }
}

@media only screen and (max-width: 992px) {
    footer .container .top .middle {
        width:40%;
        margin-top: 30px;
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    footer .container .top .middle {
        width:100%;
        margin-bottom: 20px
    }
}

.page-arabic footer .container .top .middle {
    padding-right: 0
}

footer .container .top .middle ul li {
    display: inline-block;
    list-style: none;
    padding: 0
}

footer .container .top .middle ul li a {
    font-size: 1.5em;
    margin-right: 20px
}

.page-arabic footer .container .top .middle ul li a {
    margin-right: 0;
    margin-left: 20px
}

footer .container .top .middle ul li a:hover:before {
    color: #a13a40
}

footer .container .top .right {
    padding-left: 70px
}

@media only screen and (max-width: 1350px) {
    footer .container .top .right {
        padding-left:50px
    }
}

@media only screen and (max-width: 1200px) {
    footer .container .top .right {
        padding-left:0
    }
}

@media only screen and (max-width: 992px) {
    footer .container .top .right {
        width:60%;
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    footer .container .top .right {
        width:100%
    }
}

.page-arabic footer .container .top .right {
    padding-right: 0
}

footer .container .top .right .formidable .width-12 {
    padding: 0
}

footer .container .top .right .formidable .ccm-input-email {
    height: 50px;
    border: 1px solid #f0f0f0;
    padding: 15px;
    -webkit-appearance: none
}

footer .container .top .right .formidable .formidable_row:last-of-type {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100px
}

@media only screen and (max-width: 1200px) {
    footer .container .top .right .formidable .formidable_row:last-of-type {
        width:90px
    }
}

@media only screen and (max-width: 767px) {
    footer .container .top .right .formidable .formidable_row:last-of-type {
        top:34px
    }
}

.page-arabic footer .container .top .right .formidable .formidable_row:last-of-type {
    left: 70px;
    right: auto
}

@media only screen and (max-width: 1350px) {
    .page-arabic footer .container .top .right .formidable .formidable_row:last-of-type {
        left:50px
    }
}

@media only screen and (max-width: 1350px) and (max-width:1200px) {
    .page-arabic footer .container .top .right .formidable .formidable_row:last-of-type {
        left:0
    }
}

footer .container .top .right .formidable .formidable_row:last-of-type .element {
    width: 100%!important
}

footer .container .top .right .formidable .formidable_row:last-of-type .width-12 {
    float: none
}

footer .container .top .right .formidable .formidable_row:last-of-type .width-12 .buttons {
    padding: 0;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .page-arabic footer .container .top .right .formidable .formidable_row:last-of-type .width-12 .buttons {
        margin-top:-20px
    }
}

footer .container .top .right .formidable .formidable_row:last-of-type .width-12 .buttons .btn {
    width: 100%;
    border-radius: 0;
    background: #a13a40;
    height: 50px;
    border: none;
    color: #fff;
    font-size: .9375em;
    text-transform: capitalize;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

@media only screen and (max-width: 1200px) {
    footer .container .top .right .formidable .formidable_row:last-of-type .width-12 .buttons .btn {
        font-size:.75em
    }
}

footer .container .top .right .formidable .formidable_row:last-of-type .width-12 .buttons .btn:hover {
    background: #a6905a
}

footer .container .tentwenty {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    footer .container .tentwenty {
        border:none;
        margin-bottom: 10px
    }
}

footer .container .tentwenty a {
    width: 130px
}

footer .container .bottom {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    footer .container .bottom {
        padding-top:15px
    }
}

footer .container .bottom ul li {
    float: right;
    font-size: 12px;
    display: inline-block;
    color: #ababab;
    padding-left: 20px
}

@media only screen and (max-width: 1350px) {
    footer .container .bottom ul li {
        font-size:11px
    }
}

@media only screen and (max-width: 1250px) {
    footer .container .bottom ul li {
        font-size:10.5px
    }

    footer .container .bottom ul li p {
        line-height: 20px
    }
}

@media only screen and (max-width: 767px) {
    footer .container .bottom ul li {
        float:left;
        padding-left: 0;
        font-size: 13px;
        padding-right: 20px
    }

    .page-arabic footer .container .bottom ul li {
        float: right;
        padding-right: 0;
        padding-left: 20px
    }
}

.page-arabic footer .container .bottom ul li {
    float: left
}

@media only screen and (max-width: 767px) {
    .page-arabic footer .container .bottom ul li {
        float:right
    }
}

footer .container .bottom ul li span {
    color: #000
}

footer .container .bottom ul li:first-child {
    float: left;
    padding-left: 0
}

.page-arabic footer .container .bottom ul li:first-child {
    float: right
}

@media only screen and (max-width: 1024px) {
    .page-arabic footer .container .bottom ul li:first-child {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .page-arabic footer .container .bottom ul li:first-child {
        padding-right:0
    }
}

footer .container .bottom ul li a {
    color: #000
}

footer .container .bottom ul li a:hover {
    opacity: .5
}

.animation-on .animation-hidden.fade {
    opacity: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.animation-on .animation-hidden.fade.appearance {
    opacity: 1
}

.animation-on .animation-hidden.fade-up {
    opacity: 0;
    transform: translateY(50px);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

.animation-on .animation-hidden.fade-up.appearance {
    opacity: 1;
    transform: translateY(0);
    top: -10px;
}

.animation-on .animation-hidden.delay-200 {
    -webkit-transition: all .8s ease .2s;
    -moz-transition: all .8s ease .2s;
    -ms-transition: all .8s ease .2s;
    -o-transition: all .8s ease .2s;
    transition: all .8s ease .2s
}

.animation-on .animation-hidden.delay-400 {
    -webkit-transition: all .8s ease .4s;
    -moz-transition: all .8s ease .4s;
    -ms-transition: all .8s ease .4s;
    -o-transition: all .8s ease .4s;
    transition: all .8s ease .4s
}

.animation-on .animation-hidden.delay-600 {
    -webkit-transition: all .8s ease .6s;
    -moz-transition: all .8s ease .6s;
    -ms-transition: all .8s ease .6s;
    -o-transition: all .8s ease .6s;
    transition: all .8s ease .6s
}

.animation-on .animation-hidden.delay-800 {
    -webkit-transition: all .8s ease .8s;
    -moz-transition: all .8s ease .8s;
    -ms-transition: all .8s ease .8s;
    -o-transition: all .8s ease .8s;
    transition: all .8s ease .8s
}

.animation-on .animation-hidden.delay-1000 {
    -webkit-transition: all .8s ease 1s;
    -moz-transition: all .8s ease 1s;
    -ms-transition: all .8s ease 1s;
    -o-transition: all .8s ease 1s;
    transition: all .8s ease 1s
}

.edit-mode animation-hidden {
    opacity: 1!important;
    transform: translateY(0)!important
}

@media only screen and (max-width: 767px) {
    .default-block {
        padding-bottom:30px
    }
}

.default-block .side-block-wrap .side-block {
    padding: 10px 0;
    box-shadow: 2px 13px 34px 10px rgba(0,0,0,.1);
    margin: 70px 0 50px
}

@media only screen and (max-width: 767px) {
    .default-block .side-block-wrap .side-block {
        margin:50px 0 20px
    }
}

.default-block .side-block-wrap .side-block ul>li>a {
    position: relative
}

.default-block .side-block-wrap .side-block ul>li>a:before {
    content: "";
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #a13a40;
    left: 0;
    top: 0
}

.page-arabic .default-block .side-block-wrap .side-block ul>li>a:before {
    left: auto;
    right: 0
}

.default-block .side-block-wrap .side-block ul>li>a.nav-path-selected,.default-block .side-block-wrap .side-block ul>li>a:hover {
    background-color: #f5ebeb;
    color: #a13a40
}

.default-block .side-block-wrap .side-block ul>li>a.nav-path-selected:before,.default-block .side-block-wrap .side-block ul>li>a:hover:before {
    height: 100%
}

.default-block .side-block-wrap .side-block ul {
    list-style: none;
    margin: 0
}

.default-block .side-block-wrap .side-block ul li.nav-path-selected ul {
    display: block
}

.default-block .side-block-wrap .side-block ul li a {
    font-size: 1.125em;
    padding: 16px 30px;
    color: #000;
    line-height: 26px
}

@media only screen and (max-width: 1024px) {
    .default-block .side-block-wrap .side-block ul li a {
        padding:8px 30px 8px 25px!important
    }
}

@media only screen and (max-width: 768px) {
    .default-block .side-block-wrap .side-block ul li a {
        padding:6px 10px 6px 15px!important;
        font-size: .9em;
        line-height: 22px
    }
}

@media only screen and (max-width: 767px) {
    .default-block .side-block-wrap .side-block ul li a {
        padding:8px 30px 8px 25px!important;
        font-size: 1.125em;
        line-height: 26px
    }

    .page-arabic .default-block .side-block-wrap .side-block ul li a {
        padding: 8px 25px 8px 30px!important
    }
}

.default-block .side-block-wrap .side-block ul li a span {
    position: absolute;
    right: 30px;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1024px) {
    .default-block .side-block-wrap .side-block ul li a span {
        right:15px
    }
}

.page-arabic .default-block .side-block-wrap .side-block ul li a span {
    left: 30px;
    right: auto
}

@media only screen and (max-width: 1024px) {
    .page-arabic .default-block .side-block-wrap .side-block ul li a span {
        left:15px
    }
}

.default-block .side-block-wrap .side-block ul li a span:before {
    color: #a13a40
}

.default-block .side-block-wrap .side-block ul li ul {
    margin: 10px 0 10px 25px;
    display: none
}

.page-arabic .default-block .side-block-wrap .side-block ul li ul {
    margin: 10px 25px 10px 0
}

.default-block .side-block-wrap .side-block ul li ul li a {
    padding: 8px 30px;
    position: relative
}

.default-block .side-block-wrap .side-block ul li ul li a:hover {
    background: none
}

.default-block .side-block-wrap .side-block ul li ul li a:before {
    background-color: transparent
}

.default-block .side-block-wrap .side-block ul li ul li a.nav-path-selected {
    background-color: transparent;
    color: inherit;
    font-family: Graphik Semibold,sans-serif
}

.default-block .side-block-wrap .side-block ul li ul li a.nav-path-selected:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #a13a40;
    left: 10px;
    top: 18px
}

@media only screen and (max-width: 768px) {
    .default-block .side-block-wrap .side-block ul li ul li a.nav-path-selected:before {
        left:0
    }
}

@media only screen and (max-width: 767px) {
    .default-block .side-block-wrap .side-block ul li ul li a.nav-path-selected:before {
        left:8px
    }
}

.page-arabic .default-block .side-block-wrap .side-block ul li ul li a.nav-path-selected:before {
    left: auto;
    right: 10px
}

@media only screen and (max-width: 768px) {
    .page-arabic .default-block .side-block-wrap .side-block ul li ul li a.nav-path-selected:before {
        right:0
    }
}

@media only screen and (max-width: 767px) {
    .page-arabic .default-block .side-block-wrap .side-block ul li ul li a.nav-path-selected:before {
        right:8px
    }
}

@media only screen and (max-width: 992px) {
    .default-block .side-block-wrap {
        width:100%
    }
}

.default-block .info-block-wrap {
    padding: 70px 15px 50px 80px
}

@media only screen and (max-width: 1024px) {
    .default-block .info-block-wrap {
        padding:50px 15px 20px 40px
    }
}

@media only screen and (max-width: 992px) {
    .default-block .info-block-wrap {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .default-block .info-block-wrap {
        padding:30px 15px 0 40px
    }
}

.page-arabic .default-block .info-block-wrap {
    padding: 50px 80px 70px 15px
}

@media only screen and (max-width: 1024px) {
    .page-arabic .default-block .info-block-wrap {
        padding:50px 40px 50px 15px
    }
}

@media only screen and (max-width: 767px) {
    .page-arabic .default-block .info-block-wrap {
        padding:0 40px 30px 15px
    }
}

.default-block .info-block-wrap hr {
    margin-top: 40px;
    margin-bottom: 40px
}

.default-block .info-block-wrap ol,.default-block .info-block-wrap ul {
    padding-left: 15px
}

.page-arabic .default-block .info-block-wrap ol,.page-arabic .default-block .info-block-wrap ul {
    padding-left: 0;
    padding-right: 15px
}

.default-block .left {
    padding-right: 100px
}

.page-arabic .default-block .left {
    padding-right: 0;
    padding-left: 100px
}

.default-block .right p {
    font-family: Graphik Semibold,sans-serif
}

.link-icons li {
    list-style: none
}

.link-icons li:last-child a {
    border-bottom: 1px solid transparent
}

.link-icons li a {
    color: #a6905a;
    padding-right: 20px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.page-arabic .link-icons li a {
    padding-right: 0;
    padding-left: 20px
}

.link-icons li a:hover {
    border-bottom: 1px solid #a6905a
}

.link-icons li a span {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: .75em
}

.page-arabic .link-icons li a span {
    left: 0;
    right: auto
}

.login-page {
    padding-top: 200px
}

.login-page form .label {
    margin-bottom: 10px
}

.login-page form .btn-primary {
    margin-top: 30px
}

.inner-block {
    padding-top: 140px
}

.chosen-container {
    width: 100%!important
}

.chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: transparent;
    background: #fff;
    box-shadow: none;
    border-radius: 0
}

.chosen-container .chosen-drop {
    background-color: transparent;
    background: #fff;
    border: none;
    top: 50px;
    border-radius: 0!important;
    box-shadow: none!important
}

.chosen-container .chosen-drop .chosen-search input {
    color: #000
}

.chosen-container.chosen-container-multi .chosen-single,.chosen-container.chosen-container-single .chosen-single {
    background-color: transparent;
    background: #fff;
    border: 1px solid #d7d7d7;
    box-shadow: none;
    border-radius: 0;
    height: 56px;
    padding: 16px;
    font-size: 14px;
    letter-spacing: 1.5px;
    color: #000;
    font-family: Graphik Regular,sans-serif;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none!important
}

.chosen-container.chosen-container-multi .chosen-single:hover,.chosen-container.chosen-container-single .chosen-single:hover {
    background: none
}

.chosen-container.chosen-container-multi .chosen-single div b,.chosen-container.chosen-container-single .chosen-single div b {
    background-image: url(../images/select-dropdown.png);
    background-size: 12px auto;
    background-position: 50%!important;
    background-repeat: no-repeat;
    position: relative;
    right: 11px;
    top: 2px
}

.chosen-container .chosen-results {
    margin: 0!important;
    border-radius: 0;
    padding: 5px 0!important;
    background: #fff
}

.chosen-container .chosen-results li {
    padding: 9px 15px!important;
    color: #000;
    margin: 0!important;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize
}

.chosen-container .chosen-results li.highlighted {
    background-color: #a6905a!important;
    background-image: none!important
}

.bootstrap-select {
    width: 100%!important;
    outline: 0;
    box-shadow: none!important
}

.bootstrap-select .dropdown-menu {
    max-width: 100%!important
}

.page-arabic .bootstrap-select .dropdown-menu {
    text-align: right;
    right: 0;
    left: auto;
    min-width: 100%!important
}

.bootstrap-select .dropdown-menu.inner {
    overflow: auto
}

.bootstrap-select.multiple .dropdown-menu li a {
    padding: 8px 12px 8px 30px;
    text-transform: capitalize
}

.bootstrap-select.multiple .dropdown-menu li a .glyphicon {
    background-image: url(../images/unchecked.png);
    display: block;
    font-size: 0;
    width: 20px;
    position: absolute;
    left: 7px;
    height: 20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    top: 9px
}

.page-arabic .bootstrap-select.multiple .dropdown-menu li a .glyphicon {
    right: 15px
}

.bootstrap-select.multiple .dropdown-menu li a .glyphicon:before {
    content: ""
}

.bootstrap-select.multiple .dropdown-menu li a.selected .glyphicon {
    background-image: url(../images/checked.png);
    top: 9px
}

.page-arabic .bootstrap-select.multiple .dropdown-menu li a.selected .glyphicon {
    top: 9px
}

.bootstrap-select button {
    height: 55px;
    border-radius: 0;
    border: 1px solid #d7d7d7;
    background-color: #fff!important;
    outline: 0!important;
    box-shadow: none!important;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.bootstrap-select button:hover {
    background-color: #f0f0f0;
    border: 1px solid #ababab
}

.page-arabic .bootstrap-select button .filter-option {
    text-align: right;
    padding-right: 0!important
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    border-radius: 0
}

.bootstrap-select .dropdown-menu li {
    margin-bottom: 0!important
}

.bootstrap-select .dropdown-menu li.active a {
    background-color: #a6905a!important;
    color: #fff
}

.bootstrap-select .dropdown-menu li a {
    padding: 10px 12px;
    white-space: pre-line
}

.bootstrap-select .dropdown-menu li a:focus,.bootstrap-select .dropdown-menu li a:hover {
    background-color: #a6905a!important;
    color: #fff
}

.bootstrap-select .caret {
    color: #a6905a;
    border: 6px solid transparent;
    border-top: 6px dashed;
    border-bottom: none
}

.page-arabic .bootstrap-select .caret {
    left: 12px;
    right: auto!important
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 12px;
    text-transform: capitalize
}

.search-block {
    margin: 0 -5px;
    position: relative;
    z-index: 1;
    overflow: visible
}

.search-block.flex {
    display: flex
}

@media only screen and (max-width: 767px) {
    .search-block.flex {
        display:block
    }
}

.search-block.flex .input-block {
    flex: 1
}

.search-block:last-child {
    margin-bottom: 30px
}

.search-block.six .input-block {
    width: 15%
}

@media only screen and (max-width: 767px) {
    .search-block.six .input-block {
        width:100%
    }
}

.search-block.six .input-block.search {
    width: 30%
}

@media only screen and (max-width: 767px) {
    .search-block.six .input-block.search {
        width:100%
    }
}

.search-block.six .input-block.btn {
    width: 10%
}

@media only screen and (max-width: 767px) {
    .search-block.six .input-block.btn {
        width:100%
    }
}

.search-block .input-block {
    width: 15%;
    padding: 0 5px;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .search-block .input-block {
        width:100%!important
    }
}

.search-block .input-block .secondary-btn {
    margin-top: -1px
}

.search-block .input-block.search {
    width: 41%;
    opacity: 1;
    transform: translateY(0)
}

@media only screen and (max-width: 767px) {
    .search-block .input-block.search {
        width:100%
    }
}

.search-block .input-block.search input {
    padding-left: 50px
}

.search-block .input-block.search span {
    position: absolute;
    left: 25px;
    top: 20px
}

@media only screen and (max-width: 640px) {
    .search-block .input-block.search span {
        left:40px
    }
}

.search-block .input-block.btn {
    width: 14%
}

@media only screen and (max-width: 767px) {
    .search-block .input-block.btn {
        width:100%
    }
}

.title-block {
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .title-block {
        margin-bottom:30px
    }
}

.title-block h2 {
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .title-block h2 {
        margin-bottom:10px
    }
}

.title-block p {
    padding-right: 20%
}

.page-arabic .title-block p {
    padding-right: 0;
    padding-left: 20%
}

.DownloadpageList {
    margin-bottom: 20px
}

.DownloadpageList .content {
    min-height: 170px;
    padding: 30px 31px
}

.DownloadpageList .content img {
    position: static;
    max-height: 25px;
    width: auto
}

.DownloadpageList .content .top {
    margin-top: 10px
}

.DownloadpageList .content .top p {
    margin: 0 0 30px
}

.DownloadpageList .content p {
    font-size: 1.125em
}

.DownloadpageList .content .link-name {
    font-size: .9375em!important;
    bottom: 10px;
    left: 30px
}

.DownloadpageList .content .link-name span {
    font-size: 10px
}

.kit-row .left h3 {
    font-family: Graphik Regular,sans-serif;
    margin-bottom: 20px
}

.icon {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px
}

.page-arabic .icon {
    right: auto;
    left: 20px
}

.link-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 20px;
    color: #a6905a!important;
    font-size: 1.25em!important;
    opacity: .7;
    font-family: Graphik Regular,sans-serif
}

.page-arabic .link-name {
    left: auto;
    right: 20px
}

.link-name span {
    position: absolute;
    right: 45px;
    font-size: 10px;
    top: 7px
}

.page-arabic .link-name span {
    transform: rotate(180deg);
    left: 45px
}

.icon-document {
    background-image: url(../images/doc-icon.png);
    background-size: 16px auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.icon-document.light-grey {
    background-image: url(../images/doc-icon-white-transparent.png)
}

.icon-arrow {
    background-image: url(../images/arrow-right.png);
    background-size: 20px auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.board .container .row {
    padding-bottom: 50px
}

.board .container .row .team-block .doc-item.medium {
    min-height: 175px
}

.modal-open .navbar-fixed-bottom,.modal-open .navbar-fixed-top,body.modal-open {
    margin-right: 0;
    overflow: auto;
    overflow-x: hidden
}

.overlay {
    background: transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease .1s;
    -moz-transition: all .6s ease .1s;
    -ms-transition: all .6s ease .1s;
    -o-transition: all .6s ease .1s;
    transition: all .6s ease .1s
}

.overlay.black {
    background: rgba(0,0,0,.3);
    z-index: 0
}

.modal {
    transform: scale(0);
    overflow-y: auto;
    -webkit-transition: all .4s ease .1s;
    -moz-transition: all .4s ease .1s;
    -ms-transition: all .4s ease .1s;
    -o-transition: all .4s ease .1s;
    transition: all .4s ease .1s
}

.modal.fade {
    transform: scale(1)
}

.modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    background: none
}

.modal .modal-body {
    padding: 0
}

.modal .modal-dialog {
    width: 100vw;
    height: 100vh;
    padding: 0;
    transform: none!important;
    margin: 0
}

.modal .modal-dialog .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.modal .modal-dialog .close-btn span:before {
    color: #000
}

.modal .modal-dialog .close-btn:hover {
    opacity: .5
}

.modal .modal-dialog .container {
    position: relative;
    padding: 0
}

.modal .modal-dialog .container .center {
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
    width: 1%
}

.modal .modal-dialog .container .center .overlay {
    position: fixed;
    background: none
}

.modal .modal-dialog .container .center .buttons .ccm-input-submit {
    padding: 9px 20px
}

.modal .modal-dialog .container .center .row {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 0
}

.modal .modal-dialog .container .center .row .left,.modal .modal-dialog .container .center .row .right {
    padding: 0
}

.modal .modal-dialog .container .center .row .image {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px
}

.modal .modal-dialog .container .center .row .info {
    height: 650px;
    padding: 50px
}

.modal .modal-dialog .container .center .row .info p {
    font-size: 1em;
    line-height: 28px;
    margin-bottom: 10px
}

.modal .modal-dialog .container .center .row .info h6 {
    font-family: Graphik Semibold,sans-serif;
    opacity: .5;
    letter-spacing: .5px;
    font-size: .6875em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.modal .modal-dialog .container .center .row .info h4 {
    font-family: Graphik Regular,sans-serif;
    line-height: 30px;
    margin-bottom: 10px
}

.more-links ul {
    margin-top: 40px
}

.more-links ul li {
    width: 33.333%;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.25em
}

@media only screen and (max-width: 640px) {
    .more-links ul li {
        width:100%
    }
}

.more-links ul li a {
    color: #a6905a
}

.more-links ul li a:hover {
    color: #ababab
}

.more-links .right img {
    margin-top: 40px;
    width: 95px;
    float: right
}

@media only screen and (max-width: 767px) {
    .more-links .right img {
        display:none
    }
}

.back-btn {
    text-transform: uppercase;
    font-size: .6875em;
    font-family: Graphik Semibold,sans-serif;
    color: #a6905a;
    letter-spacing: .5px
}

.back-btn:hover {
    color: #b8b8b8
}

.back-btn:hover span:before {
    color: #b8b8b8
}

.back-btn span {
    margin-right: 12px
}

.page-arabic .back-btn span {
    float: right;
    margin-left: 12px;
    margin-right: 0;
    transform: rotate(180deg)
}

.slick-arrow {
    position: absolute;
    bottom: -10px;
    color: #d7d7d7;
    border: 1px solid #d7d7d7;
    padding: 13px;
    font-size: .75em;
    z-index: 10
}

.slick-arrow:before {
    color: #d7d7d7!important
}

.slick-arrow.prev {
    right: 65px
}

@media only screen and (max-width: 767px) {
    .slick-arrow.prev {
        right:63px
    }
}

.slick-arrow.next {
    right: 15px
}

.slick-arrow:hover {
    border: 1px solid #a13a40;
    z-index: 11
}

.slick-arrow:hover:before {
    color: #a13a40!important
}

.page-arabic .slick-slider {
    direction: rtl
}

.page-arabic .text-left,.page-arabic table,.page-arabic table td,.page-arabic table th {
    text-align: right
}

div.ccm-notification-info {
    display: none
}

@media only screen and (max-width: 639px) {
    .gallery-slider .inner-wrap {
        margin:0!important
    }
}

.gallery-slider .slick-arrow {
    width: 13px;
    background: transparent;
    padding: 0;
    border: 0;
    top: 40%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 991px) {
    .gallery-slider .slick-arrow {
        top:100%;
        width: 23px;
        margin-top: 30px
    }
}

.gallery-slider .slick-arrow img {
    width: 100%;
    height: auto
}

.gallery-slider .slick-prev {
    left: -55px
}

@media only screen and (max-width: 1024px) {
    .gallery-slider .slick-prev {
        left:-30px
    }
}

@media only screen and (max-width: 991px) {
    .gallery-slider .slick-prev {
        left:42%
    }
}

@media only screen and (max-width: 480px) {
    .gallery-slider .slick-prev {
        left:38%
    }
}

.gallery-slider .slick-next {
    right: -40px
}

@media only screen and (max-width: 1024px) {
    .gallery-slider .slick-next {
        right:-25px
    }
}

@media only screen and (max-width: 991px) {
    .gallery-slider .slick-next {
        right:42%
    }
}

@media only screen and (max-width: 480px) {
    .gallery-slider .slick-next {
        right:38%
    }
}

.gallery-slider .slick-disabled {
    opacity: .6
}

@media only screen and (min-width: 640px) {
    .events-today .slick-track {
        margin-left:0
    }
}

.height-auto {
    height: auto!important
}

table {
    float: none
}

.fancybox-container .fancybox-slide--video .fancybox-content:before {
    display: none
}

.fancybox-container .fancybox-slide--video .fancybox-content iframe {
    width: 120%;
    height: 120%;
    margin-left: -10%;
    margin-top: -5%
}

.fancybox-container .fancybox-content {
    position: relative;
    padding-right: 0;
    overflow: hidden!important
}

.fancybox-container .fancybox-content:before {
    content: "";
    width: 100%;
    height: 44px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0
}

.fancybox-container .fancybox-content .modal_inner_div {
    position: relative;
    margin-right: 20px;
    max-height: 54vh;
    overflow: auto
}

.fancybox-container .fancybox-content .modal_inner_div .modal_content_div {
    padding-right: 25px
}

.fancybox-container .fancybox-content ol,.fancybox-container .fancybox-content ul {
    margin-left: 30px
}

.fancybox-container .fancybox-content ol li,.fancybox-container .fancybox-content ul li {
    line-height: 24px;
    margin-bottom: 10px
}

.fancybox-container .fancybox-content ol li ol,.fancybox-container .fancybox-content ol li ul,.fancybox-container .fancybox-content ul li ol,.fancybox-container .fancybox-content ul li ul {
    margin-left: 20px
}

.fancybox-container .fancybox-content p strong {
    font-family: Graphik Semibold,sans-serif;
    font-weight: 400
}

.fancybox-container .fancybox-content p a {
    display: inline-block;
    color: rgba(166,144,90,.7);
    -webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    -ms-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    transition: all .3s cubic-bezier(.455,.03,.515,.955)
}

.fancybox-container .fancybox-content p a:hover {
    color: #a6905a;
    -webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    -moz-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    -ms-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    -o-transition: all .3s cubic-bezier(.455,.03,.515,.955);
    transition: all .3s cubic-bezier(.455,.03,.515,.955)
}

.fancybox-container .fancybox-content table {
    width: 100%!important;
    border: 1px solid #a6905a;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 51vh;
    display: block;
    padding-right: 5px
}

@media only screen and (max-width: 767px) {
    .fancybox-container .fancybox-content table {
        max-height:92vh
    }
}

.fancybox-container .fancybox-content table tbody {
    max-height: 49vh;
    overflow-y: scroll;
    display: block;
    margin-bottom: 20px;
    padding-right: 15px
}

@media only screen and (max-width: 767px) {
    .fancybox-container .fancybox-content table tbody {
        max-height:90vh
    }
}

.fancybox-container .fancybox-content table th {
    font-family: Graphik Semibold,sans-serif
}

.fancybox-container .fancybox-content table td,.fancybox-container .fancybox-content table th {
    line-height: 35px;
    padding-left: 10px;
    padding-right: 10px
}

.fancybox-container .fancybox-content table td p,.fancybox-container .fancybox-content table th p {
    margin: 10px 0
}

.inner-banner {
    height: 390px;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    .inner-banner {
        height:100vw
    }
}

.inner-banner .container {
    display: flex;
    align-items: center
}

.inner-banner .container .caption {
    margin-top: 60px;
    padding-left: 30px;
    position: relative
}

@media only screen and (max-width: 1200px) {
    .inner-banner .container .caption {
        width:90%;
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .inner-banner .container .caption {
        position:absolute;
        bottom: 25px
    }
}

.inner-banner .container .caption h1 {
    margin: 0;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .inner-banner .container .caption h1 {
        font-size:2em
    }
}

.inner-banner .container .caption h2 {
    position: absolute;
    top: -60px;
    color: #fff;
    left: -30px;
    font-family: Graphik Semibold,sans-serif;
    font-size: 1.25em
}

.page-arabic .inner-banner .container .caption h2 {
    left: auto;
    right: -30px
}

@media only screen and (max-width: 1200px) {
    .inner-banner .container .caption h2 {
        position:static
    }
}

@media only screen and (max-width: 767px) {
    .inner-banner .container .caption h2 {
        font-size:1.125em;
        margin-bottom: 20px
    }
}

.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35)
}

.simpleTabsContent .slick-list {
    overflow: visible!important
}

.each_journey {
    width: 360px;
    height: 460px!important;
    padding-right: 3vh;
    display: inline!important;
    outline: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.page-arabic .each_journey {
    float: right
}

.each_journey .img_sec {
    position: relative;
    padding-bottom: 100%;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.each_journey .img_sec img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top
}

.each_journey .content_sec {
    padding: 15px 0;
    position: relative;
    width: 100%;
    height: auto
}

.page-arabic .each_journey .content_sec {
    direction: rtl
}

.each_journey .content_sec p {
    font-family: Graphik Regular,sans-serif;
    color: rgba(0,0,0,.96);
    font-size: 1.125em
}

.each_journey .content_sec .hidden_div {
    position: absolute;
    width: 100%;
    top: 0;
    min-height: 200px;
    overflow: hidden;
    background-color: #fff;
    transform: translateY(23%);
    opacity: 0;
    padding: 23px 0;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.each_journey .content_sec .hidden_div span {
    text-transform: uppercase;
    font-family: Graphik Semibold,sans-serif;
    font-size: .6875em;
    color: #ababab;
    letter-spacing: .6px;
    display: inline-block
}

.each_journey .content_sec .hidden_div p {
    font-size: 1em;
    font-family: Graphik Regular,sans-serif;
    color: #1f1f1f;
    margin-top: 13px
}

.each_journey:hover {
    height: 700px!important;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.each_journey:hover .content_sec .hidden_div {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.timeLineType2 .simpleTabs li {
    border: none;
    background-color: transparent;
    position: relative;
    padding: 11px 0!important;
    margin: 0 25px 0 0!important
}

.timeLineType2 .simpleTabs li.active {
    padding: 11px 0!important
}

.timeLineType2 .simpleTabs li.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #a6905a;
    bottom: -1px;
    left: 0
}

.timeLineType2 .simpleTabs li.active a {
    color: #a6905a!important
}

.timeLineType2 .simpleTabs li a {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.25em;
    font-weight: 400!important
}

.two_col_list {
    margin-top: 20px
}

.two_col_list ul {
    padding-left: 0!important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: 100%;
    margin-bottom: 15px!important
}

.page-arabic .two_col_list ul {
    padding-right: 0!important
}

@media only screen and (max-width: 767px) {
    .two_col_list ul {
        -webkit-column-count:1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.two_col_list ul li {
    list-style: none;
    color: #a6905a;
    letter-spacing: -.1px;
    font-size: 1.25em;
    margin-bottom: 14px!important
}

@media only screen and (max-width: 768px) {
    .two_col_list ul li {
        font-size:1.125em
    }
}

@media only screen and (max-width: 767px) {
    .two_col_list ul li {
        font-size:1em
    }
}

.list_link_block {
    background-color: #fff;
    -webkit-box-shadow: 0 -2px 17px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 -2px 17px 0 rgba(0,0,0,.07);
    box-shadow: 0 -2px 17px 0 rgba(0,0,0,.07);
    padding: 35px 0 10px;
    margin-bottom: 30px
}

.list_link_block h4 {
    padding: 4px 70px 4px 40px;
    font-size: 1.25em;
    font-family: Graphik Semibold,sans-serif;
    line-height: 30px;
    margin-bottom: 10px
}

@media only screen and (max-width: 768px) {
    .list_link_block h4 {
        padding:4px 20px
    }
}

.page-arabic .list_link_block h4 {
    padding: 4px 40px 4px 70px
}

@media only screen and (max-width: 768px) {
    .page-arabic .list_link_block h4 {
        padding:4px 20px
    }
}

.list_link_block h6 {
    padding: 4px 70px 4px 40px;
    font-family: Graphik Regular,sans-serif;
    font-size: 1.125em;
    line-height: 1.5;
    margin-bottom: 0;
    color: rgba(0,0,0,.96)
}

@media only screen and (max-width: 768px) {
    .list_link_block h6 {
        padding:4px 20px
    }
}

.page-arabic .list_link_block h6 {
    padding: 4px 40px 4px 70px
}

@media only screen and (max-width: 768px) {
    .page-arabic .list_link_block h6 {
        padding:4px 20px
    }
}

.list_link_block ul {
    list-style: none;
    margin-bottom: 20px;
    margin-top: 5px
}

.list_link_block ul li {
    padding: 8px 40px 5px;
    margin-bottom: 0;
    font-size: .9375em;
    letter-spacing: -.08px;
    position: relative;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

@media only screen and (max-width: 768px) {
    .list_link_block ul li {
        padding:8px 20px 5px
    }
}

.list_link_block ul li span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s
}

.page-arabic .list_link_block ul li span {
    right: auto;
    left: 20px;
    transform: rotate(180deg);
    top: 15px
}

.list_link_block ul li span:before {
    color: #fff
}

.list_link_block ul li a {
    color: #a6905a;
    font-size: inherit
}

.list_link_block ul li:hover {
    background-color: #a6905a;
    color: #fff;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.list_link_block ul li:hover a {
    color: #fff
}

.list_link_block ul li:hover span {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all 1s cubic-bezier(.455,.03,.515,.955) 0s
}

.table_list .table_row {
    padding: 20px 20px 24px 16px;
    background-color: #fff;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.table_list .table_row:hover {
    background-color: #a6905a;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.table_list .table_row:hover h6,.table_list .table_row:hover p {
    color: #fff;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.table_list .row_border {
    border-bottom: 1px solid #d1d1d1;
    position: relative;
    padding: 11px 20px;
    background-color: #fff
}

.table_list .col_list {
    display: inline-block
}

.table_list .col_list h6 {
    font-family: Graphik Semibold,sans-serif;
    color: rgba(0,0,0,.4);
    font-size: .6875em;
    letter-spacing: .6px;
    text-transform: uppercase
}

.table_list .col_list h6,.table_list .col_list p {
    margin: 0;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.table_list .col_list p {
    font-size: 1em;
    color: rgba(0,0,0,.6)
}

.table_list .col-a {
    width: 25%
}

.table_list .col-a p {
    color: #000
}

.table_list .col-b {
    width: 28%
}

.table_list .col-c,.table_list .col-d {
    width: 14%
}

.table_list .col-e {
    width: 17%
}

.tableTypeTwo .table_row {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 27px;
    padding-top: 27px
}

.tableTypeTwo .table_row .col_list {
    display: inline-block;
    vertical-align: top
}

.tableTypeTwo .table_row .col_list span {
    font-family: Graphik Regular,sans-serif;
    color: rgba(0,0,0,.52);
    font-size: .9375em
}

.tableTypeTwo .table_row .col_list p {
    margin: 5px 0 0;
    font-size: 1.125em;
    color: rgba(0,0,0,.6);
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.tableTypeTwo .table_row .col_a {
    width: 30%
}

.tableTypeTwo .table_row .col_b {
    width: 21.5%
}

.tableTypeTwo .table_row .col_c {
    width: 25.5%
}

.tableTypeTwo .table_row .col_d {
    width: 21%
}

.tableTypeTwo:last-child {
    border-bottom: none
}

.tab_list ul {
    list-style: none;
    padding-left: 0!important
}

.page-arabic .tab_list ul {
    padding-right: 0!important
}

.tab_list ul li {
    display: inline-block;
    border: 1px solid #ebebeb;
    margin-right: 3px;
    border-radius: 2px
}

.tab_list ul li,.tab_list ul li a {
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.tab_list ul li a {
    padding: 10px 23px 10px 18px;
    font-family: Graphik Regular,sans-serif;
    letter-spacing: -.1px;
    font-size: .9375em;
    color: #000;
    display: inline-block!important
}

.tab_list ul li:hover {
    border: 1px solid #a6905a;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.tab_list ul li:hover a {
    background-color: #a6905a;
    color: #fff!important;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.faq_sec {
    background-color: #fff;
    padding: 0;
    -webkit-box-shadow: 0 -2px 14px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 -2px 14px 0 rgba(0,0,0,.07);
    box-shadow: 0 -2px 14px 0 rgba(0,0,0,.07);
    margin: 30px 0 10px
}

.faq_sec .faq_each {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 19px;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.faq_sec .faq_each:last-child {
    border-bottom: none!important
}

.faq_sec .faq_each .qn_sec {
    padding: 20px 60px 0 24px;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .faq_sec .faq_each .qn_sec {
        padding:20px 35px 0 15px
    }
}

.page-arabic .faq_sec .faq_each .qn_sec {
    padding: 20px 24px 0 60px
}

@media only screen and (max-width: 768px) {
    .page-arabic .faq_sec .faq_each .qn_sec {
        padding:20px 15px 0 35px
    }
}

.faq_sec .faq_each .qn_sec p {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .faq_sec .faq_each .qn_sec p {
        font-size:1em;
        line-height: 22px
    }
}

.faq_sec .faq_each span {
    position: absolute;
    pointer-events: none;
    right: 17px;
    top: 30px;
    font-size: 10px;
    transform: rotate(0deg);
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.page-arabic .faq_sec .faq_each span {
    left: 17px;
    right: auto
}

@media only screen and (max-width: 767px) {
    .faq_sec .faq_each span {
        top:25px
    }
}

.faq_sec .faq_each .ans_sec {
    display: none;
    padding-left: 24px;
    padding-right: 24px
}

@media only screen and (max-width: 768px) {
    .faq_sec .faq_each .ans_sec {
        padding-left:15px;
        padding-right: 15px
    }
}

.faq_sec .faq_each .ans_sec p {
    margin-top: 15px;
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .faq_sec .faq_each .ans_sec p {
        font-size:.9375em
    }
}

.faq_sec .faq_each .ans_sec p strong {
    font-weight: 400
}

.faq_sec .faq_each .ans_sec p strong,.page-arabic .faq_sec .faq_each .ans_sec p strong {
    font-family: Graphik Semibold,sans-serif
}

.faq_sec .faq_each .ans_sec h4 {
    margin-top: 20px
}

.faq_sec .faq_each .ans_sec table {
    border: 1px solid #a6905a;
    float: none;
    width: 100%!important;
    table-layout: fixed
}

.faq_sec .faq_each .ans_sec table td {
    padding: 6px 8px 6px 12px;
    width: 24%;
    word-break: break-word
}

.faq_sec .faq_each .ans_sec table td p {
    text-align: inherit
}

.faq_sec .faq_each .ans_sec table td ol,.faq_sec .faq_each .ans_sec table td ul {
    margin-left: 0
}

.faq_sec .faq_each .ans_sec table td ol li,.faq_sec .faq_each .ans_sec table td ul li {
    text-align: left
}

.faq_sec .faq_each .ans_sec ol,.faq_sec .faq_each .ans_sec ul {
    margin-left: 0
}

.faq_sec .faq_each .ans_sec ol li,.faq_sec .faq_each .ans_sec ul li {
    line-height: 24px;
    margin-bottom: 15px
}

.faq_sec .faq_each .ans_sec .two_col_list ul {
    margin-left: 0!important
}

.faq_sec .faq_each .ans_sec .two_col_list ul li {
    margin-bottom: 16px;
    font-size: 18px
}

@media only screen and (max-width: 1024px) {
    .faq_sec .faq_each .ans_sec .two_col_list ul li {
        font-size:1em
    }
}

.faq_sec .faq_each.show {
    border-bottom: 1px solid #a6905a
}

.faq_sec .faq_each.show,.faq_sec .faq_each.show span {
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.faq_sec .faq_each.show span {
    transform: rotate(-180deg) translateY(0)!important
}

@media only screen and (max-width: 1024px) {
    .faq_sec .faq_each.show span {
        transform:rotate(-180deg) translateY(0)!important
    }
}

.faq_sec .faq_each:hover {
    border-bottom: 1px solid #a6905a;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.faq_sec .faq_each:hover span {
    transform: translateY(5px);
    -webkit-transition: transform .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: transform .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: transform .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: transform .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: transform .6s cubic-bezier(.455,.03,.515,.955) 0s
}

@media only screen and (max-width: 1024px) {
    .faq_sec .faq_each:hover span {
        transform:translateY(0)
    }
}

.inner-banner1 {
    height: 715px;
    position: relative;
    background-image: url(../images/banner-2.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.inner-banner1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35)
}

.inner-banner1 .container {
    display: flex;
    align-items: center
}

.inner-banner1 .container .caption {
    margin-top: 60px;
    padding-left: 0;
    position: relative
}

.inner-banner1 .container .caption h1 {
    color: #fff;
    margin: 0 0 15px
}

.inner-banner1 .container .caption h2 {
    position: absolute;
    top: -60px;
    color: #fff;
    left: -30px;
    font-family: Graphik Semibold,sans-serif;
    font-size: 1.25em
}

.inner-banner1 .container .caption p {
    color: hsla(0,0%,100%,.7);
    width: 43%;
    letter-spacing: -.5px;
    font-size: 1.25em
}

@media only screen and (max-width: 768px) {
    .inner-banner1 .container .caption p {
        width:60%
    }
}

@media only screen and (max-width: 767px) {
    .inner-banner1 .container .caption p {
        width:90%
    }
}

.page-template-what-we-do.page-arabic .inner-banner1:before {
    background-color: rgba(0,0,0,.45)
}

form .formidable_row h6 {
    margin-bottom: 15px;
    font-family: Graphik Regular,sans-serif;
    font-size: 1.1875em
}

form .formidable_row .element .input {
    min-height: 55px
}

form .formidable_row .element input,form .formidable_row .element textarea {
    border: 1px solid #d7d7d7;
    padding-left: 15px
}

form .formidable_row .element textarea {
    resize: none
}

form .formidable_row .element[class*=regulatory-experience] label {
    position: static;
    pointer-events: auto;
    opacity: 1;
    padding-left: 0
}

form .formidable_row .element[class*=regulatory-experience] .radio {
    width: 80px;
    display: inline-block
}

form .formidable_row .element[class*=regulatory-experience] .radio label {
    padding-left: 25px;
    position: relative;
    height: 25px
}

form .formidable_row .element[class*=regulatory-experience] .radio label:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    left: -10px;
    top: -4px
}

form .formidable_row .element[class*=regulatory-experience] .radio label:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -2px;
    top: 4px
}

form .formidable_row .element[class*=regulatory-experience] .radio label.radio_selected:after {
    background-color: #a6905a
}

form .formidable_row .element[class*=regulatory-experience] .radio input {
    margin-left: -25px;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

form .formidable_row .element[class*=attach-document] label,form .formidable_row .element[class*=upload-cv] label {
    z-index: 1
}

form .formidable_row .element[class*=attach-document] .dz-preview,form .formidable_row .element[class*=upload-cv] .dz-preview {
    width: 96%;
    min-height: auto
}

form .formidable_row .element[class*=attach-document] .dz-preview .dz-details,form .formidable_row .element[class*=upload-cv] .dz-preview .dz-details {
    line-height: auto;
    padding: 10px 0;
    position: static;
    margin-top: 5px
}

form .formidable_row .element[class*=attach-document] .dz-preview .dz-remove,form .formidable_row .element[class*=upload-cv] .dz-preview .dz-remove {
    width: 30%;
    margin: 5px auto auto
}

form .formidable_row .element[class*=attach-document] .dz-preview .dz-image,form .formidable_row .element[class*=upload-cv] .dz-preview .dz-image {
    display: none
}

form .formidable_row .element[class*=attach-document] .dz-preview .dz-progress,form .formidable_row .element[class*=attach-document] .dz-preview .dz-size,form .formidable_row .element[class*=attach-document] .dz-preview .dz-success-mark,form .formidable_row .element[class*=upload-cv] .dz-preview .dz-progress,form .formidable_row .element[class*=upload-cv] .dz-preview .dz-size,form .formidable_row .element[class*=upload-cv] .dz-preview .dz-success-mark {
    display: none
}

form .formidable_row .element[class*=attach-document] .input,form .formidable_row .element[class*=upload-cv] .input {
    position: relative
}

form .formidable_row .element[class*=attach-document] .input:before,form .formidable_row .element[class*=upload-cv] .input:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(../images/doc-icon.png);
    background-size: 16px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    right: 5px;
    top: 10px
}

.page-arabic form .formidable_row .element[class*=attach-document] .input:before,.page-arabic form .formidable_row .element[class*=upload-cv] .input:before {
    right: auto;
    left: 5px
}

form .formidable_row .element[class*=attach-document] .dz-message,form .formidable_row .element[class*=upload-cv] .dz-message {
    padding: 4px 0;
    opacity: 0
}

form .formidable_row .element[class*=i-consent] label {
    position: static;
    pointer-events: auto;
    opacity: 1
}

form .formidable_row .element[class*=i-consent]>label {
    position: absolute;
    left: 30px;
    top: 2px
}

.page-arabic form .formidable_row .element[class*=i-consent]>label {
    left: auto;
    right: 30px
}

form .formidable_row .element[class*=i-consent] .input {
    min-height: 0
}

form .formidable_row .element[class*=i-consent] .input .checkbox label {
    color: transparent;
    font-size: 0;
    padding: 0;
    position: relative;
    left: 0;
    top: 0
}

form .formidable_row .element[class*=i-consent] .input .checkbox label:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    left: 0;
    top: -8px;
    background-color: #fff
}

@media only screen and (max-width: 1024px) {
    form .formidable_row .element[class*=i-consent] .input .checkbox label:before {
        top:0
    }
}

@media only screen and (max-width: 768px) {
    form .formidable_row .element[class*=i-consent] .input .checkbox label:before {
        top:-7px
    }
}

@media only screen and (max-width: 767px) {
    form .formidable_row .element[class*=i-consent] .input .checkbox label:before {
        top:0
    }
}

.page-arabic form .formidable_row .element[class*=i-consent] .input .checkbox label:before {
    left: -13px
}

form .formidable_row .element[class*=i-consent] .input .checkbox label:after {
    position: absolute;
    content: "\E928";
    color: #fff;
    font-family: icomoon!important;
    font-size: 24px;
    top: -5px;
    left: 1px
}

@media only screen and (max-width: 1024px) {
    form .formidable_row .element[class*=i-consent] .input .checkbox label:after {
        top:3px
    }
}

@media only screen and (max-width: 768px) {
    form .formidable_row .element[class*=i-consent] .input .checkbox label:after {
        top:-4px
    }
}

@media only screen and (max-width: 767px) {
    form .formidable_row .element[class*=i-consent] .input .checkbox label:after {
        top:3px
    }
}

.page-arabic form .formidable_row .element[class*=i-consent] .input .checkbox label:after {
    left: -12px
}

form .formidable_row .element[class*=i-consent] .input .checkbox label input {
    margin-left: 0;
    opacity: 0;
    width: 30px;
    height: 30px;
    margin-top: -8px;
    position: absolute
}

form .formidable_row .element[class*=i-consent] .input .checkbox label.checkbox_selected:before {
    background-color: #a6905a;
    border: 1px solid #a6905a
}

form .formidable_row .element[class*=i-consent] .input .checkbox label input[type=checkbox]:checked+label:before {
    background-color: #a6905a;
    border: 1px solid #a6905a
}

form .formidable_row .element[class*=paragraph] {
    margin-bottom: 0
}

form .formidable_row .element[class*=paragraph] label {
    opacity: 0
}

form .formidable_row .element[class*=paragraph] p {
    font-size: .875em;
    color: rgba(0,0,0,.4);
    line-height: 24px;
    margin-bottom: 12px
}

form .formidable_row .element[class*=paragraph] p a {
    color: #a6905a;
    display: inline
}

form .formidable_row .element[class*=do-you-consent] label,form .formidable_row .element[class*=gender] label,form .formidable_row .element[class*=value] label {
    position: static;
    pointer-events: auto;
    opacity: 1;
    padding-left: 0
}

form .formidable_row .element[class*=do-you-consent] .radio,form .formidable_row .element[class*=gender] .radio,form .formidable_row .element[class*=value] .radio {
    width: 100px;
    display: inline-block
}

@media only screen and (max-width: 767px) {
    form .formidable_row .element[class*=do-you-consent] .radio,form .formidable_row .element[class*=gender] .radio,form .formidable_row .element[class*=value] .radio {
        width:85px
    }
}

form .formidable_row .element[class*=do-you-consent] .radio label,form .formidable_row .element[class*=gender] .radio label,form .formidable_row .element[class*=value] .radio label {
    padding-left: 25px;
    position: relative;
    height: 25px
}

form .formidable_row .element[class*=do-you-consent] .radio label:before,form .formidable_row .element[class*=gender] .radio label:before,form .formidable_row .element[class*=value] .radio label:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #d7d7d7;
    left: -10px;
    top: -4px
}

form .formidable_row .element[class*=do-you-consent] .radio label:after,form .formidable_row .element[class*=gender] .radio label:after,form .formidable_row .element[class*=value] .radio label:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -2px;
    top: 4px
}

form .formidable_row .element[class*=do-you-consent] .radio label.radio_selected:after,form .formidable_row .element[class*=gender] .radio label.radio_selected:after,form .formidable_row .element[class*=value] .radio label.radio_selected:after {
    background-color: #a6905a
}

form .formidable_row .element[class*=do-you-consent] .radio input,form .formidable_row .element[class*=gender] .radio input,form .formidable_row .element[class*=value] .radio input {
    margin-left: -25px;
    opacity: 0;
    width: 100%;
    height: 100%
}

form .formidable_row .element[class*=do-you-consent] .radio input[type=radio]:checked~label,form .formidable_row .element[class*=gender] .radio input[type=radio]:checked~label,form .formidable_row .element[class*=value] .radio input[type=radio]:checked~label {
    background-color: #a6905a!important
}

form .formidable_row .element[class*=paragraph-label] p {
    color: #000;
    margin-bottom: 15px
}

form .formidable_row .element[class*=label-link] .input {
    min-height: 30px
}

form .formidable_row:nth-of-type(2) .element {
    width: 44%!important
}

form .formidable_row:nth-of-type(2) .element .buttons {
    padding: 0
}

form .formidable_row:nth-of-type(2) .element .buttons .ccm-input-submit {
    width: 100%;
    border-radius: 0;
    background-color: #a6905a;
    font-family: Graphik Semibold,sans-serif;
    color: #fff;
    outline: 0;
    text-transform: capitalize;
    border: none
}

.jumbo {
    padding-top: 238px;
    text-align: center
}

.jumbo a {
    background-color: #a6905a;
    font-family: Graphik Semibold,sans-serif;
    padding: 13px 21px;
    display: inline-block;
    color: #fff;
    margin-top: 17px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.jumbo a:hover {
    color: #fff;
    background-color: #7b6634;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.jumbo h2 {
    margin-bottom: 20px
}

.default-block .info-block-wrap.small-block {
    padding-right: 35%
}

@media only screen and (max-width: 992px) {
    .default-block .info-block-wrap.small-block {
        padding-right:0
    }
}

.page-arabic .default-block .info-block-wrap.small-block {
    padding-left: 35%;
    padding-right: 0
}

@media only screen and (max-width: 992px) {
    .page-arabic .default-block .info-block-wrap.small-block {
        padding-left:0
    }
}

.default-block .info-block-wrap.p-left-0 {
    padding-left: 0
}

.default-block .info-block-wrap .map_wrapper #map_canvas .gm-style .gm-style-iw-c {
    border-radius: 0
}

.default-block .info-block-wrap .map_wrapper #map_canvas button.gm-ui-hover-effect {
    top: 0!important;
    right: 0!important
}

.default-block .info-block-wrap .map_wrapper #map_canvas .loc_details {
    width: auto;
    padding: 5px 20px
}

.default-block .info-block-wrap .map_wrapper #map_canvas .loc_details h4 {
    font-family: Graphik Regular,sans-serif;
    font-size: 20px;
    margin-bottom: 0
}

.clear_float {
    clear: both;
    display: block
}

.tab_wt_icon {
    margin: 30px 0 20px
}

.tab_wt_icon .tab_sec {
    width: 95%
}

.tab_wt_icon .tab_sec ul {
    list-style: none;
    margin-top: -15px
}

.tab_wt_icon .tab_sec ul li {
    vertical-align: middle;
    cursor: pointer;
    padding: 16px 0 16px 60px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    position: relative
}

.tab_wt_icon .tab_sec ul li,.tab_wt_icon .tab_sec ul li img {
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.tab_wt_icon .tab_sec ul li img {
    width: 26px;
    height: auto;
    position: absolute;
    left: 0
}

.tab_wt_icon .tab_sec ul li img.img_2 {
    opacity: 0
}

.tab_wt_icon .tab_sec ul li.active,.tab_wt_icon .tab_sec ul li:hover {
    border-bottom: 1px solid #a6905a;
    color: #a6905a;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.tab_wt_icon .tab_sec ul li.active img,.tab_wt_icon .tab_sec ul li:hover img {
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.tab_wt_icon .tab_sec ul li.active img.img_1,.tab_wt_icon .tab_sec ul li:hover img.img_1 {
    opacity: 0
}

.tab_wt_icon .tab_sec ul li.active img.img_2,.tab_wt_icon .tab_sec ul li:hover img.img_2 {
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .tab_wt_icon .tab_content_sec {
        margin-top:40px
    }
}

.tab_wt_icon .each_tab_content {
    display: none;
    top: 0;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: opacity .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: opacity .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: opacity .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: opacity .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.tab_wt_icon .each_tab_content.active {
    display: block;
    opacity: 1;
    -webkit-transition: opacity .6s cubic-bezier(.455,.03,.515,.955) .5s;
    -moz-transition: opacity .6s cubic-bezier(.455,.03,.515,.955) .5s;
    -ms-transition: opacity .6s cubic-bezier(.455,.03,.515,.955) .5s;
    -o-transition: opacity .6s cubic-bezier(.455,.03,.515,.955) .5s;
    transition: opacity .6s cubic-bezier(.455,.03,.515,.955) .5s
}

@media only screen and (max-width: 767px) {
    .tab_wt_icon .each_tab_content h2 {
        margin-bottom:15px
    }
}

@media only screen and (max-width: 768px) {
    .icon_label_content .col-sm-4 {
        width:50%
    }
}

@media only screen and (max-width: 767px) {
    .icon_label_content .col-sm-4 {
        width:100%
    }
}

@media only screen and (max-width: 768px) {
    .icon_label_content .clear_float {
        display:none
    }
}

.icon_label_content .each_sec {
    background-color: #fff;
    -webkit-box-shadow: 0 25px 64px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 0 25px 64px 0 rgba(0,0,0,.07);
    box-shadow: 0 25px 64px 0 rgba(0,0,0,.07);
    padding: 25px 35px 1px 30px;
    margin-bottom: 30px
}

@media only screen and (max-width: 768px) {
    .icon_label_content .each_sec {
        min-height:250px
    }
}

.icon_label_content .each_sec img {
    width: 32px;
    height: auto;
    margin-bottom: 15px
}

.icon_label_content .each_sec .content_part h4 {
    font-family: Graphik Regular,sans-serif;
    color: rgba(0,0,0,.96);
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 15px
}

.icon_label_content .each_sec .content_part .desc p {
    font-family: Graphik Regular,sans-serif;
    color: #000;
    font-size: .9375em
}

.img_content_link .bg_img {
    width: 100%;
    height: 551px;
    position: relative;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

@media only screen and (max-width: 767px) {
    .img_content_link .bg_img {
        height:auto;
        padding: 50px 0
    }
}

.img_content_link .bg_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.44)
}

.img_content_link .content_part {
    width: 70%;
    margin: auto;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 768px) {
    .img_content_link .content_part {
        width:80%
    }
}

@media only screen and (max-width: 767px) {
    .img_content_link .content_part {
        width:80%;
        top: 0;
        transform: none
    }
}

.img_content_link .content_part h2 {
    color: #fff;
    font-size: 2.125em;
    line-height: 58px;
    letter-spacing: -1.91px
}

@media only screen and (max-width: 767px) {
    .img_content_link .content_part h2 {
        margin-bottom:10px
    }
}

.img_content_link .content_part p {
    color: #fff
}

.img_content_link .content_part p a {
    width: auto;
    height: auto;
    background: transparent;
    font-size: inherit;
    color: inherit;
    padding-top: 0;
    font-family: inherit
}

.img_content_link .content_part a {
    width: 163px;
    height: 57px;
    background-color: #a6905a;
    color: #fff;
    display: inline-block;
    padding-top: 21px;
    font-family: Graphik Semibold,sans-serif;
    font-size: 1em;
    line-height: 16px;
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .img_content_link .content_part a {
        margin-top:10px
    }
}

.img_content_link .content_part .logo_img {
    max-width: 200px;
    height: auto;
    margin-top: 20px
}

.col_two_content {
    position: relative
}

.col_two_content .bg_img {
    width: 50%;
    height: 524px;
    position: relative;
    left: 50%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat
}

.page-arabic .col_two_content .bg_img {
    left: auto;
    right: 50%
}

@media only screen and (max-width: 767px) {
    .page-arabic .col_two_content .bg_img {
        right:0
    }
}

.col_two_content .bg_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.44)
}

@media only screen and (max-width: 767px) {
    .col_two_content .bg_img {
        width:100%;
        left: 0;
        height: 400px
    }
}

.col_two_content .bg_img .logo_img {
    position: absolute;
    top: 50%;
    width: 70%;
    left: 15%
}

.col_two_content .content_part {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .col_two_content .content_part {
        position:static;
        transform: none;
        padding-top: 30px
    }
}

.col_two_content .content_part .content_sec {
    width: 80%
}

@media only screen and (max-width: 767px) {
    .col_two_content .content_part .content_sec {
        width:100%
    }
}

.col_two_content .content_part .content_sec h2 {
    color: #000;
    font-size: 1.5em;
    line-height: 56px;
    margin-bottom: 20px;
    letter-spacing: -.2px;
    font-family: Graphik Regular,sans-serif
}

@media only screen and (max-width: 767px) {
    .col_two_content .content_part .content_sec h2 {
        line-height:1.1em
    }

    .page-arabic .col_two_content .content_part .content_sec h2 {
        letter-spacing: 0
    }
}

.col_two_content .content_part .content_sec p {
    color: #000
}

.col_two_content .content_part .content_sec a {
    width: auto;
    height: 57px;
    background-color: #a6905a;
    color: #fff;
    display: inline-block;
    padding: 21px 20px 0;
    font-family: Graphik Semibold,sans-serif;
    font-size: 1em;
    line-height: 16px;
    margin-top: 10px
}

.goto_engLink {
    min-height: 20vh;
    margin-bottom: 40px
}

.goto_engLink h2 {
    margin-bottom: 20px!important
}

.goto_engLink p {
    margin-top: 5px!important;
    margin-bottom: 0!important
}

.goto_engLink p a {
    display: inline-block!important;
    color: #a6905a!important
}

.page-arabic .goto_engLink p.eng_text {
    direction: ltr;
    text-align: right
}

.captcha_holder {
    margin-bottom: 20px
}

.chatCont {
    height: 80vh!important;
    right: 25px!important
}

@media only screen and (max-width: 767px) {
    .chatCont {
        right:0!important
    }
}

.chatCont #result_div.div_height {
    height: 210px!important
}

.chatCont .close {
    position: absolute;
    top: -18px;
    right: 10px;
    float: none
}

@media only screen and (max-width: 767px) {
    .chatCont .close {
        right:20px
    }
}

.chatCont .chatForm {
    right: 25px!important
}

@media only screen and (max-width: 767px) {
    .chatCont .chatForm {
        right:0!important
    }
}

.profile_div {
    z-index: 1
}

.profile_div .chat-txt .bot-gif {
    left: -13px
}

.profile_div .chat-txt .bot-name {
    left: 5px
}

.chat-page {
    max-height: 100vh;
    overflow: hidden
}

.chat-page .chat-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%
}

.chat-page footer {
    display: none
}

.chat-page .chatCont {
    height: 73vh!important;
    z-index: 21
}

.chat-page .chatCont,.chat-page .chatCont .bot_profile,.chat-page .chatCont .chatForm {
    display: block!important
}

.chat-page .profile_div {
    display: none!important
}

.chat-page .legal-msg {
    width: 100%!important
}

.chat-page .close {
    display: none!important
}

.dfsa_law_rule a {
    display: inline
}

.dfsa_law_rule ul {
    margin-left: 15px
}

.events-page .event-listing {
    padding-top: 20px
}

.events-page .info-block-wrap {
    padding-left: 0;
    padding-top: 0
}

.events-page .info-block-wrap ul li {
    margin-right: 40px!important;
    list-style: none;
    padding-bottom: 0!important
}

.events-page .info-block-wrap ul li a {
    display: inline-block!important;
    color: #888;
    padding-bottom: 11px
}

.events-page .info-block-wrap ul li .value--active {
    color: #a6905a;
    border-bottom: 1px solid #a6905a
}

.events-page .info-block-wrap .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center
}

.events-page .info-block-wrap .swiper-button-prev:after {
    background-image: url(../images/left-arrow.svg);
    width: 30px;
    height: 30px
}

.events-page .info-block-wrap .swiper-button-prev:hover {
    cursor: pointer
}

.events-page .info-block-wrap .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center
}

.events-page .info-block-wrap .swiper-button-next:after {
    background-image: url(../images/right-arrow.svg);
    width: 30px;
    height: 30px
}

.events-page .info-block-wrap .swiper-button-next:hover {
    cursor: pointer
}

@media only screen and (max-width: 767px) {
    .events-page .info-block-wrap .swiper-button-next {
        right:-26px
    }
}

.events-page .info-block-wrap .swiper-button-disabled {
    opacity: .1!important
}

.image-gallery {
    padding: 50px 0 100px
}

.image-gallery .inner-wrap {
    margin-right: 15px;
    opacity: 0;
    transition: all .3s ease
}

.page-arabic .image-gallery .inner-wrap {
    margin-right: 0;
    margin-left: 15px
}

.image-gallery a.pop {
    display: block
}

.image-gallery a.pop:active,.image-gallery a.pop:focus,.image-gallery a.pop:hover {
    border: none
}

.image-gallery img {
    margin-bottom: 8px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 315px
}

@media only screen and (max-width: 414.98px) {
    .image-gallery img {
        height:235px;
        object-position: center top
    }
}

.image-gallery figcaption {
    color: #ababab;
    font-size: 1.2rem;
    line-height: 1.9rem;
    letter-spacing: .2px
}

.image-gallery .slick-track .inner-wrap {
    opacity: 1
}

.image-gallery .slick-dots {
    display: flex;
    justify-content: center;
    list-style: none
}

.image-gallery .slick-dots li {
    font-size: 0;
    line-height: 0;
    margin: 0 5px
}

.image-gallery .slick-dots li button {
    transition: all .3s ease;
    background-color: rgba(166,144,90,.2);
    width: 8px;
    height: 8px;
    border: none
}

.image-gallery .slick-dots li.slick-active button {
    background-color: #a6905a
}

.mfp-gallery .mfp-arrow {
    opacity: 1;
    transform: all .3s ease
}

.mfp-gallery .mfp-arrow.mfp-arrow:after {
    content: "";
    border: none;
    width: 13px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat
}

.mfp-gallery .mfp-arrow.mfp-arrow:before {
    content: none
}

.mfp-gallery .mfp-arrow.mfp-arrow-left:after {
    background-image: url(../images/arrow-left.svg)
}

.mfp-gallery .mfp-arrow.mfp-arrow-right:after {
    background-image: url(../images/arrow-right.svg)
}

.mfp-gallery .mfp-arrow:hover {
    opacity: .6
}

.mfp-gallery .mfp-title {
    font-size: 1.4rem;
    line-height: 1.9rem;
    margin-top: 20px;
    padding: 0
}

@media only screen and (max-width: 800.98px) {
    .mfp-gallery .mfp-title {
        margin-top:0;
        padding: 15px 25px
    }
}

.mfp-gallery .mfp-counter {
    display: none
}

.no-support {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 100%;
    height: auto;
    padding: 10px
}

.no-support a {
    color: #fff;
    text-decoration: underline
}

.ie10 .bootstrap-select .dropdown-toggle .filter-option-inner-inner,.ieEdge .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding-top: 10px
}

ol,p,pre,ul {
    margin: 1em 0
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
    font-family: Trajan Regular,sans-serif;
    margin: 0 0 30px
}

h1 {
    line-height: 1.1
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size:2.5em
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size:2.25em
    }
}

h2 {
    font-size: 2em;
    line-height: 1.4
}

@media only screen and (max-width: 768px) {
    h2 {
        font-size:1.5em;
        line-height: 1.3
    }
}

h3 {
    font-size: 1.5em;
    line-height: 36px
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size:1.375em
    }
}

h4 {
    font-size: 1.25em;
    line-height: 32px
}

@media only screen and (max-width: 768px) {
    h4 {
        font-size:1.125em
    }
}

h5 {
    font-size: 1.125em
}

h5,h6 {
    line-height: 1
}

h6,p {
    font-size: 1em
}

p {
    color: inherit;
    line-height: 28px;
    margin: 0 0 20px
}

p a {
    color: #a6905a;
    display: inline-block
}

a {
    text-decoration: none;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    font-size: 1em;
    opacity: 1;
    display: block
}

a:focus {
    outline: none
}

a:after,a:before {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

a span:before {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

a:hover {
    text-decoration: none;
    color: #000
}

.paragraph-font {
    font-family: Graphik Regular,sans-serif
}

.grey-text {
    color: #ababab
}

.eng_font {
    font-family: Graphik Regular,sans-serif
}

.formidable .formidable_column {
    padding-top: 0;
    padding-bottom: 0
}

.formidable .please_wait_loader {
    margin-left: 0;
    width: 20px
}

.formidable span.error {
    font-size: 12px;
    color: #a13a40
}

.formidable .formidable_message.error,.formidable .formidable_message.success {
    background: none;
    padding: 0;
    color: #000
}

.formidable .formidable_message.success {
    background: none;
    padding: 0
}

.formidable .formidable_message div {
    line-height: 20px;
    color: #fff;
    font-size: 16px
}

.formidable .element {
    margin-bottom: 20px;
    position: relative
}

.formidable .element.active label {
    background-color: #fff;
    top: -9px;
    opacity: 1;
    font-size: 12px;
    z-index: 1
}

.formidable .element label {
    position: absolute;
    top: 16px;
    left: 10px;
    pointer-events: none;
    padding: 0 5px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: #000;
    opacity: .4;
    font-size: .9375em;
    -webkit-transition: font-size .3s cubic-bezier(.6,.04,.12,.96),top .3s cubic-bezier(.6,.04,.12,.96);
    -moz-transition: font-size .3s cubic-bezier(.6,.04,.12,.96),top .3s cubic-bezier(.6,.04,.12,.96);
    -ms-transition: font-size .3s cubic-bezier(.6,.04,.12,.96),top .3s cubic-bezier(.6,.04,.12,.96);
    -o-transition: font-size .3s cubic-bezier(.6,.04,.12,.96),top .3s cubic-bezier(.6,.04,.12,.96);
    transition: font-size .3s cubic-bezier(.6,.04,.12,.96),top .3s cubic-bezier(.6,.04,.12,.96)
}

@media only screen and (max-width: 640px) {
    .formidable .element label {
        font-size:13px;
        line-height: 22px
    }
}

.formidable .element label .required {
    color: #a13a40
}

.page-arabic .formidable .element label {
    right: 10px;
    left: auto
}

.formidable .element input,.formidable .element textarea {
    width: 100%;
    border: 0;
    padding: 10px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    border-bottom: 2px solid #000
}

.formidable .element textarea {
    min-height: 120px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%
}

.formidable .element .buttons {
    padding-top: 15px
}

.formidable .element .buttons input {
    width: auto;
    background: none;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
    opacity: 1;
    width: 50%;
    text-align: center;
    letter-spacing: 2px;
    color: rgba(0,0,0,.5);
    font-size: 16px;
    border: 1px solid #000
}

.formidable .element .buttons input:hover {
    background: rgba(0,0,0,.5);
    color: #fff
}

.page-template-enquiry .show_ar_para {
    display: none
}

.page-template-enquiry.page-arabic .show_ar_para,.page-template-enquiry .show_en_para {
    display: block
}

.page-template-enquiry.page-arabic .show_en_para {
    display: none
}

@media print {
    #container,#content,body {
        width: 100%;
        margin: 0;
        float: none
    }

    #nav,#navbar,#sidebar,#topnav,.ad,.noprint {
        display: none
    }

    body {
        font: 1em Georgia,Times New Roman,Times,serif;
        color: #000
    }

    h1,h2,h3,h4,h5,h6 {
        font-family: Helvetica,Arial,sans-serif;
        color: #000
    }

    a:link,a:visited {
        color: #00c;
        font-weight: 700;
        text-decoration: underline
    }

    #content a:link:after,#content a:visited:after {
        content: " (" attr(href) ") "
    }

    p {
        font-size: 14px;
        line-height: 22px
    }

    .back-btn,.icons,.inner-banner,footer,header {
        display: none!important
    }

    [class*=" icon-"],[class^=icon-] {
        display: none
    }
}

@font-face {
    font-family: Trajan Regular;
    src: url(../fonts/TrajanPro-Regular.eot);
    src: url(../fonts/TrajanPro-Regulard41d.eot?#iefix) format("embedded-opentype"),url(../fonts/TrajanPro-Regular.woff2) format("woff2"),url(../fonts/TrajanPro-Regular.woff) format("woff"),url(../fonts/TrajanPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik Regular;
    src: url(../fonts/Graphik-Regular.eot);
    src: url(../fonts/Graphik-Regulard41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Regular.woff2) format("woff2"),url(../fonts/Graphik-Regular.woff) format("woff"),url(../fonts/Graphik-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik Semibold;
    src: url(../fonts/Graphik-Semibold.eot);
    src: url(../fonts/Graphik-Semiboldd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Semibold.woff2) format("woff2"),url(../fonts/Graphik-Semibold.woff) format("woff"),url(../fonts/Graphik-Semibold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik Semibold Italic;
    src: url(../fonts/Graphik-SemiboldItalic.eot);
    src: url(../fonts/Graphik-SemiboldItalicd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-SemiboldItalic.woff2) format("woff2"),url(../fonts/Graphik-SemiboldItalic.woff) format("woff"),url(../fonts/Graphik-SemiboldItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik Bold;
    src: url(../fonts/Graphik-Bold.eot);
    src: url(../fonts/Graphik-Boldd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Bold.woff2) format("woff2"),url(../fonts/Graphik-Bold.woff) format("woff"),url(../fonts/Graphik-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik Light;
    src: url(../fonts/Graphik-Light.eot);
    src: url(../fonts/Graphik-Lightd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Light.woff2) format("woff2"),url(../fonts/Graphik-Light.woff) format("woff"),url(../fonts/Graphik-Light.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik Light Italic;
    src: url(../fonts/Graphik-LightItalic.eot);
    src: url(../fonts/Graphik-LightItalicd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-LightItalic.woff2) format("woff2"),url(../fonts/Graphik-LightItalic.woff) format("woff"),url(../fonts/Graphik-LightItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik Thin;
    src: url(../fonts/Graphik-Thin.eot);
    src: url(../fonts/Graphik-Thind41d.eot?#iefix) format("embedded-opentype"),url(../fonts/Graphik-Thin.woff2) format("woff2"),url(../fonts/Graphik-Thin.woff) format("woff"),url(../fonts/Graphik-Thin.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Graphik Regular Italic;
    src: url(../fonts/Graphik-RegularItalic.woff2) format("woff2"),url(../fonts/Graphik-RegularItalic.woff) format("woff"),url(../fonts/Graphik-RegularItalic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Arabic Bold;
    src: url(../fonts/GESSTwoBold-Bold.eot);
    src: url(../fonts/GESSTwoBold-Boldd41d.eot?#iefix) format("embedded-opentype"),url(../fonts/GESSTwoBold-Bold.woff2) format("woff2"),url(../fonts/GESSTwoBold-Bold.woff) format("woff"),url(../fonts/GESSTwoBold-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Arabic;
    src: url(../fonts/GESSTwoLight-Light.woff2) format("woff2"),url(../fonts/GESSTwoLight-Light.woff) format("woff"),url(../fonts/GESSTwoLight-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot);
    src: url(../fonts/icomoon.eot#iefix) format("embedded-opentype"),url(../fonts/icomoon.ttf) format("truetype"),url(../fonts/icomoon.woff) format("woff"),url(../fonts/icomoon.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"],[class^=icon-] {
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-down_arrow:before {
    content: "\E932";
    color: #a6905a
}

.icon-key-two:before {
    content: "\E92F";
    color: #a13a40
}

.icon-badge:before {
    content: "\E900";
    color: #af303d
}

.icon-stack:before {
    content: "\E901";
    color: #a13a40
}

.icon-bell:before {
    content: "\E902";
    color: #a13a40
}

.icon-doc:before {
    content: "\E903";
    color: #a13a40
}

.icon-instagram:before {
    content: "\E904";
    color: #9e9e9e
}

.icon-external-link:before {
    content: "\E905";
    color: #a68f6a
}

.icon-weight-balance:before {
    content: "\E906";
    color: #af303d
}

.icon-page:before {
    content: "\E907";
    color: #af303d
}

.icon-judge:before {
    content: "\E908";
    color: #af303d
}

.icon-fingerprint:before {
    content: "\E909";
    color: #af303d
}

.icon-pdf:before {
    content: "\E90A";
    color: #a13a40
}

.icon-bit-coin:before {
    content: "\E90B";
    color: #a13a40
}

.icon-file-chart:before {
    content: "\E90C";
    color: #a13a40
}

.icon-calendar:before {
    content: "\E90D";
    color: #a13a40
}

.icon-lock:before {
    content: "\E90E";
    color: #a13a40
}

.icon-frame:before {
    content: "\E90F";
    color: #a13a40
}

.icon-chart:before {
    content: "\E910";
    color: #a13a40
}

.icon-rocket:before {
    content: "\E911";
    color: #a13a40
}

.icon-laptop-mobile:before {
    content: "\E912";
    color: #a13a40
}

.icon-settings:before {
    content: "\E913";
    color: #a6905a
}

.icon-cloud:before {
    content: "\E914";
    color: #a6905a
}

.icon-doc-certified:before {
    content: "\E915";
    color: #a6905a
}

.icon-team:before {
    content: "\E916";
    color: #a6905a
}

.icon-doc-two:before {
    content: "\E917";
    color: #a6905a
}

.icon-key:before {
    content: "\E918";
    color: #f0f0f0
}

.icon-right-arrow-two:before {
    content: "\E930";
    color: #c0b18b
}

.icon-left-arrow-two:before {
    content: "\E931";
    color: #c0b18b
}

.icon-search:before {
    content: "\E919";
    color: #cdced1
}

.icon-arrow-right:before {
    content: "\E91A";
    color: #a6905a
}

.icon-arrow-left:before {
    content: "\E91B";
    color: #a6905a
}

.icon-email:before {
    content: "\E91C"
}

.icon-eye:before {
    content: "\E91D";
    color: #a13a40
}

.icon-building:before {
    content: "\E91E";
    color: #a13a40
}

.icon-printer:before {
    content: "\E91F"
}

.icon-close:before {
    content: "\E920";
    color: #cdced1
}

.icon-linkedin:before {
    content: "\E921";
    color: #9e9e9e
}

.icon-facebook:before {
    content: "\E922";
    color: #9e9e9e
}

.icon-twitter:before {
    content: "\E923";
    color: #9e9e9e
}

.icon-checked .path1:before {
    content: "\E924";
    color: #d7d7d7
}

.icon-checked .path2:before {
    content: "\E925";
    margin-left: -1em;
    color: #a6905a
}

.icon-unchecked:before {
    content: "\E926";
    color: #d7d7d7
}

.icon-tick .path1:before {
    content: "\E927";
    color: #a6905a
}

.icon-tick .path2:before {
    content: "\E928";
    margin-left: -1em;
    color: #000
}

.icon-tick .path3:before {
    content: "\E929";
    margin-left: -1em;
    color: #fff
}

.icon-arrow-three-right:before {
    content: "\E92A";
    color: #a13a40
}

.icon-down:before {
    content: "\E92B";
    color: #a6905a
}

.icon-up:before {
    content: "\E92C";
    color: #a6905a
}

.icon-hand:before {
    content: "\E92D";
    color: #a6905a
}

.icon-note:before {
    content: "\E92E";
    color: #a6905a
}

.banner {
    height: calc(100vh - 100px);
    position: relative;
    background-image: url(../images/banner.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
    -webkit-transition: all .8s ease 0s;
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    opacity: 0
}

@media only screen and (max-width: 992px) {
    .banner {
        height:70vh
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        height:calc(100vh - 175px);
        margin: 0
    }
}

.banner.active {
    opacity: 1
}

.banner.active .container .quick-links {
    bottom: -80px
}

.banner.active .container .row .caption,.banner.active .container .row .search {
    opacity: 1;
    transform: translateY(30px)
}

.banner .container {
    display: flex;
    align-items: center;
    position: relative
}

.banner .container .row .caption {
    -webkit-transition: all .8s ease .4s;
    -moz-transition: all .8s ease .4s;
    -ms-transition: all .8s ease .4s;
    -o-transition: all .8s ease .4s;
    transition: all .8s ease .4s;
    opacity: 0;
    transform: translateY(60px)
}

@media only screen and (max-width: 992px) {
    .banner .container .row .caption {
        width:100%
    }
}

.banner .container .row .caption h1 {
    color: #000;
    line-height: 58px;
    font-weight: 900;
    margin-bottom: 10px
}

@media only screen and (max-width: 640px) {
    .banner .container .row .caption h1 {
        font-size:1.9375em;
        line-height: 40px
    }
}

.banner .container .row .caption h2 {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.25em;
    color: #fff;
    opacity: .7
}

.banner .container .row .caption h2 strong {
    font-family: Graphik Semibold,sans-serif;
    font-weight: 400
}

.banner .container .row .caption h2 a {
    color: #fff;
    position: relative;
    display: inline-block
}

.banner .container .row .caption h2 a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    background-color: #fff;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}

@media only screen and (max-width: 640px) {
    .banner .container .row .caption h2 {
        font-size:1em;
        line-height: 26px
    }
}

.search {
    padding-top: 5px;
    -webkit-transition: all .8s ease .6s;
    -moz-transition: all .8s ease .6s;
    -ms-transition: all .8s ease .6s;
    -o-transition: all .8s ease .6s;
    transition: all .8s ease .6s;
    opacity: 0;
    transform: translateY(60px)
}

@media only screen and (max-width: 992px) {
    .search {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .search {
        opacity:1;
        padding: 0;
        transform: translateY(0)
    }
}

.search form {
    background: #fff;
    position: relative
}

.search form span {
    position: absolute;
    left: 30px;
    font-size: 1.375em;
    top: 22px
}

@media only screen and (max-width: 767px) {
    .search form span {
        left:20px
    }
}

.page-arabic .search form span {
    left: auto;
    right: 30px
}

@media only screen and (max-width: 767px) {
    .page-arabic .search form span {
        right:20px
    }
}

.search form .ccm-search-block-text {
    height: 65px;
    border: none;
    width: 100%;
    padding-left: 70px
}

@media only screen and (max-width: 767px) {
    .search form .ccm-search-block-text {
        padding-left:60px
    }
}

.page-arabic .search form .ccm-search-block-text {
    padding-left: 20px;
    padding-right: 70px
}

@media only screen and (max-width: 767px) {
    .page-arabic .search form .ccm-search-block-text {
        padding-right:60px
    }
}

.search form .ccm-search-block-submit {
    position: absolute;
    width: 100px;
    top: 0;
    right: 0;
    padding: 20px;
    height: 100%;
    border: none;
    font-size: 1.25em;
    color: #525252;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background: #f6f7fb
}

.page-arabic .search form .ccm-search-block-submit {
    right: auto;
    left: 0;
    font-family: Arabic,sans-serif
}

.search form .ccm-search-block-submit:hover {
    background: #a6905a;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .search form .ccm-search-block-submit {
        font-size:1em
    }
}

.search ul {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    justify-content: space-between
}

.search ul li {
    display: inline-block;
    list-style: none;
    margin-bottom: 10px
}

.search ul li:nth-child(3n) {
    text-align: right
}

.search ul li a {
    color: #fff;
    opacity: 1
}

.search ul li a:hover {
    opacity: .5
}

.quick-links {
    margin-top: 0;
    -webkit-transition: all .8s ease .2s;
    -moz-transition: all .8s ease .2s;
    -ms-transition: all .8s ease .2s;
    -o-transition: all .8s ease .2s;
    transition: all .8s ease .2s;
    opacity: 0;
    position: relative;
    z-index: 1
}

.quick-links.active {
    margin-top: -120px;
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .quick-links.active {
        margin-top:0
    }
}

@media only screen and (max-width: 992px) {
    .quick-links .container {
        width:100%;
        padding: 0
    }
}

.quick-links .container .wrap {
    background: #fff;
    display: flex;
    -webkit-transition: all .8s ease .2s;
    -moz-transition: all .8s ease .2s;
    -ms-transition: all .8s ease .2s;
    -o-transition: all .8s ease .2s;
    transition: all .8s ease .2s;
    box-shadow: 7px 10px 28px 10px rgba(0,0,0,.1)
}

@media only screen and (max-width: 992px) {
    .quick-links .container .wrap {
        display:block
    }
}

.quick-links .container .wrap .link-item {
    position: relative;
    flex: 1
}

@media only screen and (max-width: 992px) {
    .quick-links .container .wrap .link-item {
        width:25%;
        float: left
    }
}

@media only screen and (max-width: 992px) and (max-width:767px) {
    .quick-links .container .wrap .link-item {
        width:50%
    }
}

.quick-links .container .wrap .link-item img {
    position: absolute;
    width: 26px;
    left: 20px;
    top: 18px
}

@media only screen and (max-width: 1200px) {
    .quick-links .container .wrap .link-item img {
        left:10px
    }
}

@media only screen and (max-width: 1200px) and (max-width:992px) {
    .quick-links .container .wrap .link-item img {
        left:20px
    }
}

.page-arabic .quick-links .container .wrap .link-item img {
    left: auto;
    right: 20px
}

@media only screen and (max-width: 1200px) {
    .page-arabic .quick-links .container .wrap .link-item img {
        right:10px
    }
}

@media only screen and (max-width: 1200px) and (max-width:992px) {
    .page-arabic .quick-links .container .wrap .link-item img {
        right:20px
    }
}

.quick-links .container .wrap a {
    border-right: 1px solid #dfdfdf;
    padding: 52px 19px 18px;
    background-color: #fff;
    min-height: 116px
}

@media only screen and (max-width: 1200px) {
    .quick-links .container .wrap a {
        padding:52px 13px 18px;
        font-size: .875em
    }
}

@media only screen and (max-width: 992px) {
    .quick-links .container .wrap a {
        padding:60px 20px 20px;
        font-size: 1.0625em;
        border-left: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        min-height: 130px
    }
}

@media only screen and (max-width: 767px) {
    .quick-links .container .wrap a {
        border-left:.5px solid #dfdfdf;
        border-bottom: .5px solid #dfdfdf;
        margin-left: -1px
    }
}

.quick-links .container .wrap a:hover {
    background-color: #f6f7fb
}

.quick-links .container .wrap a span {
    display: block;
    font-size: 1.5em;
    margin-bottom: 15px
}

.quick-links .container .wrap a span.small {
    font-size: 1.25em
}

.latest-news {
    padding: 75px 0 85px;
    overflow: hidden
}

@media only screen and (max-width: 992px) {
    .latest-news {
        padding:75px 0 40px
    }
}

@media only screen and (max-width: 767px) {
    .latest-news {
        padding:45px 0 20px
    }
}

.latest-news .primary-btn {
    position: relative;
    z-index: 10;
    margin-top: 18px
}

.latest-news.companies {
    background-position-y: 90px
}

@media only screen and (min-width: 1025px) {
    .latest-news.companies {
        margin-top:54px;
        padding-inline:10%}
}

@media only screen and (max-width: 767px) {
    .latest-news.companies {
        padding-inline:25px
    }
}

.latest-news.companies .container:first-child {
    padding-inline:0}

.latest-news .container {
    position: relative
}

.latest-news .container .slick-arrows {
    position: absolute;
    right: 15px;
    top: 60px;
    display: none
}

@media only screen and (max-width: 992px) {
    .latest-news .container .slick-arrows {
        display:block
    }
}

@media only screen and (max-width: 992px) and (max-width:767px) {
    .latest-news .container .slick-arrows {
        right:20px
    }
}

.page-arabic .latest-news .container .slick-arrows {
    right: auto;
    left: 15px
}

.page-arabic .latest-news .container .slick-arrows li {
    transform: rotate(180deg)
}

.latest-news .events-single {
    display: flex;
    align-items: center;
    gap: 7%;
    cursor: pointer
}

.latest-news .events-single .aspect-container {
    width: 43%;
    margin-top: 10px
}

.latest-news .events-single .aspect-container .img-wrapper {
    position: relative;
    padding-top: 91.6%;
    height: 0;
    width: 100%
}

.latest-news .events-single .aspect-container .img-wrapper a,.latest-news .events-single .aspect-container .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.latest-news .events-single .aspect-container .img-wrapper img {
    object-fit: cover;
    transition: .45s cubic-bezier(.6,.04,.12,.96)
}

.latest-news .events-single .events-single-content span {
    font-family: Graphik Semibold,sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block
}

.latest-news .events-single .events-single-content h3 a {
    font-family: Graphik Regular,sans-serif;
    font-size: 24px;
    line-height: normal;
    max-width: 65%
}

@media only screen and (min-width: 1025px) {
    .latest-news .events-single .img-wrapper:hover img {
        transform:scale(1.04)
    }
}

.slick-arrows li {
    font-size: 13px
}

.companies {
    height: 385px;
    padding: 65px 0;
    background-image: url(../images/spiral.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f7fb
}

@media only screen and (max-width: 767px) {
    .companies {
        padding:40px 0 50px;
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .companies .container {
        padding:0
    }
}

@media only screen and (max-width: 767px) {
    .companies .container .row {
        margin:0
    }
}

.companies .container .row .left {
    min-height: 270px
}

@media only screen and (max-width: 992px) {
    .companies .container .row .left {
        width:40%
    }
}

@media only screen and (max-width: 767px) {
    .companies .container .row .left {
        padding:0 25px 30px;
        min-height: 100px;
        width: 100%
    }
}

.companies .container .row .left p {
    font-size: 1.5em
}

@media only screen and (max-width: 992px) {
    .companies .container .row .left p {
        font-size:1.25em
    }
}

.companies .container .row .left .count {
    position: absolute;
    bottom: 0
}

@media only screen and (max-width: 767px) {
    .companies .container .row .left .count {
        position:static;
        padding-top: 15px
    }
}

.companies .container .row .left .count ul {
    list-style: none
}

.companies .container .row .left .count ul li {
    display: inline-block;
    font-size: 5em;
    color: #a13a40
}

@media only screen and (max-width: 992px) {
    .companies .container .row .left .count ul li {
        font-size:4.375em
    }
}

.companies .container .row .left .count ul li:last-child {
    display: inline-block;
    width: 100px;
    font-size: .9375em;
    line-height: 20px;
    padding-left: 15px
}

.page-arabic .companies .container .row .left .count ul li:last-child {
    padding-left: 0;
    padding-right: 15px
}

@media only screen and (max-width: 992px) {
    .companies .container .row .right {
        width:60%
    }
}

@media only screen and (max-width: 767px) {
    .companies .container .row .right {
        width:100%;
        padding: 0
    }
}

.companies .container .row .right .number-block {
    max-width: 500px;
    float: right
}

@media only screen and (max-width: 767px) {
    .companies .container .row .right .number-block {
        float:none;
        width: 100%;
        max-width: 100%
    }
}

.page-arabic .companies .container .row .right .number-block {
    float: left
}

@media only screen and (max-width: 767px) {
    .page-arabic .companies .container .row .right .number-block {
        float:none
    }
}

.companies .container .row .right .number-block .block {
    float: right;
    background-color: #fff;
    padding: 20px;
    width: 200px;
    height: 130px;
    position: relative;
    box-shadow: 0 0 43px -15px rgba(0,0,0,.1);
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf
}

.companies .container .row .right .number-block .block:nth-child(2),.companies .container .row .right .number-block .block:nth-child(4) {
    border-left: 1px solid transparent
}

@media only screen and (max-width: 767px) {
    .companies .container .row .right .number-block .block:nth-child(2),.companies .container .row .right .number-block .block:nth-child(4) {
        border-left:1px solid #dfdfdf
    }
}

.companies .container .row .right .number-block .block:nth-child(3),.companies .container .row .right .number-block .block:nth-child(4) {
    border-bottom: 1px solid transparent
}

@media only screen and (max-width: 767px) {
    .companies .container .row .right .number-block .block {
        float:left;
        width: 50%;
        height: 40vw
    }

    .page-arabic .companies .container .row .right .number-block .block {
        float: right
    }
}

.companies .container .row .right .number-block .block.shadow {
    background-color: #fafafa
}

.companies .container .row .right .number-block .block .number {
    margin: 0;
    font-size: 2.125em
}

.companies .container .row .right .number-block .block .title {
    margin: 0;
    position: absolute;
    bottom: 15px;
    font-size: .9375em;
    line-height: 20px
}

.page-arabic .companies .container .row .right .number-block .block .title {
    font-size: .75em;
    line-height: 15px
}

.home-page.page-arabic .slick-slider .slick-track {
    margin-left: 0;
    margin-right: 0
}

.filter-tab {
    margin-bottom: 30px
}

.filter-tab ul {
    margin: 0;
    background: #f6f7fb;
    padding: 30px 20px
}

@media only screen and (max-width: 640px) {
    .filter-tab ul {
        padding:20px
    }
}

.filter-tab ul li {
    font-size: 1.25em;
    margin-right: 30px
}

.page-arabic .filter-tab ul li {
    margin-left: 30px;
    margin-right: 0
}

@media only screen and (max-width: 640px) {
    .filter-tab ul li {
        margin-bottom:5px
    }
}

.filter-tab ul li.active a,.filter-tab ul li:hover a {
    color: #000
}

.filter-tab ul li a {
    color: #ababab
}

.featured-news {
    padding-top: 40px
}

.featured-news h2 {
    margin-top: 30px;
    font-size: 1.75em
}

.featured-news .button {
    margin-top: 60px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
    font-size: 20px;
    color: #a6905a;
    position: relative
}

.featured-news .button:before {
    position: absolute;
    content: "";
    width: 0;
    background: #a6905a;
    height: 1px;
    left: 0;
    top: -1px
}

.page-arabic .featured-news .button:before {
    left: auto;
    right: 0
}

.featured-news .button:hover {
    border-top: 1px solid #a6905a
}

.featured-news .button:hover:before {
    width: 100%
}

.featured-news .button span {
    float: right;
    font-size: .625em
}

.page-arabic .featured-news .button span {
    float: left;
    transform: rotate(180deg)
}

.alert-listing,.event-listing,.media-listing,.news-listing {
    padding: 40px 0
}

.alert-listing .news-row .item,.event-listing .news-row .item,.media-listing .news-row .item,.news-listing .news-row .item {
    margin-bottom: 30px;
    display: block!important
}

@media only screen and (max-width: 767px) {
    .alert-listing .news-row .item,.event-listing .news-row .item,.media-listing .news-row .item,.news-listing .news-row .item {
        width:100%!important;
        height: auto!important
    }
}

.alert-listing .news-row .item .alert-block,.alert-listing .news-row .item .tag,.event-listing .news-row .item .alert-block,.event-listing .news-row .item .tag,.media-listing .news-row .item .alert-block,.media-listing .news-row .item .tag,.news-listing .news-row .item .alert-block,.news-listing .news-row .item .tag {
    display: none
}

.alert-listing .news-row .item:after,.event-listing .news-row .item:after,.media-listing .news-row .item:after,.news-listing .news-row .item:after {
    background-color: transparent
}

.alert-listing hr,.event-listing hr,.media-listing hr,.news-listing hr {
    margin-bottom: 40px
}

.media-listing {
    padding-bottom: 10px
}

.board hr {
    margin-bottom: 50px
}

.event-listing-block .search-block .input-block {
    width: 15%
}

.event-listing-block .search-block .input-block.search {
    width: 56%
}

.event-listing-block .search-block .input-block.btn {
    width: 14%
}

.loader {
    margin-top: 20px;
    font-size: 20px;
    color: #a6905a
}

.news-content-wrap {
    padding: 70px 0;
    position: relative
}

@media only screen and (max-width: 767px) {
    .news-content-wrap {
        padding:20px 0
    }
}

.news-content-wrap .back-btn {
    position: absolute;
    top: 68px
}

@media only screen and (max-width: 1024px) {
    .news-content-wrap .back-btn {
        position:static;
        margin-bottom: 30px;
        margin-left: 40px
    }
}

@media only screen and (max-width: 767px) {
    .news-content-wrap .back-btn {
        top:20px;
        margin-left: 0
    }
}

.news-content-wrap .goto_eng {
    position: absolute;
    top: 68px;
    left: 0;
    text-transform: uppercase;
    font-size: .6875em;
    color: #a6905a;
    letter-spacing: .5px
}

.news-content-wrap .goto_eng span {
    float: left;
    margin-right: 12px;
    margin-left: 0
}

@media only screen and (max-width: 767px) {
    .news-content-wrap .goto_eng {
        top:20px
    }
}

.news-content-wrap .default-block {
    padding: 0 180px
}

@media only screen and (max-width: 992px) {
    .news-content-wrap .default-block {
        padding:0 40px
    }
}

@media only screen and (max-width: 992px) and (max-width:767px) {
    .news-content-wrap .default-block {
        padding:0
    }
}

.news-content-wrap .default-block .info-block-wrap {
    padding: 0
}

.news-content-wrap .default-block .info-block-wrap h1 {
    font-size: 2em;
    margin-top: 25px
}

.more-news {
    padding: 50px 0;
    background-color: #f6f7fb
}

.more-news h3 {
    font-family: Graphik Regular,sans-serif
}

.more-news .item .tag {
    display: none
}

.latest-news-container .item {
    display: none!important
}

.latest-news-container .item.active {
    display: block!important
}

.dfsa_journey {
    margin-top: 57px;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    .dfsa_journey {
        margin-top:30px;
        margin-bottom: 15px
    }
}

.dfsa_journey p a {
    font-size: inherit;
    font-family: inherit;
    color: #a6905a;
    display: inline
}

.dfsa_journey .swiper-container {
    padding: 0 50px
}

.dfsa_journey .swiper-container .swiper-button-next {
    background-image: none!important;
    width: 50px;
    height: 50px
}

.dfsa_journey .swiper-container .swiper-button-next:before {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 50px;
    left: 0
}

.dfsa_journey .swiper-container .swiper-button-next:after {
    content: "";
    background-image: url(../images/arrow_right.png);
    width: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    display: block;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%
}

.dfsa_journey .swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: 1
}

.dfsa_journey .swiper-container .swiper-button-next.swiper-button-disabled:after {
    opacity: .35
}

.dfsa_journey .swiper-container .swiper-button-prev {
    background-image: none!important;
    width: 50px;
    height: 50px
}

.dfsa_journey .swiper-container .swiper-button-prev:before {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 50px;
    left: 0
}

.dfsa_journey .swiper-container .swiper-button-prev:after {
    content: "";
    background-image: url(../images/arrow_left.png);
    width: 50px;
    height: 50px;
    left: 0;
    position: absolute;
    display: block;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%
}

.dfsa_journey .swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.dfsa_journey .swiper-container .swiper-button-prev.swiper-button-disabled:after {
    opacity: .35
}

.dfsa_journey .simpleTabs {
    border-bottom: none
}

.dfsa_journey .simpleTabs li {
    border: none;
    background-color: transparent;
    padding: 8px 0;
    margin: 6px 33px 0 0
}

.page-arabic .dfsa_journey .simpleTabs li {
    float: right
}

.dfsa_journey .simpleTabs li a {
    font-family: Graphik Regular,sans-serif;
    font-size: 2.1em;
    letter-spacing: -1.58px;
    color: rgba(161,58,64,.4)!important
}

.dfsa_journey .simpleTabs li.active {
    padding: 8px 0;
    margin: 6px 33px 0 0
}

.dfsa_journey .simpleTabs li.active a {
    color: #a13a40!important;
    font-weight: 400
}

.dfsa_journey .simpleTabsContainer {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .dfsa_journey .simpleTabsContainer {
        margin-top:0
    }
}

.dfsa_journey .simpleTabsContainer .simpleTabsContent {
    padding-top: 70px
}

.dfsa_journey .simpleTabsContainer .simpleTabsContent .slick-prev {
    position: absolute;
    top: 0;
    height: 50px;
    width: 40px;
    right: 60px;
    padding-left: 0;
    background-color: transparent;
    border: none;
    color: transparent
}

.dfsa_journey .simpleTabsContainer .simpleTabsContent .slick-next {
    position: absolute;
    top: 0;
    height: 50px;
    width: 40px;
    right: 0;
    padding-left: 0;
    background-color: transparent;
    border: none;
    color: transparent
}

.dfsa_about_us,.dfsa_resources {
    margin-bottom: 40px;
    margin-top: 103px
}

@media only screen and (max-width: 1200px) {
    .dfsa_about_us,.dfsa_resources {
        margin-top:75px
    }
}

@media only screen and (max-width: 1024px) {
    .dfsa_about_us,.dfsa_resources {
        margin-top:50px
    }
}

@media only screen and (max-width: 767px) {
    .dfsa_about_us,.dfsa_resources {
        margin-top:30px;
        margin-bottom: 10px
    }
}

.dfsa_about_us h2,.dfsa_resources h2 {
    letter-spacing: -1.8px;
    margin-bottom: 15px
}

.dfsa_about_us h4,.dfsa_resources h4 {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.5em;
    letter-spacing: -.2px;
    margin-top: 22px;
    margin-bottom: 0
}

.dfsa_about_us p,.dfsa_resources p {
    font-size: 1em;
    line-height: 32px;
    text-align: justify
}

.dfsa_about_us p.paragraph-font,.dfsa_resources p.paragraph-font {
    font-size: 1.25em;
    line-height: 32px
}

.swiper-container {
    padding: 0 50px
}

.swiper-container .swiper-button-next {
    background-image: none!important;
    width: 50px;
    height: 50px;
    right: 0
}

.swiper-container .swiper-button-next:before {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 50px;
    left: 0
}

.swiper-container .swiper-button-next:after {
    content: "";
    background-image: url(../images/arrow_right.png);
    width: 40px;
    height: 40px;
    left: 0;
    position: absolute;
    display: block;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%
}

.page-arabic .swiper-container .swiper-button-next:after {
    background-image: url(../images/arrow_left.png);
    left: -10px
}

.swiper-container .swiper-button-next.swiper-button-disabled {
    opacity: 1
}

.swiper-container .swiper-button-next.swiper-button-disabled:after {
    opacity: .35
}

.swiper-container .swiper-button-prev {
    background-image: none!important;
    width: 50px;
    height: 50px;
    left: 0
}

.swiper-container .swiper-button-prev:before {
    content: "";
    background-color: #fff;
    position: absolute;
    z-index: -1;
    width: 50px;
    height: 50px;
    left: 0
}

.swiper-container .swiper-button-prev:after {
    content: "";
    background-image: url(../images/arrow_left.png);
    width: 40px;
    height: 40px;
    left: 0;
    position: absolute;
    display: block;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 50%
}

.page-arabic .swiper-container .swiper-button-prev:after {
    background-image: url(../images/arrow_right.png);
    left: 10px
}

.swiper-container .swiper-button-prev.swiper-button-disabled {
    opacity: 1
}

.swiper-container .swiper-button-prev.swiper-button-disabled:after {
    opacity: .35
}

.default-block .content_halfwidth {
    width: 70%
}

@media only screen and (max-width: 768px) {
    .default-block .content_halfwidth {
        width:100%
    }
}

.default-block .info-block-wrap .table-block.table_large {
    overflow-x: auto
}

.default-block .info-block-wrap .table-block.table_large .container {
    width: 100%;
    overflow: auto
}

.default-block .info-block-wrap .table-block.table_large .table-head .col:first-child {
    flex: 1 0 36%
}

@media only screen and (max-width: 1200px) {
    .default-block .info-block-wrap .table-block.table_large .table-head .col p {
        font-size:.875em!important
    }
}

@media only screen and (max-width: 767px) {
    .default-block .info-block-wrap .table-block.table_large .table-head .col p {
        font-size:1em!important
    }
}

.default-block .info-block-wrap .table-block.table_large .table-content a.table-row {
    color: inherit
}

.default-block .info-block-wrap .table-block.table_large .table-content a.table-row .col:first-child {
    flex: 1 0 36%
}

@media only screen and (max-width: 1200px) {
    .default-block .info-block-wrap .table-block.table_large .table-content a.table-row .col p {
        font-size:.875em!important
    }
}

@media only screen and (max-width: 767px) {
    .default-block .info-block-wrap .table-block.table_large .table-content a.table-row .col p {
        font-size:1em!important
    }
}

.default-block .info-block-wrap .table-block.table_large2 {
    overflow-x: auto
}

.default-block .info-block-wrap .table-block.table_large2 .container {
    width: 100%;
    overflow: hidden
}

.default-block .info-block-wrap .table-block.table_large2 .table-head .col {
    flex: 1 0 20%
}

.default-block .info-block-wrap .table-block.table_large2 .table-head .col:first-child {
    flex: 1 0 27%
}

@media only screen and (max-width: 1200px) {
    .default-block .info-block-wrap .table-block.table_large2 .table-head .col p {
        font-size:.8125em!important
    }
}

@media only screen and (max-width: 767px) {
    .default-block .info-block-wrap .table-block.table_large2 .table-head .col p {
        font-size:1em!important
    }
}

.default-block .info-block-wrap .table-block.table_large2 .table-content a.table-row {
    color: inherit
}

.default-block .info-block-wrap .table-block.table_large2 .table-content a.table-row .col {
    flex: 1 0 20%
}

.default-block .info-block-wrap .table-block.table_large2 .table-content a.table-row .col:first-child {
    flex: 1 0 27%
}

@media only screen and (max-width: 1200px) {
    .default-block .info-block-wrap .table-block.table_large2 .table-content a.table-row .col p {
        font-size:.8125em!important
    }
}

@media only screen and (max-width: 767px) {
    .default-block .info-block-wrap .table-block.table_large2 .table-content a.table-row .col p {
        font-size:1em!important
    }
}

.default-block .info-block-wrap .table-block .container {
    padding: 0;
    width: auto
}

.default-block .info-block-wrap .table-block .table-content a.table-row {
    color: inherit
}

.default-block .info-block-wrap h2 {
    margin-top: 30px;
    margin-bottom: 0;
    text-transform: uppercase
}

.default-block .info-block-wrap a {
    display: inline;
    font-size: 1em!important
}

.default-block .info-block-wrap a font {
    color: inherit;
    font-size: inherit;
    font-family: inherit
}

.default-block .info-block-wrap p {
    font-size: 1em!important;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 28px;
    clear: both;
    text-align: justify
}

.default-block .info-block-wrap p.paragraph-font {
    font-size: 1.25em;
    line-height: 32px
}

@media only screen and (max-width: 768px) {
    .default-block .info-block-wrap p {
        margin-top:12px
    }
}

.default-block .info-block-wrap p a {
    display: inline;
    font-size: 1em!important
}

.default-block .info-block-wrap p span {
    font-size: 16px!important;
    color: inherit;
    line-height: 28px
}

.default-block .info-block-wrap a {
    color: #a6905a
}

.default-block .info-block-wrap a:hover {
    color: #000
}

.default-block .info-block-wrap img {
    width: 100%;
    margin: 30px 0
}

@media only screen and (max-width: 768px) {
    .default-block .info-block-wrap img {
        margin:15px 0
    }
}

.default-block .info-block-wrap hr {
    margin-top: 30px!important;
    margin-bottom: 40px!important
}

@media only screen and (max-width: 768px) {
    .default-block .info-block-wrap hr {
        margin-top:30px!important;
        margin-bottom: 30px!important
    }
}

.default-block .info-block-wrap h4 {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.5em;
    letter-spacing: -.2px;
    margin-top: 22px;
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    .default-block .info-block-wrap h4 {
        font-size:1.25em;
        margin-top: 15px
    }
}

.default-block .info-block-wrap h4 a {
    font-size: inherit;
    display: inline-block
}

.default-block .info-block-wrap .table_div {
    overflow: scroll
}

@media only screen and (max-width: 768px) {
    .default-block .info-block-wrap .table_div.table_large table {
        min-width:800px
    }
}

@media only screen and (max-width: 768px) {
    .default-block .info-block-wrap .table_div.table_med table {
        min-width:700px
    }
}

.default-block .info-block-wrap table {
    border: 1px solid #a6905a;
    float: none;
    margin: 30px 0 10px;
    text-align: left
}

.default-block .info-block-wrap table td {
    padding: 6px 8px 6px 12px;
    font-size: 14px
}

.default-block .info-block-wrap table th {
    padding: 6px 8px 6px 12px;
    font-weight: 400;
    font-family: Graphik Semibold,sans-serif;
    font-size: 14px
}

.default-block .info-block-wrap ol,.default-block .info-block-wrap ul {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: justify
}

.default-block .info-block-wrap ol li,.default-block .info-block-wrap ul li {
    line-height: 24px;
    margin-bottom: 10px
}

.default-block .info-block-wrap ol li a,.default-block .info-block-wrap ul li a {
    display: inline
}

.default-block .info-block-wrap ol li strong,.default-block .info-block-wrap ul li strong {
    font-weight: 400;
    font-family: Graphik Semibold,sans-serif
}

.default-block .info-block-wrap .map_sec1 {
    margin-top: 30px
}

.default-block .info-block-wrap .map_sec1 p.map_heading {
    margin-top: 10px;
    margin-bottom: 15px
}

.default-block .info-block-wrap .map_sec1 p.map_heading strong {
    font-weight: 400;
    font-family: Graphik Semibold,sans-serif
}

.default-block .info-block-wrap .map_sec1 .map_wrapper {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.default-block .info-block-wrap .map_sec1 .map_wrapper #map_canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.default-block .info-block-wrap .map_sec2 {
    margin-top: 30px
}

.default-block .info-block-wrap .map_sec2 p.map_heading {
    margin-top: 10px;
    margin-bottom: 15px
}

.default-block .info-block-wrap .map_sec2 p.map_heading strong {
    font-weight: 400;
    font-family: Graphik Semibold,sans-serif
}

.default-block .info-block-wrap .map_sec2 .map_wrapper {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.default-block .info-block-wrap .map_sec2 .map_wrapper #map_canvas2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.default-block .info-block-wrap .map_sec2 ul {
    list-style: none;
    column-count: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-left: 0;
    padding-left: 0
}

@media only screen and (max-width: 768px) {
    .default-block .info-block-wrap .map_sec2 ul {
        column-count:1;
        -webkit-columns: 1;
        -moz-columns: 1
    }
}

.default-block .info-block-wrap .map_sec2 ul li span {
    position: static;
    transform: none!important;
    text-align: center;
    padding: 8px;
    height: 24px;
    width: 26px;
    background: #a6905a;
    margin-right: 15px;
    color: #fff;
    font-size: 13px;
    float: left;
    line-height: 10px;
    font-weight: 400
}

.default-block .swiper-container {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee
}

.default-block .simpleTabs {
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-left: 0!important
}

.page-arabic .default-block .simpleTabs {
    padding-right: 0!important;
    padding-left: 0!important
}

.default-block .simpleTabs .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0
}

.default-block .simpleTabs .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 12px;
    bottom: 0;
    background-color: transparent
}

.default-block .simpleTabs .mCS-dark-3.mCSB_scrollTools .mCSB_dragger {
    background-color: transparent
}

.default-block .simpleTabs .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #a6905a!important
}

.default-block .simpleTabs .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.default-block .simpleTabs .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    height: 3px;
    margin: 0;
    bottom: -9px
}

.default-block .simpleTabs li {
    border: none;
    background-color: transparent;
    position: relative;
    padding: 11px 0!important;
    margin: 0 25px 0 0!important
}

.page-arabic .default-block .simpleTabs li {
    margin-right: 0!important;
    float: right;
    margin-left: 25px!important
}

.default-block .simpleTabs li.active {
    padding: 11px 0!important
}

.default-block .simpleTabs li.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #a6905a;
    bottom: -1px;
    left: 0;
    z-index: 1
}

.default-block .simpleTabs li.active a {
    color: #a6905a!important
}

.default-block .simpleTabs li a {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.25em;
    font-weight: 400!important
}

.default-block .simpleTabsContainer {
    margin: 0
}

.default-block .simpleTabsContainer .doc-item {
    margin-bottom: 14px
}

.page-arabic .default-block .simpleTabsContainer .doc-item {
    padding-left: 15px!important;
    padding-right: 0!important
}

.default_block_full hr {
    margin-top: 10px;
    margin-bottom: 40px
}

.default_block_full h6 {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.5em;
    letter-spacing: -.2px;
    margin-bottom: 18px
}

.default_block_full p {
    width: 73%
}

.default_block_full .default_block_full {
    margin-top: 10px
}

.default_block_full .teamListOuter {
    margin-top: 16px;
    margin-bottom: 50px
}

.grey_block {
    background-color: #f6f7fb;
    padding: 50px 0 45px;
    margin-bottom: 30px
}

.grey_block h6 {
    letter-spacing: -.2px;
    font-size: 1.5em;
    text-transform: capitalize;
    font-family: Graphik Regular,sans-serif;
    margin-bottom: 40px
}

.grey_block .grey_outer {
    position: relative
}

.grey_block .grey_outer h2 {
    font-family: Graphik Semibold,sans-serif;
    font-size: 2.75em
}

.grey_block .grey_outer p a {
    position: absolute;
    right: 0;
    font-size: .875em;
    background-color: #a6905a;
    padding: 14px 30px;
    color: #fff;
    font-family: Graphik Semibold,sans-serif;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1024px) {
    .grey_block .download_suggestion .content {
        min-height:220px
    }
}

@media only screen and (max-width: 768px) {
    .grey_block .download_suggestion .content {
        min-height:180px
    }
}

.show_form form {
    width: 100%!important;
    position: relative;
    margin-bottom: 12px
}

.show_form form span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.page-arabic .show_form form span {
    right: 10px;
    left: auto
}

.show_form form .ccm-search-block-text {
    width: calc(100% - 115px);
    padding: 10px 20px 10px 35px
}

.page-arabic .show_form form .ccm-search-block-text {
    padding: 10px 35px 10px 20px
}

.show_form form .ccm-search-block-submit {
    width: 108px;
    float: right;
    padding: 10px 20px;
    background-color: #a6905a;
    border-color: #a6905a;
    color: #fff;
    font-family: Graphik Semibold,sans-serif
}

.page-arabic .show_form form .ccm-search-block-submit {
    float: left
}

.video_block {
    margin-bottom: 70px
}

@media only screen and (max-width: 1024px) {
    .video_block {
        margin-bottom:40px
    }
}

.video_block a {
    position: relative
}

.video_block a:before {
    position: absolute;
    content: "";
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background-color: #a6905a;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media only screen and (max-width: 767px) {
    .video_block a:before {
        width:65px;
        height: 65px
    }
}

.video_block a:after {
    position: absolute;
    content: "";
    color: #fff;
    font-family: icomoon!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff
}

.video_block a:hover:before {
    background-color: #7b6634
}

.video_block a img {
    margin-bottom: 0!important
}

.video_block p {
    margin-top: 10px!important;
    color: #9e9e9e
}

.page-type-sub-default-page form {
    width: 67%;
    margin-top: 20px
}

@media only screen and (max-width: 768px) {
    .page-type-sub-default-page form {
        width:100%
    }
}

.page-template-sub-default-page .ccm-image-slider-container ul,.page-type-sub-default-page .ccm-image-slider-container ul {
    width: 100%;
    height: 550px;
    padding: 0
}

.page-template-sub-default-page .ccm-image-slider-container ul li,.page-type-sub-default-page .ccm-image-slider-container ul li {
    width: 100%;
    height: 100%
}

.page-template-sub-default-page .ccm-image-slider-container ul li img,.page-type-sub-default-page .ccm-image-slider-container ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable),.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) {
    padding-left: 0!important;
    margin-bottom: 15px
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content {
    background-color: #fff
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content .url-listing-image img,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content .url-listing-image img {
    transform: scale(1.05);
    overflow: hidden
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content h6,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content h6 {
    color: #000
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content-higher .link-name,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content-higher .link-name {
    color: #a6905a!important
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content-higher .link-name span:before,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable):hover .content-higher .link-name span:before {
    color: #a6905a!important
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable)>a,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable)>a {
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 64.8%,#fff 79.12%);
    width: 96%
}

.page-arabic .page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable),.page-arabic .page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) {
    padding-left: 15px!important;
    padding-right: 0
}

@media only screen and (max-width: 768px) {
    .page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable),.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) {
        width:80%;
        float: none
    }
}

@media only screen and (max-width: 767px) {
    .page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable),.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) {
        width:100%;
        padding-right: 0!important
    }
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content {
    overflow: hidden
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .top,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .top {
    width: calc(100% + 40px);
    margin-inline-start:-20px;padding: 0;
    margin-top: -15px
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content h6,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content h6 {
    margin-top: 20px
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .url-listing-image,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .url-listing-image {
    height: 368px;
    width: 100%
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .url-listing-image img,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .url-listing-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    position: unset;
    margin: 0;
    transition: all .2s linear
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher {
    z-index: 3;
    position: relative;
    min-height: 80px
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher>a,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher>a {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher .link-name,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher .link-name {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    justify-content: space-between;
    position: unset
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher .link-name span,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher .link-name span {
    position: unset
}

.page-template-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher .title,.page-type-sub-default-page .col-sm-6.doc-item:not(.block-style-disable) .content .content-higher .title {
    color: #0a0a0a;
    font-weight: 800;
    margin-top: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.pdf_link {
    position: relative;
    border-top: 1px solid #f6f7fb;
    padding-top: 30px;
    margin-bottom: 49px
}

.pdf_link:first-of-type {
    margin-top: 43px
}

.pdf_link h4 {
    font-size: 1.5em!important;
    letter-spacing: -.2px;
    line-height: 56px;
    margin-bottom: 0!important
}

.pdf_link p {
    font-size: 1em!important;
    line-height: 28px!important;
    max-width: 75%
}

.pdf_link .link {
    position: absolute;
    display: inline-block;
    right: 0;
    bottom: 3px
}

.page-arabic .pdf_link .link {
    left: 0;
    right: auto
}

.pdf_link .link a {
    font-family: Graphik Regular,sans-serif!important;
    padding-right: 30px;
    font-size: 1em
}

.pdf_link .link a:before {
    font-family: icomoon!important;
    position: absolute;
    right: 0;
    font-size: 12px;
    top: 4px
}

.infoPartTwo {
    clear: both
}

.team-block {
    margin-top: 30px;
    display: block!important
}

.team-block .image img {
    width: 100%;
    height: 340px;
    margin: 0;
    object-fit: cover;
    object-position: top
}

@media only screen and (max-width: 1024px) {
    .team-block .image img {
        height:315px
    }
}

@media only screen and (max-width: 767px) {
    .team-block .image img {
        height:auto;
        max-height: none
    }
}

.team-block .content_part {
    position: relative
}

.team-block .content_part.medium .content {
    min-height: 170px
}

@media only screen and (max-width: 767px) {
    .team-block .content_part.medium .content {
        min-height:150px
    }
}

.team-block .content_part a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.team-block .content_part .content {
    padding: 15px 20px;
    box-shadow: 7px 10px 28px 10px rgba(0,0,0,.05);
    min-height: 270px;
    position: relative;
    background-color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.team-block .content_part .content .top {
    padding-right: 30px
}

.page-arabic .team-block .content_part .content .top {
    padding-right: 0;
    padding-left: 30px
}

@media only screen and (max-width: 768px) {
    .page-arabic .team-block .content_part .content .top {
        padding:0
    }
}

@media only screen and (max-width: 768px) {
    .team-block .content_part .content .top {
        padding-right:0
    }
}

.team-block .content_part .content h4 {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.25em;
    margin-bottom: 5px;
    color: #000;
    line-height: 24px
}

.team-block .content_part .content h6 {
    color: #ababab;
    font-family: Graphik Semibold,sans-serif;
    letter-spacing: .5px;
    font-size: .6875em;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2em
}

.team-block .content_part .content .link-name {
    bottom: 20px;
    width: 100%
}

.team-block .content_part .content .link-name span {
    font-size: 10px!important;
    line-height: 15px!important
}

.team-block:hover .content {
    background-color: #a6905a
}

.team-block:hover .content h2,.team-block:hover .content h4,.team-block:hover .content h6,.team-block:hover .content p {
    color: #fff
}

.team-block:hover .content .link-name,.team-block:hover .content .link-name span:before {
    color: #fff!important
}

.team-block:hover .content .icon-document {
    background-image: url(../images/doc-icon-white.png)
}

.team-block:hover .content .icon-arrow {
    background-image: url(../images/arrow-right-white.png)
}

.team-block.team_full_block .image img {
    margin-top: 0
}

.team-block.team_full_block .content_part {
    margin-bottom: 0
}

.team-block.team_full_block .content {
    box-shadow: none;
    padding: 0 20px 30px;
    background-color: transparent
}

.team-block.team_full_block .content .top {
    padding-right: 0
}

.page-arabic .team-block.team_full_block .content .top {
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .team-block.team_full_block .content .top {
        padding-top:15px
    }
}

.team-block.team_full_block .content .link-name {
    margin-bottom: 15px;
    bottom: 0
}

.team-block.team_full_block .content .short_bio {
    margin-top: 23px;
    position: relative
}

.team-block.team_full_block .content .short_bio:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,.07);
    bottom: -15px;
    left: 0;
    z-index: 1
}

.team-block.team_full_block .content .short_bio p {
    padding-bottom: 0;
    margin-bottom: 45px;
    font-size: 1em;
    line-height: 26px;
    color: #000;
    max-height: 130px;
    overflow: hidden;
    text-align: left
}

@media only screen and (max-width: 768px) {
    .team-block.team_full_block .content .short_bio {
        display:none
    }
}

.team-block.team_full_block .content h4 {
    margin-bottom: 6px
}

.team-block.team_full_block:hover {
    background-color: #a6905a
}

.team-block.team_full_block:hover .content {
    background-color: transparent;
    padding-top: 22px
}

.team-block.team_full_block:hover .content h4 {
    color: #fff
}

.team-block.team_full_block:hover .content .short_bio p {
    color: #fff
}

.team-block.team_full_block .zeroPadding {
    padding: 0;
    margin-left: -15px
}

.page-arabic .team-block.team_full_block .zeroPadding {
    margin-left: 0;
    margin-right: -15px
}

.default_block_full .team-block {
    width: 24.7%;
    display: inline-block
}

@media only screen and (max-width: 1024px) {
    .default_block_full .team-block {
        width:33.3%
    }
}

@media only screen and (max-width: 767px) {
    .default_block_full .team-block {
        width:100%
    }
}

.default_block_full .team-block .content_part .content .top {
    padding-right: 0
}

.doc-item {
    margin-bottom: 30px;
    position: relative;
    text-align: left
}

.doc-item a,.doc-item p {
    text-align: left!important
}

.page-arabic .doc-item a,.page-arabic .doc-item p {
    text-align: right!important
}

@media only screen and (max-width: 767px) {
    .doc-item {
        width:100%
    }
}

.doc-item.medium .content {
    min-height: 170px
}

.doc-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.doc-item .content {
    padding: 15px 20px;
    box-shadow: 7px 10px 28px 10px rgba(0,0,0,.05);
    min-height: 270px;
    position: relative;
    background-color: #fff
}

.doc-item .content,.doc-item .content .link-name,.doc-item .content .link-name span,.doc-item .content h2,.doc-item .content h4,.doc-item .content h6 {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.doc-item .content .link-name span {
    font-size: 10px!important;
    line-height: 15px!important
}

.doc-item .content p {
    font-size: 1.125em;
    line-height: 24px;
    color: rgba(0,0,0,.96);
    max-height: 213px;
    overflow-y: hidden;
    text-transform: capitalize;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.doc-item .content .top {
    padding-right: 30px
}

.page-arabic .doc-item .content .top {
    padding-left: 30px;
    padding-right: 0
}

.doc-item .content .aut_details {
    margin-top: 22px;
    max-height: 60px;
    overflow: hidden
}

.doc-item .content .aut_details p {
    color: rgba(0,0,0,.4);
    margin: 0;
    font-size: .875em;
    line-height: 1.5;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.doc-item .content h6 {
    font-family: Graphik Semibold,sans-serif;
    opacity: .5;
    letter-spacing: .5px;
    font-size: .6875em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.page-arabic .doc-item .content h6 {
    text-align: right
}

.doc-item .content h4 {
    font-family: Graphik Regular,sans-serif;
    line-height: 30px;
    margin-bottom: 10px
}

.doc-item .content h2 {
    font-family: Graphik Regular,sans-serif;
    font-size: 2.5em
}

.doc-item .content img {
    position: absolute;
    right: 20px;
    top: 31px;
    width: 16px;
    height: auto
}

.page-arabic .doc-item .content img {
    right: auto;
    left: 20px
}

.doc-item .content .link-name {
    bottom: 20px;
    margin-bottom: 0
}

.page-arabic .doc-item .content .link-name {
    left: auto;
    right: 20px
}

.doc-item .content .multi_link_div {
    background-color: #fff;
    position: absolute;
    right: 0;
    width: 120px;
    top: 0;
    height: 100%;
    border-left: 1px solid #dadada;
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.doc-item .content .multi_link_div ul {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 0
}

.doc-item .content .multi_link_div ul li {
    display: block;
    padding-left: 15px;
    margin-bottom: 0;
    line-height: 30px
}

.doc-item .content .multi_link_div ul li:first-child {
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px
}

.doc-item .content .multi_link_div ul li:last-child {
    padding-top: 5px
}

.doc-item .content .multi_link_div ul li a {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    color: rgba(166,144,90,.7)
}

.doc-item .content .multi_link_div ul li a .icon-arrow-right {
    font-size: 9px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.full-width-doc-item {
    margin-bottom: 8px
}

.full-width-doc-item .content {
    min-height: 100px;
    padding: 20px
}

.full-width-doc-item .content .icon-pdf {
    width: auto;
    top: 20px
}

.full-width-doc-item .content .icon-pdf:before {
    color: #a6905a
}

.full-width-doc-item .content .top {
    padding-right: 60px
}

.page-arabic .full-width-doc-item .content .top {
    padding-left: 60px
}

.full-width-doc-item .content p {
    margin-top: 30px!important;
    margin-bottom: 0!important;
    font-size: 1.25em;
    max-height: 100%
}

@media only screen and (max-width: 767px) {
    .full-width-doc-item .content p {
        font-size:1em;
        line-height: 22px
    }
}

.full-width-doc-item .content .link-name {
    margin-bottom: 0;
    right: 20px;
    left: auto;
    width: auto;
    display: inline-block;
    font-size: 1.25em;
    bottom: 20px;
    opacity: 1;
    margin-top: 0!important;
    height: auto!important;
    min-height: auto!important
}

@media only screen and (max-width: 767px) {
    .full-width-doc-item .content .link-name {
        font-size:16px!important
    }
}

.page-arabic .full-width-doc-item .content .link-name {
    left: 20px;
    right: auto
}

.full-width-doc-item:hover .content .icon-pdf:before {
    color: #fff
}

.doc-item:hover .content {
    background-color: #a6905a
}

.doc-item:hover .content .icon-pdf:before {
    color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.doc-item:hover .content h2,.doc-item:hover .content h4,.doc-item:hover .content h6,.doc-item:hover .content p {
    color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.doc-item:hover .content .link-name,.doc-item:hover .content .link-name span:before {
    color: #fff!important
}

.doc-item:hover .content .icon-document {
    background-image: url(../images/doc-icon-white.png)
}

.doc-item:hover .content .icon-arrow {
    background-image: url(../images/arrow-right-white.png)
}

.full-width-doc-item_a:hover .content {
    background-color: #fff
}

.full-width-doc-item_a:hover .content .icon-pdf:before {
    color: #fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.full-width-doc-item_a:hover .content h2,.full-width-doc-item_a:hover .content h4,.full-width-doc-item_a:hover .content h6,.full-width-doc-item_a:hover .content p {
    color: #000;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.full-width-doc-item_a:hover .content .link-name {
    opacity: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.full-width-doc-item_a:hover .content .link-name,.full-width-doc-item_a:hover .content .link-name span:before {
    color: #a6905a!important
}

.full-width-doc-item_a:hover .content .icon-document {
    background-image: url(../images/doc-icon.png)
}

.full-width-doc-item_a:hover .content .icon-arrow {
    background-image: url(../images/arrow-right.png)
}

.full-width-doc-item_a:hover .content .multi_link_div {
    opacity: 1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.block_short .content {
    min-height: 200px;
    padding: 20px
}

.fancybox-slide.fancybox-slide--html {
    padding: 0
}

.fancybox-content {
    width: 70%;
    max-width: 1140px!important;
    max-height: 60vh
}

@media only screen and (max-width: 1024px) {
    .fancybox-content {
        width:80%;
        max-height: 70vh
    }
}

@media only screen and (max-width: 768px) {
    .fancybox-content {
        width:80%;
        max-height: 90vh
    }
}

@media only screen and (max-width: 767px) {
    .fancybox-content {
        width:100%;
        max-height: 100vh;
        height: 100%
    }
}

.page-arabic .fancybox-content {
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
    direction: rtl
}

.team_modal .image_outer {
    position: relative;
    width: 100%;
    padding-bottom: 114%
}

@media only screen and (max-width: 992px) {
    .team_modal .image_outer {
        display:none
    }
}

.team_modal .image_outer img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.team_modal .info {
    max-height: 50vh;
    overflow: auto;
    padding-right: 30px
}

@media only screen and (max-width: 768px) {
    .team_modal .info {
        max-height:77vh
    }
}

@media only screen and (max-width: 767px) {
    .team_modal .info {
        max-height:85vh
    }
}

.page-arabic .team_modal .info {
    padding-left: 30px;
    padding-right: 0
}

.team_modal .info h4 {
    margin-bottom: 10px
}

.team_modal .info h6 {
    margin-bottom: 15px
}

.block_multi_link ul {
    list-style: none;
    padding-left: 0!important
}

.page-arabic .block_multi_link ul {
    padding-right: 0!important
}

.block_multi_link ul li {
    padding: 12px 15px;
    display: block;
    border: 1px solid #ebebeb;
    margin-right: 3px;
    border-radius: 2px
}

.block_multi_link ul li,.block_multi_link ul li a {
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.block_multi_link ul li a {
    font-family: Graphik Regular,sans-serif;
    letter-spacing: -.1px;
    font-size: .9375em;
    opacity: .8;
    color: #000;
    display: inline
}

.block_multi_link ul li a:hover {
    color: #a6905a!important;
    opacity: 1;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.page-arabic .fancybox-slide--html .fancybox-close-small {
    left: 0;
    right: auto
}

.WhatWeDoPage .golden_bg {
    background-color: #a6905a;
    padding: 75px 0 88px
}

@media only screen and (max-width: 767px) {
    .WhatWeDoPage .golden_bg {
        padding:40px 0 80px
    }
}

@media only screen and (max-width: 768px) {
    .WhatWeDoPage .golden_bg .col-sm-7 {
        width:100%
    }
}

@media only screen and (max-width: 768px) {
    .WhatWeDoPage .golden_bg .col-sm-5 {
        width:60%
    }
}

@media only screen and (max-width: 767px) {
    .WhatWeDoPage .golden_bg .col-sm-5 {
        width:100%
    }
}

.WhatWeDoPage .golden_bg h2 {
    color: #fff;
    letter-spacing: -1.8px;
    margin-bottom: 16px
}

.WhatWeDoPage .golden_bg p {
    color: #fff;
    font-size: .9375em;
    letter-spacing: -.1px;
    width: 84%
}

@media only screen and (max-width: 767px) {
    .WhatWeDoPage .golden_bg p {
        width:100%
    }
}

.WhatWeDoPage .golden_bg form:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    font-size: 21px
}

@media only screen and (max-width: 767px) {
    .WhatWeDoPage .golden_bg form:before {
        left:40px
    }
}

.page-arabic .WhatWeDoPage .golden_bg form:before {
    right: 30px;
    left: auto
}

@media only screen and (max-width: 767px) {
    .page-arabic .WhatWeDoPage .golden_bg form:before {
        right:40px
    }
}

.WhatWeDoPage .golden_bg form .ccm-search-block-text {
    border-bottom: none;
    padding-left: 55px;
    height: 65px
}

.page-arabic .WhatWeDoPage .golden_bg form .ccm-search-block-text {
    padding-right: 55px;
    padding-left: 0
}

.WhatWeDoPage .golden_bg form .ccm-search-block-submit {
    position: absolute;
    width: 130px;
    right: 15px;
    top: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background-color: #f0f0f0;
    letter-spacing: -.4px;
    font-size: 1.25em;
    font-family: Graphik Regular,sans-serif;
    text-transform: capitalize;
    height: 65px;
    color: #525252;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.WhatWeDoPage .golden_bg form .ccm-search-block-submit:hover {
    background-color: #b8b8b8
}

@media only screen and (max-width: 767px) {
    .WhatWeDoPage .golden_bg form .ccm-search-block-submit {
        width:110px
    }
}

.page-arabic .WhatWeDoPage .golden_bg form .ccm-search-block-submit {
    left: 15px;
    right: auto
}

.WhatWeDoPage .golden_bg .formidable .formidable_row .element label {
    background-color: transparent!important;
    padding-left: 0;
    left: 55px;
    font-size: 1em;
    top: 21px
}

.WhatWeDoPage .golden_bg .formidable .formidable_row .element .ccm-input-text {
    border-bottom: none;
    padding-left: 55px;
    height: 65px
}

.WhatWeDoPage .golden_bg .formidable .formidable_row .element span {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 23px;
    font-size: 21px
}

.WhatWeDoPage .golden_bg .formidable .formidable_row .element.active label {
    top: -12px
}

.WhatWeDoPage .golden_bg .formidable .formidable_row:nth-of-type(2) {
    position: absolute;
    width: 130px;
    right: 15px
}

.WhatWeDoPage .golden_bg .formidable .formidable_row:nth-of-type(2) .element {
    margin-bottom: 0;
    width: 100%!important
}

.WhatWeDoPage .golden_bg .formidable .formidable_row:nth-of-type(2) .element .buttons {
    padding: 0;
    width: 100%
}

.WhatWeDoPage .golden_bg .formidable .formidable_row:nth-of-type(2) .element .buttons input {
    width: 100%;
    border: none;
    border-radius: 0;
    outline: 0;
    background-color: #f0f0f0;
    letter-spacing: -.4px;
    font-size: 1.25em;
    font-family: Graphik Regular,sans-serif;
    text-transform: capitalize;
    height: 65px;
    color: #525252
}

.WhatWeDoPage .what_we_do_content {
    margin-top: -30px;
    margin-bottom: 70px
}

.dfsa_about_us .about_content {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .dfsa_about_us .about_content .sub_page_list .col-sm-4 {
        width:100%
    }
}

.public-register-block .pr-inner-block {
    padding-top: 60px
}

@media only screen and (max-width: 640px) {
    .public-register-block .pr-inner-block {
        padding-top:30px
    }
}

.pr-tab {
    margin-bottom: 30px
}

.pr-tab ul {
    margin-bottom: 0
}

.pr-tab li {
    padding-right: 20px
}

.pr-tab li:not(:last-child) {
    margin-bottom: 28px
}

@media only screen and (max-width: 640px) {
    .pr-tab li {
        padding-right:5px
    }
}

.page-arabic .pr-tab li {
    padding-right: 0;
    padding-left: 20px
}

@media only screen and (max-width: 640px) {
    .page-arabic .pr-tab li {
        padding-left:10px
    }
}

.pr-tab li a {
    font-size: 2.75rem;
    opacity: .5;
    position: relative
}

@media only screen and (max-width: 640px) {
    .pr-tab li a {
        font-size:1.6rem
    }
}

.pr-tab li a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #a6905a;
    bottom: -15px;
    left: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.pr-tab li.active a,.pr-tab li:hover a {
    color: #a6905a;
    opacity: 1
}

.pr-tab li.active a:after,.pr-tab li:hover a:after {
    width: 100%
}

.pr-count p {
    opacity: .4
}

.table-block {
    padding-bottom: 50px;
    min-height: 500px
}

@media only screen and (max-width: 767px) {
    .table-block {
        padding-bottom:20px
    }
}

.table-block .container .table-head {
    display: flex;
    border-bottom: 1px solid #b8b8b8;
    margin-bottom: 0;
    padding: 5px 20px
}

@media only screen and (max-width: 767px) {
    .table-block .container .table-head {
        display:none
    }
}

.table-block .container .table-head .col {
    flex: 1 0 21%;
    padding-right: 10px
}

.table-block .container .table-head .col h6 {
    letter-spacing: .6px;
    font-size: .6875em;
    opacity: .4;
    font-family: Graphik Semibold,sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px
}

.table-block .container .table-content .col-sm-12 h2 {
    margin-top: 20px
}

.table-block .container .table-content a:hover {
    background: #a6905a
}

@media only screen and (max-width: 1200px) {
    .table-block .container .table-content a:hover {
        background:none
    }
}

.table-block .container .table-content a:hover p {
    color: #fff
}

@media only screen and (max-width: 1200px) {
    .table-block .container .table-content a:hover p {
        color:#000
    }
}

.table-block .container .table-content a:hover p.grey {
    opacity: 1
}

.table-block .container .table-content a:hover p a {
    background-color: transparent!important;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.table-block .container .table-content a:hover p:hover a {
    background-color: transparent!important;
    color: #a6905a;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.table-block .container .table-content .table-row {
    display: flex;
    padding: 20px 15px
}

.table-block .container .table-content .table-row.spcl_row1 {
    border-bottom: none!important;
    padding: 5px 0!important
}

.table-block .container .table-content .table-row.spcl_row1 .col {
    padding-bottom: 0
}

.table-block .container .table-content .table-row.spcl_row1 p {
    line-height: 22px;
    padding-right: 10px
}

.table-block .container .table-content .table-row.spcl_row1 p.word_break_style {
    word-break: break-word
}

.table-block .container .table-content .table-row.spcl_row2 {
    padding: 5px 0 20px!important;
    border-bottom: 1px solid #f0f0f0!important
}

.table-block .container .table-content .table-row.spcl_row2 .col {
    padding-bottom: 0
}

.table-block .container .table-content .table-row.spcl_row2 p {
    line-height: 22px;
    padding-right: 10px
}

.table-block .container .table-content .table-row.spcl_row {
    border-bottom: none!important;
    padding: 20px 0 0!important
}

@media only screen and (max-width: 767px) {
    .table-block .container .table-content .table-row {
        display:block;
        padding: 20px 0
    }
}

.table-block .container .table-content .table-row .col {
    padding-right: 10px;
    flex: 1 0 21%
}

.page-arabic .table-block .container .table-content .table-row .col {
    padding-left: 10px;
    padding-right: 0
}

.table-block .container .table-content .table-row .col p {
    margin: 0;
    text-align: left
}

.table-block .container .table-content .table-row .col p span {
    display: none;
    margin-right: 10px
}

@media only screen and (max-width: 767px) {
    .table-block .container .table-content .table-row .col p span {
        display:inline-block;
        font-family: Graphik Semibold,sans-serif
    }

    .page-arabic .table-block .container .table-content .table-row .col p span {
        margin-right: 0;
        margin-left: 10px
    }
}

.table-block .container .table-content .table-row .col p.grey {
    opacity: .4
}

@media only screen and (max-width: 767px) {
    .table-block .container .table-content .table-row .col p.grey {
        opacity:1
    }
}

.table-block .container .table-content .table-row .col p a {
    background-color: transparent!important;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.table-block .container .table-content .table-row .col p:hover a {
    background-color: transparent!important;
    color: #a6905a;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.table-block .container .table-content .table-row .col p.spcl_p {
    margin-top: 4px
}

.table-block .container .col {
    flex: 1
}

.pr-title {
    margin-bottom: 40px
}

.pr-title h2 {
    margin-bottom: 0
}

.pr-title p {
    font-family: Graphik Semibold,sans-serif;
    font-size: .9375em
}

.pr-title p span {
    opacity: .4
}

.pr-details {
    padding: 80px 0
}

@media only screen and (max-width: 767px) {
    .pr-details {
        padding:30px 0
    }
}

.pr-details .tab-content>.tab-pane {
    margin-top: 20px
}

.pr-details .tab-content>.tab-pane#firms .table-row,.pr-details .tab-content>.tab-pane#funds .table-row {
    flex-wrap: wrap
}

.pr-details .back-btn {
    margin-bottom: 25px
}

.pr-details .table-block {
    min-height: auto
}

.pr-details .table-block .container .col {
    padding: 0
}

@media only screen and (max-width: 767px) {
    .pr-details .table-block .container .col {
        padding:0
    }

    .pr-details .table-block .container .col .grey.small {
        font-family: Graphik Semibold,sans-serif
    }
}

.pr-details .table-block .container .col:first-child {
    padding-left: 0
}

.page-arabic .pr-details .table-block .container .col:first-child {
    padding-right: 0;
    padding-left: 20px
}

.pr-details .table-block .container .col:last-child {
    padding-right: 0
}

.page-arabic .pr-details .table-block .container .col:last-child {
    padding-right: 20px;
    padding-left: 0
}

.pr-details .table-block .container .row_with_padding .col {
    padding-top: 10px
}

.pr-details .table-block .container .row_with_padding .col.no_padding {
    padding-top: 0
}

.pr-details .table-block .container .table-head {
    padding: 5px 20px
}

.pr-details .table-block .container .table-content .table-row {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0
}

.fintech-wrapper .pr-tab,.pr-details .pr-tab {
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .pr-tab,.pr-details .pr-tab {
        margin-bottom:10px
    }
}

.fintech-wrapper .pr-tab ul,.pr-details .pr-tab ul {
    position: relative
}

.fintech-wrapper .pr-tab ul:after,.pr-details .pr-tab ul:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    bottom: -16px;
    left: 5px
}

.fintech-wrapper .pr-tab ul li a,.pr-details .pr-tab ul li a {
    font-size: 1.25em
}

@media only screen and (max-width: 640px) {
    .fintech-wrapper .pr-tab ul li a,.pr-details .pr-tab ul li a {
        font-size:.9375em
    }
}

.fintech-wrapper .pr-tab ul li.icons,.pr-details .pr-tab ul li.icons {
    float: right;
    padding: 0 0 0 30px
}

@media only screen and (max-width: 1024px) {
    .fintech-wrapper .pr-tab ul li.icons,.pr-details .pr-tab ul li.icons {
        display:none
    }
}

.page-arabic .fintech-wrapper .pr-tab ul li.icons,.page-arabic .pr-details .pr-tab ul li.icons {
    float: left;
    padding: 0 30px 0 0
}

.fintech-wrapper .pr-tab ul li.icons a,.pr-details .pr-tab ul li.icons a {
    font-size: 1em;
    opacity: 1;
    color: #000
}

.fintech-wrapper .pr-tab ul li.icons a span,.pr-details .pr-tab ul li.icons a span {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.fintech-wrapper .pr-tab ul li.icons a span.icon-printer,.pr-details .pr-tab ul li.icons a span.icon-printer {
    font-size: 1.0625em
}

.border-bottom-0 {
    border-bottom: 0!important
}

.careerPage .careerIntro {
    margin-top: 83px;
    margin-bottom: 47px
}

@media only screen and (max-width: 1200px) {
    .careerPage .careerIntro {
        margin-top:50px
    }
}

.careerPage .careerIntro p {
    max-width: 86%;
    font-size: 1em
}

.careerPage .careerIntro p.paragraph-font {
    font-size: 1.25em;
    line-height: 32px
}

.careerPage .careerIntro p a {
    color: #a6905a;
    display: inline
}

@media only screen and (max-width: 767px) {
    .careerPage .careerIntro p {
        max-width:100%
    }
}

@media only screen and (min-width: 769px) {
    .careerPage .item:hover .info {
        padding:90% 20px 20px
    }
}

.careerPage .job_alert {
    text-align: center;
    background-color: #f6f7fb;
    padding: 24px 20px
}

.careerPage .job_alert h4 {
    font-family: Graphik Semibold,sans-serif;
    font-size: .9375em;
    margin-bottom: 4px
}

.careerPage .job_alert p {
    line-height: 22px;
    font-size: .875em;
    margin-bottom: 10px
}

.careerPage .job_alert form {
    padding: 0 20px
}

@media only screen and (max-width: 1200px) {
    .careerPage .job_alert form {
        padding:0
    }
}

.careerPage .job_alert form .formidable_row:first-of-type {
    width: 65%;
    display: inline-block;
    float: left
}

.page-arabic .careerPage .job_alert form .formidable_row:first-of-type {
    float: right
}

.careerPage .job_alert form .formidable_row:first-of-type .element label {
    background-color: transparent!important
}

@media only screen and (max-width: 1200px) {
    .careerPage .job_alert form .formidable_row:first-of-type .element label {
        font-size:.8em;
        top: 16px
    }
}

@media only screen and (max-width: 1200px) {
    .careerPage .job_alert form .formidable_row:first-of-type .element.active label {
        top:-9px
    }
}

.careerPage .job_alert form .formidable_row:nth-of-type(2) {
    width: 35%;
    display: inline-block
}

.careerPage .job_alert form .formidable_row:nth-of-type(2) .element {
    width: 100%!important
}

.careerPage .job_alert form .formidable_row .element input {
    height: 50px;
    border: 1px solid #f0f0f0;
    padding: 15px
}

.careerPage .job_alert form .formidable_row .element .buttons {
    padding: 0;
    width: 100%
}

.careerPage .job_alert form .formidable_row .element .buttons input {
    width: 100%;
    border-radius: 0;
    background: #a13a40;
    height: 50px;
    border: none;
    color: #fff;
    font-size: .9375em;
    text-transform: capitalize;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

@media only screen and (max-width: 1024px) {
    .careerPage .job_alert form .formidable_row .element .buttons input {
        font-size:.75em
    }
}

.careerPage .job_alert form .formidable_row .element .buttons input:hover {
    background: #a6905a
}

.careerPage .career_inner_content {
    margin-bottom: 49px
}

@media only screen and (max-width: 768px) {
    .careerPage .career_inner_content .col-sm-4 {
        width:50%
    }
}

@media only screen and (max-width: 767px) {
    .careerPage .career_inner_content .col-sm-4 {
        width:100%
    }
}

.exProfPage .exProfPageIntro,.exProfPage .job_opening {
    margin-top: 83px;
    width: 76%
}

@media only screen and (max-width: 767px) {
    .exProfPage .exProfPageIntro,.exProfPage .job_opening {
        width:100%
    }
}

.exProfPage .exProfPageIntro p,.exProfPage .job_opening p {
    max-width: 86%;
    font-size: 1em
}

.exProfPage .exProfPageIntro p.paragraph-font,.exProfPage .job_opening p.paragraph-font {
    font-size: 1.25em;
    line-height: 32px
}

@media only screen and (max-width: 767px) {
    .exProfPage .exProfPageIntro p,.exProfPage .job_opening p {
        max-width:100%
    }
}

.exProfPage .exProfPageIntro p a,.exProfPage .job_opening p a {
    color: #a6905a;
    display: inline-block
}

.exProfPage .exProfPageIntro h5,.exProfPage .job_opening h5 {
    font-family: Graphik Regular,sans-serif;
    font-size: 1.5em;
    letter-spacing: -.2px;
    line-height: 56px;
    margin-bottom: 8px
}

.exProfPage .exProfPageIntro img,.exProfPage .job_opening img {
    width: 85%;
    height: auto;
    margin-top: 73px;
    margin-bottom: 54px
}

.exProfPage .job_opening {
    margin-top: 30px
}

.exProfPage .job_listing_outer {
    margin-top: 60px
}

@media only screen and (max-width: 768px) {
    .exProfPage .job_listing_outer .col-sm-4 {
        width:50%
    }
}

@media only screen and (max-width: 767px) {
    .exProfPage .job_listing_outer .col-sm-4 {
        width:100%
    }
}

.exProfPage .job_listing_outer .DownloadpageList .content {
    min-height: 200px;
    padding: 10px 16px
}

.exProfPage .subscribe_job_updates {
    background-color: #f6f7fb;
    width: 77%;
    padding: 50px 70px 30px 82px;
    margin: 90px auto 80px
}

@media only screen and (max-width: 768px) {
    .exProfPage .subscribe_job_updates {
        width:100%;
        margin-top: 40px;
        margin-bottom: 30px;
        padding: 50px 60px 30px
    }
}

@media only screen and (max-width: 767px) {
    .exProfPage .subscribe_job_updates {
        padding:20px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.exProfPage .subscribe_job_updates h6 {
    font-family: Graphik Semibold,sans-serif;
    font-size: .9375em;
    line-height: 30px;
    margin-bottom: 6px
}

.exProfPage .subscribe_job_updates p {
    font-size: .875em;
    line-height: 22px
}

.exProfPage .subscribe_job_updates form {
    padding: 0 20px;
    margin-top: 20px
}

@media only screen and (max-width: 1024px) {
    .exProfPage .subscribe_job_updates form {
        padding:0
    }
}

.exProfPage .subscribe_job_updates form .formidable_row:first-of-type {
    width: 65%;
    display: inline-block;
    float: left
}

.exProfPage .subscribe_job_updates form .formidable_row:first-of-type label {
    background-color: transparent!important
}

.exProfPage .subscribe_job_updates form .formidable_row:nth-of-type(2) {
    width: 35%;
    display: inline-block
}

.exProfPage .subscribe_job_updates form .formidable_row .element {
    width: 100%!important
}

.exProfPage .subscribe_job_updates form .formidable_row .element input {
    height: 50px;
    border: 1px solid #f0f0f0;
    padding: 15px
}

.exProfPage .subscribe_job_updates form .formidable_row .element .buttons {
    padding: 0;
    width: 100%
}

.exProfPage .subscribe_job_updates form .formidable_row .element .buttons input {
    width: 100%;
    border-radius: 0;
    background: #a13a40;
    height: 50px;
    border: none;
    color: #fff;
    font-size: .9375em;
    text-transform: capitalize;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.exProfPage .subscribe_job_updates form .formidable_row .element .buttons input:hover {
    background: #a6905a
}

.dummy {
    opacity: 1
}

.jobDetailPage {
    padding-top: 136px
}

@media only screen and (max-width: 768px) {
    .jobDetailPage .job_details .col-sm-6 {
        width:80%
    }
}

@media only screen and (max-width: 767px) {
    .jobDetailPage .job_details .col-sm-6 {
        width:100%
    }
}

@media only screen and (max-width: 768px) {
    .jobDetailPage .job_details .col-sm-5.col-sm-offset-1 {
        width:75%;
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .jobDetailPage .job_details .col-sm-5.col-sm-offset-1 {
        width:100%
    }
}

.jobDetailPage h5 {
    margin-top: 30px;
    font-size: 1.5em
}

.jobDetailPage h5,.jobDetailPage h6 {
    font-family: Graphik Regular,sans-serif;
    line-height: 28px
}

.jobDetailPage h6 {
    margin-top: 57px;
    font-size: 1.25em
}

.jobDetailPage .doc-item {
    width: 64%;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .jobDetailPage .doc-item {
        width:100%;
        padding: 0!important
    }
}

.jobDetailPage .doc-item .content {
    min-height: 190px
}

.jobDetailPage .doc-item h6 {
    margin-top: 10px
}

.jobDetailPage .doc-item .link-name {
    font-size: .9375em!important;
    bottom: 10px;
    left: 20px
}

.jobDetailPage .doc-item .icon-arrow-right {
    font-size: 11px
}

.jobDetailPage h2 {
    margin-top: 36px
}

.jobDetailPage form .formidable_row .element:first-of-type {
    width: 30%;
    display: inline-block;
    float: left;
    margin-right: 2%
}

@media only screen and (max-width: 1024px) {
    .jobDetailPage form .formidable_row .element:first-of-type {
        width:100%
    }
}

.page-arabic .jobDetailPage form .formidable_row .element:first-of-type {
    float: right;
    margin-right: 0;
    margin-left: 2%
}

.jobDetailPage form .formidable_row .element:nth-of-type(2) {
    width: 68%;
    display: inline-block
}

@media only screen and (max-width: 1024px) {
    .jobDetailPage form .formidable_row .element:nth-of-type(2) {
        width:100%
    }
}

.testimonial_block {
    pointer-events: auto;
    background-color: #fff;
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.07);
    margin-bottom: 20px;
    padding: 30px;
    position: relative;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

@media only screen and (max-width: 768px) {
    .testimonial_block {
        padding:20px 15px
    }
}

.testimonial_block img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #f0f0f0;
    margin: 0!important
}

@media only screen and (max-width: 768px) {
    .testimonial_block img {
        height:80px;
        max-width: 80px
    }
}

.testimonial_block .quotes_part {
    width: calc(100% - 140px);
    margin-left: 140px;
    display: inline-block
}

.page-arabic .testimonial_block .quotes_part {
    width: calc(100% - 140px);
    margin-left: 0;
    margin-right: 140px
}

.testimonial_block .quotes_part p {
    margin-bottom: 0
}

@media only screen and (max-width: 768px) {
    .testimonial_block .quotes_part p {
        font-size:.85em;
        line-height: 24px
    }
}

@media only screen and (max-width: 768px) {
    .testimonial_block .quotes_part {
        width:calc(100% - 90px);
        margin-left: 90px
    }

    .page-arabic .testimonial_block .quotes_part {
        width: calc(100% - 90px);
        margin-left: 0;
        margin-right: 90px
    }
}

.testimonial_block:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.09);
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.img_caption_section img {
    margin-bottom: 0!important
}

.img_caption_section h4 {
    margin-top: 15px!important
}

.contactPage {
    padding-top: 141px
}

@media only screen and (max-width: 767px) {
    .contactPage {
        padding-top:120px
    }
}

.contactPage .contactIntro p {
    max-width: 80%
}

.contactPage .contact_inner_content {
    margin-top: 78px
}

@media only screen and (max-width: 767px) {
    .contactPage .contact_inner_content {
        margin-top:30px
    }
}

.contactPage .contact_inner_content h5 {
    font-size: .9375em;
    font-family: Graphik Semibold,sans-serif;
    margin-bottom: 18px
}

.contactPage .contact_inner_content p {
    font-family: Graphik Regular Italic,sans-serif;
    font-size: .9375em;
    letter-spacing: -.1px;
    line-height: 28px
}

.contactPage .social_outer {
    margin-top: 35px
}

.contactPage .social_outer ul li {
    display: inline-block;
    list-style: none;
    padding: 0
}

.contactPage .social_outer ul li a {
    font-size: 1.5em;
    margin-right: 20px
}

.contactPage .social_outer ul li a:hover:before {
    color: #a13a40
}

.contactPage .map_sec {
    margin-top: 20px
}

.contactPage .map_sec .map_wrapper {
    height: 572px;
    width: 100%;
    position: relative;
    overflow: hidden
}

.contactPage .map_sec .map_wrapper #map_canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.contactPage .grey_block {
    position: relative;
    padding: 64px 0 25px;
    margin-top: 78px
}

@media only screen and (max-width: 767px) {
    .contactPage .grey_block {
        padding:44px 0 25px;
        margin-top: 58px
    }
}

.contactPage .grey_block .container {
    position: relative
}

.contactPage .grey_block h2 {
    max-width: 55%;
    font-size: 1.75em;
    line-height: 48px;
    letter-spacing: -1.58px
}

@media only screen and (max-width: 768px) {
    .contactPage .grey_block h2 {
        max-width:100%;
        padding: 0 50px;
        text-align: center;
        line-height: 38px;
        margin-bottom: 15px
    }
}

@media only screen and (max-width: 767px) {
    .contactPage .grey_block h2 {
        font-size:1.25em;
        line-height: 28px;
        padding: 0
    }
}

.contactPage .grey_block a {
    display: inline-block;
    top: 32%;
    right: 83px;
    position: absolute;
    transform: translateY(-50%);
    padding: 28px 66px;
    background-color: #a6905a;
    color: #fff;
    font-family: Graphik Semibold,sans-serif;
    font-size: .875em
}

@media only screen and (max-width: 768px) {
    .contactPage .grey_block a {
        position:relative;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        padding: 20px 50px
    }
}

@media only screen and (max-width: 767px) {
    .contactPage .grey_block a {
        padding:12px 30px
    }
}

.page-arabic .contactPage .grey_block a {
    left: auto;
    right: 50%;
    transform: translateX(50%)
}

.enquiryPage {
    padding-top: 210px;
    overflow: hidden
}

.page-arabic .enquiryPage {
    overflow: visible
}

@media only screen and (max-width: 1200px) {
    .enquiryPage {
        padding-top:180px
    }
}

@media only screen and (max-width: 1024px) {
    .enquiryPage {
        padding-top:150px
    }
}

@media only screen and (max-width: 768px) {
    .enquiryPage {
        padding-top:120px
    }
}

@media only screen and (max-width: 767px) {
    .enquiryPage {
        padding-top:100px
    }
}

.enquiry_content .col-sm-5 {
    width: 38%
}

@media only screen and (max-width: 1024px) {
    .enquiry_content .col-sm-5 {
        width:35%
    }
}

@media only screen and (max-width: 768px) {
    .enquiry_content .col-sm-5 {
        width:50%
    }
}

@media only screen and (max-width: 767px) {
    .enquiry_content .col-sm-5 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) {
    .enquiry_content .col-sm-4 {
        width:35%
    }
}

@media only screen and (max-width: 768px) {
    .enquiry_content .col-sm-4 {
        width:50%
    }
}

@media only screen and (max-width: 767px) {
    .enquiry_content .col-sm-4 {
        width:100%
    }
}

@media only screen and (max-width: 1024px) {
    .enquiry_content .col-sm-3 {
        width:30%
    }
}

@media only screen and (max-width: 768px) {
    .enquiry_content .col-sm-3 {
        display:none
    }
}

.enquiry_content h2 {
    font-size: 2.5625em;
    margin-top: 5px;
    line-height: 52px;
    margin-bottom: 15px
}

.enquiry_content ul {
    list-style: none;
    margin-top: 0
}

.enquiry_content ul li {
    padding: 0 20px;
    color: #a6905a;
    font-size: 1.5em;
    position: relative;
    color: #000;
    line-height: 40px;
    margin: 6px 0 8px;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

@media only screen and (max-width: 767px) {
    .enquiry_content ul li {
        padding:0;
        font-size: 22px;
        line-height: 32px
    }
}

.enquiry_content ul li:before {
    content: "\E91A";
    color: #fff;
    font-family: icomoon!important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px
}

.page-arabic .enquiry_content ul li:before {
    transform: rotate(180deg);
    top: 0;
    right: auto;
    left: 20px
}

.enquiry_content ul li a {
    color: inherit;
    font-size: inherit
}

.enquiry_content ul li:hover {
    background-color: #a6905a;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) 0s
}

.enquiry_content .enquiry_type_content {
    position: relative;
    top: 23px
}

.enquiry_content .enquiry_type_content .each_enquiry_type {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955) 0s;
    -moz-transition: all .3s cubic-bezier(.455,.03,.515,.955) 0s;
    -ms-transition: all .3s cubic-bezier(.455,.03,.515,.955) 0s;
    -o-transition: all .3s cubic-bezier(.455,.03,.515,.955) 0s;
    transition: all .3s cubic-bezier(.455,.03,.515,.955) 0s
}

.enquiry_content .enquiry_type_content .each_enquiry_type.active {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all .6s cubic-bezier(.455,.03,.515,.955) .3s;
    -moz-transition: all .6s cubic-bezier(.455,.03,.515,.955) .3s;
    -ms-transition: all .6s cubic-bezier(.455,.03,.515,.955) .3s;
    -o-transition: all .6s cubic-bezier(.455,.03,.515,.955) .3s;
    transition: all .6s cubic-bezier(.455,.03,.515,.955) .3s
}

.enquiry_content .enquiry_type_content .each_enquiry_type p {
    margin-bottom: 28px
}

.enquiry_content .enquiry_type_content .each_enquiry_type p a {
    display: inline!important;
    color: #a6905a!important
}

.enquiry_type_forms {
    display: none;
    min-height: 500px
}

.enquiry_type_forms h2 {
    font-size: 2.5625em;
    margin-top: 5px;
    letter-spacing: 0;
    line-height: 61px;
    margin-bottom: 15px
}

.enquiry_type_forms .enquiry_type_content .each_enquiry_type {
    display: none;
    max-width: 70%
}

@media only screen and (max-width: 1200px) {
    .enquiry_type_forms .enquiry_type_content .each_enquiry_type {
        max-width:85%
    }
}

@media only screen and (max-width: 767px) {
    .enquiry_type_forms .enquiry_type_content .each_enquiry_type {
        max-width:100%
    }
}

.enquiry_type_forms .enquiry_type_content .each_enquiry_type p {
    margin-bottom: 28px
}

.enquiry_type_forms .enquiry_type_content .each_enquiry_type p a {
    display: inline;
    color: #a6905a
}

.enquiry_type_forms .form_list .form_ext,.enquiry_type_forms .form_list .formidable form {
    display: none
}

.enquiry_type_forms hr {
    padding: 20px 0 0;
    width: 70%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto
}

@media only screen and (max-width: 1200px) {
    .enquiry_type_forms hr {
        width:85%
    }
}

@media only screen and (max-width: 767px) {
    .enquiry_type_forms hr {
        width:100%
    }
}

.page-arabic .enquiry_type_forms hr {
    margin-left: auto;
    margin-right: 0
}

.enquiry_type_forms .back_to_all {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.enquiry_type_forms .back_to_all span {
    padding-left: 20px
}

.page-arabic .enquiry_type_forms .back_to_all span {
    padding-left: 0;
    padding-right: 20px;
    float: right
}

.enquiry_type_forms .back_to_all span:before {
    transform: rotate(180deg);
    position: absolute;
    font-size: 7px;
    left: 0;
    top: 34%
}

.edit-mode .enquiry_type_content .each_enquiry_type {
    display: block;
    opacity: 1;
    position: static
}

.edit-mode .enquiry_type_forms,.edit-mode .enquiry_type_forms .formidable form {
    display: block
}

.thankYouPage {
    padding-top: 210px
}

.thankYouPage .thankYouIntro {
    max-width: 50%
}

.thankYouPage .thankYouIntro h2 {
    letter-spacing: -1.8px;
    line-height: 58px;
    margin-bottom: 23px
}

.thankYouPage .thankYouIntro p {
    margin-bottom: 28px
}

.thankYouPage .thankYouIntro p a {
    font-family: Graphik Semibold,sans-serif
}

.thankYouPage .thankYouIntro hr {
    margin-top: 53px;
    margin-bottom: 27px;
    width: 90%
}

.search-block.detail-page {
    padding: 85px 0
}

.search-block.detail-page .bootstrap-select .dropdown-menu {
    max-width: 150px!important;
    min-width: 150px!important
}

.search-block .search-field {
    background: #f6f7fb;
    padding: 50px 0;
    margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
    .search-block .search-field {
        padding:20px 0;
        margin-bottom: 10px
    }
}

.search-block .search-field .container {
    position: relative
}

.search-block .search-field .container input {
    background: #ecedf1;
    border: none;
    height: 90px;
    font-size: 34px;
    padding-right: 100px;
    font-family: Graphik Semibold,sans-serif
}

.page-arabic .search-block .search-field .container input {
    padding-right: 20px;
    padding-left: 100px
}

@media only screen and (max-width: 767px) {
    .page-arabic .search-block .search-field .container input {
        padding:20px
    }
}

@media only screen and (max-width: 767px) {
    .search-block .search-field .container input {
        font-size:1.3125em;
        padding: 20px;
        height: 65px
    }
}

.search-block .search-field .container .go-back {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 24px
}

.search-block .search-count-sort {
    margin-bottom: 50px
}

@media only screen and (max-width: 767px) {
    .search-block .search-count-sort {
        margin-bottom:10px
    }
}

.search-block .search-count-sort .container {
    position: relative
}

.search-block .search-count-sort .container .wrap {
    border-bottom: 1px solid #f0f0f0;
    height: 45px
}

.search-block .search-count-sort .container .wrap p {
    opacity: .5;
    font-size: .9375em;
    margin: 0;
    position: relative;
    top: 5px
}

.search-block .search-count-sort .container .wrap .bootstrap-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px!important
}

@media only screen and (max-width: 767px) {
    .search-block .search-count-sort .container .wrap .bootstrap-select {
        right:20px
    }
}

.page-arabic .search-block .search-count-sort .container .wrap .bootstrap-select {
    right: auto;
    left: 0
}

@media only screen and (max-width: 767px) {
    .page-arabic .search-block .search-count-sort .container .wrap .bootstrap-select {
        left:20px
    }
}

.search-block .search-count-sort .container .wrap .bootstrap-select button {
    height: 40px;
    border: none
}

.search-block .search-results .container .row .side-col {
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 992px) {
    .search-block .search-results .container .row .side-col {
        width:36%
    }
}

@media only screen and (max-width: 767px) {
    .search-block .search-results .container .row .side-col {
        width:100%
    }
}

.page-arabic .search-block .search-results .container .row .side-col {
    float: left
}

@media only screen and (max-width: 767px) {
    .search-block .search-results .container .row .side-col ul {
        margin-top:0;
        margin-bottom: 20px
    }
}

.search-block .search-results .container .row .side-col ul li {
    list-style: none
}

.search-block .search-results .container .row .side-col ul li a {
    color: #a6905a;
    font-size: 1.25em;
    margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
    .search-block .search-results .container .row .side-col ul li a {
        font-size:1em;
        margin-bottom: 6px
    }
}

.search-block .search-results .container .row .side-col ul li a:hover {
    opacity: .5
}

.search-block .search-results .container .row .side-col ul li a span {
    color: #000;
    opacity: .5;
    margin-left: 10px
}

.search-block .search-results .container .row .search-results-col {
    position: relative;
    padding-left: 20px
}

@media only screen and (max-width: 992px) {
    .search-block .search-results .container .row .search-results-col {
        width:64%
    }
}

@media only screen and (max-width: 767px) {
    .search-block .search-results .container .row .search-results-col {
        width:100%
    }
}

.page-arabic .search-block .search-results .container .row .search-results-col {
    float: left
}

.search-block .search-results .container .row .search-results-col:before {
    content: "";
    background-color: #fff;
    right: 100%;
    position: absolute;
    width: 999em;
    height: 100%;
    top: 0;
    z-index: 1
}

.search-block .search-results .container .row .search-results-col .search-result-row .search-title {
    font-family: Graphik Semibold,sans-serif;
    margin-bottom: 10px
}

.search-block .search-results .container .row .search-results-col .search-result-row .search-title span {
    margin-left: 20px;
    opacity: .3;
    font-size: .875em
}

.search-block .search-results .container .row .search-results-col .search-result-row .view-all {
    color: #a6905a;
    font-size: 1.25em;
    position: relative;
    top: -30px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .search-block .search-results .container .row .search-results-col .search-result-row .view-all {
        top:-20px
    }
}

.page-arabic .search-block .search-results .container .row .search-results-col .search-result-row .view-all {
    text-align: left
}

.search-block .search-results .container .row .search-results-col .search-result-row .view-all:hover {
    color: #000
}

.search-block .search-results .container .row .search-results-col .search-result-row .search-row {
    margin: 0 -15px
}

.search-block .search-results .container .row .search-results-col .search-result-row .search-row .slick-track {
    margin: 0
}

.page-arabic .search-block .search-results .container .row .search-results-col .search-result-row .search-row .slick-track {
    margin: 0 0 0 auto
}

.search-block .search-results .container .row .search-results-col .search-result-row .search-row .slick-list {
    overflow: visible
}

.search-block .search-results .container .row .search-results-col .search-result-row .search-row .item {
    margin: 20px 0 40px
}

.search-block .search-results .container .row .search-results-col .search-result-row .search-row .doc-item {
    padding: 25px 0
}

@media only screen and (max-width: 767px) {
    .search-block .search-results .container .row .search-results-col .search-result-row .search-row .doc-item {
        padding:0 0 15px
    }
}

.search-block .search-results .container .row .search-results-col .search-result-row .search-row .doc-item .content {
    margin: 0 15px
}

.page-arabic .search-block .search-results .container .row .search-results-col .search-result-row .search-row .doc-item .content {
    text-align: right
}

.fintech-wrapper p a {
    display: inline-block;
    color: #a6905a
}

.fintech-wrapper .goto_engLink {
    margin-top: 40px
}

.fintech-wrapper .inner-banner {
    height: 100vh
}

@media only screen and (max-width: 640px) {
    .fintech-wrapper .inner-banner {
        height:100vw
    }
}

.fintech-wrapper .inner-banner .overlay {
    background: rgba(0,0,0,.2)
}

.fintech-wrapper .inner-banner .caption {
    z-index: 1;
    padding: 0;
    width: 80%;
    margin: 0
}

@media only screen and (max-width: 992px) {
    .fintech-wrapper .inner-banner .caption {
        width:100%;
        margin-left: 15px
    }
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .inner-banner .caption {
        margin-left:20px
    }
}

.fintech-wrapper .inner-banner .caption h2 {
    position: static;
    font-size: 2.5em
}

@media only screen and (max-width: 640px) {
    .fintech-wrapper .inner-banner .caption h2 {
        font-size:1.25em
    }
}

.fintech-wrapper .inner-banner .caption h1 {
    font-size: 3em;
    line-height: 56px
}

@media only screen and (max-width: 640px) {
    .fintech-wrapper .inner-banner .caption h1 {
        font-size:1.875em;
        line-height: 40px
    }
}

.fintech-wrapper .inner-banner ul {
    position: absolute;
    z-index: 1;
    bottom: 40px
}

@media only screen and (max-width: 1200px) {
    .fintech-wrapper .inner-banner ul {
        display:none
    }
}

.fintech-wrapper .inner-banner ul li {
    padding: 0 30px 0 0
}

.page-arabic .fintech-wrapper .inner-banner ul li {
    padding: 0 0 0 50px
}

.fintech-wrapper .inner-banner ul li a {
    color: #fff;
    font-family: Graphik Semibold,sans-serif;
    font-size: 1.125em
}

.fintech-wrapper .inner-banner ul li a:hover {
    opacity: .5
}

.fintech-wrapper .tab-content {
    padding-bottom: 50px
}

.fintech-wrapper .contact-block {
    background-color: #f6f7fb;
    padding: 80px 0;
    margin-bottom: 60px
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .contact-block {
        padding:40px 0;
        margin-bottom: 30px
    }
}

.fintech-wrapper .contact-block .row {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .contact-block .row {
        display:block
    }
}

.fintech-wrapper .contact-block p {
    font-family: Graphik Semibold,sans-serif;
    font-size: 1.875em;
    line-height: 40px;
    margin: 0
}

@media only screen and (max-width: 1200px) {
    .fintech-wrapper .contact-block p {
        font-size:1.5em;
        line-height: 34px
    }
}

@media only screen and (max-width: 992px) {
    .fintech-wrapper .contact-block p {
        font-size:1.25em;
        line-height: 30px
    }
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .contact-block p {
        margin-bottom:20px
    }
}

.fintech-wrapper .contact-block p a {
    display: inline-block
}

.fintech-wrapper .contact-block p a:hover {
    color: #a6905a
}

.fintech-wrapper .contact-block .secondary-btn {
    width: auto;
    padding: 18px 80px;
    display: inline-block;
    height: auto;
    float: right;
    font-size: 1em;
    margin: 0
}

@media only screen and (max-width: 1200px) {
    .fintech-wrapper .contact-block .secondary-btn {
        padding:15px 60px
    }
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .contact-block .secondary-btn {
        float:none;
        padding: 15px 45px
    }
}

.fintech-wrapper .contact-block .secondary-btn:hover a {
    color: #000
}

.fintech-wrapper .contact-block .secondary-btn a {
    color: #fff
}

.fintech-wrapper .tablist-block {
    margin-bottom: 30px
}

.fintech-wrapper .tablist-block .infoPartOne h2 {
    margin-top: 30px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .tablist-block .infoPartOne h2 {
        margin-top:0
    }
}

.fintech-wrapper .tablist-block .simpleTabsContainer .simpleTabsContent {
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .tablist-block .simpleTabsContainer .simpleTabsContent {
        margin-top:0
    }
}

.fintech-wrapper .tablist-block .simpleTabsContainer .simpleTabsContent .doc-item {
    padding-left: 0;
    width: 25vw
}

@media only screen and (max-width: 768px) {
    .fintech-wrapper .tablist-block .simpleTabsContainer .simpleTabsContent .doc-item {
        width:35vw
    }
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .tablist-block .simpleTabsContainer .simpleTabsContent .doc-item {
        width:calc(90vw - 30px)
    }
}

.fintech-wrapper .tablist-block .simpleTabsContainer .simpleTabsContent .doc-item .content {
    min-height: 200px
}

.fintech-wrapper .fintech_more {
    margin-bottom: 50px
}

.fintech-wrapper .fintech_more .half_width {
    width: 80%
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .fintech_more .half_width {
        width:100%
    }
}

.fintech-wrapper .fintech_more .half_width p {
    width: 80%
}

.fintech-wrapper .fintech_more p a {
    display: inline-block;
    color: #a6905a
}

.fintech-wrapper .col-sm-4.doc-item {
    padding-left: 0
}

.page-arabic .fintech-wrapper .col-sm-4.doc-item {
    padding-left: 15px;
    padding-right: 0
}

@media only screen and (max-width: 767px) {
    .page-arabic .fintech-wrapper .col-sm-4.doc-item {
        padding-left:0
    }
}

.fintech-wrapper .col-sm-6.doc-item {
    padding-left: 0;
    width: 33.33%
}

.page-arabic .fintech-wrapper .col-sm-6.doc-item {
    padding-right: 0;
    padding-left: 15px
}

@media only screen and (max-width: 768px) {
    .fintech-wrapper .col-sm-6.doc-item {
        width:50%
    }
}

@media only screen and (max-width: 767px) {
    .fintech-wrapper .col-sm-6.doc-item {
        width:100%
    }

    .page-arabic .fintech-wrapper .col-sm-6.doc-item {
        padding-right: 0;
        padding-left: 0
    }
}

.fintech-wrapper .infoPartOne ul {
    margin-left: 15px
}

.fintech-wrapper .infoPartOne ul li a {
    display: inline-block;
    color: #a6905a
}

.page-arabic {
    direction: rtl;
    font-family: Arabic,sans-serif!important
}

.page-arabic .col-lg-1,.page-arabic .col-lg-2,.page-arabic .col-lg-3,.page-arabic .col-lg-4,.page-arabic .col-lg-5,.page-arabic .col-lg-6,.page-arabic .col-lg-7,.page-arabic .col-lg-8,.page-arabic .col-lg-9,.page-arabic .col-lg-10,.page-arabic .col-lg-11,.page-arabic .col-lg-12,.page-arabic .col-md-1,.page-arabic .col-md-2,.page-arabic .col-md-3,.page-arabic .col-md-4,.page-arabic .col-md-5,.page-arabic .col-md-6,.page-arabic .col-md-7,.page-arabic .col-md-8,.page-arabic .col-md-9,.page-arabic .col-md-10,.page-arabic .col-md-11,.page-arabic .col-md-12,.page-arabic .col-sm-1,.page-arabic .col-sm-2,.page-arabic .col-sm-3,.page-arabic .col-sm-4,.page-arabic .col-sm-5,.page-arabic .col-sm-6,.page-arabic .col-sm-7,.page-arabic .col-sm-8,.page-arabic .col-sm-9,.page-arabic .col-sm-10,.page-arabic .col-sm-11,.page-arabic .col-sm-12,.page-arabic .col-xs-1,.page-arabic .col-xs-2,.page-arabic .col-xs-3,.page-arabic .col-xs-4,.page-arabic .col-xs-5,.page-arabic .col-xs-6,.page-arabic .col-xs-7,.page-arabic .col-xs-8,.page-arabic .col-xs-9,.page-arabic .col-xs-10,.page-arabic .col-xs-11,.page-arabic .col-xs-12 {
    float: right
}

@media only screen and (max-width: 767px) {
    .page-arabic .col-lg-1,.page-arabic .col-lg-2,.page-arabic .col-lg-3,.page-arabic .col-lg-4,.page-arabic .col-lg-5,.page-arabic .col-lg-6,.page-arabic .col-lg-7,.page-arabic .col-lg-8,.page-arabic .col-lg-9,.page-arabic .col-lg-10,.page-arabic .col-lg-11,.page-arabic .col-lg-12,.page-arabic .col-md-1,.page-arabic .col-md-2,.page-arabic .col-md-3,.page-arabic .col-md-4,.page-arabic .col-md-5,.page-arabic .col-md-6,.page-arabic .col-md-7,.page-arabic .col-md-8,.page-arabic .col-md-9,.page-arabic .col-md-10,.page-arabic .col-md-11,.page-arabic .col-md-12,.page-arabic .col-sm-1,.page-arabic .col-sm-2,.page-arabic .col-sm-3,.page-arabic .col-sm-4,.page-arabic .col-sm-5,.page-arabic .col-sm-6,.page-arabic .col-sm-7,.page-arabic .col-sm-8,.page-arabic .col-sm-9,.page-arabic .col-sm-10,.page-arabic .col-sm-11,.page-arabic .col-sm-12,.page-arabic .col-xs-1,.page-arabic .col-xs-2,.page-arabic .col-xs-3,.page-arabic .col-xs-4,.page-arabic .col-xs-5,.page-arabic .col-xs-6,.page-arabic .col-xs-7,.page-arabic .col-xs-8,.page-arabic .col-xs-9,.page-arabic .col-xs-10,.page-arabic .col-xs-11,.page-arabic .col-xs-12 {
        width:100%
    }
}

.page-arabic .ccm-search-block-submit,.page-arabic .submit,.page-arabic h1,.page-arabic h2,.page-arabic h4,.page-arabic strong,.page-arabic table tr th {
    font-family: Arabic Bold,sans-serif!important
}

.page-arabic .ccm-search-block-submit .eng_font,.page-arabic .submit .eng_font,.page-arabic h1 .eng_font,.page-arabic h2 .eng_font,.page-arabic h4 .eng_font,.page-arabic strong .eng_font,.page-arabic table tr th .eng_font {
    font-family: Trajan Regular,sans-serif!important
}

.page-arabic a,.page-arabic h3,.page-arabic h5,.page-arabic h6,.page-arabic label,.page-arabic p,.page-arabic table tr td,.page-arabic ul li {
    font-family: Arabic,sans-serif!important
}

.page-arabic a .eng_font,.page-arabic h3 .eng_font,.page-arabic h5 .eng_font,.page-arabic h6 .eng_font,.page-arabic label .eng_font,.page-arabic p .eng_font,.page-arabic table tr td .eng_font,.page-arabic ul li .eng_font {
    font-family: Graphik Regular,sans-serif!important
}

.page-arabic [class*=" icon-"],.page-arabic [class^=icon-] {
    font-family: icomoon!important
}
