﻿@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?k7zs44');
    src: url('fonts/icomoon.eot?k7zs44#iefix') format('embedded-opentype'),url('fonts/icomoon.ttf?k7zs44') format('truetype'),url('fonts/icomoon.woff?k7zs44') format('woff'),url('fonts/icomoon.svg?k7zs44#icomoon') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'GESSTwoLight-Light';
    src: url('../fonts/gesstwolight.eot');
    src: url('../fonts/gesstwolight.eot?#iefix') format('embedded-opentype'),url('fonts/gesstwolight.woff') format('woff'),url('fonts/gesstwolight.ttf') format('truetype'),url('fonts/gesstwolight.svg#gesstwolight') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../DroidArabicKufi-Bold.eot');
    src: url('../DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'),url('../DroidArabicKufi-Bold.woff2') format('woff2'),url('../DroidArabicKufi-Bold.woff') format('woff'),url('../DroidArabicKufi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../DroidArabicKufi.eot');
    src: url('../DroidArabicKufi.eot?#iefix') format('embedded-opentype'),url('DroidArabicKufi.woff2') format('woff2'),url('../DroidArabicKufi.woff') format('woff'),url('../DroidArabicKufi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2') format('woff2'),url('fonts/fontawesome-webfont.woff') format('woff'),url('fonts/fontawesome-webfont.ttf') format('truetype'),url('fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before, .fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before, .fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before, .fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before, .fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-rebel:before {
    content: ""
}

.fa-ge:before, .fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-send:before, .fa-paper-plane:before {
    content: ""
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before, .fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before, .fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery-full:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before, .fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.flex-container a:hover, .flex-slider a:hover {
    outline: none
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    margin: 0;
    padding: 0
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
        -webkit-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        transition: opacity 1s ease
    }

    .flexslider .slides img {
        width: 100%;
        display: block
    }

    .flexslider .slides:after {
        content: "\20";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow: '' 0 1px 4px rgba(0,0,0,.2);
    box-shadow: '' 0 1px 4px rgba(0,0,0,.2)
}

    .flexslider .slides {
        zoom: 1
    }

        .flexslider .slides img {
            height: auto;
            -moz-user-select: none
        }

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s linear;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    *height: 0
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0,0,0,.8);
        text-shadow: 1px 1px 0 rgba(255,255,255,.3);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

        .flex-direction-nav a:before {
            font-family: 'FontAwesome';
            font-size: 40px;
            display: inline-block;
            content: '';
            color: rgba(0,0,0,.8);
            text-shadow: 1px 1px 0 rgba(255,255,255,.3)
        }

        .flex-direction-nav a.flex-next:before {
            content: ''
        }

    .flex-direction-nav .flex-prev {
        left: -50px
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right
    }

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: -20px
}

    .flexslider:hover .flex-direction-nav .flex-prev:hover {
        opacity: 1
    }

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: -20px
}

    .flexslider:hover .flex-direction-nav .flex-next:hover {
        opacity: 1
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

    .flex-pauseplay a:before {
        font-size: 20px;
        display: inline-block;
        content: ''
    }

    .flex-pauseplay a:hover {
        opacity: 1
    }

    .flex-pauseplay a.flex-play:before {
        content: ''
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0,0,0,.7)
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0,0,0,.9);
        cursor: default
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0
    }

    .flex-control-thumbs img {
        width: 100%;
        height: auto;
        display: block;
        opacity: .7;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s linear;
        -o-transition: all 1s ease;
        transition: all 1s ease
    }

        .flex-control-thumbs img:hover {
            opacity: 1
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default
    }

@media screen and (max-width:430px) {
    .topHeader {
        height: max-content !important;
    }
}
@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.dk-select, .dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 100%
}

.dk-selected {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    line-height: 30px
}

    .dk-selected:before, .dk-selected:after {
        content: '';
        display: block;
        position: absolute;
        right: 0
    }

    .dk-selected:before {
        top: 50%;
        border: solid transparent;
        border-width: .25em .25em 0;
        border-top-color: #ccc;
        margin: -.125em .5em 0 0
    }

    .dk-selected:after {
        top: 0;
        height: 100%;
        border-left: 1px solid #ccc;
        margin: 0 1.5em 0 0
    }

.dk-selected-disabled {
    color: #bbb
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0
}

.dk-select-open-up .dk-select-options {
    border-radius: 0;
    margin-bottom: -1px;
    bottom: 100%
}

.dk-select-open-down .dk-select-options {
    border-radius: 0;
    margin-top: -1px;
    top: 100%
}

.dk-select-multi .dk-select-options {
    max-height: 10em
}

.dk-select-options {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    min-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .25em 0;
    width: auto;
    z-index: 100
}

.dk-option-selected {
    background-color: #481e72;
    color: #fff
}

.dk-select-options-highlight .dk-option-selected {
    background-color: transparent;
    color: inherit
}

.dk-option {
    padding: 0 .5em
}

.dk-select-options .dk-option-highlight {
    background-color: #481e72;
    color: #fff
}

.dk-select-options .dk-option-disabled {
    color: #bbb;
    background-color: transparent
}

.dk-optgroup {
    border: solid #ccc;
    border-width: 1px 0;
    padding: .25em 0;
    margin-top: .25em
}

    .dk-optgroup + .dk-option {
        margin-top: .25em
    }

    .dk-optgroup + .dk-optgroup {
        border-top-width: 0;
        margin-top: 0
    }

    .dk-optgroup:nth-child(2) {
        padding-top: 0;
        border-top: none;
        margin-top: 0
    }

    .dk-optgroup:last-child {
        border-bottom-width: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

.dk-optgroup-label {
    padding: 0 .5em .25em;
    font-weight: bold;
    width: 100%
}

.dk-optgroup-options {
    list-style: none;
    padding-left: 0
}

    .dk-optgroup-options li {
        padding-left: 1.2em
    }

.dk-select-open-up .dk-selected {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-color: #481e72
}

.dk-select-open-down .dk-selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #481e72
}

    .dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
        border-width: 0 .25em .25em;
        border-bottom-color: #481e72
    }

    .dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
        border-left-color: #481e72
    }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
    display: block
}

.dk-select-multi:hover, .dk-select-multi:focus {
    outline: none
}

.dk-selected:hover, .dk-selected:focus {
    outline: none;
    border-color: #481e72
}

    .dk-selected:hover:before, .dk-selected:focus:before {
        border-top-color: #481e72
    }

    .dk-selected:hover:after, .dk-selected:focus:after {
        border-left-color: #481e72
    }

.dk-select-disabled {
    opacity: .6;
    color: #bbb;
    cursor: not-allowed
}

    .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
        border-color: inherit
    }

        .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
            border-top-color: inherit
        }

        .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
            border-left-color: inherit
        }

select[data-dkcacheid] {
    display: none
}

.customSelect .dk-select + select {
    display: none
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0)
    }

    .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d
        }

    .owl-carousel.owl-text-select-on .owl-item {
        -webkit-user-select: auto;
        -moz-user-select: auto;
        -ms-user-select: auto;
        user-select: auto
    }

    .owl-carousel .owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: -o-grab;
        cursor: -ms-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -webkit-transition: scale(1.3,1.3);
        -moz-transition: scale(1.3,1.3);
        -ms-transition: scale(1.3,1.3);
        -o-transition: scale(1.3,1.3);
        transition: scale(1.3,1.3)
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #fff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        box-shadow: 0 10px 25px rgba(0,0,0,.5)
    }

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('fancybox_sprite.png')
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0,.6)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8)
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('fancybox_sprite@2x.png');
        background-size: 44px 152px
    }
}

.smartbanner-show {
    margin-top: 80px
}

    .smartbanner-show .smartbanner {
        display: block
    }

.smartbanner {
    position: relative;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-family: 'Helvetica Neue',sans-serif;
    background: #f4f4f4;
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none
}

.smartbanner-container {
    margin: 0 auto;
    white-space: nowrap
}

.smartbanner-close {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px;
    font-family: 'ArialRoundedMTBold',Arial;
    font-size: 20px;
    text-align: center;
    color: #888;
    text-decoration: none;
    border: 0;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased
}

    .smartbanner-close:active, .smartbanner-close:hover {
        color: #aaa
    }

.smartbanner-icon {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    margin-right: 12px;
    background-size: cover;
    border-radius: 10px
}

.smartbanner-info {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold
}

.smartbanner-title {
    font-size: 13px;
    line-height: 18px
}

.smartbanner-button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.8)
}

    .smartbanner-button:active, .smartbanner-button:hover {
        color: #aaa
    }

.smartbanner-button-text {
}

    .smartbanner-button-text:active, .smartbanner-button-text:hover {
    }

.smartbanner-ios {
    background: #f4f4f4;
    background: linear-gradient(to bottom,#f4f4f4,#cdcdcd);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    line-height: 80px
}

    .smartbanner-ios .smartbanner-close {
        border: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        color: #888;
        text-shadow: 0 1px 0 white
    }

        .smartbanner-ios .smartbanner-close:active, .smartbanner-ios .smartbanner-close:hover {
            color: #aaa
        }

    .smartbanner-ios .smartbanner-icon {
        background: rgba(0,0,0,.6);
        background-size: cover;
        box-shadow: 0 1px 3px rgba(0,0,0,.3)
    }

    .smartbanner-ios .smartbanner-info {
        color: #6a6a6a;
        text-shadow: 0 1px 0 rgba(255,255,255,.8)
    }

    .smartbanner-ios .smartbanner-title {
        color: #4d4d4d;
        font-weight: bold
    }

    .smartbanner-ios .smartbanner-button {
        padding: 0 10px;
        min-width: 10%;
        color: #6a6a6a;
        background: #efefef;
        background: linear-gradient(to bottom,#efefef,#dcdcdc);
        border-radius: 3px;
        box-shadow: inset 0 0 0 1px #bfbfbf,0 1px 0 rgba(255,255,255,.6),0 2px 0 rgba(255,255,255,.7) inset
    }

        .smartbanner-ios .smartbanner-button:active, .smartbanner-ios .smartbanner-button:hover {
            background: #dcdcdc;
            background: linear-gradient(to bottom,#dcdcdc,#efefef)
        }

    .smartbanner-ios .smartbanner-button-text {
    }

        .smartbanner-ios .smartbanner-button-text:active, .smartbanner-ios .smartbanner-button-text:hover {
        }

.smartbanner-android {
    background: #3d3d3d url(data:image/gif; base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    box-shadow: inset 0 4px 0 #88b131;
    line-height: 82px
}

    .smartbanner-android .smartbanner-close {
        border: 0;
        width: 17px;
        height: 17px;
        line-height: 17px;
        margin-right: 7px;
        color: #b1b1b3;
        background: #1c1e21;
        text-shadow: 0 1px 1px #000;
        box-shadow: 0 1px 2px rgba(0,0,0,.8) inset,0 1px 1px rgba(255,255,255,.3)
    }

        .smartbanner-android .smartbanner-close:active, .smartbanner-android .smartbanner-close:hover {
            color: #eee
        }

    .smartbanner-android .smartbanner-icon {
        background-color: transparent;
        box-shadow: none
    }

    .smartbanner-android .smartbanner-info {
        color: #ccc;
        text-shadow: 0 1px 2px #000
    }

    .smartbanner-android .smartbanner-title {
        color: #fff;
        font-weight: bold
    }

    .smartbanner-android .smartbanner-button {
        min-width: 12%;
        color: #d1d1d1;
        padding: 0;
        background: none;
        border-radius: 0;
        box-shadow: 0 0 0 1px #333,0 0 0 2px #dddcdc
    }

        .smartbanner-android .smartbanner-button:active, .smartbanner-android .smartbanner-button:hover {
            background: none
        }

    .smartbanner-android .smartbanner-button-text {
        text-align: center;
        display: block;
        padding: 0 10px;
        background: #42b6c9;
        background: linear-gradient(to bottom,#42b6c9,#39a9bb);
        text-transform: none;
        text-shadow: none;
        box-shadow: none
    }

        .smartbanner-android .smartbanner-button-text:active, .smartbanner-android .smartbanner-button-text:hover {
            background: #2ac7e1
        }

.smartbanner-windows {
    background: #f4f4f4;
    background: linear-gradient(to bottom,#f4f4f4,#cdcdcd);
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    line-height: 80px
}

    .smartbanner-windows .smartbanner-close {
        border: 0;
        width: 18px;
        height: 18px;
        line-height: 18px;
        color: #888;
        text-shadow: 0 1px 0 white
    }

        .smartbanner-windows .smartbanner-close:active, .smartbanner-windows .smartbanner-close:hover {
            color: #aaa
        }

    .smartbanner-windows .smartbanner-icon {
        background: rgba(0,0,0,.6);
        background-size: cover;
        box-shadow: 0 1px 3px rgba(0,0,0,.3)
    }

    .smartbanner-windows .smartbanner-info {
        color: #6a6a6a;
        text-shadow: 0 1px 0 rgba(255,255,255,.8)
    }

    .smartbanner-windows .smartbanner-title {
        color: #4d4d4d;
        font-weight: bold
    }

    .smartbanner-windows .smartbanner-button {
        padding: 0 10px;
        min-width: 10%;
        color: #6a6a6a;
        background: #efefef;
        background: linear-gradient(to bottom,#efefef,#dcdcdc);
        border-radius: 3px;
        box-shadow: inset 0 0 0 1px #bfbfbf,0 1px 0 rgba(255,255,255,.6),0 2px 0 rgba(255,255,255,.7) inset
    }

        .smartbanner-windows .smartbanner-button:active, .smartbanner-windows .smartbanner-button:hover {
            background: #dcdcdc;
            background: linear-gradient(to bottom,#dcdcdc,#efefef)
        }

    .smartbanner-windows .smartbanner-button-text {
    }

        .smartbanner-windows .smartbanner-button-text:active, .smartbanner-windows .smartbanner-button-text:hover {
        }

.intl-tel-input {
    position: relative;
    display: inline-block
}

    .intl-tel-input * {
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .intl-tel-input .hide {
        display: none
    }

    .intl-tel-input .v-hide {
        visibility: hidden
    }

    .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
        position: relative;
        z-index: 0;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-right: 36px;
        margin-right: 0
    }

    .intl-tel-input .flag-container {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 1px
    }

    .intl-tel-input .selected-flag {
        z-index: 1;
        position: relative;
        width: 36px;
        height: 100%;
        padding: 0 0 0 8px
    }

        .intl-tel-input .selected-flag .iti-flag {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto
        }

        .intl-tel-input .selected-flag .iti-arrow {
            position: absolute;
            top: 50%;
            margin-top: -2px;
            right: 6px;
            width: 0;
            height: 0;
            border-left: 3px solid transparent;
            border-right: 3px solid transparent;
            border-top: 4px solid #555
        }

            .intl-tel-input .selected-flag .iti-arrow.up {
                border-top: none;
                border-bottom: 4px solid #555
            }

    .intl-tel-input .country-list {
        position: absolute;
        z-index: 2;
        list-style: none;
        text-align: left;
        padding: 0;
        margin: 0 0 0 -1px;
        box-shadow: 1px 1px 4px rgba(0,0,0,.2);
        background-color: #fff;
        border: 1px solid #ccc;
        white-space: nowrap;
        max-height: 200px;
        overflow-y: scroll
    }

        .intl-tel-input .country-list.dropup {
            bottom: 100%;
            margin-bottom: -1px
        }

        .intl-tel-input .country-list .flag-box {
            display: inline-block;
            width: 20px
        }

@media(max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

    .intl-tel-input .country-list .country .dial-code {
        color: #999
    }

    .intl-tel-input .country-list .country.highlight {
        background-color: rgba(0,0,0,.05)
    }

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
    vertical-align: middle
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
    margin-right: 6px
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px
}

.intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer
}

    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
        background-color: rgba(0,0,0,.05)
    }

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default
}

    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
        background-color: transparent
    }

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0,0,0,.05);
    display: table
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px
}

.intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px
}

.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px
}

.intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-right: 92px;
    padding-left: 0
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px
}

.intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

    .intl-tel-input.iti-container:hover {
        cursor: pointer
    }

.iti-mobile .intl-tel-input.iti-container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 100%
}

    .iti-mobile .intl-tel-input .country-list .country {
        padding: 10px 10px;
        line-height: 1.5em
    }

.iti-flag {
    width: 20px
}

    .iti-flag.be {
        width: 18px
    }

    .iti-flag.ch {
        width: 15px
    }

    .iti-flag.mc {
        width: 19px
    }

    .iti-flag.ne {
        width: 18px
    }

    .iti-flag.np {
        width: 13px
    }

    .iti-flag.va {
        width: 15px
    }

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 13px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("../images/flags.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url("../images/flags@2x.png")
    }
}

.iti-flag.np {
    background-color: transparent
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, div {
    vertical-align: top
}

* {
    outline: none
}

li, ol {
    list-style-type: none;
    list-style-image: none;
    list-style: none
}

img {
    border: 0
}

textarea {
    resize: none
}

    input:focus, select:focus, textarea:focus, button:focus {
        outline: none
    }

a {
    text-decoration: none
}

input, textarea, select, body {
    font-size: 14px;
    font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif
}

.container {
    margin: 0 auto
}

*, *:after, *:before {
    box-sizing: border-box
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 20px;
        width: 728px !important
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1140px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

    .row.smallerRowSpace {
        margin-left: -3px;
        margin-right: -3px
    }

    .row.negativeSpace {
        margin-left: -13px;
        margin-right: -13px
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.smallerRowSpace .col-xs-1, .smallerRowSpace .col-sm-1, .smallerRowSpace .col-md-1, .smallerRowSpace .col-lg-1, .smallerRowSpace .col-xs-2, .smallerRowSpace .col-sm-2, .smallerRowSpace .col-md-2, .smallerRowSpace .col-lg-2, .smallerRowSpace .col-xs-3, .smallerRowSpace .col-sm-3, .smallerRowSpace .col-md-3, .smallerRowSpace .col-lg-3, .smallerRowSpace .col-xs-4, .smallerRowSpace .col-sm-4, .smallerRowSpace .col-md-4, .smallerRowSpace .col-lg-4, .smallerRowSpace .col-xs-5, .smallerRowSpace .col-sm-5, .smallerRowSpace .col-md-5, .smallerRowSpace .col-lg-5, .smallerRowSpace .col-xs-6, .smallerRowSpace .col-sm-6, .smallerRowSpace .col-md-6, .smallerRowSpace .col-lg-6, .smallerRowSpace .col-xs-7, .smallerRowSpace .col-sm-7, .smallerRowSpace .col-md-7, .smallerRowSpace .col-lg-7, .smallerRowSpace .col-xs-8, .smallerRowSpace .col-sm-8, .smallerRowSpace .col-md-8, .smallerRowSpace .col-lg-8, .smallerRowSpace .col-xs-9, .smallerRowSpace .col-sm-9, .smallerRowSpace .col-md-9, .smallerRowSpace .col-lg-9, .smallerRowSpace .col-xs-10, .smallerRowSpace .col-sm-10, .smallerRowSpace .col-md-10, .smallerRowSpace .col-lg-10, .smallerRowSpace .col-xs-11, .smallerRowSpace .col-sm-11, .smallerRowSpace .col-md-11, .smallerRowSpace .col-lg-11, .smallerRowSpace .col-xs-12, .smallerRowSpace .col-sm-12, .smallerRowSpace .col-md-12, .smallerRowSpace .col-lg-12 {
    padding-left: 3px;
    padding-right: 3px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media(min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}

@media(min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media(min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .clearContainer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .clearContainer:after {
    clear: both
}

.rightAlign {
    text-align: right
}

.centerAligned {
    text-align: center
}

.centeredBlock {
    margin-left: auto;
    margin-right: auto;
    float: none
}

.fullWidth {
    width: 100%
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.posRelative {
    position: relative
}

.absolutePos {
    position: absolute
}

.textDecorationNone {
    text-decoration: none
}

.textDecorationUnderline {
    text-decoration: underline
}

.fontWeightBold {
    font-weight: bold
}

.clearBoth {
    clear: both
}

.clearRight {
    clear: right
}

input, textarea, select, body, .smallTop a, .mainMenu a {
    color: #868686
}

.showFade {
    transition: all linear 400ms;
    -moz-transition: all linear 400ms;
    -webkit-transition: all linear 400ms;
    -ms-transition: all linear 400ms
}

.dropDownImage {
    float: left;
    margin-right: 10px;
    margin-top: 3px
}

    .dropDownImage img {
        display: block
    }

    .dropDownImage + .dropDownText {
        padding-left: 27px;
        display: block
    }

.dropDownToggle {
    position: relative;
    padding-right: 14px
}

.dropDown {
    display: inline-block;
    position: relative;
    text-align: left
}

.dropDownToggle {
    display: block
}

.dropDownMenu {
    display: none;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    z-index: 111
}

    .dropDownMenu li {
    }

.noPad {
    padding-left: 0;
    padding-right: 0
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-15 {
    width: 20%;
    float: left
}

@media(min-width:768px) {
    .col-sm-15 {
        width: 20%;
        float: left
    }
}

@media(min-width:992px) {
    .col-md-15 {
        width: 20%;
        float: left
    }
}

@media(min-width:1200px) {
    .col-lg-15 {
        width: 20%;
        float: left
    }
}

@media(max-width:767px) {
    .container {
        width: 100%;
        margin: 0
    }
}

#BICMSContentManager1_tbl {
    display: none
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: right
}

body {
    text-align: right;
    direction: rtl;
    font-family: 'Droid Arabic Kufi','Maven Pro' !important
}

@media all and (min-width:2000px) {
    .sliderMain {
        height: 700px
    }
}

@media all and (min-width:1280px) {
    .compareCardsFilter .compareListing.activeList.standardListing .listingDescription {
        height: 60px
    }
}

.icon-play:before {
    content: ""
}

.icon-download:before {
    content: ""
}

.icon-pdf:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-arrowleft:before {
    content: ""
}

.icon-arrowright:before {
    content: ""
}

.icon-arrowdown:before {
    content: ""
}

.icon-aminus:before {
    content: ""
}

.icon-aplus:before {
    content: ""
}

.icon-print:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-breadcrumb:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-online:before {
    content: ""
}

.icon-location:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-search:before {
    content: ""
}

html, body {
    overflow-x: hidden;
    width: 100%
}

h3 {
    font-size: 18px;
    margin-bottom: 24px;
    color: #000
}

.listingTitle a {
    color: #282828
}

    .listingTitle a:hover {
        color: #481e72
    }

.glossary {
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    margin-left: 5px
}

    .glossary:after {
        content: 'i';
        font-size: 9px;
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 13px;
        height: 13px;
        color: #000;
        line-height: 11px;
        text-align: center;
        border: 1px solid #030302;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%
    }

    .glossary:hover {
        text-decoration: none
    }

.listingLink a, .toggleContent a, .contentList a {
    color: #ddb651;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline
}

    .listingLink a:hover {
        color: #282828
    }

input[type=submit] {
    cursor: pointer
}

.logoHolder {
    float: right
}

    .logoHolder a {
        display: block
    }

.inlineMiddle, .inlinedList > li {
    vertical-align: middle;
    display: inline-block
}

.icon, .headerSearch, .mainMenu > ul > li > a {
    position: relative
}

    .icon:before, .smallTop li + li a:before, .mainMenu > ul > li > a:before {
        display: inline-block;
        vertical-align: middle;
        content: ''
    }

    .headerSearch input[type=text] {
        padding: 5px 30px 5px 10px;
        font-family: 'Maven Pro',sans-serif
    }

    .headerSearch input[type=button] {
        position: absolute;
        left: 1px;
        top: 1px;
        border: 0 none;
        bottom: 1px
    }

.mainMenu > ul > li {
    display: inline-block
}

    .mainMenu > ul > li > a {
        display: block;
        padding: 10px 15px;
        font-size: 18px
    }

.hasSubmenu {
    position: relative
}

.ddSecondLevel {
    position: absolute;
    top: 100%;
    width: 100%;
    padding-left: 186px;
    right: 0;
    z-index: 2000
}

    .ddSecondLevel > ul {
        margin-right: 377px
    }

.ddSmartMenu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
    margin-top: 20px
}

.hasSmartMenu:hover .ddSmartMenu {
    opacity: 1;
    margin: 0;
    z-index: 10
}

.additionalHeaderComponents {
    float: left;
    margin-top: 9px
}

.topHeader {
    background: none
}

.firstSideElements {
    float: right
}

.secondSideElements {
    float: left
}

.inlineMiddle, .inlinedList > li, .inlinedList > ul > li {
    vertical-align: top;
    display: inline-block
}

.fullBg {
    background-size: cover !important
}

.sliderHeight {
    height: 492px
}

.sliderContent {
    position: absolute;
    top: 200px;
    right: 15px;
    max-width: 312px
}

.contactForm {
    max-width: 800px;
    margin: 0 auto
}

.inputEntity {
    margin-bottom: 9px;
    position: relative
}

    .inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea, .dk-selected, .fileUpload {
        border: 1px solid #d3d3d3;
        border-radius: 0;
        display: block;
        width: 100%;
        padding: 0 10px;
        height: 41px;
        line-height: 41px;
        background: transparent;
        font-size: 16px;
        color: #282828;
        font-weight: normal;
        font-family: 'Droid Arabic Kufi','Maven Pro' !important
    }

    .inputEntity textarea {
        line-height: normal;
        padding: 10px
    }

    .inputEntity input[type="text"]::-webkit-input-placeholder, .inputEntity input[type="date"]::-webkit-input-placeholder, .customSelect .dk-selected, .customSelect .dk-select-options .dk-option-highlight, .customSelect .dk-option-selected {
        color: #282828;
        font-family: 'Droid Arabic Kufi','Maven Pro' !important
    }

    .inputEntity input[type="text"]:-moz-placeholder, .inputEntity input[type="date"]:-moz-placeholder {
        color: #282828;
        font-family: 'Droid Arabic Kufi','Maven Pro' !important
    }

    .inputEntity input[type="text"]::-moz-placeholder, .inputEntity input[type="date"]::-moz-placeholder {
        color: #282828;
        font-family: 'Droid Arabic Kufi','Maven Pro' !important
    }

    .inputEntity input[type="text"]:-ms-input-placeholder, .inputEntity input[type="date"]:-ms-input-placeholder {
        color: #282828;
        font-family: 'Droid Arabic Kufi','Maven Pro' !important
    }

.subscribeFields .inputEntity input[type=text], .subscribeFields .inputEntity input[type=password], .subscribeFields .inputEntity textarea, .subscribeFields .dk-selected, .subscribeFields .fileUpload {
    color: #fff
}

.subscribeFields .inputEntity input[type="text"]::-webkit-input-placeholder, .subscribeFields .inputEntity input[type="date"]::-webkit-input-placeholder {
    color: #fff
}

.subscribeFields .inputEntity input[type="text"]:-moz-placeholder, .subscribeFields .inputEntity input[type="date"]:-moz-placeholder {
    color: #fff
}

.subscribeFields .inputEntity input[type="text"]::-moz-placeholder, .subscribeFields .inputEntity input[type="date"]::-moz-placeholder {
    color: #fff
}

.subscribeFields .inputEntity input[type="text"]:-ms-input-placeholder, .subscribeFields .inputEntity input[type="date"]:-ms-input-placeholder {
    color: #fff
}

.errorInput {
    border: 1px solid #e33c3c !important
}

.inputEntity textarea {
    height: 168px;
    margin: 0
}

.inputEntity label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    color: #000
}

.errorMessage {
    position: absolute;
    bottom: 100%;
    left: 0 !important;
    right: auto !important;
    padding-top: 5px;
    color: #e33c3c;
    font-weight: 600;
    font-size: 12px
}

label + .errorMessage {
    bottom: inherit;
    top: 0;
    left: 0;
    right: inherit
}

.formActions {
    text-align: left
}

input[type=checkbox]:not(old), input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0
}

    input[type=checkbox]:not(old) + label, input[type=radio]:not(old) + label {
        display: inline-block;
        line-height: 1.5em;
        position: relative;
        cursor: pointer;
        font-size: 16px;
        color: #282828;
        line-height: 21px;
        padding-right: 45px;
        font-weight: normal
    }

        input[type=checkbox]:not(old) + label:before, input[type=radio]:not(old) + label:before {
            display: inline-block;
            width: 26px;
            height: 26px;
            margin: 4px 5px 0 -1px;
            background: #e1e1e1;
            vertical-align: bottom;
            float: right;
            content: '';
            position: absolute;
            right: 0;
            top: 0
        }

        input[type=radio]:not(old) + label:before {
            border-radius: 50%;
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 5px 0 0;
            border-radius: 50%;
            float: right;
            content: ''
        }

    input[type=radio]:not(old):checked + label:before, input[type=checkbox]:not(old):checked + label:before {
        background: #ddb603
    }

    input[type=radio]:not(old):checked + label:after, input[type=checkbox]:not(old):checked + label:after {
        content: "";
        font-family: 'icomoon';
        position: absolute;
        right: 6px;
        top: 12px;
        color: #fff;
        font-size: 13px;
        line-height: normal
    }

.stackedInput, ul.stackedInput li {
    display: inline-block;
    margin-left: 15px
}

.fileUpload {
    overflow: hidden;
    position: relative
}

    .fileUpload:after {
        content: "Upload";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background: #396086;
        color: #fff;
        padding: 0 15px;
        font-family: "Roboto Slab",serif;
        z-index: 1;
        line-height: 30px
    }

    .fileUpload:hover:after {
        background: #000
    }

    .fileUpload input {
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer;
        z-index: 99;
        right: 0;
        width: 100%;
        height: 100%
    }

.uploadValue {
    color: #000;
    display: block;
    right: 15px;
    opacity: 1;
    position: absolute;
    z-index: 50;
    color: #525252;
    font-size: 13px;
    height: 30px;
    line-height: 30px
}

::-webkit-input-placeholder {
    color: #868686;
    -webkit-opacity: 1 !important
}

::-moz-placeholder {
    color: #868686;
    opacity: 1 !important
}

:-ms-input-placeholder {
    color: #868686;
    -ms-opacity: 1 !important
}

input:-moz-placeholder {
    color: #868686;
    -moz-opacity: 1 !important
}

.forgetPassword {
    text-align: left;
    font-size: 11px
}

    .forgetPassword a {
        color: green;
        font-style: italic
    }

.ui-slider {
    position: relative;
    text-align: right
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

.ui-slider {
    position: relative;
    text-align: right
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 12px;
        height: 23px;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0
    }

.ui-slider-horizontal {
    height: 9px;
    background: red
}

    .ui-slider-horizontal .ui-slider-handle {
        margin-top: -11.5px;
        margin-right: -6px;
        background: blue;
        top: 50%
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .ui-slider-horizontal .ui-slider-range-min {
        right: 0
    }

    .ui-slider-horizontal .ui-slider-range-max {
        left: 0
    }

.uiSliderMain {
    height: 9px;
    background: blue;
    float: none;
    margin-top: 12px
}

.sliderValue {
    width: 85px;
    text-align: center
}

    .sliderValue input {
        text-align: center
    }

.loanRadio {
    width: 160px
}

.allSlidingComponent {
    margin-left: 0;
    display: block !important
}

.uiSliderParent {
    position: relative;
    padding: 1px 33px 15px 33px
}

.listingDescription, .textContent, .form-intro {
    font-size: 16px;
    color: #646464;
    line-height: 25px
}

.form-intro {
    margin-bottom: 40px
}

.logoHolder a {
    width: 320px;
    margin-left: 50px
}

.logoHolder img {
    max-width: 100%
}

.topHeader {
    background: #2b2e33;
    height: 34px;
    line-height: 32px
}

.header > .container {
    padding: 17px 0;
    position: relative
}

.smallTop a {
    color: #fff
}

.headerSearch input[type=text] {
    padding: 5px 30px 5px 10px
}

.headerSearch input[type=button] {
    position: absolute;
    left: 1px;
    top: 1px;
    border: 0 none;
    bottom: 1px
}

.headerSearch {
    width: 41px;
    height: 34px;
    background: transparent;
    position: relative;
    margin-left: 10px
}

    .headerSearch input[type="button"] {
        width: 100%;
        height: 100%;
        background: #ddb603;
        top: 0
    }

    .headerSearch input[type="text"] {
        max-width: 0;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        border: medium none;
        height: 36px;
        position: absolute;
        max-width: 400px;
        width: 400px;
        left: 0;
        font-family: 'Open Sans',sans-serif;
        color: #3f3f3f;
        z-index: -1;
        top: 14px;
        background: #fff;
        -webkit-border-radius: 0
    }

    .headerSearch.open {
        z-index: 6000
    }

        .headerSearch.open input[type="text"] {
            opacity: 1;
            top: 37px;
            box-shadow: 1px 2px 2px -1px #333
        }

    .headerSearch:before {
        content: "";
        font-family: 'icomoon' !important;
        color: #fff;
        font-size: 16px;
        position: absolute;
        right: 11px;
        bottom: 0;
        cursor: pointer;
        z-index: 10
    }

#searchOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    right: 0;
    top: 0;
    z-index: 5000;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.topHeader .inlineMiddle li {
    font-size: 14px
}

.topHeader .firstSideElements .inlineMiddle li::before {
    content: "·";
    margin: 0 2px;
    font-size: 16px;
    color: #fff
}

.topHeader .inlineMiddle li:first-child::before {
    display: none
}

.topHeader .secondSideElements .inlineMiddle ul {
    margin-right: -14px
}

.topHeader .secondSideElements .inlineMiddle li {
    border-right: 1px solid #808285;
    font-size: 13px;
    float: right
}

    .topHeader .secondSideElements .inlineMiddle li:first-child {
        border-right: none
    }

    .topHeader .secondSideElements .inlineMiddle li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 0 5px
    }

        .topHeader .secondSideElements .inlineMiddle li a:hover, .topHeader .secondSideElements .inlineMiddle li a.active, .topHeader .secondSideElements .inlineMiddle li:hover {
            background: #55575a
        }

.topHeader .firstSideElements .inlineMiddle li a:hover, .topHeader .firstSideElements .inlineMiddle li a.active {
    color: #ddb603
}

.mainMenu > ul > li > a {
    font-weight: normal;
    font-size: 17px;
    color: #282828;
    padding: 15px 0 0 0;
    position: relative;
    text-align: center
}

    .mainMenu > ul > li > a:after {
        content: "";
        position: absolute;
        top: 0;
        height: 2px;
        width: 0;
        background: #ddb603;
        right: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .mainMenu > ul > li > a.active:after, .mainMenu > ul > li > a:hover:after {
        width: 100%
    }

    .mainMenu > ul > li > a.active {
        font-weight: bold
    }

.menusMain {
    margin-right: 0;
    float: right;
    margin-top: 9px
}

.mainMenu > ul > li > a::before, .leftNav > li > a::before {
    display: block;
    content: attr(data-title);
    font-weight: bold;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -1px
}

.sliderMain {
    position: relative;
    overflow: hidden
}

    .sliderMain .flexslider {
        padding: 0;
        margin: 0;
        border: none
    }

.flexLoader {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 100;
    font-size: 30px;
    color: #ddb603;
    margin-right: -25px;
    margin-top: -25px;
    text-align: center;
    line-height: 50px;
    z-index: 1
}

#fancybox-loading {
    font-size: 30px;
    color: #ddb603
}

.sliderTitle {
    font-size: 36px;
    color: #fff;
    line-height: 45px;
    margin-bottom: 5px
}

    .sliderTitle a {
        color: #fff
    }

.sliderContent p {
    font-size: 22px;
    color: #fff
}

.sliderBtnHolder {
    padding-top: 24px
}

.slideBtn {
    padding: 13px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #fff;
    display: inline-block;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    position: relative;
    overflow: hidden
}

    .slideBtn:after {
        content: '';
        position: absolute;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
        z-index: -1
    }

    .slideBtn:hover:after {
        width: 100%
    }

    .slideBtn:hover {
        color: #481e72
    }

.sliderMain .flexslider .slides > li {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center
}

.sliderMain .flexslider, .sliderMain .flexslider .slides, .sliderMain .flexslider .slides > li, .sliderHeight {
    height: 100% !important
}

    .sliderMain .flexslider .slides > li:after {
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: -moz-linear-gradient(right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 1%,rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 1%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 1%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        content: "";
        z-index: -2
    }

.sliderMain .flex-control-nav {
    bottom: 0;
    height: 98px;
    z-index: 100;
    text-align: left;
    position: absolute;
    width: 100%;
    max-width: 1140px;
    right: 50%;
    margin-right: -570px;
    padding-top: 55px
}

    .sliderMain .flex-control-nav::before {
        width: 200%;
        right: -50%;
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        z-index: -1;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=0)
    }

.flex-control-paging li a {
    background: #fff;
    width: 10px;
    height: 10px;
    font-size: 0
}

    .flex-control-paging li a.flex-active, .flex-control-paging li a:hover {
        background: #ddb603
    }

.additionalHeaderComponents .headerBtn {
    background: #e8e8e8;
    color: #282828;
    font-size: 14px;
    font-weight: bold;
    padding: 14px 22px 14px 30px;
    margin-right: 2px;
    display: inline-block
}

    .additionalHeaderComponents .headerBtn:first-child {
        margin-right: 0
    }

    .additionalHeaderComponents .headerBtn .icons {
        width: 25px;
        position: absolute;
        right: 5px;
        top: 10px
    }

    .additionalHeaderComponents .headerBtn:hover .icons img, .additionalHeaderComponents .headerBtn.active .icons img {
        display: none
    }

        .additionalHeaderComponents .headerBtn:hover .icons img.showHover, .additionalHeaderComponents .headerBtn.active .icons img.showHover {
            display: inline
        }

#contactBtn {
    padding-right: 40px
}

#locateBtn {
    padding-right: 32px
}

    #locateBtn .icons {
        right: 8px
    }

.additionalHeaderComponents .headerBtn:hover, .additionalHeaderComponents .headerBtn.active {
    background: #ddb603;
    color: #fff
}

.ddSecondLevel > ul > li > a {
    display: inline-block;
    background: #f0eeed;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize
}

@media all and (min-width:1024px) {
    .ddThirdLevel {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }
}

.ddThirdLevel {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    margin-right: 0;
    position: absolute;
    right: 50%;
    top: 100%;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.menuSec1 {
    background: #fff;
    min-height: 320px
}

    .menuSec1 > ul {
        padding: 30px 15px
    }

.mainContent {
    background: #eee;
    overflow: hidden;
    padding-bottom: 30px
}

.mainMenu ul li .ddSecondLevel {
    display: none
}

.mainMenu > ul > li > a.active + .ddSecondLevel {
    display: block
}

.mainMenu ul li .ddSecondLevel > ul > li {
    height: 44px;
    display: block;
    border-right: 1px solid #c7c3cb
}

    .mainMenu ul li .ddSecondLevel > ul > li:hover > a, .mainMenu ul li .ddSecondLevel > ul > li > a.active {
        background: #ddb603;
        color: #fff
    }

    .mainMenu ul li .ddSecondLevel > ul > li:hover .ddThirdLevel {
        opacity: 1;
        max-height: 950px
    }

    .mainMenu ul li .ddSecondLevel > ul > li > a {
        line-height: 44px
    }

    .mainMenu ul li .ddSecondLevel > ul > li:first-child {
        border-right: none
    }

.additionalHeaderComponents .headerBtn.onlineBanking .icons {
    right: 0;
    top: 5px
}

.text {
    display: inline-block;
    max-width: 150px;
    line-height: 16px;
    padding: 7px 0;
    text-align: center
}

.MainMenuSpecialClass li a:hover {
    color: #481e72;
    cursor: pointer
}

.menuSec1 {
    text-align: right
}

    .menuSec1 h4 {
        color: #481e72;
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
        margin-bottom: 10px
    }

        .menuSec1 h4 a {
            color: #481e72;
            display: block
        }

            .menuSec1 h4 a:hover {
                color: #2b2e33
            }

.menuSec1 {
    width: 83.7%
}

.menuSec2 {
    background: #d2cfce;
    padding: 0;
    text-align: right;
    border-top: 1px solid #cdccd2;
    padding: 0 15px;
    margin-top: 10px;
    padding-top: 17px
}

    .menuSec2 .menuSecTop, .menuSec2 .menuSecBottom {
        background: #d2cfce
    }

        .menuSec2 .menuSecTop ul li a, .menuSec2 .menuSecBottom ul li a {
            color: #676565
        }

.bottomLevel a {
    color: #6f737a;
    font-size: 16px;
    font-weight: 500
}

    .bottomLevel a:hover, .bottomLevel a.active {
        color: #481e72
    }

.bottomLevel li {
    margin-bottom: 10px
}

.menuSec1 .col-md-6 .bottomLevel {
    width: 45%;
    float: right;
    margin-left: 20px
}

.bottomLevel h5 {
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 20px
}

.menuColumn > li:first-child {
    min-height: 140px
}

.menuSecTop, .menuSecBottom {
    padding: 10px 0;
    background: #fff
}

.menuSec1 {
    padding-top: 10px
}

.menuSec2 ul li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff
}

    .menuSec2 ul li a {
        text-transform: none
    }

.menuSec2 a:hover {
    opacity: .7
}

.menuSec2 ul li:last-child {
    margin-bottom: 0
}

.menuSecTop {
    margin-bottom: 15px
}

.menuSec2 .menuSecBottom ul {
    margin-bottom: 25px
}

.mainMenu a.estatement {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
    display: block
}

.mainMenu a.highlightedLink {
    font-weight: 500;
    color: #481e72;
    text-decoration: underline
}

.blockHead {
    padding: 35px 0;
    text-align: center
}

    .blockHead h2 {
        font-weight: bold;
        font-size: 26px;
        color: #282828;
        text-align: center;
        display: inline-block;
        background: inherit;
        position: relative
    }

        .blockHead h2::before {
            content: "";
            height: 2px;
            width: 1000px;
            background: #ddb603;
            position: absolute;
            left: 105%;
            top: 50%;
            -moz-transform: translateY(50%);
            -webkit-transform: translateY(50%);
            -o-transform: translateY(50%);
            -ms-transform: translateY(50%);
            transform: translateY(50%)
        }

        .blockHead h2::after {
            content: "";
            height: 2px;
            width: 1000px;
            background: #ddb603;
            position: absolute;
            right: 105%;
            top: 50%;
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.productListing .listingInfos, .standardListing .listingInfos {
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px 18px 20px 18px
}

.productListing .listingImage {
    line-height: 0;
    overflow: hidden;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent
}

.listingImage img {
    max-width: 100%
}

.productListing .listingTitle, .standardListing .listingTitle {
    font-size: 20px;
    color: #282828;
    position: relative;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 16px;
    line-height: 27px
}

    .productListing .listingTitle a, .standardListing .listingTitle a {
        color: #282828
    }

        .productListing .listingTitle a:hover, .standardListing .listingTitle a:hover {
            color: #481e72
        }

    .productListing .listingTitle::after, .standardListing .listingTitle::after, .listingCountryTag:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 50%;
        height: 2px;
        background: #ddb603;
        width: 86px;
        margin-right: -43px
    }

.productListing .listingDescription, .standardListing .listingDescription {
    text-align: center;
    color: #19171a;
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 18px
}

.productListing .listingLink, .standardListing .listingLink {
    text-align: center
}

.productListing .listingImage, .standardListing .listingImage {
    text-align: center
}

.standardListing .listingImage {
    line-height: 0;
    height: 240px
}

.productListing .listingLink a, .relatedProducts .listingLink a, .listingLink .primaryBtn, .readMore, .standardListing .listingLink a, .moreNewsBtn a {
    color: #481e72;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline
}

    .productListing .listingLink a:before, .relatedProducts .listingLink a:before, .listingLink .primaryBtn, .readMore:before, .standardListing .listingLink a:before, .moreNewsBtn a:before {
        content: attr(data-hover);
        -webkit-transition: -webkit-transform .3s,opacity .3s;
        -moz-transition: -moz-transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s
    }

        .productListing .listingLink a:hover, .relatedProducts .listingLink a:hover, .listingLink .primaryBtn:hover, .standardListing .listingLink a:hover, .moreNewsBtn a:hover {
            color: #000
        }

.productListing li:hover .productInfoHolder {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.mostPopular li:hover .listingTitle a, .mostPopular li:hover .listingTitle, .mostPopular li:hover .listingDescription, .mostPopular li:hover .listingLink a {
    color: #fff
}

.productListing li .listingInfos {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    bottom: -10px;
    z-index: 15
}

.productListing li {
    position: relative
}

.productListing .productInfoHolder span {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Droid Arabic Kufi','Maven Pro' !important;
    font-weight: bold;
    position: absolute;
    right: 12px;
    top: 12px;
    display: none
}

.productListing li:hover .productInfoHolder span {
    display: block
}

.productListing li:hover {
    cursor: default
}

.tipsSidelinks li {
    height: 115px;
    border-bottom: 1px solid #838c95;
    width: 100%;
    font-size: 18px;
    color: #fff;
    display: table;
    position: relative
}

    .tipsSidelinks li a {
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        padding-right: 100px
    }

    .tipsSidelinks li:hover {
        background: #7c7f84
    }

.tipBlocks ul li .tipLinkHolder {
    background: #fff;
    border: 1px solid #dfdfdf;
    height: 163px;
    display: table;
    width: 100%
}

    .tipBlocks ul li .tipLinkHolder > a:hover, .tipBlocks ul li:hover .tipLinkHolder a {
        background: #57595c;
        color: #fff
    }

.tipBlocks ul li {
    margin-bottom: 21px;
    font-size: 18px;
    color: #282828;
    position: relative
}

    .tipBlocks ul li .tipLinkHolder > a {
        color: #282828;
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
        padding-right: 110px;
        padding-left: 30px;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease
    }

    .tipBlocks ul li:last-child {
        margin-bottom: 0
    }

.tipsSidelinks .icons {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 50px;
    height: 50px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icons img {
    width: 100%
}

.tipBlocks .icons {
    position: absolute;
    right: 37px;
    top: 50%;
    width: 75px;
    height: 75px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.linkSeparator ul li {
    color: #646464;
    font-size: 18px
}

    .linkSeparator ul li a {
        color: #646464
    }

        .linkSeparator ul li a:hover {
            color: #481e72
        }

.leftLinkSeparator, .rightLinkSeparator {
    width: 50%;
    float: right;
    height: 100%
}

.linkSeparator {
    padding: 25px 0;
    height: 100%;
    box-sizing: initial
}

.rightLinkSeparator {
    border-left: 1px solid #c2c2c2;
    padding-right: 110px;
    padding-top: 30px
}

.leftLinkSeparator {
    padding-right: 40px;
    padding-top: 20px
}

    .leftLinkSeparator li {
        padding-right: 15px !important
    }

        .leftLinkSeparator li a {
            font-size: 20px
        }

.linkSeparator ul li, .fancybox-inner ul li {
    font-size: 18px;
    color: #646464;
    margin-bottom: 8px;
    padding-right: 12px;
    position: relative
}

#Bodyleft li, .listingDescription li {
    padding-right: 12px;
    position: relative;
    margin-bottom: 8px
}

.textContent ul li, .toggleContent ul li {
    position: relative
}

    .linkSeparator ul li::before, .compareProducts ul li::before, #Bodyleft li:before, .listingDescription li:before, .fancybox-inner ul li:before, .textContent ul li:before, .toggleContent ul li:before {
        content: "•";
        font-family: Arial;
        font-size: 22px;
        color: #ddb603;
        position: absolute;
        right: 0;
        top: 0
    }

.listingDescription li:before {
    top: 3px
}

.tipBlocks ul li:first-child {
    padding-left: 10px
}

.tipBlocks ul li:nth-child(2) {
    padding-right: 10px
}

.stickyTools {
    background: #fff;
    padding: 30px 0;
    border-top: 1px solid #ededed
}

.footer {
    background: #2b2e33;
    border-top: 8px solid #ddb603;
    position: relative;
    padding-top: 50px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.footerTop h4.simpleListTitle {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px
}

    .footerTop h4.simpleListTitle a {
        color: #fff
    }

        .footerTop h4.simpleListTitle a:hover {
            color: #ddb603
        }

.footerTop .simpleList li {
    color: #b2b2b2;
    font-size: 13px;
    margin-bottom: 5px
}

    .footerTop .simpleList li a {
        color: #b2b2b2
    }

        .footerTop .simpleList li a:hover {
            color: #fff
        }

.footerTop h5.simpleListTitle {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 15px
}

    .footerTop h5.simpleListTitle a {
        color: #fff
    }

        .footerTop h5.simpleListTitle a:hover {
            color: #ddb603
        }

.footerBottom {
    border-top: 1px solid #808285;
    padding-bottom: 10px
}

.footerSubmenu ul li {
    font-size: 13px;
    color: #fff;
    display: inline-block
}

    .footerSubmenu ul li a {
        color: #fff
    }

        .footerSubmenu ul li a:hover {
            color: #ddb603
        }

    .footerSubmenu ul li::before {
        content: ".";
        margin: 0 6px 0 2px;
        font-size: 16px;
        color: #fff
    }

    .footerSubmenu ul li:first-child::before {
        display: none
    }

.countrySelect {
    width: 203px
}

.footerSubmenu {
    float: right
}

.footerBottom .countrySelect {
    float: left;
    margin-right: 20px;
    margin-bottom: 0
}

.footerBottom .dk-selected {
    background: #fff
}

.footerBottom .dk-select {
    vertical-align: middle
}

.dk-selected {
    background: transparent;
    padding-right: 14px
}

.dk-select-options {
    line-height: normal
}

.socialFooter li {
    display: inline-block;
    margin-right: 12px
}

    .socialFooter li:first-child {
        margin-right: 0
    }

    .socialFooter li a {
        color: #fff;
        font-size: 20px;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease
    }

        .socialFooter li a.youtube-play:hover i {
            color: #b31217
        }

        .socialFooter li a.facebook:hover {
            color: #3b5998
        }
        .socialFooter li a.instgram:hover {
            color: #c472b3 !important;
        }

        .socialFooter li a.twitter:hover {
            color: #4099ff
        }

        .socialFooter li a.linkedin:hover {
            color: #0e76a8
        }

        .socialFooter li a.googleplus:hover {
            color: #d34836
        }

        .socialFooter li a .icon-google-plus {
            font-size: 22px;
            position: relative;
            top: 2px
        }

.footerTop {
    padding-bottom: 15px
}

.stickyTools .icons {
    width: 75px;
    margin: 0 auto;
    margin-bottom: 12px
}

.stickyTools .blockBody li {
    text-align: center;
    border-right: 1px solid #c2c2c2
}

.stickyTools .blockBody ul li:first-child {
    border-right: none
}

.stickyTools h4 {
    font-size: 22px;
    color: #282828;
    margin-bottom: 12px
}

.stickyTools h3 {
    font-size: 26px;
    color: #282828;
    margin-bottom: 0
}

.stickyTools span {
    font-size: 20px;
    color: #282828;
    font-weight: bold
}

.stickyTools article {
    font-size: 15px;
    color: #4c4c4c;
    display: block;
    margin-bottom: 16px;
    font-weight: 500
}

    .stickyTools article a {
        color: #4c4c4c
    }

        .stickyTools article a:hover {
            color: #481e72
        }

.normalBtn, .viewAll, .listingLinkButton a, .listingLink a.normalBtn {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 35px;
    color: #282828 !important;
    border: 2px solid #282828;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    min-width: 217px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 18px;
    text-decoration: none !important;
    background: transparent;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.footerControl {
    position: absolute;
    right: 50%;
    top: -7px;
    background: #ddb603;
    height: 23px;
    line-height: 23px;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    padding-left: 38px
}

    .footerControl i {
        font-size: 7px;
        margin-right: 8px;
        position: absolute;
        left: 15px;
        top: 8px;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

.closed .footerControl i {
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.footer.closed {
    padding-top: 0;
    margin-top: 10px
}

#show2 {
    display: none
}

.footer.closed #show1 {
    display: none
}

.footer.closed #show2 {
    display: block
}

.innerBanner {
    background: #481e72;
    padding-top: 45px
}

    .innerBanner h1 {
        margin-bottom: 15px;
        color: #fff;
        font-size: 30px
    }

.bannerControl {
    border-top: 1px solid #875ac4;
    height: 38px;
    line-height: 38px
}

.breadcrumb {
    color: #fff;
    font-size: 13px
}

    .breadcrumb a {
        color: #fff
    }

        .breadcrumb a:hover {
            opacity: .7
        }

    .breadcrumb i {
        color: #ad9ac0;
        margin-right: 5px;
        font-size: 19px;
        position: relative;
        top: 4px
    }

    .breadcrumb span {
        font-weight: bold;
        text-decoration: underline
    }

.breadcrumb {
    float: right
}

.bannerleftControl {
    float: left
}

.bannerControl .socialFooter {
    display: inline-block
}

.bannerleftControl a, .bannerleftControl .socialFooter a {
    color: #c8bcd5;
    font-size: 20px;
    cursor: pointer
}

.bannerControl .socialFooter li {
    margin-right: 12px
}

.bannerleftControl section {
    display: inline-block;
    margin: 0 20px;
    font-size: 20px
}

    .bannerleftControl section a {
        position: relative;
        top: 2px;
        padding: 0 10px
    }

.bannerleftControl .icon-aplus {
    position: relative;
    top: 2px
}

.bannerleftControl .icon-aminus {
    margin-right: 8px;
    position: relative;
    top: 2px
}

.bannerleftControl a:hover {
    color: #fff
}

.innerContent {
    background: #fff
}

.firstBlock.infoBlock, .firstBlock.cardInfo {
    padding-top: 75px
}

.mainInfoBlock {
    padding-bottom: 45px
}

.cardMainInfo figure {
    float: right;
    margin-left: 25px;
    overflow: hidden
}

    .cardMainInfo figure img {
        max-width: 100%
    }

.cardMainInfo .listingInfo {
    width: 740px;
    float: right;
    color: #646464
}

    .cardMainInfo .listingInfo h3 {
        font-size: 30px;
        color: #282828;
        margin-bottom: 15px
    }

.highlightedInfo {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 27px
}

.cardMainInfo .listingInfo p {
    font-size: 16px;
    line-height: 24px
}

.cardMainInfo {
    margin-bottom: 55px
}

.cardStats span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold
}

@media all and (min-width:1280px) {
    .cardStats span {
        margin-right: -10px
    }
}

.cardStats h3 {
    font-size: 26px;
    margin-bottom: 10px;
    color: #646464
}

    .cardStats h3 span {
        display: inline;
        margin-left: 5px
    }

.cardStats {
    text-align: center;
    padding-bottom: 60px;
    color: #646464
}

    .cardStats li {
        border-right: 1px solid #b6b6b6
    }

        .cardStats li:first-child {
            border-right: none
        }

.greyShade1 {
    background: #f9f9f9
}

.greyShade2 {
    background: #f4f4f4
}

.infoBlock {
    padding: 45px 0
}

.applyStepsHolder {
    background: #57595c;
    height: 88px;
    margin-bottom: 80px
}

.applySteps {
    float: right;
    width: 924px;
    height: 100%;
    padding: 10px 0
}

.applyStepsHolder > h3 {
    float: right;
    width: 216px;
    padding-right: 30px;
    font-size: 26px;
    background: transparent url(../images/bigleft.png) no-repeat left center;
    padding-top: 12px
}

.applyStepsHolder h3 {
    color: #fff;
    font-size: 20px !important;
    height: 100%;
    line-height: 30px
}

.applyOneStep {
    float: right;
    width: 295px;
    padding-right: 18px;
    border-right: 1px solid #cdcece;
    height: 100%;
    color: #fff;
    padding-top: 10px;
    position: relative;
    font-size: 17px
}

    .applyOneStep:nth-child(2) {
        padding-top: 0
    }

    .applyOneStep:hover {
        opacity: .5
    }

    .applyOneStep .fakeLink {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0
    }

.applyStepsHolder .icons {
    width: 50px;
    float: right;
    margin-left: 20px
}

.applySteps .applyOneStep:first-child {
    border-right: none
}

.applyInfo h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px
}

.toggleContent h4 {
    font-size: 20px
}

.toggleContent h5 {
    font-size: 16px
}

.infoBlock .blockHead h2, .publicationPDFlists h2 {
    font-size: 26px;
    color: #282828;
    text-align: right
}

.infoBlock .blockHead, .galleryDetail .blockHead {
    text-align: right;
    padding-top: 0
}

    .infoBlock .blockHead h2::before, .infoBlock .blockHead h2::after, .galleryDetail .blockHead h2::before, .galleryDetail .blockHead h2::after {
        display: none
    }

.contentList li, .toggleContent ul li, .textContent ul li {
    position: relative;
    padding-right: 15px;
    margin-bottom: 8px
}

.contentList ul, .toggleContent ul, .textContent ul {
    margin-top: 15px
}

    .contentList li::before, .toggle Content ul li:before, .textContent ul li:before {
        content: "•";
        font-family: Arial;
        font-size: 22px;
        color: #ddb603;
        position: absolute;
        right: 0;
        top: 0
    }

    .textContent ul li ul li:before {
        color: #481e72
    }

.doubleIconBlock .icons {
    width: 50px;
    float: right;
    margin-left: 30px
}

.doubleIconBlock h3 {
    font-size: 18px;
    color: #282828;
    line-height: 24px
}

.specialBenefits .icons {
    margin-top: 5px;
    margin-bottom: 30px
}

.leftIconBlock {
    margin-top: 5px
}

.specialBenefits .leftIconBlock {
    margin-top: 0 !important
}

.specialBenefits .contentList {
    margin-bottom: 20px
}

.doubleIconBlock.specialBenefits h3 {
    margin-top: 0
}

.specialBenefits .leftIconBlock ul {
    margin-top: 0
}

.benefitsListing {
    text-align: center
}

    .benefitsListing .icons {
        width: 75px;
        margin: 0 auto;
        margin-bottom: 10px
    }

    .benefitsListing .listingDescription {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #d4d4d4;
        padding: 15px;
        font-size: 16px;
        color: #646464;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        cursor: default;
        text-align: right;
        line-height: 22px
    }

    .benefitsListing .listingTitle {
        font-size: 18px;
        color: #282828;
        font-weight: 500
    }

        .benefitsListing .listingTitle a {
            color: #282828
        }

            .benefitsListing .listingTitle a:hover {
                color: #481e72
            }

    .benefitsListing li:hover .listingDescription {
        opacity: 1;
        cursor: default
    }

    .benefitsListing ul li {
        margin-bottom: 30px;
        cursor: pointer;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }

        .benefitsListing ul li:last-child {
            margin-bottom: 0
        }

    .benefitsListing li .listingDescription {
        line-height: 18px;
        padding: 10px 15px
    }

.viewAll {
    border: 2px solid #481e72;
    min-width: 314px
}

.purpleBtn, .listingLinkButton a {
    border: 2px solid #481e72
}

.formActions .viewAll {
    min-width: inherit
}

.fullFilter .formActions .viewAll {
    min-width: 100%
}

.toggleItem {
    margin-bottom: 20px
}

.toggleContent, .toggleContentInner {
    display: none;
    padding: 20px 0 20px 20px;
    font-size: 16px
}

.toggleTitle, .toggleTitleInner {
    cursor: pointer;
    font-size: 25px;
    color: #282828;
    font-weight: bold;
    border-bottom: 1px solid #d3d3d3;
    padding: 20px 0 20px 20px;
    position: relative;
    line-height: 25px
}

    .toggleTitle.active::after, .toggleTitleInner.active::after {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }

.faqBlock .toggleItem {
    margin-bottom: 0
}

.toggleTitle:after, .toggleTitleInner:after {
    content: "";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 31px;
    left: 24px;
    font-size: 12px;
    color: #481e72;
    font-weight: normal
}

.viewAll {
    position: relative
}

    .viewAll img {
        width: 50px;
        position: absolute;
        right: 5px;
        top: -6px
    }

.iconBtn {
    padding-right: 55px
}

.viewAll:hover, .listingLink a.viewAll:hover {
    color: #fff
}

.viewAll .showHover {
    opacity: 0
}

.relatedProducts .listingImage {
    float: right;
    width: 338px;
    margin-left: 30px
}

.relatedProducts .listingInfos {
    float: right;
    width: 390px
}

.relatedProducts .productSideInfo {
    float: right;
    padding-right: 30px;
    width: 375px;
    min-height: 170px
}

.relatedProducts .listingDescription {
    font-size: 22px;
    color: #646464;
    margin-bottom: 15px
}

.productSideInfo .cardStats {
    padding-bottom: 0;
    text-align: right
}

    .productSideInfo .cardStats li {
        border-right: none;
        margin-bottom: 50px
    }

        .productSideInfo .cardStats li:last-child {
            margin-bottom: 15px
        }

.productSideInfo {
    border-right: 1px solid #c4c4c4
}

    .productSideInfo .cardStats span {
        font-size: 15px
    }

    .productSideInfo .cardStats h3 {
        font-size: 23px;
        margin-bottom: 0
    }

.owl-prev::before {
    font-family: 'icomoon' !important;
    content: "";
    color: #481e72;
    font-size: 25px
}

.owl-next, .owl-prev {
    position: absolute;
    left: -31px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-prev {
    right: -31px;
    left: auto
}

.owl-next::before {
    font-family: 'icomoon' !important;
    content: "";
    color: #481e72;
    font-size: 25px
}

.owl-nav .disabled {
    opacity: 0
}

.owl-nav > div:hover::before {
    color: #ddb603
}

.cardCarousel h3 {
    margin-bottom: 0;
    font-size: 17px;
    color: #646464;
    text-align: center
}

.cardCarousel figure {
    margin-bottom: 15px;
    line-height: 0
}

    .cardCarousel figure a {
        display: block;
        line-height: 0
    }

        .cardCarousel figure a:hover {
            opacity: .7
        }

.cardCarousel h3 a, .otherProductCarousel h3 a {
    color: #646464
}

    .cardCarousel h3 a:hover, .otherProductCarousel h3 a:hover {
        color: #481e72
    }

.cardCarousel {
    margin-bottom: 20px
}

.viewAllBottom, .moreNewsBtn {
    text-align: center
}

.filterBar formActions {
    float: right
}

.filterControls {
    float: right;
    width: 650px;
    margin-left: 70px;
    line-height: 41px
}

.filterBar label {
    font-weight: bold;
    font-size: 20px;
    color: #282828
}

.compareCardsFilter .form-intro {
    font-size: 22px;
    color: #646464;
    margin-bottom: 55px
}

.compareCardsFilter .blockHead {
    padding-bottom: 20px
}

.compareCardsFilter .divListContent .formActions {
    text-align: center
}

.customSelect .dk-selected {
    height: 41px;
    line-height: 41px;
    border: 1px solid #d3d3d3;
    color: #282828;
    font-size: 16px;
    padding-left: 20px;
    text-transform: capitalize
}

    .customSelect .dk-selected:after {
        border-right: none;
        content: "";
        color: #481e72;
        font-family: 'icomoon';
        font-size: 8px;
        font-weight: bold
    }

.customSelect .dk-select-open-down .dk-selected::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.customSelect .dk-select-open-down .dk-selected {
    color: #481e72
}

.customSelect .dk-selected:before {
    display: none
}

.customSelect .dk-option {
    height: 41px;
    color: #282828;
    font-size: 16px;
    padding-top: 5px
}

.fullFilter .customSelect .dk-option {
    height: auto;
    padding: 10px
}

.fullFilter .col-sm-4:last-child .customSelect {
    width: 223px
}

.customSelect .dk-select-options .dk-option-highlight, .customSelect .dk-option-selected {
    color: #481e72 !important;
    background: #f1f1f1 !important
}

.compareListHolder {
    border-bottom: 1px solid #b6b6b6
}

.compareListing li .listingItem {
    border: 2px solid #ddd;
    padding: 20px;
    height: 100%
}

.compareListing.standardListing .listingInfos {
    border: none;
    background: transparent
}

.removeItem {
    position: absolute;
    right: 16px;
    top: 1px;
    background: #f4f4f4;
    width: 26px;
    height: 26px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 26px
}

    .removeItem span {
        opacity: 0
    }

.compareListing.standardListing li {
    margin-bottom: 20px
}

.compareListing.activeList li:hover {
    cursor: pointer
}

    .compareListing.activeList li:hover .listingItem, .compareListing li.selected .listingItem {
        border: 2px solid #ddb603
    }

    .compareListing.activeList li:hover .removeItem {
        right: 17px;
        top: 2px
    }

.compareListing li.selected .removeItem {
    background: #ddb603;
    right: 17px;
    top: 2px
}

    .compareListing li.selected .removeItem span {
        opacity: 1
    }

.stickyTools .tipsSidelinks {
    height: 100%;
    padding-top: 50px
}

    .stickyTools .tipsSidelinks ul {
        background: #6f737a
    }

    .stickyTools .tipsSidelinks .icons {
        width: 45px;
        right: 15px
    }

    .stickyTools .tipsSidelinks li a {
        padding-right: 75px;
        text-align: right;
        font-size: 18px;
        font-weight: bold
    }

    .stickyTools .tipsSidelinks li:last-child {
        border-bottom: none
    }

.tipsSidelinks span {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 15px
}

.stickyTools.sticky4Parts .icons {
    width: 55px
}

.stickyTools .blockBody li:not(.col-md-4):last-child {
    border-right: none
}

.filterBottom {
    font-size: 16px;
    color: #646464
}

.filterBar {
    margin-bottom: 12px
}

.icons .showHover {
    display: none
}

.tipBlocks ul li:not(.col-md-12) .tipLinkHolder:hover .icons img {
    display: none
}

    .tipBlocks ul li:not(.col-md-12) .tipLinkHolder:hover .icons img.showHover {
        display: inline
    }

.tipBlocks.miniTipBlocks ul li .tipLinkHolder:hover .icons img, .iconDashboardLink .tipBlocks ul li .tipLinkHolder:hover .icons img {
    display: none
}

    .tipBlocks.miniTipBlocks ul li .tipLinkHolder:hover .icons img.showHover, .iconDashboardLink .tipBlocks ul li .tipLinkHolder:hover .icons img.showHover {
        display: inline
    }

.tableMain table {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede
}

.tableMain table, .editorText table {
    border-collapse: collapse
}

.tableMain td, .tableMain th {
    border-right: 1px solid #dedede;
    padding: 20px 25px;
    color: #19171a;
    vertical-align: middle
}

.tableMain td {
    font-size: 18px;
    color: #19171a
}

.tableMain p {
    margin: 0;
    font-size: 14px
}

.compareProducts .listingItem {
    text-align: center
}

.compareProducts .listingImage {
    display: inline-block;
    position: relative;
    margin-bottom: 14px
}

    .compareProducts .listingImage img {
        width: auto
    }

.compareProducts h3.listingTitle {
    margin-bottom: 0;
    color: #282828;
    font-size: 18px
}

    .compareProducts h3.listingTitle a {
        color: #282828
    }

        .compareProducts h3.listingTitle a:hover {
            color: #481e72
        }

.tableMain th {
    font-weight: bold;
    font-size: 16px;
    color: #19171a
}

.tableMain th {
    border-right: none;
    text-align: left
}

.tableMain tr:nth-child(even) {
    background: #f4f4f4
}

.tableMain .listingLink {
    text-align: center
}

.compareProducts ul li {
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-bottom: 15px;
    color: #646464;
    line-height: normal
}

    .compareProducts ul li:last-child {
        margin-bottom: 15px
    }

.tableMain tbody tr:first-child td {
    vertical-align: middle
}

.rwd-table {
    min-width: 300px
}

    .rwd-table th {
        display: none
    }

    .rwd-table td {
        display: block
    }

        .rwd-table td:before {
            content: attr(data-th);
            font-weight: bold;
            display: inline-block
        }

@media(min-width:480px) {
    .rwd-table td:before {
        display: none
    }
}

@media(min-width:480px) {
    .rwd-table th, .rwd-table td {
        display: table-cell
    }
}

.doubleIconBlock ul {
}

.doubleIconBlock + .doubleIconBlock {
    padding-top: 50px
}

.doubleIconBlock {
    font-size: 18px;
    color: #646464
}

.otherProductCarousel figure {
    margin-bottom: 20px;
    color: #646464
}

.otherProductCarousel h3 {
    color: #646464;
    margin-bottom: 0
}

.otherProductCarousel figure a {
    display: block;
    line-height: 0
}

    .otherProductCarousel figure a:hover {
        opacity: .7
    }

.applicationProcess .stepTitle {
    margin-bottom: 25px
}

.stepTitle {
    font-size: 20px;
    font-weight: bold;
    color: #000
}

    .stepTitle span {
        font-size: 60px;
        display: inline-block;
        margin-left: 12px;
        line-height: 41px;
        vertical-align: top
    }

    .stepTitle h3 {
        display: inline-block;
        max-width: 140px;
        margin-bottom: 0
    }

.applicationProcess .listingDescription {
    font-size: 16px;
    color: #646464;
    margin-bottom: 20px
}

#anchorHolder {
    height: 69px;
    background: #6f737a;
    z-index: 2000;
    direction: rtl
}

.leftNav {
    text-align: center;
    height: 69px;
    line-height: 69px
}

    .leftNav li {
        display: inline-block;
        position: relative
    }

        .leftNav li a {
            padding: 0 20px;
            color: #fff;
            font-size: 16px;
            display: inline-block;
            width: 100%;
            height: 100%;
            cursor: pointer
        }

        .leftNav li::after {
            position: absolute;
            right: 0;
            top: 0;
            width: 1px;
            height: 25px;
            background: #838c95;
            content: "";
            top: 50%;
            margin-top: -12px
        }

        .leftNav li:first-child::after {
            display: none
        }

        .leftNav li a:hover, .leftNav li a.active {
            color: #deb408;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease
        }

#anchorHolder .blockTitle {
    display: none
}

.timeLineCarousel .listingTitle {
    font-weight: 500;
    font-size: 29px;
    color: #282828;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    height: 37px;
    line-height: 37px
}

.timeLineCarousel .center + .active .listingTitle {
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 20px;
    line-height: normal;
    height: auto;
    margin-bottom: 25px
}

    .timeLineCarousel .center + .active .listingTitle:after {
        content: "";
        width: 86px;
        height: 2px;
        position: absolute;
        bottom: 0;
        background: #ddb603;
        right: 50%;
        margin-right: -43px;
        top: auto
    }

.timeLineCarousel .listingDescription {
    font-size: 16px;
    color: #646464;
    line-height: 25px;
    display: none;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.timeLineCarousel .center + .active .listingDescription {
    display: block
}

.timeLine {
    padding-bottom: 80px
}

.textBlock h3, .recentPublications h3, .publicationPDFlists h3 {
    font-size: 22px;
    color: #282828
}

.textBlock .col-md-8, .textBlock .col-md-5 {
    padding-right: 70px
}

.timeLineCarousel {
    min-height: 320px;
    margin-top: 40px
}

.textContent {
    margin-bottom: 20px
}

.benefitsListing .textContent {
    text-align: right;
    margin-bottom: 70px
}

.networkListing ul li {
    margin-bottom: 60px
}

.networkListing .listingHolder li, .networkListing .listingHolder li:hover {
    cursor: default
}

    .networkListing .listingHolder li:hover .icons {
        opacity: .5
    }

.faqBlock .toggleItem:first-child .toggleTitle {
    padding-top: 0
}

    .faqBlock .toggleItem:first-child .toggleTitle::after {
        top: 11px
    }

.faqHolder .faqBlock {
    margin-bottom: 50px
}

.reaMore {
    font-size: 16px
}

.textLimit, .applicationProcess .form-intro {
    max-width: 950px
}

.boardMembers .form-intro {
    margin-bottom: 60px
}

.sideLinks {
    float: left;
    line-height: 26px
}

    .downloadLink, .sideLinks a {
        color: #481e72;
        text-decoration: underline;
        font-weight: bold;
        font-size: 16px;
        background: transparent
    }

        .sideLinks a.viewAll {
            border: none;
            min-width: auto;
            padding: 0;
            text-decoration: underline !important
        }

            .sideLinks a.viewAll:hover {
                color: #282828;
                background: transparent
            }

            .sideLinks a.viewAll::after {
                display: none
            }

.downloadLink {
    padding-left: 35px;
    position: relative
}

    .downloadLink:after {
        position: absolute;
        content: '';
        background: transparent url(../images/icons/download.png) top right no-repeat;
        width: 21px;
        height: 20px;
        top: -2px;
        left: 0
    }

.innerBlockTitle h3 {
    font-size: 22px;
    margin-bottom: 0;
    float: right
}

.innerBlockTitle {
    margin-bottom: 40px
}

.boardMembers .listingHolder .listingImage {
    margin-bottom: 12px
}

.boardMembers .listingHolder li {
    margin-bottom: 25px
}

    .boardMembers .listingHolder li .listingTitle {
        font-size: 18px;
        color: #646464;
        margin-bottom: 5px
    }

        .boardMembers .listingHolder li .listingTitle a {
            color: #646464
        }

.memberPosition {
    font-size: 16px;
    color: #646464
}

.smallerFAQ .toggleTitle {
    font-size: 20px
}

.boardMembers .listingHolder {
    margin-bottom: 30px
}

.teamListing {
    color: #646464;
    font-size: 18px
}

    .teamListing span {
        display: inline-block;
        width: 50%;
        font-weight: bold
    }

    .teamListing .teamPosition {
        display: inline-block
    }

    .teamListing li {
        margin-bottom: 16px;
        display: inline-block;
        width: 100%
    }

.resultsFilter {
    border: 1px solid #b6b6b6;
    padding: 12px 18px 15px 18px;
    margin-bottom: 30px
}

    .resultsFilter input[type=checkbox]:not(old) + label:before, .resultsFilter input[type=radio]:not(old) + label:before {
        margin-left: 20px
    }

input[type=checkbox]:not(old), input[type=radio]:not(old) {
    position: absolute
}

.resultsFilter .inputEntity, .resultsFilter .inputEntity label {
    margin-bottom: 0
}

.resultsFilter .checkboxHolder {
    border-left: 1px solid #bfbfbf;
    height: 40px
}

.checkboxHolder {
    text-align: justify
}

    .checkboxHolder::after {
        width: 100%;
        display: inline-block;
        content: ".";
        visibility: hidden
    }

    .checkboxHolder li {
        display: inline-block;
        text-align: right;
        vertical-align: top
    }

.resultsFilter .inputEntity label {
    max-width: 170px
}

.resultsFilter .inputEntity label {
    max-width: 230px
}

.resultFilterDate label {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px
}

.resultFilterDate .customSelect {
    width: 265px;
    display: inline-block
}

.resultFilterDate .dk-selected {
    background: transparent
}

.resultFilterDate {
    line-height: 41px;
    display: inline-block
}

.normalBtn.purpleBtn, .currencyBtn input[type="button"] {
    border: 2px solid #481e72
}

    .normalBtn.purpleBtn::after, .listingLinkButton a::after {
        background: #481e72
    }

.listingLinkButton a:hover {
    color: #fff
}

.resultsFilter input[type="button"], .resultsFilter input[type="submit"], .currencyBtn input[type="button"], .resultsFilter a.normalBtn.purpleBtn {
    min-width: inherit;
    width: 115px;
    cursor: pointer;
    margin-right: 10px;
    float: left
}

    .resultsFilter input[type="button"]:hover, .resultsFilter input[type="submit"]:hover {
        background: #481e72;
        color: #fff !important
    }

.reportListing h3 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #282828
}

    .reportListing h3 a {
        color: #282828
    }

        .reportListing h3 a:hover {
            color: #481e72
        }

        .reportListing h3 a span {
            display: block
        }

.reportListing li {
    margin-bottom: 50px
}

.reportListing .icon-pdf {
    font-size: 38px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0
}

.reportListing .listingItem {
    padding-right: 50px;
    position: relative
}

.reportListing .listingDate {
    font-size: 16px;
    font-weight: bold;
    color: #6f737a
}

.newsBannerContent {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(111,115,122,.95);
    padding: 20px;
    width: 50%;
    color: #fff;
    padding-bottom: 35px
}

    .newsBannerContent .listingTitle {
        color: #fff;
        font-size: 20px;
        max-width: 330px;
        margin-bottom: 15px
    }

        .newsBannerContent .listingTitle a {
            color: #fff
        }

            .newsBannerContent .listingTitle a:hover {
                opacity: .5
            }

    .newsBannerContent .listingDescription {
        color: #fff
    }

        .newsBannerContent .listingDescription span {
            color: #ddb603;
            font-weight: bold
        }

    .newsBannerContent .listingDate {
        opacity: .5;
        font-size: 16px;
        margin-bottom: 10px;
        color: #fff
    }

    .newsBannerContent .listignLink {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 39px;
        height: 39px;
        background: #adafb2
    }

        .newsBannerContent .listignLink a {
            display: block;
            width: 100%;
            height: 100%;
            color: #fff;
            -moz-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

            .newsBannerContent .listignLink a:hover {
                color: #481e72
            }

            .newsBannerContent .listignLink a i {
                position: absolute;
                right: 50%;
                top: 50%;
                font-size: 20px;
                -moz-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                -o-transform: translate(-50%,-50%);
                -ms-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%)
            }

.newsListing {
    background: #eee;
    padding: 40px 0
}

.loyaltyListing {
    padding-top: 0;
    background: #eee;
    padding-bottom: 40px
}

.newsListing.greyShade2 {
    background: #eee
}

.filterBar .viewAll {
    min-width: 200px
}

.filterControls .inputEntity {
    margin-bottom: 0
}

.fullFilter label {
    display: inline-block;
    color: #282828;
    font-size: 17px;
    font-weight: bold;
    margin-left: 12px
}

.fullFilter .customSelect {
    display: inline-block;
    min-width: 223px
}

.fullFilter .inputEntity {
    margin-bottom: 0;
    line-height: 41px
}

.fullFilter {
    margin-bottom: 30px
}

.standardListing li {
    margin-bottom: 25px
}

.rightAlignedList.standardListing .listingTitle, .rightAlignedList.standardListing .listingDescription, .rightAlignedList.standardListing .listingLink {
    text-align: right
}

    .rightAlignedList.standardListing .listingTitle::after {
        right: 0;
        margin-right: 0
    }

.rightAlignedList.standardListing .listingTitle {
    padding-bottom: 14px;
    margin-bottom: 14px
}

.newsListing .blockBody {
    margin-bottom: 15px
}

.newsPageIntro .highlightedInfo {
    margin-bottom: 0
}

.newsListingBlock, .galleryListingBlock {
    padding-bottom: 0
}

.subscribeSection {
    background: #57595c;
    padding: 25px 0
}

    .subscribeSection h3 {
        color: #fff;
        border-left: 1px solid #858585;
        padding-left: 60px;
        max-width: 208px;
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 0;
        height: 80px;
        padding-top: 10px;
        float: right
    }

.subscribeFields {
    float: right;
    width: 700px;
    margin-right: 47px;
    padding-top: 18px
}

.bottomFields {
    margin-top: 20px
}

.subscribeFields .inputEntity {
    margin-bottom: 0
}

.minifiedCheckbox input[type=checkbox]:not(old) + label, .minifiedCheckbox input[type=radio]:not(old) + label {
    font-size: 14px;
    line-height: 29px;
    padding-right: 30px;
    color: #fff
}

    .minifiedCheckbox input[type=checkbox]:not(old) + label:before, .minifiedCheckbox input[type=radio]:not(old) + label:before {
        width: 19px;
        height: 19px
    }

.minifiedCheckbox .stackedInput, .minifiedCheckbox ul.stackedInput li {
    margin-left: 0
}

.minifiedCheckbox input[type=radio]:not(old):checked + label:after, .minifiedCheckbox input[type=checkbox]:not(old):checked + label:after {
    font-size: 12px;
    right: 3px;
    top: 8px
}

.bottomFields {
    height: 25px
}

.subscribeSection .formActions {
    padding-top: 18px;
    float: left;
    width: 140px
}

.whitebtn {
    border-color: #fff;
    color: #fff !important
}

    .whitebtn::after {
        background: #fff
    }

    .whitebtn:hover, .listingLink a.whitebtn:hover {
        color: #481e72 !important
    }

.subscribeSection .formActions .normalBtn {
    min-width: 100%
}

.standardPopup {
    position: fixed;
    right: 50%;
    top: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 30px;
    z-index: 10000;
    display: none
}

#requestPopup {
    position: absolute;
    top: 167px;
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    min-width: 880px
}

#popupOverlay {
    position: fixed;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    z-index: 9000;
    right: 0;
    top: 0;
    display: none
}

.closeBtn {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #b6b6b6;
    font-size: 30px;
    cursor: pointer
}

.popupContent .blockHead {
    text-align: right !important;
    padding-top: 0;
    padding-bottom: 25px
}

    .popupContent .blockHead h2::before, .popupContent .blockHead h2::after {
        display: none
    }

.formBlock h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.formBlock {
    margin-bottom: 19px
}

.choiceBlock label {
    font-size: 16px;
    width: 140px;
    margin-bottom: 0
}

.choiceBlock .fluidWidth label {
    width: auto
}

.choiceBlock label, .choiceBlock .checkboxHolder, .choiceBlock .otherText {
    display: inline-block
}

.choiceBlock .otherText {
    width: 235px
}

.choiceBlock .checkboxHolder {
    width: calc(100% - 385px);
    vertical-align: middle;
    height: 41px;
    line-height: 41px
}

.choiceBlock .stackedInput, .choiceBlock ul.stackedInput li {
    margin-left: 0
}

.choiceBlock input[type=checkbox]:not(old) + label, .choiceBlock input[type=radio]:not(old) + label {
    font-weight: normal;
    line-height: normal;
    padding-right: 33px;
    display: inline-block;
    width: 80px
}

.choiceBlock .checkboxHolder > li:last-child label {
    width: 105px
}

.formActions .normalBtn {
    min-width: 134px
}

.requestForm .formActions {
    padding-top: 10px
}

.requestForm > .row > div:last-child .formBlock {
    margin-bottom: 0
}

.pageDivider {
    padding-top: 75px
}

.newsDetail {
    padding-bottom: 90px
}

.contentImage img {
    max-width: 100%
}

.contentDetail h2 {
    font-size: 30px;
    color: #282828;
    margin-bottom: 4px
}

.contentDate {
    font-size: 18px;
    color: #57595c;
    font-weight: bold
}

.contentHead {
    margin-bottom: 20px
}

.contentImage {
    margin-bottom: 30px
}

.textContent h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px
}

.sideBarBox {
    margin-bottom: 25px
}

    .sideBarBox h3 {
        max-width: 240px;
        margin-bottom: 10px;
        font-size: 22px
    }

    .sideBarBox .normalBtn {
        width: 100%;
        position: relative
    }

.downloadArticle .normalBtn span {
    font-size: 22px;
    position: absolute;
    right: 12px;
    top: 6px
}

.sideGallery .col-md-6, .sideGallery .col-md-12 {
    padding-right: 7px;
    padding-left: 7px
}

.sideGallery.row {
    margin-right: -7px;
    margin-left: -7px
}

.sideGallery a {
    line-height: 0;
    display: block;
    margin-bottom: 15px
}

.fancybox-title {
    font-size: 16px;
    font-family: 'Maven Pro',sans-serif;
    color: #6f737a;
    padding-bottom: 30px
}

.fancybox-opened .fancybox-skin {
    border-radius: 0;
    box-shadow: none
}

.fancybox-next span::after {
    content: "";
    font-family: 'icomoon';
    font-size: 22px;
    color: #fff
}

.fancybox-prev span::after {
    content: "";
    font-family: 'icomoon';
    font-size: 22px;
    color: #fff
}

.fancybox-nav span {
    visibility: visible !important;
    height: 26px;
    margin-top: -13px
}

.fancybox-close::after {
    font-family: 'icomoon';
    content: "";
    color: #000;
    font-size: 25px
}

.fancybox-close {
    top: 23px;
    left: 14px
}

.fancybox-next span {
    left: -85px
}

.fancybox-prev span {
    right: -65px
}

.playVideo {
    position: relative
}

a.playVideo::after, div.playVideo a::after {
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    position: absolute;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

a.playVideo::before, div.playVideo a::before {
    content: "";
    right: 45%;
    top: 50%;
    position: absolute;
    font-family: 'icomoon';
    font-size: 45px;
    color: #fff;
    z-index: 10
}

.relatedNews .newsListing {
    background: transparent;
    padding-top: 0
}

    .relatedNews .newsListing li {
        margin-bottom: 0
    }

.galleryList h3.listingTitle {
    margin-bottom: 0;
    font-size: 20px;
    padding-bottom: 0
}

.galleryList .rightAlignedList.standardListing .listingTitle {
    padding-bottom: 0;
    margin-bottom: 0
}

.galleryList .listingTitle::after {
    display: none
}

.listingDate {
    color: #6f737a;
    font-size: 16px;
    margin-bottom: 2px
}

.galleryDetail .listingHolder li {
    margin-bottom: 25px
}

    .galleryDetail .listingHolder li a {
        display: block;
        line-height: 16px;
        position: relative;
        margin-bottom: 15px
    }

        .galleryDetail .listingHolder li a.arabic {
            direction: rtl;
            text-align: left
        }

.galleryDetail h3 {
    font-size: 22px;
    border-bottom: 1px solid #ddb603;
    margin-bottom: 20px;
    padding-bottom: 5px
}

.imageCaption {
    width: 100%;
    height: 100%;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    bottom: -20px;
    color: #646464;
    padding: 43px 12% 0;
    line-height: normal;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.galleryDetail .listingHolder li a:hover .imageCaption {
    opacity: 1;
    bottom: 0
}

.imageCaption bdo {
    display: block;
    padding-top: 30px
}

.pageBorder {
    border-bottom: 1px solid #c2c2c2
}

.countryListing li {
    text-align: center;
    margin-bottom: 80px;
    height: 133px
}

    .countryListing li a {
        display: block;
        line-height: normal;
        width: 73px;
        margin: 0 auto;
        color: #000
    }

        .countryListing li a:hover {
            -webkit-filter: bleftness(80%);
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease
        }

        .countryListing li a img {
            width: 100%;
            margin-bottom: 15px
        }

.countryListing {
    padding-top: 70px
}

.sideBarBox .reportListing .listingTitle {
    font-size: 18px
}

.sideBarBox .reportListing li {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #b6b6b6
}

.leftSide {
    padding-top: 16px
}

.highlightedInfo + .blockHead {
    padding-top: 60px
}

.recentPublications .col-md-4, .inverstorsLibrary .col-md-4 {
    border-right: 1px solid #b6b6b6
}

.recentPublications .reportListing li {
    margin-bottom: 0
}

.publicationsfilter.resultsFilter .inputEntity label {
    max-width: inherit;
    height: 35px;
    line-height: 35px
}

.publicationsfilter .checkboxHolder li {
    margin-bottom: 5px;
    margin-left: 0
}

.resultsFilter .resultFilterDate + .resultFilterDate {
    margin-right: 12px
}

.publicationsfilter.resultsFilter .checkboxHolder {
    height: auto
}

    .publicationsfilter.resultsFilter .checkboxHolder .inputEntity label {
        padding-right: 33px !important
    }

.publicationsfilter .checkboxHolder::after {
    position: absolute
}

.publicationsfilter .col-md-7 {
    padding-top: 22px
}

.inverstorsLibrary .listingTitle {
    margin-bottom: 0
}

.listingTitle a {
    color: #282828
}

.tipsSidelinks.tipsInfo {
    color: #fff
}

.tipsSidelinks h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: right;
    margin-bottom: 25px
}

.stickyTools .tipsInfo.tipsSidelinks {
    padding: 18px
}

.stickyTools .tipsSidelinks h4 {
    color: #fff;
    font-size: 16px;
    text-align: right
}

.stickyTools .tipsSidelinks article {
    text-align: right;
    color: #fff;
    font-size: 14px;
    word-break: break-word
}

.newsPageIntro .blockHead {
    padding-top: 0
}

.careersFilter input[type="text"] {
    width: 318px
}

.cvBox {
    background: #6f737a;
    color: #fff;
    text-align: center;
    padding: 20px;
    height: 100%
}

.careersFilter {
    margin-bottom: 0;
    height: 100%
}

.cvBox h4 {
    font-size: 18px;
    margin-bottom: 22px
}

.miniBlockHolder .blockHead h2 {
    font-size: 22px
}

.standardTable table {
    width: 100%
}

.standardTable th {
    background: #57595c;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.standardTable td, .standardTable th {
    padding: 12px;
    text-align: right
}

.standardTable tr {
    border-bottom: 1px solid #b6b6b6
}

    .standardTable tr td {
        font-size: 18px;
        color: #282828
    }

        .standardTable tr td a {
            color: #282828
        }

            .standardTable tr td a:hover {
                color: #481e72
            }

        .standardTable tr td:first-child {
            font-weight: bold
        }

        .standardTable tr td a.moreInfo {
            font-size: 16px;
            color: #481e72;
            text-decoration: underline;
            font-weight: bold
        }

            .standardTable tr td a.moreInfo:hover {
                color: #282828
            }

    .standardTable tr:last-child {
        border-bottom: none
    }

.stickyTools .tipsSidelinks ul.noIcons li a {
    padding-right: 20px
}

.highlightedTitle {
    font-size: 31px;
    margin-bottom: 40px;
    color: #000
}

.careerDetail h3 {
    font-size: 25px
}

.applyBox {
    border: 1px solid #ddd;
    background: #fff;
    max-width: 560px;
    padding: 20px 25px;
    font-size: 20px;
    color: #282828
}

.careerDetail > .row > .col-md-6 {
    margin-bottom: 45px
}

.careerDetail .normalBtn {
    float: left;
    max-width: 165px;
    margin-top: 5px
}

.applyBox h3 {
    font-size: 20px;
    margin-bottom: 0
}

.whiteDashboardBox {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: 25px
}

    .whiteDashboardBox .blockHead {
        text-align: right;
        padding: 0 0 15px 0;
        margin-bottom: 30px
    }

        .whiteDashboardBox .blockHead h2 {
            text-align: right
        }

            .whiteDashboardBox .blockHead h2::after {
                display: none
            }

            .whiteDashboardBox .blockHead h2::before {
                right: 0;
                bottom: -15px;
                width: 86px;
                top: auto
            }

.insightsListing .listingTitle {
    margin-bottom: 10px
}

.insightsListing li .listingItem {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c9c9c9
}

.insightsListing li:last-child .listingItem {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.insightsListing .listingDate {
    font-size: 18px;
    color: #646464
}

.greyDashboard {
    background: #6f737a;
    font-size: 20px;
    height: 94px;
    text-align: center;
    margin-bottom: 22px
}

    .greyDashboard:hover {
        background: #7c7f84
    }

    .greyDashboard a {
        width: 100%;
        height: 100%;
        color: #fff;
        display: table;
        padding: 0 30px
    }

        .greyDashboard a span {
            display: table-cell;
            vertical-align: middle
        }

.whiteDashboardBox .reportListing {
    padding-top: 10px
}

    .whiteDashboardBox .reportListing li {
        margin-bottom: 0;
        border-right: 1px solid #f3f3f3;
        min-height: 65px
    }

        .whiteDashboardBox .reportListing li:first-child {
            border-right: none
        }

.halfHeightBox {
    min-height: 215px
}

.whiteDashboardBox .reportListing .icon-pdf {
    font-size: 32px
}

.onePageBlock {
    padding-bottom: 300px
}

.onePageTitle {
    font-size: 30px;
    color: #282828;
    margin-bottom: 15px
}

.onePageBlock {
    font-size: 20px;
    color: #000
}

    .onePageBlock article {
        margin-bottom: 45px;
        line-height: 25px;
        max-width: 725px
    }

.searchListing .listingTitle {
    font-size: 18px;
    color: #282828;
    margin-bottom: 8px
}

.searchListing .listingDescription {
    font-size: 18px;
    color: #282828
}

.searchListing {
    padding-bottom: 100px
}

    .searchListing li .listingItem {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #dbdcde
    }

.capitalListing .listingTitleHolder {
    margin-bottom: 30px
}

.capitalListing li .listingDescription {
    color: #646464;
    text-align: right;
    margin-bottom: 30px
}

.capitalListing li .listingInfos {
    padding-top: 30px;
    height: 100%
}

.capitalListing .listingLink {
    margin-bottom: 30px
}

.capitalMarketPublications .listingLink {
    margin-bottom: 0
}

.listingLinkButton a {
    margin: 0 auto;
    width: 80%
}

.listingLinkButton {
    text-align: center
}

.whiteDashboardLink {
    display: block;
    color: #282828;
    font-size: 20px
}

.marketWatch {
    background: #6f737a;
    color: #fff
}

.marketWatchTop {
    margin-bottom: 30px;
    padding: 20px 20px 0 20px
}

.marketWatch h3 {
    font-size: 27px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0
}

.marketHighlighted {
    padding: 0 20px;
    padding-bottom: 20px
}

.marketWatch span {
    font-size: 16px
}

.rateAmount {
    font-size: 50px
}

.marketWatch a {
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    font-size: 18px
}

    .marketWatch a:hover {
        opacity: .5
    }

.firstRate {
    border-bottom: 1px solid #838c95;
    margin-bottom: 20px
}

.topDashboardBox {
    margin-bottom: 25px
}

.iconDashboardLink {
    height: 179px
}

.interestsListing .icons {
    width: 75px;
    margin: 0 auto
}

.interestsListing .listingTitle {
    text-align: center
}

.listingImage a {
    display: block;
    width: 100%;
    height: 100%
}

.noImageProduct, .noImageProduct .listingInfos {
    background: #6f737a;
    height: 100%;
    border: none;
    display: table-cell;
    vertical-align: middle
}

    .noImageProduct .listingTitle, .noImageProduct .listingTitle a, .noImageProduct .listingDescription, .noImageProduct .listingLink a {
        color: #fff
    }

    .noImageProduct .listingTitle {
        margin-bottom: 20px;
        font-size: 23px
    }

.tipBlocks {
    height: 100%
}

    .tipBlocks.miniTipBlocks ul li .tipLinkHolder {
        height: 108px
    }

    .tipBlocks .col-md-4 .col-md-12 .tipLinkHolder {
        height: 236px
    }

        .tipBlocks .col-md-4 .col-md-12 .tipLinkHolder .icons {
            right: 50%;
            margin-right: -37px;
            top: 55px;
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

        .tipBlocks .col-md-4 .col-md-12 .tipLinkHolder > a {
            padding: 0;
            text-align: center;
            vertical-align: bottom;
            padding-bottom: 45px
        }

.blackFilter.minifiedCheckbox input[type=checkbox]:not(old) + label, .blackFilter.minifiedCheckbox input[type=radio]:not(old) + label {
    color: #282828
}

.locationFilter .inputEntity {
    margin-bottom: 15px
}

.locationFilter {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #c2c2c2
}

.locationResult {
    font-size: 20px;
    color: #000
}

    .locationResult label {
        display: block;
        margin-bottom: 20px;
        font-size: 22px
    }

.locationResultListing .listingTitleHolder {
    margin-bottom: 20px
}

.locationResultListing .listingTitle {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px
}

.purpleTag {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #481e72;
    padding: 0 10px
}

.openingHourse {
    padding: 15px 0;
    color: #131313;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #d3d4d5;
    border-bottom: 1px solid #d3d4d5;
    margin: 15px 0
}

.locationResultListing li {
    background: #f4f4f4;
    padding: 25px 30px;
    margin-bottom: 3px
}

    .locationResultListing li:last-child {
        margin-bottom: 0
    }

.callInfo {
    font-size: 18px;
    color: #000
}

.mapHolder {
    height: 400px;
    background: #f4f4f4;
    margin-bottom: 20px
}

.locateControl .tipsSidelinks li a {
    display: inline-block;
    height: auto;
    padding-right: 0
}

.locateControl .listingInfos {
    padding: 15px 95px 15px 0
}

.locateControl h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4px
}

.locateControl p {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold
}

.tipsSidelinks .icons {
    top: 30px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.blackClose::after {
    color: #000
}

.buttonEffect {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0
}

.standardListing li:hover .listingImage img, .galleryDetail .listingHolder li a.playVideo:hover img {
}

.listingImage {
    overflow: hidden;
    display: block
}

.standardListing li .listingImage img, .galleryDetail .listingHolder li a.playVideo img {
    width: 100%;
    min-width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1,1)
}

.standardListing li:hover .playVideo a::after, .galleryDetail .listingHolder li a.playVideo:hover::after {
    background: rgba(0,0,0,.4)
}

.compareListing .listingImage img {
    width: auto !important;
    min-width: inherit !important
}

.compareListing.activeList li:hover .listingImage img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.greyBox {
    background: #6f737a;
    padding: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

    .greyBox h3 {
        font-size: 27px;
        color: #fff;
        margin-bottom: 40px
    }

    .greyBox article {
        margin-bottom: 35px
    }

.footText {
    font-size: 14px;
    color: #646464;
    font-style: italic
}

.btnHolder .normalBtn {
    min-width: auto;
    margin-right: 10px
}

    .btnHolder .normalBtn:first-child {
        margin-right: 0
    }

.fullFilter .col-md-6 .customSelect {
    min-width: 295px
}

.listingCountryTag {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #282828;
    position: relative;
    margin-bottom: 14px
}

    .listingCountryTag::after {
        right: 0;
        margin-right: 0
    }

.loyaltyListing .listingTitle::after {
    display: none
}

.loyaltyListing .listingTitle, .rightAlignedList.standardListing.loyaltyListing .listingTitle {
    padding-bottom: 0;
    margin-bottom: 0
}

.listingMiles {
    color: #ddb603;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px
}

.singlePadded {
    padding-bottom: 40px
}

.rightAlignedList.standardListing .viewAllBottom, .moreNewsBtn {
    text-align: center
}

.standardListing ul.row {
    margin-bottom: 15px
}

.greyShade1.newsListing, .greyShade1.loyaltyListing {
    background: #f9f9f9
}

.sponsorList .listingImage {
    margin-bottom: 20px
}

.sponsorList .listingTitle {
    font-size: 20px;
    margin-bottom: 4px
}

.sponsorList .listingDescription {
    font-size: 15px;
    color: #19171a
}

.sponsorList .blockBody {
    margin-bottom: 45px
}

.fullFilter.wideFilter .customSelect {
    min-width: 190px
}

.wideFilter .row .col-md-4 {
    padding-left: 0;
    display: inline-block;
    float: none;
    width: auto
}

.newsListing .fullFilter {
    margin-bottom: 0
}

.featuredNewsCarousel .flexslider .listingItemLI {
    padding: 0 !important
}

.toolIcon {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    background: url(../images/info-icon.png) no-repeat;
    width: 300px;
    height: 25px
}

.toolInfo {
    position: absolute;
    background: #57595c;
    padding: 15px 20px;
    width: 445px;
    border-radius: 0 0 15px;
    left: 0;
    top: 0
}

.toolInfo {
    background: #57595c;
    border-radius: 0 0 15px;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    position: absolute;
    left: -464px;
    top: -36px;
    width: 445px;
    line-height: 23px;
    font-family: 'Maven Pro',sans-serif;
    font-weight: normal;
    display: none;
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

    .toolInfo span {
        color: #ddb603
    }

    .toolInfo:before {
        content: '';
        position: absolute;
        top: 39%;
        right: -10px;
        width: 10px;
        height: 21px;
        display: block;
        background: url(../images/toolArrow.png) no-repeat
    }

.toolIcon:hover .toolInfo {
    display: block;
    left: auto;
    right: 45px
}

#currencyCont {
    width: 60%;
    top: 33%
}

    #currencyCont h2 {
        color: #282828;
        font-size: 26px;
        text-align: right;
        margin-bottom: 12px
    }

    #currencyCont h4 {
        font-size: 16px;
        color: #282828;
        margin-bottom: 30px
    }

.selectCurrency {
    border: 1px solid #eaeaea;
    max-height: 195px;
    overflow-y: scroll
}

    .selectCurrency li {
        padding: 9px 12px;
        color: #282828;
        font-size: 16px;
        font-weight: normal;
        cursor: pointer
    }

        .selectCurrency li:hover, .selectCurrency li.selected {
            color: #fff;
            background: #bbb
        }

.currencyList {
    margin-bottom: 30px
}

#currencyCont .popupContent .formActions {
    margin-bottom: 50px
}

#currencyCont .popupContent {
    font-size: 14px;
    color: #282828;
    font-weight: normal
}

a.popupLink {
    color: #481e72;
    text-decoration: underline
}

    a.popupLink:hover, a.arabicLang:hover, .contactusForm a.clearBtn:hover {
        text-decoration: none
    }

.toggleContent .formActions {
    text-align: right
}

    #currencyCont .popupContent .formActions a:hover, .toggleContent .formActions a:hover {
        color: #fff
    }

.contactUsCont .blockBody {
    padding-top: 20px
}

.contactUsCont .toggleTitle, .contactUsCont .toggleContent {
    padding-right: 0
}

a.arabicLang {
    color: #481e72;
    float: left;
    font-size: 18px;
    text-decoration: underline;
    font-family: 'GESSTwoLight-Light','Maven Pro',sans-serif;
    line-height: 45px
}

.contactusForm > span {
    margin-bottom: 15px;
    display: block
}

.contactusForm .inputEntity {
    margin-bottom: 20px
}

.contactusForm .customSelect, .contactusForm .inputParent {
    display: inline-block;
    width: 69%
}

.contactusForm .inputEntity label {
    display: inline-block;
    width: 30%;
    font-size: 13px;
    color: #282828
}

.contactusForm .fullBlock label {
    display: inline-block !important;
    width: 166px !important
}

.contactusForm .fullBlock .textareaParent {
    width: 85%;
    display: inline-block
}

.contactusForm a.clearBtn {
    text-decoration: underline;
    color: #481e72;
    font-size: 18px;
    float: left;
    margin-left: 45px;
    padding-top: 9px
}

.contactusForm .formActions {
    float: left
}

.contactusForm {
    margin-bottom: 50px
}

.contactText {
    font-size: 14px;
    color: #282828;
    max-width: 950px;
    display: block
}

.currencyDesc {
    text-transform: uppercase;
    border-bottom: 1px solid #d3d3d3;
    font-size: 22px;
    color: #646464;
    padding-bottom: 10px;
    margin-bottom: 40px
}

.azkaListing .listingDescription {
    min-height: 75px
}

.borderedBlock {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 70px
}

.videoBlock {
    margin-bottom: 30px
}

.appsHolder a {
    float: right;
    margin-left: 30px;
    opacity: .8
}

    .appsHolder a:hover {
        opacity: 1
    }

h5.simpleListTitle a {
    color: #000;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: normal;
    display: block
}

h6.simpleListSubTitle a {
    color: #000;
    font-size: 15px;
    margin-bottom: 17px;
    font-weight: bold;
    display: block
}

.sitemapList li a {
    color: #000;
    font-size: 15px;
    margin-bottom: 17px;
    font-weight: normal;
    display: block
}

.simpleList a:hover {
    color: #481e72
}

.sitemapList.margBottom {
    margin-bottom: 40px;
    display: block
}

.noMarg {
    margin-bottom: 0
}

.SimulatorTable {
    margin-top: 20px
}

    .SimulatorTable th {
        font-weihgt: bold;
        color: #282828;
        font-size: 18px;
        text-align: right
    }

    .SimulatorTable th, .SimulatorTable td {
        padding: 8px 0;
        color: #282828
    }

.noBgTitles th {
    background: none;
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.noBgTitles td {
    text-align: center
}

.noBgTitles .firstCol {
    text-align: right
}

.noBorder {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 40px
}

    .noBorder th, .noBorder td {
        font-size: 13px !important
    }

    .noBorder tr td:first-child {
        font-weight: normal !important
    }

    .noBorder:last-child {
        margin-bottom: 0
    }

.arabicStyle {
    text-align: left !important;
    font-family: 'GESSTwoLight-Light';
    direction: rtl
}

.inputEntity .inputEntity .customSelect {
    width: 98%
}

.newsLetter .inputEntity {
    margin-bottom: 20px
}

.newsLetter .errorMessage {
    top: -22px;
    bottom: auto
}

.newsLetter input[type=checkbox]:not(old) + label, .newsLetter input[type=radio]:not(old) + label {
    line-height: 33px;
    height: 26px;
    padding-right: 36px
}

.rcRefreshImage {
    position: relative;
    font-size: 0;
    margin-top: 15px;
    margin-right: 30px
}

    .rcRefreshImage:before {
        font-family: FontAwesome;
        content: '';
        font-size: 20px;
        color: #000
    }

.RadCaptcha img, .RadCaptcha .rcRefreshImage {
    float: right;
    margin-bottom: 10px
}

.searchPage .blockHead {
    padding-bottom: 20px
}

.resultsFilter.publicationsfilter li, .resultsFilter.publicationsfilter ul.stackedInput {
    margin-left: 3px
}

.highlightedInfo + .blockHead {
    padding-top: 45px;
    padding-bottom: 20px
}

.galleryDetail h2 {
    font-size: 30px;
    text-align: right
}

.galleryDetail .blockHead {
    padding-bottom: 20px
}

#Bodyleft, #GovernanceandCompliance {
    margin-top: 40px
}

.textContent a, .listingDescription a, #dvmore a {
    color: #481e72;
    text-decoration: underline
}

.tipLinkHolder .rightLinkSeparator {
    padding-top: 32px
}

.tipLinkHolder .leftLinkSeparator {
    padding-top: 30px
}

.linkSeparator ul li a {
    text-decoration: none
}

    .linkSeparator ul li a:hover {
        text-decoration: underline
    }

.timeLineCarousel .listingTitle {
    position: relative
}

    .timeLineCarousel .listingTitle:after {
        height: 100%;
        width: 1px;
        background: #bfbfbf;
        top: 70px;
        left: -16px;
        position: absolute;
        content: ''
    }

.timeLineCarousel .center + .active:before {
    height: 100%;
    width: 2px;
    background: #bfbfbf;
    top: 30px;
    right: 0;
    position: absolute;
    content: ''
}

.timeLineCarousel .center + .active:after {
    height: 100%;
    width: 2px;
    background: #bfbfbf;
    top: 30px;
    left: 0;
    position: absolute;
    content: ''
}

.newsPageIntro .flexslider {
    margin: 0
}

.infoBlock.firstBlock.featuredNewsCarousel {
    padding-bottom: 0
}

.popupContent {
    margin-top: 0;
    margin-left: 15px;
    min-height: 300px
}

    .popupContent .inputEntity textarea {
        height: 100px
    }

.cardCarousel .owl-next, .cardCarousel .owl-prev {
    top: 45%
}

.cardCarousel.noNav .owl-controls {
    display: none
}

.applySteps .applyOneStep :nth-child(2) h4 {
    width: 75%
}

@media(min-width:1024px) {
    .mostPopular li .listingInfos {
        border: 1px solid transparent
    }

    .mostPopular li:hover .listingInfos {
        height: 100% !important;
        bottom: 0;
        position: absolute;
        height: 100%;
        color: #fff;
        display: table;
        border: 1px solid #481e72;
        width: 360px
    }

    .productListing li .listingInfos:after {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
        background: #481e72;
        opacity: 0;
        content: "";
        z-index: -1;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease
    }
}

.hiddenOnDesktop {
    display: none
}

.tipLinkHolder .rightLinkSeparator {
    min-height: 100px
}

.footer .customSelect .dk-selected {
    height: 30px;
    line-height: 26px
}

.careersPage .highlightedInfo {
    margin-bottom: 30px
}

.resultsFilter {
    padding: 25px 18px 20px
}

.cvBox {
    padding: 45px 20px 20px
}

.careersPage + .stickyTools .tipsSidelinks li a {
    padding-right: 20px
}

.productListing .listingLink a:hover, .relatedProducts .listingLink a:hover, .listingLink .primaryBtn:hover, .readMore:hover, .standardListing .listingLink a:hover, .moreNewsBtn a:hover {
    text-decoration: none
}

.leftIconBlock {
    margin-bottom: 30px
}

.mainMenu > ul > li {
    margin-left: 20px
}

    .mainMenu > ul > li:first-child {
        margin-right: 0
    }

.headerSearch.open .error {
    width: 210px;
    float: right;
    position: absolute;
    top: 0;
    right: 0
}

    .headerSearch.open .error span {
        color: #999;
        font-size: 12px;
        visibility: visible;
        position: absolute;
        right: -133px;
        opacity: 1
    }

.error span {
    opacity: 0
}

.mostPopular li {
    position: relative
}

    .mostPopular li .listingInfos {
        -webkit-transition: all 600ms ease;
        -moz-transition: all 600ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
        bottom: -10px;
        z-index: 15;
        height: 160px
    }

        .mostPopular li .listingInfos::after {
            position: absolute;
            height: 100%;
            left: 0;
            top: 0;
            background: #481e72 !important;
            opacity: 0;
            content: "";
            z-index: 1;
            -webkit-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            transition: all 600ms ease
        }

    .mostPopular li:hover .listingInfos::after {
        opacity: 1
    }

.mostPopular li {
    height: 380px
}

.mostPopular .listingImage img {
    width: 100%
}

.mostPopular li .listingInfos {
    position: absolute;
    left: 15px;
    right: 15px
}

.newsBannerContent .listignLink:hover {
    background: #ddb603;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.no-records {
    margin-right: 15px
}

.otherProductCarousel h3 {
    text-align: right
}

@media all and (min-width:1280px) {
    .applicationProcess li {
        width: 20%;
        float: right
    }

    .normalBtn::after, .viewAll::after, .listingLinkButton a::after, .buttonEffect::after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        width: 0%;
        height: 100%;
        top: 0;
        right: 0
    }

    .normalBtn:hover::after, .viewAll:hover::after, .listingLinkButton a:hover::after, .buttonEffect:hover::after, .slideBtn:hover:after {
        width: 100%
    }

    .buttonEffect.purpleHover::after {
        background: #481e72
    }

    .buttonEffect.whiteHover::after {
        background: #fff
    }
}

.normalBtn::before, .viewAll::before, .listingLinkButton a::before {
    font-family: "icomoon";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-transform: none
}

#section-4 ul li {
    height: auto !important;
    margin-bottom: 10px !important
}

.timeLineCarousel .owl-next, .timeLineCarousel .owl-prev {
    top: 90px
}

.branchLocator .textLimit {
    margin-bottom: 20px
}

.legendMap {
    background: #f4f4f4;
    padding: 20px;
    margin-bottom: 20px
}

    .legendMap li span {
        line-height: 33px;
        height: 33px;
        vertical-align: top;
        margin-right: 10px;
        font-size: 12px
    }

    .legendMap li:nth-child(3), .legendMap li:nth-child(4) {
        margin-top: 20px
    }

.marketWatch {
    height: 419px
}

.fourSections li {
    width: 270px
}

    .fourSections li a {
        padding: 0;
        font-size: 17px
    }

.dvcaptcha label {
    display: inline-block !important;
    width: 166px !important;
    float: right
}

.dvcaptcha .RadCaptcha.RadCaptcha_Default {
    width: 45%;
    display: inline-block
}

.careerPage .stickyTools .tipsSidelinks li a {
    padding-right: 20px
}

.benefitsListing li:hover .listingDescription {
    display: table
}

.centerText {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.minifiedCheckbox li:nth-child(3) input[type=checkbox]:not(old) + label {
    line-height: 20px
}

.resultsFilter .inputEntity label {
    margin-top: 0
}

.resultsFilter.careersFilter h3 {
    margin-bottom: 45px
}

.textContent a:hover, .listingDescription a:hover {
    text-decoration: none
}

.loansListing li:hover, .loansListing li:hover .listingTitle a {
    cursor: default
}

.loansListing li .listingTitle {
    width: 250px;
    text-align: Center;
    margin: 0 auto
}

.loansListing li:hover .listingDescription, .loansListing li .listingDescription {
    display: none
}

.requestForm .RadUpload_Default {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 41px;
    line-height: 41px;
    background: transparent;
    font-size: 16px;
    color: #282828;
    font-weight: normal;
    font-family: 'Maven Pro',sans-serif
}

.requestForm .RadUpload .ruStyled .ruFileInput {
    border-color: transparent;
    width: 100%
}

.requestForm .RadUpload {
    width: 100%
}

.requestForm .RadAsyncUpload .ruFileInput {
    opacity: 0;
    width: 100%
}

.requestForm a.clearBtn {
    text-decoration: underline;
    color: #481e72;
    font-size: 18px;
    float: left;
    margin-right: 35px;
    padding-top: 9px
}

.requestForm .RadUpload_Default .ruButton {
    position: absolute;
    background: #481e72;
    top: 0;
    left: -10px;
    height: 39px;
    color: #fff
}

.requestForm .inputEntity {
    margin-bottom: 20px
}

.requestForm .errorMessage {
    padding-bottom: 2px
}

.requestForm .RadUpload .ruFileWrap {
    width: 100%;
    overflow: visible !important
}

.requestForm .RadAsyncUpload span.ruFileWrap input[type=text] {
    border: none;
    width: 100%
}

#body_body_ContactUsAr_divForm .col-md-6, #body_body_ContactUsAr_divForm .inputEntity label, #body_body_ContactUsAr_divForm .RadCaptcha img, #body_body_ContactUsAr_divForm .RadCaptcha .rcRefreshImage {
    float: left
}

#body_body_ContactUsAr_divForm .RadCaptcha .rcRefreshImage {
    margin-left: 30px
}

#body_body_ContactUsAr_divForm .inputEntity label, #body_body_ContactUsAr_divForm + br + br + .contactText {
    text-align: left
}

#body_body_ContactUsAr_divForm .errorMessage {
    left: auto;
    right: 0
}

#body_body_ContactUsAr_divForm .customSelect .dk-selected:after {
    right: 15px;
    text-align: right
}

#body_body_ContactUsAr_divForm .dvcaptcha .RadCaptcha.RadCaptcha_Default {
    float: left
}

#body_body_ContactUsAr_divForm > span, #body_body_ContactUsAr_divForm + .contactText {
    text-align: left;
    float: left;
    width: 100%
}

#body_body_ContactUsAr_divForm .formActions, #body_body_ContactUsAr_divForm a.clearBtn {
    float: right
}

#body_body_ContactUsAr_divForm .customSelect .dk-option {
    text-align: left
}

#body_body_ContactUsAr_divForm .customSelect .dk-selected {
    padding-right: 35px;
    text-align: left
}

#body_body_ContactUsAr_divForm .customSelect .dk-select-open-down .dk-selected::after {
    text-align: left
}

.fancybox-inner .title {
    font-size: 20px;
    color: #282828;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: 'Maven Pro',sans-serif
}

.fancybox-inner .image {
    width: 45%;
    display: inline-block;
    float: right;
    padding-left: 2%
}

    .fancybox-inner .image img {
        max-width: 100%
    }

.fancybox-inner .summary {
    color: #ddb603;
    font-size: 16px;
    font-family: 'Maven Pro',sans-serif
}

.fancybox-inner .body {
    font-size: 16px;
    color: #646464;
    line-height: 22px;
    margin-bottom: 20px
}

.fancybox-inner .normalBtn {
    font-size: 16px;
    float: left
}

#body_body_rptHighlightedAkramProducts_dvbody_0 {
    padding-left: 0
}

.fancybox-inner #dvbody {
    padding: 10px
}

.fancybox-inner h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px
}

.compareListing.standardListing .listingImage {
    height: auto
}

.azkaListing .listingImage {
    height: auto
}

.investorRelation h3 {
    padding-left: 0;
    font-size: 23px;
    padding-top: 0
}

.toggleContent {
    line-height: 25px
}

#body_body_rptleftTipsAndGuides_lileft_2:hover .leftLinkSeparator li a {
    color: #646464;
    background: transparent
}

#dvmore {
    padding: 10px 30px 10px 10px;
    line-height: 20px
}

.compareProducts .listingImage {
    width: 174px
}

    .compareProducts .listingImage img {
        width: 100%
    }

.simmulator .inputEntity label {
    float: right
}

.simmulator .inputEntity input[type=text] {
    width: 70%;
    display: inline-block;
    float: left
}

.simmulator input[type=checkbox]:not(old) + label, .simmulator input[type=radio]:not(old) + label {
    padding-right: 25px
}

.simmulator .margin-intro {
    margin-bottom: 20px
}

.simmulator .formActions {
    margin-top: 20px
}

.simmulator input[type=radio]:not(old):checked + label:after, .simmulator input[type=checkbox]:not(old):checked + label:after {
    display: none
}

.simulatorSmallText {
    font-size: 15px;
    line-height: 20px
}

.SimulatorTable {
    font-size: 18px
}

.fourDrpDwn label {
    width: 30% !important
}

.fourDrpDwn .customSelect {
    width: 100%
}

.fourDrpDwn .drpDown {
    width: 70%
}

.doubleIconBlock h3 {
}

.poptitle {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px
}

.financialResults .resultsFilter .checkboxHolder {
    height: auto
}

.financialResults .form-intro {
    margin-bottom: 20px
}

.publicationsfilter .checkboxHolder li {
    width: 100%;
    display: block
}

.otherProductCarousel li {
    width: auto
}

#body_body_dvPublications .reportListing h3 a {
    display: inline-block;
    word-break: break-all;
    overflow-wrap: break-word
}

.st_email .stButton {
    width: 0 !important;
    display: none !important
}

.noNav .owl-controls {
    display: none
}

.productInfoHolder .listingDate {
    font-size: 16px;
    font-weight: bold;
    color: #6f737a
}

.fancybox-inner {
    overflow-x: hidden !important
}

.cardInfo h4 {
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 700
}

.cardInfo .col-sm-6 {
    width: 50%;
    text-align: center;
    padding: 0
}

    .cardInfo .col-sm-6 + .col-sm-6 {
        position: relative
    }

        .cardInfo .col-sm-6 + .col-sm-6:before {
            background: #ddd;
            display: block;
            content: '';
            position: absolute;
            height: 100%;
            width: 1px;
            right: -2px
        }

.cardInfo {
    margin-bottom: 20px;
    font-size: 18px;
    color: #000
}

.fixedPositionned {
    z-index: 111
}

.fancybox-close {
    top: 23px;
    left: 25px
}

.choiceBlock input[type=checkbox]:not(old) + label, .choiceBlock input[type=radio]:not(old) + label {
    line-height: 36px
}

.requestForm .checkboxHolder li {
    width: 170px;
    display: inline-block;
    float: right
}

.requestForm .choiceBlock input[type=checkbox]:not(old) + label, .requestForm .choiceBlock input[type=radio]:not(old) + label {
    width: 170px
}

.requestForm .choiceBlock .checkboxHolder {
    width: 75%
}

.requestForm .checkboxHolder.fluidWidth li {
    width: 135px
}

.brdbtmgray {
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.requiredField {
    margin-bottom: 30px;
    display: block
}

.fundingForm input[type=radio]:not(old):checked + label:after, .fundingForm input[type=checkbox]:not(old):checked + label:after {
    display: none
}

.fundingForm #ContentPlaceHolder1_divSponsorship .RadPicker {
    width: 100% !important
}

.mrgt20, .mrgb20 {
    margin-bottom: 20px
}

.fundingForm input[type=radio]:not(old):checked + label, .fundingForm input[type=checkbox]:not(old):checked + label, .fundingForm input[type=checkbox]:not(old) + label, .fundingForm input[type=radio]:not(old) + label {
    padding-right: 20px;
    margin-left: 35px
}

.fundingForm .inputEntity textarea {
    width: 100% !important
}

@media print {
    .topHeader, #divMembers, .menusMain, .ddSecondLevel, .innerBanner, #anchorHolder, #ctl00_ctl00_body_body_rjpanel, .subscribeSection, .stickyTools, .footer, #body_body_dvYoumayAlsoLike {
        display: none
    }
}

.capitalListing .productInfoHolder .listingTitle {
    height: 100%
}

#body_body_dvBranches .innerBlockTitle h3 {
    font-size: 26px
}

.subscribeSection h3 {
    max-width: 274px
}

.subscribeFields {
    margin-right: 15px
}

.fancybox-outer #dvmore, .fancybox-inner > div {
    padding-left: 35px;
    font-size: 16px;
    color: #646464;
    line-height: 25px
}

.toggleTitle:after {
    left: 0
}

.textContent a, .listingDescription a, #dvmore a {
    color: #ddb603
}

.stickyTools .tipsSidelinks, .tipsSidelinks {
    background: #57595c
}

    .tipsSidelinks span {
        top: 20px
    }

.listingLinkButton a:hover {
    color: #fff !important
}

.cardCarousel .owl-next, .cardCarousel .owl-prev {
    top: 60px
}

.mobileMenu {
    display: none;
    position: absolute;
    background: #fff;
    top: 91px;
    right: 0;
    z-index: 10000;
    height: 100%;
    width: 100%
}

.footerSubmenu a.footerSelectToggle, .anchorToggler {
    display: none
}

.applySteps span, .applySteps a {
    color: #fff !important
}

@media all and (min-width:1280px) {
    .viewAll:after {
        background: #481e72
    }

    .viewAll:hover .showHover {
        opacity: 0
    }

    .viewAll:hover .showHover {
        opacity: 1
    }

    .iconDashboardLink .row, .iconDashboardLink .col-md-12, .iconDashboardLink a, .iconDashboardLink .tipBlocks ul li .tipLinkHolder {
        height: 100%
    }

    .listingLink a.normalBtn:hover, .normalBtn:hover {
        color: #fff !important
    }

    .normalBtn:after {
        background: #000
    }

    .viewAll:hover, .listingLink a.viewAll:hover {
        color: #fff !important
    }

    .timeLineCarousel .listingTitle {
        line-height: 172px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .newsListingBlock .newsListing .standardListing.rightAlignedList .listingItemLI .listingInfos {
        padding: 25px
    }
}

.timeLineCarousel .listingTitle {
    line-height: 172px
}

.locationResultListing .listingTitle a {
    font-size: 26px
}

.dk-select-options {
    z-index: 1000
}

.inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.menuSec1 h4 {
    text-decoration: none
}

    .menuSec1 h4 a {
        background-color: #bebfc2;
        padding: 10px;
        color: #000;
        text-decoration: none;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }

.menuSec1 ul h4:last-child {
    text-decoration: underline;
    margin-top: 30px
}

.akramLoyalty {
    border: 2px solid #ddb603;
    min-width: 314px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 35px;
    color: #fff !important;
    -webkit-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    min-width: 260px;
    background: #ddb603 !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 18px;
    text-decoration: none !important;
    background: transparent;
    position: absolute;
    right: 0;
    overflow: hidden;
    z-index: 1;
    top: 48px
}

.akramLoyaltyMobile {
    border: 2px solid #ddb603;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 35px;
    color: #fff !important;
    -webkit-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
    min-width: 260px;
    background: #ddb603 !important;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding: 0 18px;
    text-decoration: none !important;
    background: transparent;
    right: 0;
    overflow: hidden;
    z-index: 1
}

.akramLoyalty:hover {
    opacity: .5
}

.menuSec1 h4 a:hover, .menuSec1 ul h4:last-child a:hover {
    color: #fff !important
}

.menuSec1 h4:last-child a:after {
    background: #481e72;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0
}

.menuSec1 h4 a:hover::after {
    width: 100%
}

.flexLoader, #fancybox-loading div, .ias_loader {
    background: transparent url(/images/byblos_loader.gif) no-repeat top right;
    width: 55px;
    height: 55px
}

    .ias_loader img {
        display: none
    }

.loaderParent {
    position: relative;
    width: 55px;
    height: 55px;
    margin: -10px auto 0
}

.mobileOverlay {
    position: fixed;
    background: rgba(0,0,0,.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1111;
    text-align: center;
    color: #fff;
    display: none
}

.mobileOverlayIcon {
    display: block;
    width: 130px;
    height: 152px;
    margin: 0 auto 10px auto;
    background: url(../images/rotate.png) center center no-repeat;
    background-size: 100% auto
}

.mobileOverlayContent {
    top: 50%;
    margin-top: -85px;
    position: fixed;
    right: 0;
    left: 0
}

@media all and (min-aspect-ratio:13/9)and (max-width:767px) {
    .mobileOverlay {
        display: block
    }

    body {
        position: fixed
    }
}

.menuSec1 h4 {
    font-weight: normal
}

.loyaltyListing .listingImage {
    height: auto
}

.doublePoint .listingImage img {
    height: 100%
}

.akramPage .btnHolder {
    margin-bottom: 20px
}

.akramPage .blockHead {
    padding-bottom: 0
}

.akramPage .listingInfos {
    position: relative
}

    .akramPage .listingInfos .productInfoHolder {
        height: 100%
    }

    .akramPage .listingInfos .listingLink {
        position: absolute;
        bottom: 20px;
        text-transform: capitalize
    }

.akramPage .viewAllBottom, .customSelect .dk-select-options .dk-option-highlight, .dk-option-selected, .dk-select-options {
    text-transform: capitalize
}

.mainContent {
    padding-top: 20px
}

.capitalListing li {
    height: auto !important
}

.checkBox > .col-md-4 {
    line-height: 50px
}

.inputEntity label {
    margin-top: 12px
}

.contactusForm .dvcaptcha .RadCaptcha.RadCaptcha_Default {
    width: 100%
}

.branchLocator .dk-select-options {
    max-height: 350px
}

.otherProductCarousel figure img {
    width: 100%
}

.fancybox-inner .summary h3, .akramDetail .summary h3 {
    font-size: 20px;
    width: 255px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #dfbb14;
    margin-bottom: 10px
}

    .fancybox-inner .summary h3 > br + *, .akramDetail .summary h3 span {
        font-size: 16px;
        color: #000
    }

    .fancybox-inner .summary h3:after, .akramDetail .summary h3:after {
        background-color: #dfbb14;
        height: 2px;
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 100px
    }

.fancybox-inner .btnHolder, .akramDetail .btnHolder {
    display: block;
    width: 100%;
    clear: right
}

.akramDetail .highlightedInfo {
    font-weight: 700
}

.akramDetail .btnHolder .normalBtn {
    margin-top: 30px
}

.akramDetail .cardMainInfo {
    margin-bottom: 30px
}

.textContent h3 {
    font-size: 22px;
    height: auto !important;
    margin-bottom: 10px
}

.applyOneStep:nth-child(2) .applyInfo a {
    line-height: 45px
}

@media all and (min-width:1280px) {
    .newsListingBlock .newsListing .standardListing.rightAlignedList li.listingItemLI .listingInfos {
        position: relative
    }

    .newsListingBlock .newsListing .standardListing.rightAlignedList li.listingItemLI .listingDate {
        margin-bottom: 8px
    }

    .newsListingBlock .newsListing .standardListing.rightAlignedList .listingLink {
        position: absolute;
        bottom: 12px;
        right: 25px
    }
}

.newsListingBlock .newsListing .listingTitle {
    font-size: 20px;
    margin-bottom: 10px
}

.investorRelation .innerBlockTitle {
    margin-bottom: 4px
}

.shareSingle {
    float: left;
    margin-left: 20px;
    display: inline-block
}

span.shareSingle {
    font-size: 0;
    position: relative
}

    span.shareSingle:before {
        font-family: FontAwesome;
        font-size: 18px;
        position: absolute;
        left: 10px;
        content: '';
        top: 0;
        color: #481e72
    }

.fullFilter label {
    margin-top: 0
}

.noData {
    padding: 20px 0
}

    .noData h3 {
        margin-bottom: 0
    }

.csrPage .sideLinks {
    position: relative;
    left: 0
}

.requestForm label {
    margin-top: 0
}

.publicationPDFlists h3 {
    font-size: 22px;
    color: #282828;
    margin: 24px 0 0
}

    .publicationPDFlists h3 a {
        font-size: 18px
    }

.MainMenuSpecialClass {
    display: block !important;
    right: 108.4%
}

    .MainMenuSpecialClass .menuSec1 li {
        display: block;
        float: none;
        width: 100%
    }

    .MainMenuSpecialClass .menuSec1 {
        width: 289px
    }

    .MainMenuSpecialClass .menuSec2 {
        float: right;
        overflow: hidden
    }

    .MainMenuSpecialClass .menuColumn > li:first-child {
        min-height: auto;
        margin-bottom: 30px
    }

.compareCardsFilter .inputEntity label {
    margin-top: 0
}

.dk-select .dk-select-options {
    width: 100%
}

.doubleIconBlock h3 {
    margin-top: 5px
}

.applyOneStep {
    margin-right: 15px
}

    .applyOneStep:first-child {
        margin-right: 0
    }

.contactText {
    font-size: 16px;
    line-height: 27px;
    max-width: 100%
}

.textBlock ul {
    margin-top: 10px
}

.headerSearch {
    cursor: pointer
}

.contentList ul li ul, .toggleContent ul li ul, .textContent ul li ul {
    margin-top: 5px;
    margin-bottom: 15px
}

.textBlock ul li:before {
    content: "•";
    font-family: Arial;
    font-size: 22px;
    color: #ddb603;
    position: absolute;
    right: 0;
    top: 0
}

.textBlock .listingDescription ul li {
    margin-bottom: 0
}

.subscribeFields {
    padding-top: 15px
}

.subscribeSection h3 {
    padding-top: 0;
    padding-bottom: 15px
}

.minifiedCheckbox li input[type=checkbox] + label {
    line-height: 20px
}

.fancybox-close {
    top: 14px;
    left: 15px;
    width: 24px;
    background: #fff;
    height: 30px
}

.reportListing li {
    height: 72px
}

    .reportListing li .listingTitle {
        margin-bottom: 10px
    }

.listingAccount .listingBlock h2 {
    font-size: 26px
}

.listingAccount .listingBlock img {
    width: 100% !important
}

#body_body_rptGiftLoyalty_dvsharing_0 + .title {
    margin-left: 40px
}

.leftBtn {
    float: left !important
}

.fixedPositionnedParent {
    position: relative
}

.rightAlign {
    text-align: left
}

@media screen and (min-width:1280px)and (max-width:1999px) {
    .sliderMain {
        height: 520px
    }
}

@media(min-width:1280px) {
    .newsListingBlock .newsListing .standardListing.rightAlignedList .listingLink {
        bottom: 15px;
        right: 16px
    }

    .compareListing.standardListing li {
        min-height: 200px
    }

    .newsListingBlock .newsListing .standardListing.rightAlignedList .listingItemLI .listingInfos {
        padding: 15px 16px 30px
    }

    .tipsSidelinks li a {
        padding-right: 80px
    }

    .featuredNewsCarousel {
        position: relative;
        min-height: 400px
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .minifiedCheckbox input[type=radio]:not(old):checked + label:after, .minifiedCheckbox input[type=checkbox]:not(old):checked + label:after {
        top: 7px !important
    }

    #body_body_rptTravelProducts_dvsharing_0 span::before, #body_body_rptGiftLoyalty_dvsharing_1 span::before, #body_body_rptGiftLoyalty_dvsharing_0 span:before {
        top: 0
    }
}

@supports (-ms-ime-align:auto) {
    .minifiedCheckbox input[type=radio]:not(old):checked + label:after, .minifiedCheckbox input[type=checkbox]:not(old):checked + label:after {
        top: 7px !important;
        right: 2px;
    }

    .toolInfo:before {
        right: -9px;
    }

    #body_body_rptTravelProducts_dvsharing_0 span::before, #body_body_rptGiftLoyalty_dvsharing_1 span::before, #body_body_rptGiftLoyalty_dvsharing_0 span:before {
        top: 0;
    }
}

.fixedPositionnedParent.fixed {
    position: fixed;
    top: 0
}

.cardStats span {
    font-size: 15px
}

.productInfoHolder {
    margin-left: 20px;
    position: relative;
    z-index: 2
}

.readMore {
    color: #481e72 !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline
}

.ddSecondLevel > ul {
    text-align: justify;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: box;
    border-top: 2px solid #ddb603
}

    .ddSecondLevel > ul > li {
        display: inline-block;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        -ms-box-flex: 1;
        flex: 1;
        overflow: hidden
    }

.additionalHeaderComponents .onlineBanking {
    background: #2b2e33;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    height: 46px;
    line-height: 46px;
    width: 186px;
    text-align: center;
    position: absolute;
    bottom: -46px;
    left: 0;
    border-top: 2px solid #ddb603;
    z-index: 2500;
    -webkit-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
    text-indent: 12px;
    display: inline-block
}

    .additionalHeaderComponents .onlineBanking:hover {
        background: #ddb603
    }

.captchalbl {
    display: none !important
}

.errorMessageFrm {
    color: red;
    float: left
}

.successMessageFrm {
    color: green
}

.publicationsfilter .checkboxHolder > li {
    width: 49%;
    display: inline-block
}

.resultsFilter.publicationsfilter .checkboxHolder > li {
    width: 100% !important
}

.publicationDetails .checkboxHolder {
    border-left: 0;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    margin-bottom: 30px
}

.publicationPDFlists h3 {
    line-height: 18px
}

    .publicationPDFlists h3 a {
        font-size: 16px
    }

.publicationPDFlists .listingDate {
    font-size: 14px;
    font-weight: bold;
    color: #6f737a
}

.publicationDetails h2 {
    border-top: 1px solid #bfbfbf;
    padding-top: 40px;
    margin-top: 30px
}

    .publicationDetails h2:first-child {
        border-top: none;
        padding-top: 0;
        margin-top: 0
    }

.publicationPDFlists li {
    margin-bottom: 20px
}

.publicationPDFlists .listingItem {
    height: 100%
}

.publicationPDFlists .icon-pdf {
    font-size: 38px;
    color: #000;
    position: absolute;
    right: 0;
    top: 0
}

.publicationPDFlists .listingItem {
    padding-right: 50px;
    position: relative
}

.requestForm .RadPicker {
    width: 100% !important
}

.requestForm .RadInput_Default .riTextBox, .requestForm .RadInputMgr_Default {
    border-color: #d3d3d3
}

.RadCalendar_Default .rcRow td, .RadCalendar_Default .rcRow td a {
    width: 30px
}

.rcShadBL, .rcShadTR, .rcShadBR {
    display: none;
    width: 0 !important
}

.rcMainTable .rcRow th, .rcViewSel {
    display: none
}

.RadCalendarPopup td, .RadCalendarPopup th {
    min-width: inherit !important
}

.newsListingPage {
    min-height: inherit
}

.productInfoHolder a:before {
    display: none
}

.contentArticle.textContent *, .contentArticle.textContent {
    text-align: right !important
}

body * {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent
}

table tr {
    height: 35px;
    line-height: 35px
}

    table tr:nth-child(odd) {
        background-color: #f9f9f9
    }

.tipsGuides .rightNav li a {
    padding: 0 10px
}

.onlineBankingInfo {
    display: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #fff;
    padding: 30px;
    color: #6f737a;
    font-size: 16px;
    position: absolute;
    bottom: -192px;
    z-index: 1000;
    left: 0;
    font-weight: 400
}

    .onlineBankingInfo h5 {
        font-weight: 700;
        margin-bottom: 30px;
        font-size: 16px;
        color: #282828
    }

    .onlineBankingInfo.active {
        display: block;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease
    }

    .onlineBankingInfo .col-md-3 {
        padding-right: 10px;
        padding-left: 10px;
        width: 140px
    }

    .onlineBankingInfo p {
        margin-bottom: 5px;
        max-width: 500px
    }

    .onlineBankingInfo span {
        display: block;
        margin-top: 10px;
        text-align: Center
    }

.countryList img {
    margin: 0 auto;
    display: block
}

.countryList a {
    display: inline-block;
    color: #282828;
    font-weight: 700
}

#back-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 112
}

    #back-top a {
        width: 50px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #bbb;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s
    }

        #back-top a:hover {
            color: #000
        }

    #back-top span {
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 7px;
        position: relative;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
        background-color: #6f737a
    }

        #back-top span:before {
            font-family: FontAwesome;
            position: absolute;
            content: '';
            display: block;
            color: #fff;
            top: 3px;
            right: 10px;
            font-size: 30px
        }

    #back-top a.active span {
        background-color: #481e72
    }

.surveyErrorHolder {
    position: relative
}

    .surveyErrorHolder .errormsg {
        position: absolute;
        left: 0;
        top: -25px
    }

    .surveyErrorHolder input[type=radio]:not(old):checked + label:after, .surveyErrorHolder input[type=checkbox]:not(old):checked + label:after {
        display: none
    }

.surveyPage h3 {
    margin-bottom: 10px
}

.aspNetDisabled {
    background: #e6e6e6 !important
}

.loyaltydv .dk-select-options {
    max-height: 375px !important
}

@media all and (min-width:1280px) {
    .infoBlock.firstBlock .textBlock.row .col-md-6:first-child .highlightedInfo {
        margin-bottom: 70px
    }

    .teamListing .teamPosition {
        width: 50%;
        display: inline-block
    }

    .teamListing span {
        width: 40%;
        display: inline-block
    }

    .capitalMarketPublications .listingImage {
        height: 140px
    }

    .capitalMarketPublications li .productInfoHolder > .listingDescription.textContent {
        min-height: 55px
    }

    .capitalMarketPublications li .productInfoHolder .listingDescription.textContent + .listingDescription.textContent {
        min-height: 20px
    }
}

.compareListing.standardListing .productInfoHolder {
    margin-left: 0
}

.textContent .reportListing li:before {
    display: none
}

.textContent .reportListing h3 {
    font-size: 18px
}

.textContent .reportListing .icon-pdf {
    font-size: 30px
}

.textContent .reportListing li {
    height: auto
}

.fundingForm h3 {
    margin-top: 15px;
    font-size: 15px
}

.grpDepartement {
    background: #f4f4f4 !important;
    color: #282828 !important
}

    .grpDepartement h3, .grpDepartement h4, .grpDepartement article {
        color: #282828 !important
    }

.cardStats h3 .glossary {
    font-size: 26px;
    margin-right: 2px
}

.fundingForm .blockHead {
    padding-bottom: 0
}

.subscribeSection .normalBtn:hover {
    color: #000 !important
}

.subscribeSection .normalBtn:after {
    background: #fff
}

.investorRelation .infoBlock, .financialResults, .investorPage .infoBlock {
    padding: 30px 0
}

.investorRelation #section-1 .form-intro {
    margin-bottom: 0
}

.investorPage .toggleTitle {
    font-size: 20px;
    padding: 10px 10px 20px 0
}

.investorPage .boardMembers .listingHolder li:before {
    display: none
}

.investorPage .toggleTitle > h3 {
    cursor: pointer;
    font-size: 30px;
    color: #282828;
    font-weight: bold;
    position: relative;
    line-height: 25px;
    margin-bottom: 0
}

.doublePoint .flexslider {
    background: transparent;
    border: none
}

.doublePoint .flexslider, .sponsorList .blockBody {
    margin-bottom: 0
}

.compareListHolder .viewAll:after, .contactusForm .viewAll:after, .compareCardsFilter .viewAll:after {
    background: #481e72
}

.compareListHolder .listingBlock .iconBtn img {
    width: 50px !important
}

.compareProducts table tr:nth-child(odd) {
    background: transparent
}

.cardStats span.glossary {
    display: inline-block;
    margin-right: 3px
}

.doublePoint .flexslider .row {
    margin-right: 0
}

.careersFilter .customSelect .dk-option {
    height: auto;
    margin-bottom: 5px
}

.blankList {
    color: #fff;
    margin: 10px 0 0;
    position: relative;
    display: inline-block;
    height: auto;
    line-height: 20px
}

.footerBottom {
    padding: 15px 0
}

.toggleContent .sideLinks {
    float: none;
    text-align: left
}

@media all and (max-width:1300px) {
    #back-top {
        bottom: 10px;
        left: 10px
    }
}

.tabsLinks a {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    color: #8e8d8d;
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 30px;
    border-bottom: 2px solid transparent;
    font-family: 'Maven Pro',sans-serif;
    cursor: pointer;
    font-weight: bold
}

.tab {
    display: none
}

.tabsLinks a.active {
    border-bottom: 2px solid #481e72;
    color: #481e72
}

.tab h3 {
    margin-bottom: 10px
}

.tabsLinks {
    border-bottom: 1px solid #ccc;
    height: 53px;
    margin-bottom: 20px
}

.tableMain {
    overflow-x: auto
}

.tabsLinks table {
}

.tabToggle {
    display: none
}

.benefitsListing .centerText {
    text-align: right
}

.fundingForm h3 {
    font-size: 15px !important
}

.glossary {
    text-transform: none !important
}

.doubleIconBlock .icons + h3 {
    padding-right: 80px
}

.yearsFilter {
    margin-bottom: 30px
}

.contentTable td, .firstRow th {
    border: 1px solid #e2e2e2;
    max-width: 144px
}

.firstRow th {
    padding: 8px 20px;
    background: #f4f4f4;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center
}

a.pdf {
    background: url(../images/dpf-icon.png) right top no-repeat;
    padding-right: 20px;
    display: block;
    font-size: 13px;
    color: #000;
    line-height: 13px;
    word-wrap: break-word
}

.noBorderNoBG {
    background: none !important;
    border: 0 !important;
    width: 5px !important;
    padding: 0 !important
}

.contentTable td {
    padding: 15px 10px 15px 10px;
    font-size: 10px;
    color: #585858;
    border-bottom: 1px solid #e2e2e2
}

.yearsFilter a {
    font-size: 16px;
    color: #a7a7a7;
    padding: 0 20px;
    border-left: 1px solid #a7a7a7
}

    .yearsFilter a:first-child {
        padding-right: 0
    }

    .yearsFilter a.selected {
        font-size: 18px;
        margin-bottom: 24px;
        color: #000;
        text-decoration: underline
    }

.akramShare {
    position: relative;
    top: 0
}

.benefitsListing li:hover .listingDescription a {
    color: #481e72
}

.smallerSpaceRdb input[type=radio]:not(old):checked + label, .smallerSpaceRdb input[type=checkbox]:not(old):checked + label, .smallerSpaceRdb input[type=checkbox]:not(old) + label, .smallerSpaceRdb input[type=radio]:not(old) + label {
    margin-left: 15px;
    line-height: 19px
}

input[type=radio]:not(old) + label:before {
    margin-top: 3px !important
}

.fundingForm .checkboxHolder input[type=checkbox]:not(old):checked + label, .fundingForm .checkboxHolder input[type=checkbox]:not(old) + label {
    padding-right: 30px;
    width: 240px
}

.normalLabel label {
    display: inline-block;
    line-height: 1.5em;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #282828;
    line-height: 21px;
    font-weight: normal
}

.mrgt15 {
    margin-top: 15px
}

.menuColumn > li > a, .menuSec2 h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddb603;
    display: block;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    cursor: default;
    height: 60px;
    pointer-events: none;
    line-height: 25px
}

.menuSec2 > li > a, .menuSec2 h4 {
    border-bottom: 1px solid #676565
}

.menuSec2 h4 {
    height: auto
}

.menuSec2 .menuSecTop, .menuSec2 .menuSecBottom {
    padding: inherit
}

.applyStepsHolder > h3 {
    font-size: 20px;
    line-height: 63px
}

    .applyStepsHolder > h3 br {
        display: none
    }

.propertiesListing .listingTitle a {
    font-size: 20px;
    margin-bottom: 20px;
    display: block
}

.propertiesListing .listingDescription {
    margin-bottom: 20px;
    display: block
}

    .propertiesListing .listingDescription .addressInfo > strong {
        width: 65px;
        display: inline-block
    }

.propertiesListing .loyaltyListing {
    background-color: #fff
}

.fancybox-inner .title span {
    display: block;
    margin-top: 10px;
    font-size: 27px
}

.fancybox-inner .body .listingDescription {
    margin-bottom: 20px
}

    .fancybox-inner .body .listingDescription .addressInfo strong {
        width: 100px;
        margin-bottom: 10px;
        display: inline-block
    }

.propertiesFilter {
    padding: 45px 0 20px
}

    .propertiesFilter .dk-option {
        text-transform: capitalize
    }

    .propertiesFilter .fullFilter {
        margin-bottom: 0
    }

#anchorHolder .rightNav li {
    float: inherit
}

.applyOneStep:nth-child(2) .icons {
    margin-top: 10px
}

.propertiesListing .standardListing li.listingItemLI .listingInfos {
    height: 100%
}

.cardInfo.firstBlock + .infoBlock.greyShade1 .fixedPositionnedParent .applyStepsHolder {
    margin-bottom: 0
}

    .cardInfo.firstBlock + .infoBlock.greyShade1 .fixedPositionnedParent .applyStepsHolder h3 {
        margin-bottom: 0
    }

.fixedPositionnedParent + .blockHead.smallBotMargin {
    margin-top: 80px
}

.benefitsListing li:hover .listingDescription a {
    color: #ddb651;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline
}

#body_body_dvaudited {
    margin-bottom: 20px
}

@media all and (max-width:700px) {
    #body_body_dvAccordionHolder .faqBlock {
        padding: 0 20px
    }

    .fullFilter .floatleft {
        margin: 10px 0 !important;
        width: 100%
    }

    .viewAllBottom.loadMoreHolder {
        position: relative !important;
        right: auto !important
    }

        .viewAllBottom.loadMoreHolder a {
            width: 100%
        }
}

.fancybox-inner #dvRedeem .container {
    width: 100%
}

.fancybox-inner #dvRedeem .listingHolder li {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-right: 5px
}

    .fancybox-inner #dvRedeem .listingHolder li:before {
        display: none
    }

.gcw_mainFKfpQL61j {
    width: 700px !important
}

    .gcw_mainFKfpQL61j .gcw_headerFKfpQL61j {
        background-color: #481e72 !important;
        height: 30px;
        color: #fff !important;
        line-height: 30px
    }

        .gcw_mainFKfpQL61j .gcw_headerFKfpQL61j a {
            color: #fff !important
        }

    .gcw_mainFKfpQL61j .gcw_inputFKfpQL61j {
        color: #444 !important
    }

    .gcw_mainFKfpQL61j #gcw_refreshFKfpQL61j {
        color: #481e72 !important;
        font-weight: bold !important;
        text-decoration: underline !important
    }

    .gcw_mainFKfpQL61j + #gcw_siteFKfpQL61j {
        margin-top: 15px;
        color: #481e72 !important;
        font-weight: bold !important;
        text-decoration: underline !important;
        font-size: 16px !important;
        width: 100% !important
    }

.economicresearchnew .searchholder {
    padding: 35px 0
}

    .economicresearchnew .searchholder.scrolled {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 22;
        box-shadow: 0 1px 5px 0 rgba(50,50,50,.5)
    }

.checkboxHolder1container h2 {
}

    .checkboxHolder1container h2::after {
        display: none !important
    }

.economicresearchnew .filterpublication .publicationsfilter {
    border: none !important;
    padding: 25px 0;
    margin: 0 !important;
    padding-bottom: 0
}

    .economicresearchnew .filterpublication .publicationsfilter .row .col-md-12.checkboxHolder1container {
        padding-bottom: 20px
    }

    .economicresearchnew .filterpublication .publicationsfilter .row .col-md-12 .filterholder {
        padding: 32px 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 35px
    }

.economicresearchnew .tagslist {
    width: 100%
}

    .economicresearchnew .tagslist li {
        float: right;
        margin-left: 8px;
        margin-bottom: 20px;
        width: auto;
        background-color: #fff;
        color: #282828;
        padding: 5px 10px
    }

        .economicresearchnew .tagslist li.active, .economicresearchnew .tagslist li:hover {
            background-color: #ddb603
        }

            .economicresearchnew .tagslist li.active a, .economicresearchnew .tagslist li a:hover {
                color: #fff !important
            }

    .economicresearchnew .tagslist .inputEntity a {
        font-size: 13px;
        font-weight: 500;
        font-family: 'Maven Pro',sans-serif;
        color: #282828
    }

.checkboxHolder1 li {
    margin-left: 0 !important;
    padding-left: 0;
    padding-right: 0 !important
}

.nopadd {
    padding: 0 !important
}

    .nopadd .publicationtitle {
        cursor: pointer;
        font-size: 25px !important;
        text-transform: capitalize
    }

.publicationtitle::after {
    float: left;
    width: 20px !important;
    height: 12px !important;
    display: block !important;
    font-size: 1px;
    content: "";
    background: none !important;
    background-image: url(../images/arrow.png) !important;
    top: 17px !important;
    left: -40px !important;
    z-index: 2222 !important;
    cursor: pointer !important
}

.featuredarticlesContainer {
    padding-bottom: 0
}

    .featuredarticlesContainer .imagedetails .greyShade1 {
        padding: 65px 35px
    }

.featured {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 18px;
    font-weight: 500 !important
}

.featuredarticles h3 {
    font-size: 22px;
    margin-bottom: 0
}

.featuredarticlesContainer .productInfoHolder {
    padding: 0 !important;
    margin: 0
}

    .featuredarticlesContainer .productInfoHolder .listingDate {
        padding-bottom: 13px
    }

    .featuredarticlesContainer .productInfoHolder .listingTitle {
        font-size: 18px;
        font-weight: bold;
        color: #282828
    }

.articleslist .listingTitle1 a::after {
    background: url(../images/arrow2.png) !important;
    width: 12px;
    height: 19px;
    display: block;
    content: "";
    font-size: 1px;
    position: absolute;
    left: 0;
    bottom: 45px
}

.articleslist .listingDesc {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #481e72
}

.knowmorefeatured a:hover {
    color: #fff !important
}

    .knowmorefeatured a:hover::after {
        background-color: #481e72 !important;
        color: #fff !important
    }

.articleslist .listingTitle1 a {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    padding-bottom: 8px;
    display: inline-block
}

.articleslist .smalldate {
    font-size: 14px !important
}

.featuredarticlesContainer .imagedetails .productInfoHolder .listingTitle::after {
    background: #ddb603;
    width: 85px;
    height: 2px;
    content: "";
    font-size: 1px;
    display: block;
    margin: 15px 0
}

.featuredarticlesContainer .imagedetails .greyShade1 {
    padding-bottom: 10px
}

.featuredarticlesContainer .productInfoHolder img {
    margin-bottom: 28px
}

.featuredarticlesContainer .productInfoHolder .listingDescription {
    margin-bottom: 18px
}

.articlelisting {
    margin-bottom: 18px
}

.articleslist li {
    border-bottom: 1px solid #e1e1e1;
    padding: 18px 0;
    width: 100%;
    padding-left: 0;
    position: relative
}

    .articleslist li:first-child {
        padding-top: 0 !important
    }

    .articleslist li .listingTitle {
        margin-bottom: 12px
    }

    .articleslist li .listingDate {
        padding-bottom: 0 !important
    }

.featuredarticlesContainer .imagedetails .productInfoHolder .listingTitle.header {
    font-size: 30px;
    font-weight: bold
}

.mostrecentpublications {
    padding-top: 0;
    padding-bottom: 45px
}

.mostrecentarticles {
    padding-top: 30px
}

    .mostrecentarticles .listingCountryTag {
        padding-bottom: 5px
    }

        .mostrecentarticles .listingCountryTag a {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 14px;
            color: #282828;
            display: inline-block
        }

    .mostrecentarticles .categoryTag {
        padding: 12px 18px;
        background-color: #481e72;
        margin-right: -18px;
        margin-bottom: 25px;
        max-width: 220px;
        color: #fff;
        margin-top: 10px
    }

    .mostrecentarticles .loyaltyListing {
        padding-bottom: 0 !important
    }

.newsdetailsRelatedArticles .mostrecentarticles {
    padding: 0 !important;
    padding-top: 30px !important
}

.newsdetailsRelatedArticles .listingTitle {
    font-size: 26px !important;
    font-weight: 500 !important;
    margin-bottom: 40px !important
}

    .newsdetailsRelatedArticles .listingTitle span {
        font-size: 26px !important;
        font-weight: 700 !important
    }

    .newsdetailsRelatedArticles .listingTitle::after {
        display: none !important
    }

.economicResearchDetails .articleTitle {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    display: block
}

.newsDetailsInfo .blockHead {
    padding: 0 !important;
    margin-bottom: 2px
}

.newsDetailsInfo .listingTitle {
    font-size: 22px;
    font-weight: 700;
    color: #57595c;
    margin-bottom: 8px
}

.newsDetailsInfo .listingDate {
    margin-bottom: 30px
}

.newsDetailsInfo .greyShade1 {
    margin-bottom: 25px
}

.economicResearchDetails h3 {
    font-size: 25px
}

.figureoftheweek .blockHead {
    padding: 0
}

    .figureoftheweek .blockHead h3 {
        margin: 0
    }

.figureoftheweek .listingDate {
    margin-bottom: 12px
}

.figureoftheweek ul li {
    border-bottom: 1px solid #b6b6b6;
    padding: 26px 0
}

    .figureoftheweek ul li .articleTitle {
        line-height: 20px;
        margin-bottom: 4px
    }

.economicResearchDetails .listingLink {
    border-top: 1px solid #b6b6b6;
    border-bottom: 1px solid #b6b6b6;
    padding: 35px 0
}

.tagstitle {
    display: inline;
    position: relative;
    top: 3px
}

.appDetection {
    display: none
}

.menuSec1 > ul > li {
    margin-bottom: 30px
}

.publicationsfilter .inputEntity .customSelect {
    width: 183px !important
}

@media all and (min-width:1280px) {
    .compareCardsFilter .compareListing.activeList.standardListing .listingDescription {
        height: 60px
    }
}

.disabled {
    pointer-events: none;
    cursor: default !important;
    color: #cecece !important
}

.mostPopular li.fixlistyle:hover .listingInfos {
    width: calc(100% - 30px)
}

.mostPopular li.fixlistyle {
    height: initial;
    min-height: 178px
}

    .mostPopular li.fixlistyle .listingInfos {
        bottom: -33px
    }

    .mostPopular li.fixlistyle:nth-child(n+4) {
        margin-top: 20px
    }

    .mostPopular li.fixlistyle .listingImage {
        height: 174px
    }

.landingWedding {
    padding: 100px 0;
    background-image: url(../images/wedding-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.widthBanner .bannerDescription {
    color: #fff;
    font-family: 'Maven Pro',sans-serif;
    font-size: 20px;
    margin-bottom: 90px
}

.widthBanner h1 {
    color: #fff;
    font-size: 36px;
    font-family: 'Maven Pro',sans-serif;
    font-weight: 700;
    margin-bottom: 10px
}

.widthBanner {
    max-width: 380px
}

.bannerList {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 90px
}

    .bannerList:before {
        position: absolute;
        content: '';
        display: block;
        height: 1px;
        background: #fff;
        width: auto;
        top: 0;
        right: 20%;
        left: 20%
    }

.landingWedding .bannerList:before {
    display: none !important
}

.bannerList .icons {
    width: 67px;
    margin: 0 auto 12px;
    height: 61px
}

    .bannerList .icons img {
        width: auto;
        height: auto
    }

.bannerList li {
    text-align: center
}

    .bannerList li:nth-child(1) .icons, .bannerList li:nth-child(3) .icons {
        padding-top: 20px
    }

    .bannerList li h4 {
        color: #fff;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 15px
    }

.bannerList .divListContent {
    margin-bottom: 100px
}

.bannerList li article {
    color: #fff;
    max-width: 240px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500
}

.bannerList .listingLink {
    text-align: center
}

    .bannerList .listingLink a {
        color: #fff !important;
        border-color: #fff !important
    }

        .bannerList .listingLink a:hover {
            color: #282828 !important
        }

            .bannerList .listingLink a:hover:after {
                background: #fff !important
            }

.innerBannerPadding {
    padding: 150px 0;
    background-position: right center
}

.whiteForm .contactusForm label {
    min-height: 38px
}

.whiteForm .contactusForm .formActions, .greyForm .contactusForm .formActions {
    float: none;
    display: block;
    text-align: center;
    margin-top: 40px
}

.whiteForm h3, .greyForm h3, .successInfo h3, .errorInfo h3 {
    color: #282828;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 10px
}

.whiteForm .formText, .greyForm .formText, .successInfo .formMessage, .errorInfo .formMessage {
    color: #000;
    font-size: 18px;
    margin-bottom: 20px
}

.whiteForm, .greyForm {
    padding: 20px 0 30px
}

.greyForm {
    background: #ededed
}

.totalInput input[type="text"] {
    background: #481e72 !important;
    font-weight: bold;
    color: #fff
}

    .totalInput input[type="text"]::placeholder {
        color: #fff !important
    }

.successInfo, .errorInfo {
    text-align: center;
    padding: 20px 0
}

    .successInfo .icon, .errorInfo .icon {
        margin-bottom: 20px
    }

    .successInfo a.normalBtn, .errorInfo a.normalBtn {
        border-color: #481e72;
        margin-top: 20px
    }

        .successInfo a.normalBtn:after, .errorInfo a.normalBtn:after {
            background: #481e72
        }

.fullwidth {
    width: 100% !important
}

.otp {
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
    margin-top: 43px
}

    .otp .blockBody {
        width: 500px;
        display: inline-block
    }

    .otp .formActions {
        margin-top: 0 !important
    }

.weddingpopup.popupContent {
    width: 370px;
    min-height: 235px;
    min-width: 210px
}

.whiteForm .intl-tel-input, .greyForm .intl-tel-input {
    display: block
}

.whiteForm .contactusForm, .greyForm .contactusForm {
    margin-bottom: 30px
}

.landingWedding {
    position: relative
}

    .landingWedding .breadcrumb {
        position: absolute;
        bottom: 16px
    }

    .landingWedding .backbtn {
        color: #fff;
        font-size: 15px;
        position: absolute;
        bottom: 16px
    }

        .landingWedding .backbtn::before {
            content: "";
            width: 9px;
            height: 14px;
            background-image: url(../images/bck.png);
            display: inline-block;
            font-size: 1px;
            margin-left: 10px;
            background-repeat: no-repeat;
            position: relative;
            top: 3px
        }

.textareainput label {
    max-width: 166px
}

.textareainput .inputParent {
    width: 85%
}

.MainMenuSpecialClass .viewAll {
    min-width: 217px !important
}

.redirectionpopup {
    min-height: 120px !important
}

.popupcontinue {
    float: unset !important
}

.redirectionpopup .blockHead {
    padding-bottom: 0 !important
}

    .redirectionpopup .blockHead h2 {
        line-height: 32px !important
    }

.redirectionpopup .formActions {
    margin: 0 auto;
    text-align: center !important;
    max-width: 88%
}

.compareTable.tableMain table {
    border: none
}

.compareTable table tr:nth-child(odd) {
    background-color: #fff
}

.compareTable.tableMain td:first-child, .compareTable.tableMain th:first-child {
    border-right: none;
    width: 50%
}

.dos p, .donts p {
    padding-right: 50px;
    position: relative;
    line-height: 30px;
    padding: 0 5px 0 50px
}

    .dos p:before, .donts p:before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 32px;
        height: 31px;
        background-repeat: no-repeat
    }

    .dos p:before {
        background-image: url(../images/dosIcon.png)
    }

    .donts p:before {
        background-image: url(../images/dontsIcon.png)
    }

.compareTable.tableMain td, .compareTable.tableMain th {
    line-height: normal
}

.hideoverflow {
    overflow-y: hidden !important
}

.branchinfotext {
    max-width: 150px;
    direction: rtl
}

.locatenearest {
    border-bottom: 1px solid #c2c2c2;
    text-align: right;
    margin-bottom: 22px
}

    .locatenearest .normalBtn {
        margin-bottom: 22px
    }

.language {
    font-family: 'Maven Pro',sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ddb32a !important
}

.smallTop a {
    font-size: 11px !important
}

.clearContainer {
}

.designedBy {
    float: left !important
}

#Header_rptMainRightMenu_alink_1 {
    padding: 8px 30px 8px 14px !important
}

#Header_rptMainRightMenu_alink_0 {
    padding: 8px 30px 8px 14px !important
}

.bannerRightControl {
    float: left !important
}

.breadcrumb {
    float: right !important
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mail:before {
    font-family: 'icomoon' !important;
    content: ""
}

.bannerRightControl section a {
    position: relative;
    top: 2px;
    padding: 0 10px
}

.bannerRightControl a, .bannerRightControl .socialFooter a {
    color: #c8bcd5;
    font-size: 20px;
    cursor: pointer
}

.bannerRightControl section {
    display: inline-block;
    margin: 0 20px;
    font-size: 20px
}

.socialFooter li a.youtube-play:hover {
    color: #fff
}

a.st_email:hover {
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.icon-print:hover {
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.icon-aplus:hover {
    color: #4099ff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.icon-aminus:hover {
    color: #4099ff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.applyStepsHolder > h3 {
    width: 216px;
    padding-left: 30px;
    font-size: 26px;
    background: transparent url(../images/bigright-ar.png) no-repeat left center;
    padding-top: 12px;
    line-height: 30px !important
}

.applyInfo h4 {
    font-size: 16px;
    line-height: 18px
}

#body_body_dvFeaturesTab {
    padding: 45px 0
}

.breadcrumb i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block
}

.owl-prev::before {
    content: ""
}

.owl-next::before {
    content: ""
}

.fancybox-outer #dvmore, .fancybox-inner > div {
    padding-right: 35px;
    padding-left: initial
}

.fancybox-close {
    right: auto
}

.dk-selected:after {
    right: auto;
    left: 0;
    border-left: none;
    margin: 0 0 0 1.5em;
    padding-right: 10px
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: 0;
    left: auto
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0;
    padding-right: 28px
}

.intl-tel-input .selected-flag {
    padding: 0 8px 0 0
}

    .intl-tel-input .selected-flag .iti-arrow {
        left: 6px;
        right: auto
    }

.formActions .normalBtn {
    float: right
}

.cluetip-jtip .cluetip-inner {
    float: left;
    background: red
}

.checkboxHolder li {
    margin-right: 0;
    margin-left: 25px
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-right: 28px;
    padding-left: 0
}

.intl-tel-input .selected-flag .iti-flag {
    right: 5px
}

.padding60 {
    padding-right: 0 !important;
    padding-left: 60px
}

.checkboxHolder.minifiedCheckbox.blackFilter {
    right: 0 !important
}

input[type=checkbox]:not(old) + label:before, input[type=radio]:not(old) + label:before {
    top: 0 !important
}

.checkboxHolder li {
    margin-right: 0 !important
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    direction: rtl
}

.dvcaptcha .errorMessage {
    top: 45px
}

label + .errorMessage {
    right: auto !important
}

.minifiedCheckbox input[type=radio]:not(old) + label:after, .minifiedCheckbox input[type=checkbox]:not(old) + label:after, .minifiedCheckbox input[type=radio]:not(old):checked + label:after, .minifiedCheckbox input[type=checkbox]:not(old):checked + label:after {
    top: 7px !important;
    right: 8px !important
}

.asynchlbl {
    position: absolute;
    font-size: 12px;
    color: #282828;
    top: 8px;
    right: 10px
}

    .asynchlbl p {
        font-size: 11px;
        display: inline-block;
        margin-left: 4px
    }

.formEn {
    direction: ltr !important;
    text-align: left
}

    .formEn .inputEntity label {
        text-align: left
    }

.contactusForm.formEn .formActions {
    float: right
}

.contactusForm.formEn a.clearBtn {
    float: right;
    margin-left: 0;
    margin-right: 45px
}

.formEn .dk-selected:after {
    right: 0;
    left: auto;
    border-left: 1px solid #ccc;
    margin: 0 1.5em 0 0;
    padding-left: 10px;
    padding-right: 0
}

.formEn .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .formEn .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .formEn .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-right: 0;
    padding-left: 92px;
    direction: ltr
}

.formEn .intl-tel-input.allow-dropdown .flag-container, .formEn .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0
}

.formEn .intl-tel-input .selected-flag .iti-flag {
    left: 5px;
    right: auto
}

.formEn .intl-tel-input .selected-flag .iti-arrow {
    right: 6px;
    left: auto
}

.formEn .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 28px;
    padding-right: 0
}

.formEn .RadCaptcha img, .formEn .RadCaptcha .rcRefreshImage, .formEn .dvcaptcha label {
    float: left
}

.formEn .rcRefreshImage {
    margin-left: 30px;
    margin-right: auto
}

.locatenearest a {
    float: initial !important
}

.nopointer {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important
}

    .nopointer h3 {
        color: #282828 !important;
        text-decoration: none
    }

.specialBenefits .leftIconBlock .withlink h3 {
    color: #ddb651 !important;
    text-decoration: underline
}

#Header_rptMainRightMenu_alink_1 {
    padding: 0 30px 10px 14px !important
}

    #Header_rptMainRightMenu_alink_1 .text {
        padding: 0 !important;
        top: 8px;
        position: relative
    }

.acopmare {
    right: 0;
    left: auto !important
}

#cluetip {
    z-index: 111111 !important
}

.stickyTools h4, .applyInfo h4 {
    direction: ltr
}

.careersFilter .customSelect {
    width: 218px
}

.resultFilterDate:nth-child(2) {
    width: 320px !important
}

.careersFilter .inputEntity {
    width: 100%
}

.careersFilter input[type="text"] {
    width: 100%
}

.branchtitle {
    direction: rtl
}

.gm-style .gm-style-iw-d {
    direction: ltr
}

.tableBlock {
    padding: 50px 0;
    background-color: #f4f4f4
}

    .tableBlock h3 {
        font-weight: bold;
        color: #282828;
        font-size: 20px;
        text-align: center;
        margin-bottom: 2px
    }

    .tableBlock h4 {
        color: #282828;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px
    }

    .tableBlock table {
        width: 100%
    }

        .tableBlock table tr th {
            background-color: #e3c244;
            color: #282828;
            font-size: 16px;
            font-weight: bold;
            padding: 20px;
            text-align: right;
            text-transform: uppercase
        }

    .tableBlock .table1 tr {
        border-bottom: solid 2px #d4d4d4
    }

    .tableBlock table tr:last-child {
        border-bottom: initial
    }

    .tableBlock table tr td {
        color: #282828;
        font-size: 16px;
        background-color: #fff;
        text-align: right;
        padding: 20px
    }

        .tableBlock table tr td:nth-child(1) {
            padding: 20px;
            text-align: right
        }

.desktopTable {
    margin-bottom: 50px
}

.tableBorder {
    border-bottom: solid 2px #d4d4d4
}

.fw-900 {
    font-weight: 900 !important
}

.verticalAlignBottom {
    vertical-align: bottom !important
}

.table2 tr td {
    font-weight: 500
}

.fs15 {
    font-size: 15px
}

.yellowNote {
    display: inline-block;
    color: #e3c244;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px
}

.mobileTable {
    display: none
}

.ta-center {
    text-align: center !important
}

.hide {
    display: none
}

.skin-dark-theme #ct-ultimate-gdpr-cookie-accept {
    background-color: #ddb603 !important
}

input[type=radio]:not(old):checked + label:after, input[type=checkbox]:not(old):checked + label:after {
    content: '' !important;
    left: 0;
    top: 32px
}

.ct-ultimate-gdpr-cookie-modal-btn a {
    background: #ddb603;
    border: 2px solid #ddb603;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.ct-ultimate-gdpr-cookie-modal-desc span {
    color: #ddb603
}

.ct-ultimate-gdpr-cookie-modal-btn a:hover {
    color: #ddb603
}

#ct-ultimate-gdpr-cookie-open {
    color: #ddb603 !important
}

@media all and (max-width:1192px) {
    .topHeader .secondSideElements .inlineMiddle li a {
        padding: 0 5px
    }

    .headerSearch {
        margin-left: 24px
    }

    .relatedProducts .productSideInfo {
        border-top: 1px solid #ccc;
        margin-top: 20px;
        padding-top: 10px
    }

    .menuSec1 ul h4:last-child {
        display: none
    }

    .tableMain {
        overflow-x: scroll
    }

    .relatedProducts .productSideInfo {
        width: 100%
    }

    .relatedProducts .productSideInfo {
        padding-left: 0;
        border-left: 0
    }

    .applySteps {
        width: 75%
    }

    .applyOneStep {
        width: 220px
    }

    .applyStepsHolder h3 {
        font-size: 17px
    }

    .commentSection {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%
    }

    #section-1 {
        margin-top: 10px
    }

    .infoBlock.firstBlock ul {
        margin-top: 5px
    }

    .unbalancedList .col-md-6 {
        margin-bottom: 15px
    }

    .economicresearchnew img {
        max-width: 100%
    }

    .economicresearchnew .articleslist li {
        padding-left: 0
    }

    .economicresearchnewP .tipsSidelinks h3 {
        font-size: 19px
    }

    .economicresearchnewP .subscribeSection h3 {
        max-width: 100%;
        width: 100%;
        height: auto !important;
        border-right: 0
    }

    .economicresearchnewP input[type=checkbox]:not(old) + label, .economicresearchnewP input[type=radio]:not(old) + label {
        font-size: 14px
    }

    .economicresearchnewP .resultFilterDate {
        margin-bottom: 15px
    }

        .economicresearchnewP .resultFilterDate .customSelect {
            width: auto
        }
}

@media all and (max-width:1024px) {
    .successMessageFrm {
        margin-right: 5px !important
    }

    .secondSideElements {
        float: none
    }

    .headerSearch {
        margin-left: 0;
        width: 30px
    }

        .headerSearch:before {
            left: 8px;
            right: auto
        }

    .landingWedding.innerBannerPadding {
        margin-top: -30px
    }

    .inlineMiddle.smallTop.inlinedList.fixTopMenuresponsive {
        width: auto !important
    }

    .whiteForm .contactusForm .col-md-6, .greyForm .contactusForm .col-md-6 {
        clear: none
    }

    .economicresearchnew .infoBlock {
        padding-top: 45px
    }

    .fixedPositionnedParent + .blockHead.smallBotMargin {
        margin-top: 30px
    }

    .economicresearchnewP .innerBanner {
        margin-bottom: 0
    }

    .benefitsListing .listingTitle, .productSideInfo .cardStats h3 {
        font-size: 18px
    }

    #body_body_dvManagement {
        padding-top: 20px
    }

    .benefitsListing ul li {
        margin-bottom: 0
    }

    .doubleIconBlock .icons + h3 {
        line-height: 55px
    }

    .footerSubmenu {
        display: none
    }

    .onlineBankingInfo .col-md-3 {
        width: inherit;
        margin-bottom: 8px
    }

    .menuSec2 {
        margin-top: 0
    }

        .menuSec2 > li > a, .menuSec2 h4 {
            border-top: 1px solid #676565;
            border-bottom: none
        }

        .menuSec2 .menuSecBottom h4 {
            padding-top: 20px;
            margin-top: 20px
        }

    .onlineBankingInfo {
        bottom: -235px
    }

    .anchorToggler {
        padding-left: 20px
    }

    .productListing li:hover .productInfoHolder {
        display: block
    }

    .bottomLevel h5 {
        background-color: #ddd;
        padding: 15px 0;
        color: #6e6e6e
    }

    .fourDrpDwn .col-md-4 {
        margin-bottom: 20px
    }

    .timeLineCarousel .listingTitle:after {
        display: none
    }

    #section-4 {
        padding: 20px 0
    }

    .newsListing .fullFilter .inputEntity {
        margin-bottom: 20px
    }

    .recentPublications {
        margin-bottom: 30px
    }

        .recentPublications .reportListing li {
            height: auto
        }

    .downloadArticle .listingTitle {
        line-height: 38px
    }

    .productSideInfo .cardStats li {
        margin-bottom: 30px
    }

    .benefitsListing ul li {
        margin-bottom: 0
    }

    .mostPopular {
        margin: 30px 0
    }

    .tipsSidelinks, .benefitsListing {
        margin-bottom: 30px
    }

    .greyShade2 .benefitsListing {
        margin-bottom: 0
    }

    .linkSeparator ul li::before, .compareProducts ul li::before, #BodyRight li:before, .listingDescription li:before, .fancybox-inner ul li:before {
        top: -3px
    }

    .menuSec2 a.akramLoyaltyMobile {
        text-align: center;
        color: #fff !important;
        margin-bottom: 20px;
        display: block;
        font-size: 18px;
        font-weight: 700
    }

    .loansListing li .listingTitle {
        width: 200px
    }

    .publicationsfilter.publicationPDFlists {
        margin-top: 20px
    }

    .stickyTools article {
        word-break: break-word
    }

    .relatedProducts .owl-prev {
        left: -24px
    }

    .innerBanner h1 {
        margin-top: 10px
    }

    .menuSec1 h4 {
        margin-bottom: 0
    }

    .bottomLevel > .menuSec1 > ul.row > li.col-xs-12 > a {
        padding-top: 20px
    }

    .bottomLevel > ul > li:first-child a {
        padding-top: 0
    }

    .menuSec1 {
        padding-top: 0;
        padding-bottom: 0
    }

    .mobileMenu .ddThirdLevel .menuColumn {
        margin-bottom: 0 !important
    }

    .bottomLevel li {
        margin-bottom: 0;
        border-bottom: 1px solid #e2e2e2
    }

    .ddThirdLevel {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .cardMainInfo {
        margin-bottom: 30px
    }

    .additionalHeaderComponents .headerBtn {
        margin-left: 0
    }

    .sideLinks, #body_body_RedeemingYourPointsListing_divListContent li, .doublePoint li {
        margin-bottom: 20px
    }

    .loyaltyListing li:first-child {
        margin-top: 0 !important
    }

    .timeLineCarousel .center:before {
        left: -9px
    }

    .highlightedInfo {
        line-height: 25px
    }

    .mediaCarousel {
        max-width: 90%;
        margin: 0 auto
    }

    #anchorHolder {
        margin-top: -30px
    }

    .additionalHeaderComponents .headerBtn {
        margin-left: -2px;
        margin-top: 1px
    }

    .newsListingBlock .newsListing > .container {
        margin: 0 auto;
        padding-top: 20px
    }

    .innerBanner {
        margin-bottom: 30px
    }

    .standardTable {
        overflow-x: scroll
    }

    #anchorHolder .container {
        width: 100%;
        padding: 0 20px
    }

    .mediaCarousel .owl-prev {
        left: -30px
    }

    .doubleIconBlock .rightIconBlock .contentList {
        line-height: 28px;
        margin-bottom: 20px
    }

    .akramPage .listingInfos .listingLink {
        position: relative;
        bottom: inherit
    }

    .greyShade2, .greyShade1 {
        padding: 30px !important
    }

    .faqBlock {
        margin: 40px 0 !important
    }

    .greyShade2 .container, .greyShade1 .container {
        margin: 0 !important
    }

    .investorRelation h3 {
        height: auto !important
    }

    .applyStepsHolder h3 {
        font-size: 18px
    }

    .faqBlock .viewAll:hover {
        color: #481e72 !important
    }

    .innerBlockTitle {
        margin-bottom: 20px
    }

    .cardMainInfo .listingInfo h3, .infoBlock .blockHead h2, .contentDetail h2 {
        font-size: 25px
    }

    .sliderTitle {
        font-size: 30px
    }

    .doubleIconBlock h3 {
        font-size: 18px
    }

    .sliderMain .flex-control-nav:before {
        width: 200%;
        left: 0
    }

    .ddSecondLevel li a.openTab + .ddThirdLevel {
        opacity: 1;
        max-height: inherit;
        margin-right: 0;
        margin-left: 0
    }

    .menuColumn > li > a {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .mobileMenu .ddSecondLevel li {
        text-align: center;
        padding-left: 0;
        padding-right: 0
    }

    .stepTitle span {
        margin-bottom: 10px
    }

    .ddThirdLevel .menuSec1, .ddThirdLevel .menuSec2 {
        height: auto !important;
        padding-left: 0;
        padding-right: 0
    }

    .ddThirdLevel .menuSec1 {
        width: 100%
    }

    .bottomLevel li a {
        margin: 15px 0;
        display: block
    }

    .menuColumn > li:first-child {
        min-height: inherit
    }

    .menuSec2 {
        background: transparent;
        width: 100%
    }

    .menuSecTop {
        background: transparent
    }

    .menuSecTop, .menuSecBottom {
        margin-top: 20px
    }

    .menuSec2 h4, .mobileMenu .ddSecondLevel li a {
        text-align: center;
        color: #000
    }

    .menuSec2 .menuSecTop h4 {
        border-top: none
    }

    .mobileMenu .menuSec2 .menuSecTop li {
        padding-top: 15px
    }

    .mobileMenu .ddThirdLevel .bottomLevel > ul > li {
        border-bottom: 1px solid #e2e2e2;
        margin-top: 0
    }

    .ddThirdLevel .menuSec1, .ddThirdLevel .menuSec1 .col-md-3 {
        padding-left: 0
    }

    .menuSec2 {
        background-color: #d2cfce;
        border-top-right-radius: 0;
        padding-top: 0
    }

        .menuSec2 a {
            color: #fff !important
        }

    .mobileMenu .ddThirdLevel .menuColumn {
        margin-bottom: 20px
    }

    .menuSec2 h4 a {
        color: #000;
        text-align: center
    }

    .tipBlocks ul li .tipLinkHolder {
        height: 100px
    }

    .mobileMenu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        top: 120px;
        z-index: 1000;
        left: 0;
        overflow-y: auto;
        opacity: 0
    }

        .mobileMenu.open {
            opacity: 1
        }

        .mobileMenu .smallTop {
            overflow-y: auto
        }

    body.fixed {
        position: fixed;
        height: 100%;
        overflow: hidden;
        width: 100%
    }

    .logoHolder {
        margin-left: 7px
    }

    .mostPopular li .listingInfos {
        left: 7px;
        right: 7px
    }

    .mobileMenu.open .firstSideElements, .mobileMenu.open .menusMain {
        display: block
    }

    .mobileMenu .menusMain {
        text-align: center;
        margin-bottom: -25px
    }

    .mainMenu > ul > li > a {
        /*display: none*/
    }

    .mobileMenu .ddSecondLevel {
        position: Relative;
        display: block;
        width: 100%;
        text-align: Center;
        padding-left: 0;
        margin-top: 35px;
        top: 0
    }

        .mobileMenu .ddSecondLevel ul {
            display: block;
            border-top: 0
        }

        .mobileMenu .ddSecondLevel > ul > li {
            width: 100%;
            border-top: 1px solid #b1b1b1;
            height: auto;
            flex: initial;
            -webkit-box-flex: initial;
            display: block;
            clear: both
        }

    .firstMenu.openMenu li > a.active + .ddSecondLevel li {
        display: none
    }

    .mobileMenu > .ddSecondLevel > ul > li > a {
        background: #fff;
        text-align: center;
        margin: 15px 0
    }

    .bottomLevel a {
        font-size: 18px
    }

    .mobileMenu .ddSecondLevel ul {
        margin-right: 0
    }

    .firstMenu .ddSecondLevel {
        margin-top: 0 !important;
        display: block;
        position: relative
    }

    .firstMenu {
        border: 1px solid #c3c3c3;
        width: 235px;
        margin: 0 auto 40px;
        padding: 0 10px
    }

        .firstMenu a {
            color: #000;
            text-align: left
        }

    .mobileMenu .fakeDrpDwn {
        border: 1px solid #c3c3c3;
        display: block;
        width: 235px;
        padding: 10px;
        text-align: right;
        margin: 0 auto;
        color: #000;
        font-size: 18px;
        font-weight: bold
    }

    .firstMenudrpDown {
        margin-bottom: 50px
    }

    .mobileMenu .fakeDrpDwn i {
        margin-top: -5px;
        float: left
    }

    .mobileMenu .menusMain li {
        width: 100%;
        margin-left: 0;
        text-align: left;
        padding-left: 5px;
        color: #000;
        font-size: 18px;
        padding: 15px 0;
        border-bottom: 1px solid #c3c3c3
    }

        .mobileMenu .menusMain li:last-child {
            border-bottom: none
        }

        .mobileMenu .menusMain li a {
            color: #000;
            text-align: right;
            font-size: 18px;
            display: block
        }

    .mainMenu > ul > li > a:after {
        display: none
    }

    .menusMain {
        float: none;
        margin-left: 0
    }

    .mobileMenu .menusMain li:last-child {
        margin-bottom: 0
    }

    .mobileMenu .smallTop {
        display: none
    }

    .mobileMenu.open .smallTop {
        background-color: #e9eaec;
        display: block;
        width: 100%;
        text-align: center;
        padding: 35px 0;
        border-top: 1px solid #b1b1b1
    }

    .mobileMenu .smallTop li {
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px
    }

        .mobileMenu .smallTop li a {
            color: #000
        }

    .menu {
        cursor: pointer;
        float: right;
        position: relative;
        width: 25px;
        height: 21px;
        margin-top: 20px
    }

    .menu-global {
        backface-visibility: hidden;
        position: absolute;
        left: 0;
        border-top: 2px solid #231f20;
        width: 100%;
        transition: .3s
    }

    .menu-top {
        top: 0
    }

    .menu-middle {
        top: 9px
    }

    .menu-bottom {
        top: 18px
    }

    .menu-top-click {
        backface-visibility: hidden;
        top: 10px;
        -webkit-transform: rotate(50deg);
        -moz-transform: rotate(50deg);
        transform: rotate(50deg)
    }

    .footerBottom .socialFooter li a i {
        font-size: 24px;
        margin-right: 10px
    }

    .menu-middle-click {
        opacity: 0
    }

    .menu-bottom-click {
        backface-visibility: hidden;
        top: 10px;
        -webkit-transform: rotate(-410deg);
        -moz-transform: rotate(-410deg);
        transform: rotate(-410deg)
    }

    .header .firstSideElements, .header .menusMain {
        display: none
    }

    .headerBtns.inlineMiddle {
        position: absolute;
        right: 0;
        bottom: -47px;
        z-index: 3;
        width: 512px
    }

    .additionalHeaderComponents .headerBtn.onlineBanking {
        bottom: 1px;
        font-size: 12px
    }

        .additionalHeaderComponents .headerBtn.onlineBanking .icons {
            left: 2% !important
        }

    .businessDashboard {
        padding-top: 35px
    }

    .stickyTools .blockBody li:not(.col-md-4):last-child {
        border-left: inherit
    }

    .countrySelect {
        display: none
    }

    .socialFooter li {
        margin-left: 7px
    }

    .ddThirdLevel {
        position: relative;
        width: 100% !important
    }

    .productListing .listingImage {
        max-height: 200px
    }

    .mostPopular li:hover .listingInfos {
        width: 102.3%;
        margin-right: 0;
        left: 0
    }

    .footerSubmenu a.footerSelectToggle {
    }

    .footerSubmenu {
        position: relative
    }

        .footerSubmenu a i {
            float: right;
            margin-top: 6px
        }

        .footerSubmenu ul {
            display: none;
            border: 1px solid #c3c3c3;
            position: absolute;
            bottom: 40px;
            background-color: #fff;
            width: 100%;
            padding: 0 10px;
            z-index: 10
        }

            .footerSubmenu ul li {
                display: block;
                width: 100%;
                border-bottom: 1px solid #c3c3c3
            }

                .footerSubmenu ul li:last-child {
                    border-bottom: 0
                }

                .footerSubmenu ul li a {
                    color: #000;
                    display: block
                }

                .footerSubmenu ul li:before {
                    display: none
                }

    .whiteDashboardBox {
        margin-bottom: 20px
    }

    .mobileMenu .menusMain {
        display: block
    }

    .firstMenu {
        display: none
    }

    .cardMainInfo .listingInfo {
        width: 45%
    }

    .specialBenefits .icons {
        margin-bottom: 0
    }

    .specialBenefits .rightIconBlock .contentList {
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
        line-height: 28px
    }

    .infoBlock {
        padding: 0
    }

    .specialBenefits li:nth-child(11) .contentList {
        margin-bottom: 0
    }

    .doubleIconBlock h3 {
        margin-bottom: 15px
    }

    .benefitsListing ul li {
        height: 150px !important
    }

    .relatedProducts .listingInfos {
        width: 45%
    }

    .fa-angle-up:before {
        content: ""
    }

    .sliderMain .flex-control-nav {
        width: 100%;
        left: 0;
        margin-left: 0;
        max-width: 768px;
        padding-right: 20px
    }

    .row {
        margin-left: -7px;
        margin-right: -7px
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 7px;
        padding-right: 7px
    }

    .relatedProducts .productSideInfo {
        padding-left: 0;
        border-left: 0
    }

    .headerSearch input[type="button"] {
        -webkit-appearance: none;
        -webkit-border-radius: 0
    }

    .bannerRightControl {
        float: left;
        width: 100%
    }

    .bannerControl .socialFooter {
        width: 71%;
        height: 38px;
        line-height: 57px
    }

        .bannerControl .socialFooter li:first-child {
            margin-left: 0
        }

    .faqBlock {
        margin-bottom: 10px
    }

    .cardCarousel .benefitsListing ul li {
        height: auto !important
    }

    .cardCarousel .owl-next, .cardCarousel .owl-prev {
        top: 100px
    }

    .productSideInfo .cardStats li {
        margin-top: 20px
    }

    .relatedProducts .productSideInfo {
        width: 100%
    }

    .stickyTools .blockBody ul li:first-child {
        margin-bottom: 20px
    }

    .stickyTools .blockBody .tipsSidelinks ul li:first-child {
        margin-bottom: 0
    }

    h5.simpleListTitle a {
        margin-bottom: 10px
    }

    .simpleList {
        margin-bottom: 25px
    }

    .footerControl {
        z-index: 20
    }

    .footer.closed .footerControl {
        top: 0
    }

    .sliderMain .flexslider .slides > li {
        background-size: 100% 400px;
        background-repeat: no-repeat;
        background-position: top left
    }

    .sliderMain .sliderHeight {
        height: 400px !important
    }

    .sliderContent {
        max-width: 400px;
        top: 180px
    }

        .sliderContent p {
            font-size: 22px;
            margin-bottom: 10px
        }

    #anchorHolder .leftNav {
        display: none
    }

    .tabToggle {
        display: block
    }

    .tabsLinks {
        display: none
    }

    .anchorToggler, .tabToggle {
        display: block;
        color: #fff;
        width: 100%;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .tabToggle {
        color: #000;
        border-bottom: 1px solid #000;
        padding-bottom: 10px
    }

    .tabsHolder {
        margin-top: 20px
    }

    .tabsLinks a {
        display: block;
        width: 100%;
        text-align: left;
        color: #000 !important;
        margin-bottom: 0;
        padding-left: 0;
        border-bottom: 1px solid #ccc !important
    }

    .tabsLinks {
        height: auto;
        background-color: #fff
    }

    #anchorHolder {
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px
    }

    .anchorToggler i, .tabToggle i {
        float: left;
        margin-top: 10px
    }

    .anchorToggler span {
        font-size: 18px
    }

    .tabToggle span {
        font-family: 'Maven Pro',sans-serif;
        font-weight: bold;
        font-size: 20px
    }

    #anchorHolder .leftNav, .tabToggle .tabsLinks {
        background-color: #fff;
        height: auto
    }

    .leftNav li {
        background-color: #fff;
        display: block;
        width: 100%;
        z-index: 1000000;
        position: Relative;
        border-top: 1px solid #6f737a
    }

        .leftNav li:first-child {
            border-top: none
        }

        .leftNav li a {
            color: #000
        }

        .leftNav li:after {
            display: none
        }

    .firstBlock.infoBlock, .firstBlock.cardInfo {
        padding-top: 0
    }

        .firstBlock.infoBlock .blockHead, .firstBlock.cardInfo .blockHead {
            margin: 0
        }

    .blockHead {
        padding: 20px 0
    }

    html, body {
        overflow-x: hidden
    }

    .timeLineCarousel {
        max-width: 95%
    }

    .benefitsListing .textContent {
        margin-bottom: 20px
    }

    .recentPublications .col-md-4, .inverstorsLibrary .col-md-4 {
        border-left: 0
    }

    .recentPublications .col-md-8 {
        margin-bottom: 20px
    }

    .topHeader .secondSideElements .inlineMiddle li:last-child a {
        padding-right: 10px
    }

    .resultsFilter.publicationsfilter {
        margin-bottom: 0
    }

    .reportListing li {
        margin-bottom: 15px
    }

    .subscribeSection h3 {
        max-width: 100%;
        border-right: none;
        height: auto !important;
        padding-top: 0
    }

    .subscribeFields {
        margin-left: 0
    }

    .resultsFilter .checkboxHolder {
        border-right: none
    }

    .subscribeSection {
        padding: 7px 7px 15px 7px
    }

        .subscribeSection .formActions {
            margin-right: 40px
        }

    .inverstorsLibraryIntro {
        margin-bottom: 5px
    }

    .capitalListing .listingLinkButton a {
        min-width: auto
    }

    .capitalListing .businessDashboard {
        padding-top: 0
    }

    .capitalListing {
        padding-top: 20px
    }

        .capitalListing .blockBody > .divListContent .container {
            margin: 0
        }

    .rateAmount {
        font-size: 35px
    }

    .marketWatch {
        height: auto
    }

    .stickyTools {
        padding: 20px 0
    }

        .stickyTools .icons {
            width: 50px
        }

    .doubleIconBlock.specialBenefits {
        margin-top: 20px
    }

    .compareCardsFilter .blockHead {
        padding-bottom: 0
    }

    .compareCardsFilter .divListContent .formActions {
        float: right;
        margin-top: 45px
    }

    .filterControls {
        width: 75%;
        display: inline-block
    }

    .pageDivider {
        padding-top: 0
    }

    .newsDetail {
        padding-bottom: 35px
    }

    .fullFilter .floatRight {
        margin: 10px 20px
    }

    .newsListing {
        padding: 0
    }

        .newsListing .container {
            margin: 0 0 20px;
            width: 748px !important
        }

        .newsListing .viewAllBottom {
            margin-bottom: 20px
        }

    .fullFilter label {
        width: 150px;
        margin-left: 10px
    }

    .standardListing .listingImage {
        height: 150px
    }

    .productListing .listingTitle, .standardListing .listingTitle {
        font-size: 22px
    }

    .teamListing span {
        width: 35%;
        float: left
    }

    .teamListing .teamPosition {
        float: left;
        width: 65%;
        margin-bottom: 20px
    }

    .owl-prev {
        left: -14px
    }

    .bannerRightControl {
        display: none
    }

    .faqBlock .toggleItem:first-child .toggleTitle::after {
        top: 3px
    }

    .financialResults .checkboxHolder li {
        float: left;
        width: 50%
    }

        .financialResults .checkboxHolder li ul li {
            width: 100%
        }

    .resultsFilter .inputEntity label {
        padding-top: 0
    }

    .relatedNews h2 {
        margin-top: 20px
    }

    .newsPageIntro h2 {
        margin: 20px 0
    }

    .newsPageIntro {
        margin-bottom: 20px
    }

    .newsListingBlock .floatRight {
        margin-right: 10px !important;
        margin-top: 20px !important
    }

    .sideGallery a img {
        width: 100%
    }

    .relatedNews .container {
        width: 708px !important
    }

    .cvBox {
        padding: 20px;
        margin-top: 20px
    }

    .resultFilterDate .customSelect {
        width: 264px
    }

    .careersPage .newsPageIntro {
        margin-bottom: 0
    }

    .standardTable tr td {
        font-size: 16px
    }

    .applyStepsHolder > h3 {
        padding-left: 20px;
        width: 25%;
        font-size: 25px
    }

    .applyStepsHolder .applyInfo h3 {
        margin-bottom: inherit
    }

    .applyOneStep {
        width: 30%;
        padding-left: 10px
    }

    .applyStepsHolder .icons {
        width: 35px;
        margin-right: 10px
    }

    .applyInfo h4 {
        font-size: 16px;
        margin-bottom: 0
    }

    .applySteps span, .applySteps a {
        font-size: 12px
    }

    .relatedProducts, .cardCarousel {
        max-width: 95%;
        margin: 0 auto
    }

        .cardCarousel figure {
            width: 75%;
            margin: 0 auto 20px
        }

        .cardCarousel h3 {
            text-align: center
        }

        .relatedProducts .owl-carousel .owl-item {
            padding-left: 10px
        }

        .relatedProducts .listingImage {
            width: 230px;
            margin-bottom: 30px
        }

            .relatedProducts .listingImage img {
                max-wdth: 100%;
                width: auto;
                margin: 0 auto 10px
            }

        .relatedProducts .productSideInfo {
            border-top: 1px solid #ccc;
            margin-top: 20px;
            padding-top: 10px
        }

    .removeItem {
        left: 9px !important;
        top: 2px !important
    }

    .scrolling table {
        table-layout: inherit;
        *margin-left: -100px
    }

    .scrolling td, th {
        vertical-align: top;
        padding: 10px;
        min-width: 100px
    }

        .scrolling td:first-child, .scrolling th:first-child {
            position: absolute;
            left: 0;
            width: 155px;
            font-size: 14px;
            text-align: left;
            padding-left: 0
        }

    .scrolling thead td:first-child {
        height: 54px
    }

    .outer {
        position: relative
    }

    .inner {
        overflow-x: auto;
        overflow-y: visible;
        margin-left: 120px
    }

    #body_body_dvBusiness #body_body_GroupOffers_divListContent li {
        height: 330px !important
    }

    .whiteDashboardBox .blockHead {
        width: 100% !important
    }

    .sideLinks a {
        float: right;
        text-align: right !important
    }

    .toggleTitle {
        font-size: 20px
    }

    .menuSec1 .col-md-6 .bottomLevel {
        width: 100%
    }
}

@media all and (max-width:768px) {
    .desktopTable {
        display: none
    }

    .mobileTable {
        display: block
    }

    .tableBlock table tr th {
        text-align: center
    }

    .tableBlock table tr td {
        vertical-align: top
    }

    .tableBlock table {
        margin-bottom: 30px
    }

        .tableBlock table tr td:nth-child(1) {
            padding: 20px
        }

        .tableBlock table tr td:nth-child(1) {
            max-width: 150px
        }

    .yellowNote {
        display: block;
        margin-right: 0
    }

    .tableBlock {
        padding: 30px 0 0 0
    }

    .sliderBtnHolder {
        padding-top: 12px;
        width: 220px
    }

    .topHeader .secondSideElements .inlineMiddle li a {
        padding: 0 20px
    }

    .landingWedding.innerBannerPadding {
        margin-top: 0
    }

    .economicresearchnewP .loyaltyListing .container {
        width: auto !important;
        margin: 0
    }

    .additionalHeaderComponents .headerBtn .text {
        font-size: 0
    }

    .additionalHeaderComponents .headerBtn.onlineBanking {
        bottom: 0;
        font-size: inherit
    }

        .additionalHeaderComponents .headerBtn.onlineBanking .text {
            font-size: inherit;
            padding: 0;
            position: relative
        }

    .innerContent {
        padding-top: 20px
    }

    .galleryListingBlock .fullFilter .formActions {
        margin-top: 15px
    }

    .contactusForm .col-md-6 {
        clear: both
    }

    .contentTable {
        width: 100%;
        overflow-x: scroll
    }

    .fullFilter .col-sm-4:last-child .customSelect {
        width: 100%
    }

    .fourDrpDwn .drpDown {
        width: 100%
    }

    .propertiesFilter {
        margin: 10px 0 !important
    }

    .onlineBankingInfo {
        bottom: auto
    }

    #anchorHolder .leftNav.fourSections {
        max-height: 400px;
        overflow-y: scroll;
        border-bottom: 3px solid #ddb603
    }

    .headerBtns .onlineBankingInfo a:nth-child(1) {
        padding: initial !important
    }

    .bottomLevel > ul > h4:first-child a {
        background-color: #ddd;
        border-top: 2px solid #deb408;
        pointer-events: none
    }

    .bottomLevel ul h5 {
        background-color: #e7e7e7
    }

        .bottomLevel ul h5 a {
            text-decoration: underline
        }

    .rwd-table td {
        display: table-cell
    }

    .SimulatorTable table {
        overflow-x: scroll
    }

    .mobileMenuToggler {
        float: left;
        width: 50px;
        height: 42px
    }

    .fancybox-type-image {
        width: 80% !important
    }

        .fancybox-type-image .fancybox-inner {
            width: 100% !important
        }

    .menuColumn > li > a {
        border-bottom: 1px solid #ccc;
        padding: 20px
    }

    .additionalHeaderComponents .headerBtn.onlineBanking {
        width: 50%;
        line-height: normal
    }

        .additionalHeaderComponents .headerBtn.onlineBanking .icons {
            top: 8px
        }

    .cardInfo .cardStats li {
        border-right: none;
        border-bottom: 1px solid #b6b6b6;
        margin-bottom: 10px
    }

    .applyOneStep {
        margin-right: 0
    }

    .cardMainInfo figure {
        margin-bottom: 25px
    }

    .mostPopular li .listingInfos {
        bottom: 10px
    }

    .mostPopular li .listingInfos {
        width: 102.3% !important
    }

    .locationResultListing .listingTitle a {
        font-size: 22px
    }

    .additionalHeaderComponents .headerBtn {
        font-size: 14px
    }

    .headerBtns.inlineMiddle {
        bottom: -46px
    }

    #anchorHolder {
        margin-top: -10px
    }

        #anchorHolder .container {
            width: 100% !important;
            margin: 0;
            padding: 0
        }

    .anchorToggler span {
    }

    .onlineBanking .icons {
        left: 23% !important
    }

    .relatedProducts .listingDescription {
        font-size: 18px
    }

    .cardStats {
        padding-bottom: 20px
    }

        .cardStats h3 {
            font-size: 22px
        }

    .otherProductCarousel img {
        width: 100%
    }

    .otherProductCarousel .owl-prev {
        left: -25px
    }

    .fundingForm .container {
        margin-left: 0
    }

    .fundingForm .blockHead {
        padding-top: 0 !important
    }

    .standardListing .listingImage {
        height: 200px
    }

    .newsListing {
        padding: 0 10px
    }

    .unbalancedList .textContent {
        margin-bottom: 60px !important
    }

    .capitalMarketPublications li .listingInfos, .capitalListing .blockBody .divListContent > div > .row > li {
        height: auto !important
    }

    .subscribeSection .formActions {
        margin-right: 9px
    }

    .capitalMarketPublications li {
        height: 300px !important
    }

    .capitalMarketPublications li {
        margin-bottom: 5px !important
    }

        .capitalMarketPublications li:last-child {
            margin-bottom: 20px !important
        }

    .stickyTools.sticky4Parts .container {
        max-width: 100% !important
    }

    .stickyTools article {
        word-break: break-word
    }

    .newsListing .standardListing li:first-child {
        margin-top: 0
    }

    .headerSearch.open input[type="text"] {
        left: 0
    }

    .newsPageIntro h2 {
        margin: 0 0 20px 0
    }

    .csrPage .standardListing li:first-child {
        margin-top: 0
    }

    .subscribeSection .container {
        margin-left: 0
    }

    #body_body_dvBusiness #body_body_GroupOffers_divListContent li {
        height: auto !important
    }

    .compareListing.activeList.standardListing.productListing, .compareListing {
        padding: 0 20px
    }

    .compareCardsFilter .filterControls {
        width: 105%
    }

    .otherProductCarousel .blockBody {
        max-width: 80%;
        margin: 0 auto
    }

    .relatedProducts {
        max-width: 95%;
        margin: 0 auto
    }

    .firstMenu {
        width: 90%;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -1px
    }

    .innerContent .compareListHolder .blockHead, .compareCardsFilter .blockHead {
        margin: 0 !important
    }

    .cardInfo .col-sm-6 {
        float: left
    }

    .relatedProducts .listingImage, .relatedProducts .listingInfos {
        width: 100%
    }

    .viewAll {
        min-width: auto
    }

    .doubleIconBlock + .doubleIconBlock {
        padding-top: 0
    }

    #body_body_dvCommonBenefits {
        padding: 20px
    }

    .toolIcon {
        width: 25px
    }

    .cardInfo + .infoBlock .fixedPositionned {
        top: auto !important;
        width: 100% !important
    }

    .cardMainInfo .highlightedInfo, .cardMainInfo .highlightedInfo + .blockHead {
        padding: 10px 0
    }

    .applyStepsHolder h3 {
        width: 100%;
        float: none
    }

    .applyStepsHolder {
        margin-bottom: 30px
    }

    .applyOneStep {
        border-top: 1px solid #cdcece;
        border-left: none;
        margin-bottom: 10px
    }

        .applyOneStep.noBorderLeft {
            border-top: none
        }

    .applyStepsHolder > h3 {
        background: none;
        text-align: center;
        position: relative;
        padding: 12px;
        margin-bottom: 15px;
        width: 100%;
        height: 70px;
        line-height: 70px
    }

    .applyStepsHolder h3 br {
        display: none
    }

    .applyStepsHolder > h3:before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        height: 5%;
        width: 50%;
        background: #fff;
        -webkit-transform: skew(0deg,6deg);
        -moz-transform: skew(0deg,6deg);
        -ms-transform: skew(0deg,6deg);
        -o-transform: skew(0deg,6deg);
        transform: skew(0deg,6deg)
    }

    .applyStepsHolder > h3:after {
        content: '';
        position: absolute;
        bottom: -10px;
        right: 0;
        height: 5%;
        width: 50%;
        background: #fff;
        -webkit-transform: skew(0deg,-6deg);
        -moz-transform: skew(0deg,-6deg);
        -ms-transform: skew(0deg,-6deg);
        -o-transform: skew(0deg,-6deg);
        transform: skew(0deg,-6deg)
    }

    ​ .applyStepsHolder h3 br {
        display: none
    }

    .applyOneStep, .applySteps {
        width: 100%
    }

    .applyStepsHolder, .fixedPositionned {
        height: 100%;
        display: inline-block;
        position: relative;
        width: 100%
    }

    .fixedPositionned {
        height: auto
    }

    .publicationsfilter.resultsFilter .inputEntity label {
        line-height: 35px
    }

    .contentArticle.textContent {
        padding: 0
    }

    .contentDetail.newsDetail {
        margin-top: 0
    }

    .relatedNews .container li, .recentPublications .reportListing li, .reportListing li {
        margin-bottom: 20px
    }

    .relatedNews h2 {
        margin-top: 0
    }

    .tipsSidelinks span {
        top: 35px;
        left: 40px
    }

    .newsListingBlock .blockHead {
        margin: 0 !important
    }

    .fullFilter label {
        margin-left: 0
    }

    .newsListingBlock .floatRight {
        margin-right: 0 !important
    }

    .fullFilter .customSelect {
        width: 100%
    }

    .stickyTools .blockBody li:not(.col-md-4):last-child {
        margin-bottom: 0
    }

    .teamListing span {
        width: 100%;
        float: left
    }

    .teamListing .teamPosition {
        float: left;
        width: 100%;
        margin-bottom: 20px
    }

    .stickyTools .blockBody ul li {
        margin-bottom: 20px;
        padding-bottom: 30px !important;
        float: none
    }

    .mobileMenu .fakeDrpDwn {
        width: 90%;
        margin: 0 20px
    }

    .newsBannerContent {
        width: 100%;
        position: relative;
        margin-bottom: 20px
    }

    .boardMembers .listingImage img {
        width: 100%
    }

    .boardMembers .toggleTitle:after {
        top: 20px
    }

    .downloadLink:after {
        display: none
    }

    .secondSideElements {
        width: 100%
    }

    .topHeader .container {
        margin-left: 0
    }

    .headerBtns.inlineMiddle {
        left: 0;
        right: auto
    }

    .topHeader .secondSideElements .inlineMiddle li {
        font-size: 11px
    }

    .logoHolder a {
        width: 190px
    }

    .container {
        max-width: 100% !important
    }

    .menu {
        margin-top: 10px
    }

    .onlineBanking {
        right: -2px;
        border-radius: 0;
        width: auto;
        height: 47px;
        bottom: 0
    }

    .additionalHeaderComponents .headerBtn {
        padding: 14px 23px;
        margin-top: 0;
        margin-right: -2px
    }

    .additionalHeaderComponents .headerBtn {
        width: 15%
    }

    .onlineBanking {
        width: 50%
    }

    .headerBtns.inlineMiddle {
        border-top: 2px solid #ddb603;
        width: 100%;
        display: inline-block;
        height: 46px
    }

    .onlineBanking {
        border-top: 0
    }

    .additionalHeaderComponents .headerBtn .icons {
        left: 6px
    }

    .additionalHeaderComponents .headerBtn.onlineBanking .icons {
        left: 6px
    }

    .mobileMenu.open {
        top: 100px;
        padding-top: 15px
    }

    .bottomLevel > ul > li > a {
        margin: 20px
    }

    .sliderTitle {
        font-size: 26px
    }

    .sliderContent {
        max-width: 90%
    }

    .sliderMain .flex-control-nav:before {
        top: auto;
        bottom: 0;
        height: 65%
    }

    .menuSec1 {
        background-color: #eee;
        padding-right: 0
    }

    .ddSecondLevel > ul > li > a {
        font-size: 20px
    }

    .blockHead h2 {
        font-size: 26px;
        width: 70%
    }

        .blockHead h2:before {
            left: 100%
        }

        .blockHead h2:after {
            right: 100%
        }

    .header .topHeader + .container {
        padding: 20px 10px
    }

    .productListing .blockBody {
        padding: 0 20px
    }

    .productListing .listingImage {
        max-width: 99%;
        margin: 0 auto;
        max-height: inherit
    }

    .mostPopular li .listingInfos {
        position: relative;
        left: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 99%
    }

    .mostPopular li:hover .listingInfos {
        width: 102.3% !important;
        left: 2px
    }

    .mostPopular li {
        height: auto
    }

        .mostPopular li:hover .listingInfos .listingTitle a, .mostPopular li:hover .listingInfos .listingLink a {
            color: #481e72
        }

        .productListing .listingTitle a, .standardListing .listingTitle a, .mostPopular li:hover .listingInfos .listingDescription {
            color: #282828 !important
        }

    .tipBlocks ul li:first-child {
        margin-bottom: 20px
    }

    .tipLinkHolder .leftLinkSeparator {
        width: 100%;
        border-right: 0;
        padding-top: 0
    }

    .tipBlocks .col-md-12 .tipLinkHolder .icons {
        top: 26%
    }

    .tipLinkHolder .rightLinkSeparator {
        width: 100%;
        padding-top: 0
    }

    .tipLinkHolder .leftLinkSeparator {
        min-height: 80px
    }

    .stickyTools .blockBody ul li:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .footerControl, .footerTop, .breadcrumb, .bannerRightControl, .bannerControl {
        display: none
    }

    .footer {
        padding-top: 0
    }

    .footerBottom {
        border-top: none
    }

    .footerSubmenu {
        float: none;
        margin: 10px auto;
        display: block;
        width: 90%
    }

        .footerSubmenu a.footerSelectToggle {
            width: 100%
        }

    .footerBottom .socialFooter {
        height: 50px;
        line-height: 50px;
        clear: right
    }

    .hiddenOnDesktop {
        display: block;
        width: 100%;
        float: left;
        clear: both
    }

        .hiddenOnDesktop li {
            height: 50px;
            line-height: 50px;
            text-align: center
        }

            .hiddenOnDesktop li a {
                color: #fff;
                text-decoration: underline
            }

            .hiddenOnDesktop li:first-child {
                background-color: #414348
            }

    .footer {
        background-color: #2b2e33;
        height: 100%;
        display: inline-block;
        width: 100%
    }

    .innerBanner {
        padding-top: 50px;
        margin-bottom: 0;
        padding-bottom: 20px
    }

        .innerBanner h1 {
            margin-bottom: 0
        }

    .mobileMenu.open .smallTop {
        height: 90%;
        overflow-y: auto
    }

    .innerBanner h1 {
        font-size: 30px
    }

    .anchorToggler i {
        margin-left: 10px
    }

    .timeLineCarousel, .blockHead.smallBotMargin {
        padding: 0 20px
    }

    .subscribeSection {
        padding: 20px;
        height: 100%;
        display: inline-block;
        width: 100%
    }

    .timeLineCarousel .center:after, .timeLineCarousel .center:before {
        display: none
    }

    .dvfancy {
        width: 100%
    }

    .downloadLink {
        padding-right: 25px
    }

    .subscribeFields .inputEntity {
        margin-bottom: 20px
    }

    .subscribeFields {
        width: 100%
    }

    .subscribeSection .formActions {
        margin-right: 0
    }

    .teamListing .blockHead {
        padding: 0
    }

    .infoBlock .blockHead h2 {
        width: 100%;
        font-size: 22px
    }

    .resultsFilter .resultFilterDate + .resultFilterDate {
        margin-left: 0;
        margin-top: 10px
    }

    .resultFilterDate label {
        width: 150px
    }

    .resultsFilter input[type="button"], .resultsFilter input[type="submit"], .currencyBtn input[type="button"], .resultsFilter a.normalBtn.purpleBtn {
        margin-left: 0;
        -webkit-appearance: none
    }

    .inverstorsLibraryIntro h2 {
        margin-bottom: 20px
    }

    .cvBox {
        padding: 20px
    }

    .resultFilterDate .customSelect, .resultFilterDate, .careersFilter input[type="text"], .popupContent .blockHead h2 {
        width: 100% !important
    }

    .popupContent .blockHead h2 {
        display: block;
        text-align: left
    }

    .highlightedTitle {
        margin-left: 10px
    }

    #dvmore {
        overflow-y: auto;
        height: 95%
    }

    .standardListing li:first-child {
        margin-top: 20px
    }

    .capitalListing li:first-child {
        margin-top: 0
    }

    .resultsFilter .inputEntity label {
        max-width: 100%;
        margin-bottom: 10px
    }

    .resultFilterDate .customSelect {
        margin-bottom: 10px
    }

    .resultsFilter .buttonEffect.normalHover.purpleHover {
        float: right
    }

    .toggleTitle {
        font-size: 18px
    }

    .contactusForm .customSelect, .contactusForm .inputParent, .contactusForm .fullBlock .textareaParent {
        width: 100%;
        position: relative
    }

    .dvcaptcha .RadCaptcha.RadCaptcha_Default, #body_body_ContactUsAr_divForm .col-md-6, #body_body_ContactUsAr_divForm .inputEntity label, .contactusForm .inputEntity label {
        width: 100%
    }

    .customSelect .dk-option {
        font-size: 13px !important
    }

    .blockHead {
        padding: 0 0 20px 0 !important
    }

    .sliderContent {
        right: 30px
    }

    .menu {
        margin-right: 10px
    }

    .tipLinkHolder .leftLinkSeparator {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 20px
    }

    .headerBtns a:nth-child(1) {
        padding: 14px 14px 14px 30px !important
    }

    .innerContent.akramPage .listingBlock {
        padding: 0 20px
    }

    .articleslist .listingTitle1 a, .articleslist .listingTitle1 + .listingDesc {
        padding-right: 30px
    }

    .newsletterul {
        width: 100% !important
    }

    .economicresearchnew .filterpublication .publicationsfilter .row .col-md-12.checkboxHolder1container {
        width: 100%;
        display: inline-block
    }
}

@media all and (max-width:767px) {
    .headerSearch {
        width: 35px
    }

        .headerSearch:before {
            left: 11px;
            right: auto
        }

    .benefitsListing .listingDescription {
        font-size: 14px
    }

    .benefitsListing .listingDescription, .benefitsListing .listingInfos {
        z-index: 100
    }

    .benefitsListing .icons, .tipBlocks .icons {
        z-index: 0
    }

    .benefitsListing ul li {
        margin-bottom: 30px
    }

    .topHeader .inlineMiddle.smallTop.inlinedList.fixTopMenuresponsive ul, .topHeader .inlineMiddle.smallTop.inlinedList.fixTopMenuresponsive {
        width: 100%
    }

    .headerBtns a:nth-child(2), #Header_rptMainRightMenu_alink_0 {
        padding: 14px 14px 14px 30px
    }

    #Header_rptMainRightMenu_alink_0 {
        padding: 8px 30px 3px 14px !important
    }

    #Header_rptMainRightMenu_alink_1 {
        padding: 8px 30px 8px 14px !important
    }

    .additionalHeaderComponents .headerBtn .icons, .additionalHeaderComponents .headerBtn.onlineBanking .icons {
        right: 50%;
        left: auto;
        margin-right: -12.5px
    }

    .topHeader .secondSideElements .inlineMiddle ul {
        width: 100%;
        padding: 0 10px;
        margin-right: 0;
        display: inline-block
    }

    .topHeader .secondSideElements .inlineMiddle.fixTopMenuresponsive li {
        width: auto !important
    }

    .topHeader .secondSideElements .inlineMiddle li a {
        margin-top: 5px;
        line-height: 20px;
        font-size: 12px !important;
        padding: 0 2px !important
    }

    .topHeader .secondSideElements .inlineMiddle.fixTopMenuresponsive li#Header_lilang {
        width: auto !important;
        padding: 0 0;
        position: absolute;
        left: 18px;
        border: 0;
        background: none
    }

        .topHeader .secondSideElements .inlineMiddle.fixTopMenuresponsive li#Header_lilang a {
            font-size: 13px !important
        }

    .fixTopMenuresponsive ul li:nth-child(3) {
        border-left: 1px solid #868686
    }

    .whiteForm .contactusForm .inputEntity label, .greyForm .contactusForm .inputEntity label {
        min-height: inherit
    }

        .whiteForm .contactusForm .inputEntity label br, .greyForm .contactusForm .inputEntity label br {
            display: none
        }

    .widthBanner {
        max-width: 100%;
        padding: 0 20px
    }

        .widthBanner h1, .whiteForm h3, .greyForm h3, .successInfo h3, .errorInfo h3 {
            font-size: 25px
        }

        .widthBanner .bannerDescription {
            font-size: 16px;
            margin-bottom: 50px
        }

    .bannerList {
        padding-top: 50px
    }

        .bannerList li {
            text-align: center;
            margin-bottom: 40px
        }

    .innerBannerPadding {
        padding: 60px 0 70px;
        background-position: center center
    }

    .landingWedding {
        background-position: center;
        padding: 75px 0 55px
    }

    .bannerList .divListContent {
        margin-bottom: 40px
    }

    .landingWedding .bannerList .divListContent {
        margin-bottom: 30px
    }

    .whiteForm, .greyForm {
        padding: 20px 0 40px
    }

    .weddingpopup.popupContent {
        width: 100%
    }

    .popupContent .blockHead h2 {
        font-size: 20px
    }

    .popupContent .blockHead h3 {
        font-size: 16px
    }

    .landingWedding + .innerContent {
        padding-top: 0 !important
    }

    .whiteForm .formText, .greyForm .formText, .successInfo .formMessage, .errorInfo .formMessage {
        font-size: 16px
    }

    .mobileMenu .viewAllBottom {
        margin: 20px
    }

    .tipLinkHolder .leftLinkSeparator {
        height: auto
    }

    .sliderMain .flex-control-nav {
        width: 50%;
        right: 0;
        left: auto
    }

    .blankList {
        height: auto
    }

    #aOnlineBanking {
        bottom: -4px;
        border-top: none
    }

    .designedBy {
        float: none !important;
        margin-bottom: 10px;
        text-align: center
    }

    .cardMainInfo .listingInfo {
        width: 100%
    }

    .appsHolder a {
        display: block;
        margin-bottom: 20px
    }

        .appsHolder a + a {
            margin-bottom: 40px
        }

    .viewAll {
        width: 100%
    }

    .sliderTitle {
        font-size: 22px;
        width: 200px !important
    }

    .financialResults #body_body_dvInterimReports .textContent, #body_body_dvaudited .textContent, #body_body_dvAnnualReports .textContent {
        margin-left: 0
    }

    #body_body_ListingMajorPrograms_divListContent .listingImage {
        height: auto
    }

    .sliderMain, .sliderMain .flexslider .slides {
        height: 303px;
        margin-top: 23px
    }

        .sliderMain .flexslider .slides > li {
            background-position: center center;
            height: 280px;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: #464646
        }

    .sliderContent {
        top: 140px
    }

        .sliderContent p {
            font-size: 16px;
            margin-bottom: 8px
        }

    #section-1 {
        margin-top: 0;
        padding-top: 0
    }

    .investorRelation {
        padding-top: 0
    }

    .sliderMain .flex-control-nav {
        padding-top: 35px
    }

    .viewAllBottom {
        margin: 20px 0
    }

    .benefitsListing ul li {
        margin-bottom: 20px
    }

    .yearsFilter a {
        font-size: 14px;
        padding: 0 6px
    }

        .yearsFilter a.selected {
            font-size: 16px
        }

    .cardInfo.firstBlock + .infoBlock.greyShade1 .fixedPositionnedParent .applyStepsHolder {
        margin-bottom: 20px
    }

    .doubleIconBlock h3 {
        font-size: 16px
    }

    .applySteps {
        padding-top: 30px
    }

    .fancybox-prev {
        left: 15px
    }

    .fancybox-next {
        right: 14px
    }

    .timeLineCarousel .owl-next {
        right: -23px
    }

    .contactusForm .dvcaptcha .RadCaptcha.RadCaptcha_Default {
        width: 100%
    }

    .cardCarousel {
        max-width: 90% !important
    }

    .boardMembers {
        padding-bottom: 20px
    }

    .resultsFilter {
        margin-top: 20px !important
    }

    .investorRelation h3 {
        font-size: 18px
    }

    .publicationsfilter .checkboxHolder > li {
        width: 100%
    }

    .innerContent .greyShade1 .blockHead.smallBotMargin h2 {
        margin-bottom: 15px
    }

    .publicationsfilter.resultsFilter .inputEntity label {
        line-height: normal
    }

    .infoBlock .blockHead h2, .publicationPDFlists h2 {
        font-size: 22px
    }

    .publicationPDFlists h3 {
        font-size: 18px
    }

    .publicationsfilter h2 {
        padding-top: 20px;
        margin-top: 10px
    }

    .fullFilter .inputEntity {
        margin-bottom: 15px
    }

    .capitalMarketPublications li {
        height: auto !important
    }

    #Footer_dvRegulatoryInfo {
        padding: 0 20px;
        margin-top: 0
    }

    .onlineBankingInfo {
        bottom: auto
    }

    .countryList {
        text-align: center
    }

        .countryList li {
            margin-bottom: 20px !important
        }

    .requestForm .inputEntity td, .requestForm .inputEntity tr, .requestForm .inputEntity table {
        width: 100%;
        display: block;
        height: auto !important
    }

    .featuredNewsCarousel .owl-carousel {
        margin: 0 auto;
        width: 80%
    }

    .akramPage .normalBtn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px
    }

    .akramPage .viewAllBottom {
        position: relative !important;
        left: auto !important
    }

    .loyaltyListing {
        background: none
    }

    .akramPage .wideFilter .row .col-md-4 {
        width: 100%
    }

    .akramPage .standardListing .listingImage {
        height: auto !important
    }

    .featuredNewsCarousel .owl-carousel .owl-prev {
        left: -31px
    }

    .financialResults, .infoBlock.greyShade1#section-5 {
        margin: 0 !important
    }

    .innerBanner h1 {
        font-size: 23px
    }

    .infoBlock.greyShade1#section-5 table {
        overflow-x: scroll;
        width: 100% !important;
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        border-right: 1px solid #dedede
    }

        .infoBlock.greyShade1#section-5 table td, .infoBlock.greyShade1#section-5 table th {
            border-left: 1px solid #dedede;
            padding: 20px 25px;
            color: #19171a;
            vertical-align: middle
        }

        .infoBlock.greyShade1#section-5 table tr {
            border-bottom: 1px solid #ccc
        }

            .infoBlock.greyShade1#section-5 table tr:nth-child(even) {
                background: #f4f4f4
            }

    .requestForm.newsLetter .inputEntity table tr td label {
        text-align: left
    }

    .onlineBankingInfo .col-md-3 {
        width: 100%
    }

    .headerBtns.inlineMiddle {
        z-index: 101
    }

    .galleryDetail li img {
        width: 100%
    }

    .mapHolder {
        margin-top: 20px
    }

    #fancybox-loading {
        top: 35%
    }

    .legendMap li:nth-child(3), .legendMap li:nth-child(4) {
        margin-top: 0
    }

    .legendMap li {
        margin-bottom: 10px
    }

        .legendMap li:last-child {
            margin-bottom: -5px
        }

    .locationResultListing .listingTitle {
        display: block;
        margin-bottom: 10px
    }

    .publicationPDFlists h3 a {
        word-break: break-all
    }

    .choiceBlock .checkboxHolder {
        height: auto;
        line-height: normal
    }

    .requestForm .inputEntity {
        margin-bottom: 20px
    }

    .requestForm .choiceBlock .inputEntity > label {
        margin-bottom: 10px
    }

    .newsListingBlock {
        margin: 0 20px
    }

    .blockHead h2 {
        font-size: 22px;
        width: 90%
    }

    .benefitsListing .iconBtn {
        padding-left: 10px;
        font-size: 14px;
        width: 80% !important
    }

        .benefitsListing .iconBtn img {
            display: none
        }

    .relatedProducts {
        max-width: 90%;
        margin: 0 auto
    }

    .otherProductCarousel .blockTitle {
        margin-bottom: 20px
    }

    .benefitsListing ul li {
        height: auto !important
    }

    .slideBtn:after {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        transition: all 0s
    }

    .headerSearch.open input[type="text"] {
        width: 200px !important;
        max-width: 300px !important;
        height: 45px;
        right: 2px;
        left: auto
    }

    .innerBanner, .anchorToggler {
        padding-left: 0;
        padding-right: 20px
    }

    .additionalHeaderComponents .headerBtn .icons, .additionalHeaderComponents .headerBtn.onlineBanking .icons {
        left: 50%;
        margin-left: -12.5px
    }

    .cardCarousel .blockBody {
        padding: 0 !important
    }

    .innerBanner, .anchorToggler {
        padding-left: 20px
    }

    .capitalMarketPublications, .capitalListing .container {
        padding: 0 20px
    }

    .rightIconBlock {
        margin-bottom: 0
    }

    .cardInfo + .infoBlock h2 {
        margin-bottom: 40px
    }

    .toolInfo {
        width: 200px !important;
        top: 50px;
        left: 0 !important;
        z-index: 2;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        .toolInfo:before {
            top: -15px;
            left: 10px;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .miniBlockHolder .blockHead, .interestsListing .blockHead, .greyShade1 .blockHead {
        margin: 0 !important;
        padding: 0 !important
    }

    .newsListing {
        padding: 0 20px
    }

        .newsListing .standardListing li:first-child {
            margin-top: 20px
        }

    .standardTable td, .standardTable th {
        padding-left: 0
    }

    .newsPageIntro .blockHead {
        padding-top: 0 !important;
        padding-bottom: 10px !important
    }

    .inverstorsLibrary li {
        height: 250px
    }

    #section-2 {
        padding-top: 0
    }

    .faqHolder .toggleTitle::after {
        top: 0
    }

    .faqHolder .blockHead {
        padding-top: 0 !important
    }

    .boardMembers .textContent {
        margin-bottom: 20px !important
    }

    .faqHolder .toggleItem {
        padding: 0 !important;
        margin-top: 30px !important
    }

    .faqHolder .toggleTitle {
        padding-top: 0
    }

    .investorRelation .blockHead, .boardMembers .innerBlockTitle {
        margin: 0 !important
    }

    .cardCarousel .benefitsListing ul li {
        width: 100% !important
    }

    .cardCarousel .owl-prev {
        left: -29px
    }

    .doubleIconBlock + .doubleIconBlock {
        padding-top: 20px
    }

    .greyShade2, .greyShade1 {
        margin: 0 -20px
    }

    .newsListing {
        margin: 20px -20px
    }

    .infoBlock.greyShade1.financialResults .container .blockBody {
        padding: 0
    }

    .faqBlock .toggleItem {
        padding: 0 !important
    }

    .cardCarousel .row {
        margin-left: 0;
        margin-right: 0
    }

    .cardCarousel .owl-next {
        right: -28px
    }

    .relatedProducts .owl-next {
        right: -20px
    }

    .topHeader .secondSideElements .inlineMiddle li {
        width: 110px
    }

    .topHeader .secondSideElements .inlineMiddle.fixTopMenuresponsive li a {
        padding: 0 15px !important;
        font-size: 10px !important
    }

    .topHeader .secondSideElements .inlineMiddle li a {
        padding: 0 8px
    }

    .topHeader .secondSideElements .inlineMiddle li a {
        text-align: center
    }

    .additionalHeaderComponents .headerBtn.onlineBanking {
        height: 47px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        left: 0;
        right: auto
    }

    .applyInfo {
        width: 85% !important;
        display: block;
        float: none;
        margin: 0 auto
    }

    .standardListing li .listingImage img, .galleryDetail .listingHolder li a.playVideo img {
        width: 100%
    }

    .highlightedInfo {
        line-height: 24px
    }

    .additionalHeaderComponents .headerBtn.onlineBanking .icons {
        top: 8px;
        margin-left: 10px;
        right: 10% !important;
        left: auto !important
    }

        .additionalHeaderComponents .headerBtn.onlineBanking .icons > img {
            display: block
        }

            .additionalHeaderComponents .headerBtn.onlineBanking .icons > img.showHover {
                display: none
            }

    .headerBtns.inlineMiddle {
        bottom: -46px
    }

    .additionalHeaderComponents .headerBtn.onlineBanking {
        height: 45px;
        width: 70%
    }

    .applyStepsHolder .icons {
        width: 50px
    }

    .stickyTools .blockBody ul li {
        border-bottom: 1px solid #c2c2c2;
        padding-bottom: 20px;
        border-left: none
    }

    .viewAll.shareHolderFancy {
        margin: 0 20px
    }

    .dvfancybox {
        width: 90% !important;
        padding-right: 0 !important;
        padding: 0 !important
    }

        .dvfancybox a {
            word-break: break-all
        }

    .sideLinks a {
        float: left;
        text-align: left !important
    }

    .textContent, .inverstorsLibraryIntro, .innerContent {
        margin: 0 20px
    }

        .contactUsCont .textContent, .innerContent .textContent {
            margin: 0
        }

    .contactUsCont .toggleItem {
        padding: 0
    }

    .resultsFilter {
        margin: inherit;
        margin-bottom: 20px
    }

    .financialResults .checkboxHolder li {
        width: 100%
    }

    .checkboxHolder li {
        display: block
    }

    .bottomFields {
        height: auto
    }

    .timeLineCarousel {
        padding: 0;
        max-width: 90%;
        margin: 0 auto
    }

        .timeLineCarousel li {
            margin-left: 10px
        }

        .timeLineCarousel .listingTitle:after {
            display: none
        }

        .timeLineCarousel .active .listingTitle:after {
            display: block
        }

        .timeLineCarousel .center .listingDescription {
            margin-left: 5px
        }

    .tipsSidelinks span {
        top: 15px;
        left: 20px
    }

    .stickyTools .tipsSidelinks li a {
        padding-right: 20px;
        padding-top: 20px
    }

    .stickyTools .blockBody ul li:last-child {
        padding-bottom: 0 !important
    }

    .stickyTools {
        padding-bottom: 0
    }

    .normalBtn.purpleBtn {
        padding: 0 10px
    }

    .innerContent.akramPage .listingBlock {
        padding: 0
    }

    .akramPage .btnHolder {
        margin-top: 20px
    }

    .akramPage.innerContent .blockHead {
        margin: 0
    }

    #dvDoublePoint {
        margin-bottom: 20px
    }

    .sponsorList {
        padding: 20px !important
    }

    .akramPage .newsListing .container {
        margin: 0
    }

        .akramPage .newsListing .container .sideLinks {
            margin-right: 20px
        }

    .fundingForm .blockHead {
        margin: 0;
        padding-bottom: 10px !important
    }

    .fundingForm .requiredField {
        margin-top: 20px
    }

    .footerBottom .rightAlign {
        text-align: center;
        border-top: 1px solid #fff;
        margin-top: 10px
    }

    .cardMainInfo figure {
        margin-right: 0
    }

    .benefitsListing .icons, .tipBlocks .icons {
        width: 50px
    }

    .tipsSidelinks .icons {
        width: 40px
    }

    .tipsSidelinks li a {
        padding-left: 75px
    }

    .tipBlocks ul li .tipLinkHolder > a, .tipLinkHolder .leftLinkSeparator {
        padding-right: 85px
    }

    .tipLinkHolder .leftLinkSeparator {
        line-height: 35px
    }

    .cardCarousel {
        max-width: 87% !important
    }

    .economicresearchnew .innerContent .greyShade1 .blockHead.smallBotMargin h2 {
        width: auto !important
    }

    .economicresearchnew .imagedetails .greyShade1 {
        margin-bottom: 20px
    }

    .economicresearchnew .innerContent.listingAccount {
        margin: 0
    }

    .economicresearchnew .infoBlock {
        padding: 45px 0
    }

    .appDetection {
        display: block
    }

    .landingWedding.innerBannerPadding .backbtn {
        padding-left: 30px;
        bottom: 25px
    }
}

@media all and (max-width:500px) {
    .timeLineCarousel .owl-prev {
        left: -10px
    }

    .normalBtn, .viewAll, .listingLinkButton a, .listingLink a.normalBtn {
        font-size: 14px
    }

    .publicationsfilter.resultsFilter .inputEntity label {
        line-height: 35px
    }

    .economicresearchnew .innerContent .greyShade1 .blockHead.smallBotMargin h2 {
        font-size: 19px !important
    }

    .economicresearchnew .knowmorefeatured {
        position: relative !important;
        left: auto !important;
        width: 100%
    }

    .economicresearchnew .checkboxHolder1 li {
        width: 100% !important
    }

    .economicresearchnew .searchholder {
        padding: 15px !important
    }

    .economicresearchnew .infoBlock {
        padding: 25px 0
    }

    .economicresearchnew .subscribeSection .formActions .normalBtn {
        width: 100%
    }
}

@media all and (max-width:375px) {
    .additionalHeaderComponents .headerBtn.onlineBanking .icons {
        margin-left: -5px
    }

    .headerBtns.inlineMiddle {
        left: 0;
        right: auto
    }

    .locateControl .icons {
        display: none
    }

    .locateControl .listingInfos {
        padding: 15px 0 15px 30px
    }

    .anchorToggler span {
        padding-left: 0
    }

    .additionalHeaderComponents .headerBtn.onlineBanking .icons {
        right: 10% !important;
        left: auto !important
    }

    .additionalHeaderComponents .headerBtn.onlineBanking {
        bottom: 0;
        font-size: 10px
    }

    .text {
        text-align: right;
        max-width: 169px
    }

    .sliderBtnHolder {
        padding-top: 14px;
        width: 200px !important
    }

    #Header_rptMainRightMenu_alink_0, #Header_rptMainRightMenu_alink_1 {
        padding: 6px !important;
        height: 45px;
        padding: 8px 30px 8px 14px !important
    }

    .mostPopular li .listingInfos {
        left: 0
    }

    .capitalMarketPublications li {
        height: auto !important
    }

    .additionalHeaderComponents .headerBtn.onlineBanking {
        height: 47px
    }

    .topHeader .secondSideElements .inlineMiddle li {
        width: 93px;
        font-size: 10px !important
    }

    .topHeader .secondSideElements .inlineMiddle li {
        font-size: 10px
    }

        .topHeader .secondSideElements .inlineMiddle li a {
            padding: 0 3px
        }

    .additionalHeaderComponents .headerBtn.onlineBanking {
        bottom: -1px
    }

    .sliderMain .flex-control-nav:before {
        height: 65%
    }

    .mobileMenu.open .smallTop {
        height: 100%
    }

    .fancybox-outer #dvmore, .fancybox-inner > div {
        font-size: 14px;
        line-height: 20px
    }

    .applySteps .applyOneStep:nth-child(2) {
        line-height: 50px
    }
}

@media only screen and (min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
    .mostPopular li:hover .listingInfos {
        width: 100%;
        left: 5px;
        height: 380px !important
    }

    .productListing li:hover .productInfoHolder span {
        display: none
    }

    .mostPopular li .listingInfos {
        height: 180px
    }

    .infoBlock.firstBlock .col-md-6 {
        margin-bottom: 20px
    }

    .timeLineCarousel {
        margin-left: 40px
    }

        .timeLineCarousel .center:before {
            left: 7px !important
        }

    .tipBlocks ul li .tipLinkHolder > a {
        font-size: 17px;
        padding-left: 100px
    }

    .linkSeparator ul li::before, .compareProducts ul li::before, #BodyRight li:before, .listingDescription li:before, .fancybox-inner ul li:before, .textContent ul li:before {
        top: -3px
    }

    .mostPopular {
        margin-bottom: 30px
    }

    .resultsFilter input[type="button"], .resultsFilter input[type="submit"], .currencyBtn input[type="button"], .resultsFilter a.normalBtn.purpleBtn {
        margin-left: 0;
        margin-top: 10px
    }

    .mobileMenu.open .smallTop {
        height: 300px;
        overflow-y: auto
    }

    #anchorHolder {
        margin-bottom: 0
    }

    .newsListing.greyShade2 .formActions {
        margin-top: 45px
    }

    .csrPage, .investorRelation, .fixedPositionnedParent + .innerContent, .cardInfo {
        margin-top: 20px
    }

    .reportListing h3 {
        font-size: 16px
    }

    .reportListing .listingDate {
        font-size: 14px
    }

    .publicationsfilter .col-md-7 {
        width: 100% !important
    }

    .resultsFilter.publicationsfilter input[type="button"] {
        margin-top: 0
    }

    .newsListingBlock .floatRight.col-sm-2 {
        margin: 42px 0 !important
    }

    .rightIconBlock {
        margin-bottom: 10px
    }
}

@media all and (max-width:992px) {
    .economicresearchnewP .publicationtitle::after {
        left: 105% !important;
        right: auto !important
    }
}

.hyperlink {
    color: #ddb603;
    text-decoration: underline
}

ul.listitem {
    margin-top: 10px
}

    ul.listitem li {
        padding-left: 12px;
        position: relative
    }

        ul.listitem li:before {
            content: "•";
            font-family: Arial;
            font-size: 22px;
            color: #ddb603;
            position: absolute;
            left: 0;
            top: 0
        }
.productListing .listingTitle, .standardListing .listingTitle {
    font-weight: bold;
}

.navbar{
display: inline; 
}
.navbar .container-lg{
align-items: flex-end;
}
#navbarSupportedContent{
padding: 9px;

}
#navbarSupportedContent .nav-link {
padding:0
}
#ConversationCtrl_ToolsHolder .listingItemLI{
height: 222px;
}
#ConversationCtrl_ToolsHolder .listingItemLI article{
height: 33px;
}
#Footer_dvDesigned{
float: left
}

#Footer_dvDesigned a{
color: #ddb603
}
#body_body_dvPersonal{
padding-bottom:60px
}
#body_body_dvPersonal .listingBlock .listingHolder0{
display: flex; justify-content: center;
}
#body_body_dvPersonal .listingBlock{
padding-left:0;padding-right:0
}
#wrapper h1{
 padding: 0 0 30px 0;
}
main:has(#wrapper) { 
        min-height: 24vh;
        text-align: center;
        padding: 55px 0
 }
#keywords {
margin: auto; width: 97%; 
}
#keywords thead tr{
background: #482267; color: #fff;
}
#body_body_lstMostPopularProducts_rptNodes_litholder_0{
height: 380px; margin: 19px 0;
}
.navbar .container-lg{
align-items: center !important;
}