﻿.ppp {
    line-height: 19px !important;
    color: #4f4f4f !important;
    font-family: "Roboto", sans-serif !important;
}


.ui-dialog .ui-dialog-content {
    max-height: 590px !important;
}

.input-group input {
    transition: none;
    -webkit-transition: none;
}

.input-group:focus {
    outline: 0;
}

.Language {
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    width: 36px;
}

div[aria-describedby="ui-id-5"] {
    z-index: 500;
}

.househover {
    background-color: rgb(0, 115, 207) !important;
    background-image: url('/Portals/0/Skins/ANB/images/sprites-eng.png') !important;
    background-position: -700px -94px !important;
}

.carhover {
    background-color: rgb(0, 115, 207) !important;
    background-image: url('/Portals/0/Skins/ANB/images/sprites-eng.png') !important;
    background-position: -785px -91px !important;
}

.personalhover {
    background-color: rgb(0, 115, 207) !important;
    background-image: url('/Portals/0/Skins/ANB/images/sprites-eng.png') !important;
    background-position: -872px -94px !important;
}

.cardshover {
    background-color: rgb(0, 115, 207) !important;
    background-image: url('/Portals/0/Skins/ANB/images/sprites-eng.png') !important;
    background-position: -958px -92px !important;
}

.close-home-calc {
    float: right;
    z-index: 999999;
    position: absolute;
    top: 14px;
    right: 14px;
}

    .close-home-calc:hover {
        cursor: pointer;
    }

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:hover,
    .carousel-control:focus {
        outline: 0;
        color: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    /*content: " ";*/
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


#slider, #slider_bottom {
    background: #888d93;
    height: 14px;
    margin: 0 0 56px;
    position: relative;
    width: 100%;
}

#slider_bottom {
    margin-bottom: 50px;
}

#slider:after {
    background: url(../images/rang-s-1-bg.png) left top no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#slider_bottom:after {
    background: url(../images/rang-s-2-bg.png) left top no-repeat;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tooltip, .tooltip1, .tooltip2, .tooltip3 {
    background: #ffffff;
    color: #4b515c;
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    margin-left: -10px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 23px;
    width: 76px;
}

    .tooltip:after, .tooltip1:after, .tooltip2:after, .tooltip3:after {
        bottom: 100%;
        left: 19px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 7px;
        margin-left: -10px;
    }

.ui-slider-handle {
    background: #ffffff;
    cursor: pointer;
    height: 14px;
    outline: medium none;
    position: absolute;
    top: 0;
    width: 12px;
    z-index: 2;
}

.ui-slider-range {
    background: none repeat scroll 0 0 #0073cf;
    border: 0 none;
    border-radius: 0;
    height: 100%;
    position: absolute;
    top: 0;
}

#slider_bottom .ui-slider-range {
    background: #e11107;
}


@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome/fontawesome.eot?-e43dk9');
    src: url('../fonts/fontawesome/fontawesome.eot?#iefix-e43dk9') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome.woff?-e43dk9') format('woff'), url('../fonts/fontawesome/fontawesome.ttf?-e43dk9') format('truetype'), url('../fonts/fontawesome/fontawesome.svg?-e43dk9#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* begin default styles */
body {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #4f4f4f;
    background-color: #fff;
}

ul, li {
    list-style-type: none;
    padding-left: 0;
}

a, a:visited {
    color: #0073cf;
    text-decoration: none;
}

    a:hover {
        color: #004883;
        text-decoration: underline;
    }

@media (max-width: 767px) and (min-width: 480px) {
    section#main {
        padding-top: 0 !important;
    }

    p {
        font-size: 47px;
        font-weight: 300;
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .anb_services p {
        font-size: 95%;
        line-height: 40px;
    }
}

@media (max-width: 479px) {
    p {
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 30px;
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.4;
}

h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.1;
}

@media (max-width: 599px) and (min-width: 480px) {
    h2 {
        font-size: 30px;
    }
}


@media (max-width: 479px) {
    h2 {
        font-size: 24px;
    }
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 12px;
    margin-top: 12px;
}

h3 {
    font-size: 18px;
    color: #0073cf;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 6px;
}

h4 {
    font-size: 16px;
    color: #0073cf;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    margin-bottom: 7px;
}

@media (min-width: 992px) and (max-width: 1127px) {
    h3 {
        font-size: 16px;
    }

    .copyright {
        max-width: 50%;
    }

    .disclaimer {
        max-width: 50%;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    h3 {
        font-size: 48px !important;
        letter-spacing: 0.3px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 46px;
        letter-spacing: 0.3px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}

@media (max-width: 479px) {
    h3 {
        font-size: 34px !important;
        letter-spacing: 0.3px;
        line-height: 1.1;
        margin-bottom: 15px;
    }

    h4 {
        font-size: 32px;
        letter-spacing: 0.3px;
        line-height: 1.1;
        margin-bottom: 15px;
    }

    #main {
        padding-top: 30px !important;
    }
}

h5 {
    font-size: 20px;
    color: #232323;
    font-weight: 300;
    text-transform: uppercase;
}

#main {
    padding-top: 106px !important;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    h5 {
        font-size: 63px;
        color: #373737;
        font-weight: 300;
        margin-bottom: 43px;
        margin-top: 86px;
    }

    #main {
        padding-top: 15px;
    }

    .container {
    }
}

@media (max-width: 479px) {
    h5 {
        font-size: 37px;
        margin-bottom: 28px;
        margin-top: 50px;
    }
}

.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.form-control {
    box-shadow: none;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 16px;
}

select {
    background-color: #8d8d8d !important;
    padding: 5px 10px !important;
    border-color: #acacac !important;
}

@media (max-width: 767px) {
    .form-control {
        font-size: 47px;
        height: 115px;
        padding: 15px 20px;
        margin-bottom: 29px;
    }
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0;
    line-height: 1.1;
}

.btn {
    border: 0;
    font-size: 19px;
    font-weight: 300;
}

    .btn:hover {
        background-color: #686a6f;
        background-image: url("../images/arrow_btn_default.png");
        background-repeat: no-repeat;
        background-position: right;
    }

@media (max-width: 767px) {
    .btn {
        font-size: 57px;
        padding: 22px 125px 20px;
        background-image: none;
        width: 100%;
    }

        .btn:hover {
            background-image: none;
        }
}

@media (max-width: 479px) {
    .btn {
        font-size: 50px;
        padding: 20px 125px 18px;
        background-image: none;
        width: 100%;
    }

        .btn:hover {
            background-image: none;
        }
}

/* end default styles */


/* begin nav styles */

.navbar {
    padding-top: 11px;
    margin-bottom: 0;
    margin-top: 0;
    min-height: 70px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-header {
        float: none;
    }
}

.anb-navig {
    text-transform: uppercase;
    position: relative !important;
    float: left;
    padding-left: 6px;
    margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
    .anb-navig {
        float: none;
    }
}

.navbar-collapse {
    border-top: 0;
    padding-left: 0;
    padding-right: 0;
}

/*.navbar-collapse.collapse {
        overflow: hidden !important;
        margin-left: 0;
    }*/

.anb-navig > ul {
    margin-top: 0;
}

@media (min-width:768px) and (max-width:992px) {
    .navbar-brand {
        margin-left: 0 !important;
    }
}

@media (max-width: 992px) {
    .sb-search-input {
        display: none !important;
    }

    .anb-navig > ul {
        margin-top: 0;
        margin-left: 0 !important;
    }

    /*.navbar-collapse.collapse {
        visibility: hidden!important;
    }*/
}

.navbar-brand img {
    max-width: 130px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #ffffff !important;
}

.navbar-fixed-top {
    border-width: 0px !important;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px !important;
    font-weight: 300 !important;
    padding: 10px 18px;
}

.navbar-default .navbar-nav > .open > a {
    color: #0073cf !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.nav {
    padding-left: 20px;
}

}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border: none !important;
    border-color: #FFF !important;
}

.dropdown-menu {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    min-width: 160px;
    padding: 5px 0;
    margin: 0 auto;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-align: center;
    border: none !important;
    border-radius: 0px !important;
}

    .dropdown-menu li {
        display: inline-block;
    }

    .dropdown-menu > li > a {
        color: #4f4f4f !important;
        font-size: 14px !important;
    }

    .dropdown-menu li.dropdown {
        background-position: 5px 9px !important;
    }

.menu-icon {
    background-image: url("/Portals/0/Skins/ANB/Images/icon_menu.png");
    background-repeat: no-repeat;
    background-size: 67px 62px;
    width: 67px;
    height: 62px;
    padding: 0;
}

    .menu-icon:hover {
        background-image: url("/Portals/0/Skins/ANB/Images/icon_menu.png");
    }

@media (min-width: 768px) and (max-width: 992px) {
    .menu-icon {
        background-size: 30px 29px;
        width: 30px;
        height: 29px;
        margin: 12px 0 0 4px;
    }

    .sb-icon-search {
        margin-top: -39px !important;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .menu-icon {
        margin: 30px 0 0 4px;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .menu-icon {
        background-size: 56px 53px;
        width: 56px;
        height: 53px;
        margin: 22px 0 0 4px;
    }
}

@media (max-width: 479px) {
    .menu-icon {
        background-size: 35px 32px;
        width: 35px;
        height: 32px;
        margin: 18px 0 0 10px;
    }
}

/* end nav styles */


/* begin header styles */

.index-header-bg {
    background-color: #0073cf;
}

#logo {
    margin-top: -9px;
}

@media (min-width: 992px) {
    #logo img {
        width: 106px;
    }

    .MenuInnerDiv li:first-child a {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #logo img {
        width: 126px;
    }

    #logo {
        margin-top: -5px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .index-header-bg {
        height: 144px;
    }

    #logo img {
        width: 249px;
    }

    #logo {
        margin-top: 8px;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .index-header-bg {
        height: 120px;
    }

    #logo img {
        width: 190px;
    }

    #logo {
        margin-top: 5px;
    }
}

@media (max-width: 479px) {
    .index-header-bg {
        height: 86px;
    }

    #logo img {
        width: 140px;
    }

    #logo {
        margin-top: 0;
    }
}

.header-links {
    font-size: 12px;
    color: #b9dbf6;
    letter-spacing: -0.2px;
    margin-top: -4px;
    padding-left: 5px;
}

.top-nav li {
    font-size: 12px;
    color: #b9dbf6;
    letter-spacing: -0.2px;
}

.header-links li {
    float: left;
    line-height: 12px;
}

.header-links .language {
    margin-left: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .header-links .language {
        margin-left: 15px;
    }

    .header-links .language {
        -chrome-: only(;
        margin-left: 6px;
        );
    }
}

.phone_number {
    font-size: 23px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 18px;
    padding-left: 27px;
    float: left;
}

@media (min-width: 992px) and (max-width: 1127px) {
    .phone_number {
        padding-left: 27px;
    }
}

@media (min-width: 992px) {
    .phone_number img {
        width: 25px;
        margin-top: -3px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .phone_number {
        font-size: 32px;
        font-weight: 400;
        margin-top: 4px;
        padding-left: 0;
    }

        .phone_number img {
            width: 34px;
            margin-top: -5px;
        }
}

@media (max-width: 767px) and (min-width: 600px) {
    .phone_number {
        font-size: 80px;
        color: #0073cf;
        font-weight: 400;
        letter-spacing: -3.5px;
        background-color: #ffffff;
        padding-left: 20px;
        margin-top: 0;
        float: none;
    }

        .phone_number img {
            width: 75px;
            margin-top: 10px;
            margin-bottom: 15px;
        }
}

@media (max-width: 599px) and (min-width: 480px) {
    .phone_number {
        font-size: 63px;
        color: #0073cf;
        font-weight: 400;
        letter-spacing: -3.5px;
        background-color: #ffffff;
        padding-left: 20px;
        margin-top: 0;
        float: none;
    }

        .phone_number img {
            width: 80px;
            margin-top: 10px;
            margin-bottom: 15px;
        }
}

@media (max-width: 479px) {
    .phone_number {
        font-size: 41px;
        color: #0073cf;
        font-weight: 400;
        letter-spacing: -2px;
        background-color: #ffffff;
        padding-left: 15px;
        margin-top: 0;
        float: none;
    }

        .phone_number img {
            width: 40px;
            margin-top: 7px;
            margin-bottom: 7px;
        }

    .phone_number {
        margin-left: 0;
        padding-left: 0;
    }

    .banner_title {
        font-size: 65%;
    }
}

@media (min-width: 1128px) {
    .search {
        margin-top: 15px;
        right: -8px;
        position: absolute;
    }
}

@media (min-width: 992px) and (max-width: 1127px) {
    .search {
        margin-top: 15px;
        margin-left: 10px;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .search {
        float: left;
        padding-left: 10px;
        margin-top: 10px;
    }

        .search img {
            width: 31px;
        }
}

@media (max-width: 767px) and (min-width: 600px) {
    .search {
        float: left;
        padding-left: 10px;
        margin-top: 25px;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .search {
        float: left;
        padding-left: 0;
        margin-top: 23px;
    }

        .search img {
            width: 53px;
        }
}

@media (max-width: 479px) {
    .search {
        padding-left: 0;
        margin-top: 15px;
    }

        .search img {
            width: 38px;
        }
}

/* end header styles */


/* begin index styles */

.index-body-bg {
    background-image: url(/Portals/0/Skins/ANB/Images/index_bg_img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f2f2f2;
    height: 695px;
}

@media (min-width: 1200px) {
    .index-body-bg {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .index-body-bg {
        background-image: none;
        padding-bottom: 30px;
        display: inline;
    }
}

.index_calculate {
    margin-top: 15px;
}

.index_offers {
    float: left;
    margin-top: -26px;
}

.index_locator {
    margin-top: -26px;
    margin-left: -4px;
    float: left;
}


.index_calculate img {
    width: 156px;
    height: 48px;
}



.index_banner {
    background-image: url("/Portals/0/Skins/ANB/Images/index_banner_img.jpg");
    background-size: 319px 192px;
    width: 319px;
    height: 192px;
    position: relative;
}

.banner_title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    background-color: #3c3c3c;
    opacity: 0.5;
    height: 28px;
    width: 70%;
    padding-left: 11px;
    padding-top: 4px;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner_link {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    background-color: #e11107;
    height: 28px;
    width: 30%;
    padding-left: 11px;
    padding-top: 3px;
    padding-right: 10px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("/Portals/0/Skins/ANB/Images/arrow_link.png");
    background-size: 7px 11px;
    background-repeat: no-repeat;
    background-position: 82px 9px;
}

@media (min-width: 768px) {
    #small-home-rotator_en > div {
        min-width:100%;
        min-height:100%;
    }
    .table-fxrates {
        background-image: url("/Portals/0/Skins/ANB/Images/FXrates_table_bg.png");
        background-repeat: repeat-x;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 0;
        width: 156px;
        height: 192px;
    }

    .table-responsive {
        margin-bottom: 0;
    }

    .table-fxrates > tbody > tr > td {
        padding: 4px 5px;
    }

    .table-fxrates .table-fxrates-title {
        font-size: 17px;
        color: #006abf;
        font-weight: 300;
        padding-top: 4px;
        padding-bottom: 0;
    }

    .table-fxrates-title span {
        font-size: 11px;
        color: #c40900;
        font-weight: 400;
        padding-left: 13px;
    }

    .table-fxrates .sub-head {
        color: #ffffff;
    }

        .table-fxrates .sub-head td {
            padding-top: 0;
            padding-bottom: 0;
        }
}

@media (min-width: 1128px) {
    .index_banner_container {
        padding-left: 25px;
    }

    .index_fxrates {
        padding-left: 5px;
        margin-left: 0;
    }

    .index_banner img {
        width: 100%;
    }

    .anb_services {
        padding-left: 30px;
    }

    .index_calculate {
        padding-left: 5px;
    }

    .index_offers {
        padding-left: 5px;
        margin-right: 2px;
    }
}




@media (min-width: 992px) and (max-width: 1280px) {
    .index_banner_container {
        padding-left: 31px;
    }

    .index_fxrates {
        padding-left: 5px;
        margin-left: 0;
        width: 183px;
    }

    .anb_services {
        padding-left: 31px;
    }

    .index_calculate {
        padding-left: 5px;
    }

    .index_offers {
        padding-left: 5px;
    }

    .index_locator {
        padding-left: 30px;
    }

    .index-loc {
        position: relative;
        top: -26px;
        width: 71px;
        height: 71px;
        margin-left: 10px;
    }

        .index-loc img {
            width: 71px;
            height: 71px;
        }

    .social img {
        min-width: 66px;
        min-height: 66px;
        max-height: 66px;
    }

    .main-links {
        color: #373737;
    }

    #header > div.container > div.row {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .index_banner_container {
        padding-left: 25px;
    }

    .index_fxrates {
        padding-left: 3px;
        width: 183px;
    }

    .anb_services {
        padding-left: 25px;
    }

    .index_calculate {
        padding-left: 3px;
    }
}

@media (max-width: 767px) {
    .banner_link p {
        display: none;
    }

    .table-fxrates {
        background-color: #e4e4e4;
        font-size: 56px;
        font-weight: 300;
        color: #000000;
        margin-bottom: 0;
        width: 100%;
    }

    .table-responsive {
        margin-bottom: 0;
    }

    .table-fxrates > tbody > tr > td {
        padding: 15px;
    }

    .table-fxrates .table-fxrates-title {
        font-size: 95%;
        color: #006abf;
        padding-top: 14px;
    }

    .table-fxrates-title span {
        font-size: 65%;
        color: #c40900;
        display: block;
        float: right;
        line-height: 70px;
    }

    .table-fxrates .sub-head {
        color: #4f4f4f;
        background-color: #dadada;
    }

        .table-fxrates .sub-head td {
            padding-top: 10px;
            padding-bottom: 8px;
        }

    .index_calculate {
        padding: 0;
        margin: 30px 0 30px 0;
    }


    .foot2 {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .index_banner {
        background-size: 100% 361px;
        width: 100%;
        height: 361px;
    }

    .banner_title {
        font-size: 39px;
        height: 87px;
        width: 85%;
        padding-left: 25px;
        padding-top: 18px;
    }

    .banner_link {
        height: 87px;
        width: 15%;
        padding-left: 11px;
        background-size: 25%;
        background-position: 40px center;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .index_banner {
        background-size: 100% 288px;
        width: 100%;
        height: 288px;
    }

    .banner_title {
        font-size: 30px;
        height: 80px;
        width: 85%;
        padding-left: 25px;
        padding-top: 20px;
    }

    .banner_link {
        height: 80px;
        width: 15%;
        padding-left: 11px;
        background-size: 25%;
        background-position: 30px center;
    }
}


.anb_services {
    margin-top: 30px;
}

    .anb_services ul {
        padding-left: 0;
    }

    .anb_services .services-icon1 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        margin-right: 17px;
        width: 61px;
        max-width: 55px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
    }

    .anb_services .services-icon2 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        margin-right: 17px;
        width: 67px;
        max-width: 67px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
    }

    .anb_services .services-icon3 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        margin-right: 17px;
        width: 67px;
        max-width: 67px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
    }

    .anb_services .services-icon4 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        width: 61px;
        max-width: 61px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
		margin-right:15px;
    }
	
	.anb_services .services-icon5 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        width: 61px;
        max-width: 61px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
    }
	
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .anb_services .services-icon1 {
        background-image: none;
    }

    .anb_services .services-icon1 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_net.svg);
        background-size: 35px 26px;
        background-repeat: no-repeat;
        background-position: center top;
        margin-top: 3px;
        );
    }

    .anb_services .services-icon2 {
        background-image: none;
    }

    .anb_services .services-icon2 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_tadawul.svg);
        background-size: 34px 27px;
        background-repeat: no-repeat;
        background-position: center top;
        margin-top: 2px;
        );
    }

    .anb_services .services-icon3 {
        background-image: none;
    }

    .anb_services .services-icon3 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_etrader.svg);
        background-size: 31px 31px;
        background-repeat: no-repeat;
        background-position: center top;
        margin-top: 0;
        );
    }

    .anb_services .services-icon4 {
        background-image: none;
		margin-right: 15px;
    }

    .anb_services .services-icon4 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_ebusiness.svg);
        background-size: 29px 26px;
        background-repeat: no-repeat;
        background-position: center top;
        margin-top: 3px;
        );
    }
	
	.anb_services .services-icon5 {
        background-image: none;
		margin-right: 15px;
    }

    .anb_services .services-icon5 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/OnlineAccountOpening.svg);
        background-size: 29px 26px;
        background-repeat: no-repeat;
        background-position: center top;
        margin-top: 3px;
        );
    }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) {
    .anb_services .services-icon1 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_net_blue.svg);
        background-size: 169px 129px;
        background-position-y: 62px;
        );
    }

    .anb_services .services-icon2 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_tadawul_blue.svg);
        background-size: 166px 131px;
        background-position-y: 34px;
        );
    }

    .anb_services .services-icon3 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_etrader_blue.svg);
        background-size: 150px 150px;
        background-position-y: 27px;
        );
    }

    .anb_services .services-icon4 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_ebusiness_blue.svg);
        background-size: 143px 130px;
        background-position-y: 38px;
        );
    }
	
	.anb_services .services-icon5 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/OnlineAccountOpening.svg);
        background-size: 143px 130px;
        background-position-y: 38px;
        );
    }
		
}

@media (max-width: 479px) and (-webkit-min-device-pixel-ratio:0) {
    .anb_services .services-icon1 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_net_blue.svg);
        background-size: 101px 77px;
        background-position-y: 37px;
        );
    }

    .anb_services .services-icon2 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_tadawul_blue.svg);
        background-size: 99px 78px;
        background-position-y: 21px;
        );
    }

    .anb_services .services-icon3 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_etrader_blue.svg);
        background-size: 89px 89px;
        background-position-y: 17px;
        );
    }

    .anb_services .services-icon4 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/ANB_ebusiness_blue.svg);
        background-size: 85px 77px;
        background-position-y: 23px;
        );
    }
	
	.anb_services .services-icon5 {
        -chrome-: only(;
        background-image: url(/Portals/0/Skins/ANB/Images/OnlineAccountOpening.svg);
        background-size: 85px 77px;
        background-position-y: 23px;
        );
    }
}

.anb_services .services-icon4 p {
    margin-left: -3px;
}

.anb_services .services-icon5 p {
    margin-left: -3px;
}


.anb_services a:hover {
    color: #fff;
    text-decoration: none;
}

.anb_services svg path, rect {
    fill: #ffffff;
}

.anb_services svg:hover path {
    fill: #fff;
}

.anb_services svg:hover rect {
    fill: #fff;
}

.anb-net {
    width: 35px;
    height: 30px;
    margin-bottom: 0px;
}

.anb-tadawul {
    width: 35px;
    height: 30px;
}

.anb-etrader {
    width: 35px;
    height: 30px;
}

.anb-ebusiness {
    width: 35px;
    height: 30px;
}

.icon-line {
    width: 61px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0.55;
    margin-top: 7px;
    margin-bottom: 5px;
}

    .icon-line:hover {
        background-color: #0073cf;
        opacity: 1;
    }

.DnnModule-NetiksNTX_NewsForTestimonials {
    width: 95%;
}

    .DnnModule-NetiksNTX_NewsForTestimonials span.arrow {
        background-color: #f5f3f4 !important;
    }

section#main div#tabs-4 {
    padding-bottom: 30px;
}
.anb_services .services-icon6 .icon6blueImgDiv{
		display: none !important;
	}
@media (max-width: 767px) {
    .anb_services .services-icon1 {
        color: #0073cf;
        font-size: 330% !important;
        font-weight: 400;
        line-height: 50px;
        float: left;
        margin-right: 0;
        min-width: 47% !important;
        height: 353px;
        background-color: #dadada;
        padding-top: 5% !important;
        margin-top: 0 !important;
    }

    .anb_services .services-icon2 {
        color: #0073cf;
        font-size: 330% !important;
        font-weight: 400;
        line-height: 50px;
        float: right;
        margin-right: 0;
        min-width: 47% !important;
        height: 353px;
        background-color: #dadada;
        padding-top: 5% !important;
        margin-top: 0 !important;
    }

    .anb_services .services-icon3 {
        color: #0073cf;
        font-size: 330% !important;
        font-weight: 400;
        line-height: 50px;
        float: left;
        margin-right: 0;
        min-width: 47% !important;
        height: 353px;
        background-color: #dadada;
        padding-top: 5%!important;
        margin-top: 30px;
    }

    .anb_services .services-icon4 {
        color: #0073cf;
        font-size: 330% !important;
        font-weight: 400;
        line-height: 50px;
        float: right;
        margin-right: 0;
        min-width: 47% !important;
        height: 353px;
        background-color: #dadada;
        padding-top: 5% !important;
        margin-top: 30px;
    }
	
	.anb_services .services-icon5 {
        color: #0073cf;
        font-size: 330% !important;
        font-weight: 400;
        line-height: 50px;
        float: right;
        margin-right: 0;
        min-width: 47% !important;
        height: 353px;
        background-color: #dadada;
        padding-top: 5% !important;
        margin-top: 30px;
		text-align: center;
		width: auto;
		line-height: 11px;
    }
	
	
	.anb_services .services-icon6 .icon6WhiteImgDiv{
		display: none !important;
	}
	
	.anb_services .services-icon6 {
		margin-right: 30px ;
	}
	
	.anb_services .services-icon6 .icon6blueImgDiv{
		display: block !important;
	}
	
	.anb_services .icon6blueImgDiv {
        
		width: 152px;	
		margin: 0 auto !important;		
		
    }
	
	
    .anb_services div {
        color: #0073cf;
    }

    .anb_services a:hover {
        color: #ffffff;
    }

    .anb_services svg path, rect {
        fill: #0073cf;
    }

    .anb_services svg:hover path {
        fill: #ffffff;
    }

    .anb_services svg:hover rect {
        fill: #0073cf;
    }

    .anb-net {
        width: 49% !important;
        height: 49% !important;
        margin-bottom: 0 !important;
    }

    .anb-tadawul {
        width: 50% !important;
        height: 50% !important;
        margin-bottom: 0 !important;
    }

    .anb-etrader {
        width: 44% !important;
        height: 44% !important;
        margin-bottom: 0 !important;
    }

    .anb-ebusiness {
        width: 42% !important;
        height: 42% !important;
        margin-bottom: 0 !important;
    }

    .icon-line {
        width: 86% !important;
        height: 8px;
        background-color: #0073cf;
        opacity: 1;
        margin: 10px auto 17px;
    }
}

@media (max-width: 479px) {
    .index_banner {
        background-size: 100% 194px;
        width: 100%;
        height: 194px;
    }

    .banner_title {
        font-size: 150%;
        height: 48px;
        width: 85%;
        padding-left: 16px;
        padding-top: 11px;
    }

    .banner_link {
        height: 48px;
        width: 15%;
        padding-left: 11px;
        background-position: 19px center;
        background-size: 12px 20px;
    }

        .banner_link p {
            display: none;
        }

    .table-fxrates {
        font-size: 230%;
    }

        .table-fxrates > tbody > tr > td {
        }

        .table-fxrates .table-fxrates-title {
            font-size: 100%;
            padding-top: 5px;
            padding-bottom: 0;
            padding-left: 5px;
        }

    .table-fxrates-title span {
        position: relative;
        float: right;
        right: 6px;
        top: 10px;
    }

    .table-fxrates .sub-head td {
        padding-top: 8px;
        padding-bottom: 3px;
    }

    .index_calculate img {
        width: 100%;
        height: 19%;
    }

    .index_offers img, .index-loc img {
        margin-top: 0px;
    }

    .index_offers img {
        width: 95%;
    }

    .index-loc img {
        width: 95%;
        float: right;
    }

    .table-fxrates > tbody > tr > td {
        padding: 10px;
    }

    .table-fxrates .table-fxrates-title {
        padding-right: 10px;
    }

    .foot2 {
        display: none;
    }

    .anb_services div {
        color: blue;
        font-weight: 400;
    }
	
	.anb_services .services-icon6 {
		margin-right: 10px !important;
	}
	
	.anb_services .services-icon6 .icon6blueImgDiv{
		display: block !important;
	}
	
	.anb_services .icon6blueImgDiv {
        
		width: 50px;	
		margin: 0 auto !important;		
		
    }
	
	
}

@media (max-width: 599px) and (min-width: 480px) {
    .anb_services .services-icon1 {
        font-size: 245% !important;
        line-height: 35px;
        height: 260px;
    }

    .anb_services .services-icon2 {
        font-size: 245% !important;
        line-height: 35px;
        height: 260px;
    }

    .anb_services .services-icon3 {
        font-size: 245% !important;
        line-height: 35px;
        height: 260px;
    }

    .anb_services .services-icon4 {
        font-size: 245% !important;
        line-height: 35px;
        height: 260px;
    }
	
	.anb_services .services-icon5 {
        font-size: 245% !important;
        line-height: 35px;
        height: 260px;
    }
	
	.anb_services .services-icon6 {
		margin-right: 10px ;
	}
}

@media (max-width: 479px) {
    .anb_services .services-icon1 {
        font-size: 160% !important;
        line-height: 25px;
        height: 200px;
        min-width: 46%;
        margin-bottom: 0;
        margin-top: 0 !important;
        padding-top: 10 !important;
    }

    .anb_services .services-icon2 {
        font-size: 160% !important;
        line-height: 25px;
        height: 200px;
        min-width: 46%;
        margin-bottom: 0;
        margin-top: 0 !important;
        padding-top: 10 !important;
    }

    .anb_services .services-icon3 {
        font-size: 160% !important;
        line-height: 25px;
        height: 200px;
        min-width: 46%;
        margin-top: 15px;
    }

    .anb_services .services-icon4 {
        font-size: 160% !important;
        line-height: 25px;
        height: 200px;
        min-width: 46%;
        margin-top: 15px;
    }
	
	.anb_services .services-icon5 {
        font-size: 160% !important;
        line-height: 25px;
        height: 200px;
        min-width: 46%;
        margin-top: 15px;
    }

    .icon-line {
        height: 5px;
        margin: 7px auto 15px;
    }

    .anb_services a {
        color: #0073cf;
        font-weight: 400;
    }

    .navbar-nav {
        margin-left: 0 !important;
    }
}

/* end index styles */




ul, ol {
    margin-left: 0px;
}

.cl-effect-19W a {
    line-height: 17px;
    /*margin: 27px 10px;*/
    /*-webkit-perspective: 860px;
    -moz-perspective: 860px;
    perspective: 860px;*/
    text-align: left;
    color: #ffffff;
}

.cl-effect-19W img {
    position: relative;
    left: -4px;
    top: 0px;
}

.index_locator img {
    position: relative;
    left: 0px;
    top: 0px;
}

.cl-effect-19W a span {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #0073cf;
    /*background: #ffffff;*/
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 100% 100% -70px;
    -moz-transform-origin: 100% 100% -70px;
    transform-origin: 46% 46% -76px;
    -ms-transform-origin: 46% 46% -76px;
    -ms-transition: -ms-transform 0.4s, background 0.4s;
}

.csstransforms3d .cl-effect-19W a span:before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #e7e7e7;
    content: attr(data-hover);
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -ms-transition: background 0.4s;
    transform-origin: 0 50%;
    pointer-events: none;
    padding: 7px 20px 5px 10px;
    color: #0073cf;
    margin-left: -5px;
}

.cl-effect-19W a:hover span,
.cl-effect-19W a:focus span {
    background: #e7e7e7;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    color: #0073cf;
}

.csstransforms3d .cl-effect-19W a:hover span:before,
.csstransforms3d .cl-effect-19W a:focus span:before {
    background: #e7e7e7;
}

element.style {
}

.cl-effect-19 a {
    line-height: 1em;
    -webkit-perspective: 388px;
    -moz-perspective: 388px;
    perspective: 388px;
    text-align: left;
}

nav a {
    position: relative;
    display: inline-block;
    /*margin: 15px 25px;*/
    outline: none;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 17px;
}


/* begin breadcrumb styles */

.breadcrumb {
    font-size: 12px;
    font-weight: 300;
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding: 7px 2px;
}

    .breadcrumb li a {
        color: #4f4f4f;
    }

    .breadcrumb > li + li::before {
        color: #4f4f4f;
        padding: 0 2px;
    }

    .breadcrumb > .active {
        color: #0073cf;
    }

.breadcrumb_row {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dadada;
    margin-top: 5px;
    margin-right: 0px;
}

/* end breadcrumb styles */


/* begin sidebar styles */

#sidebar {
    padding: 0;
    margin-top: 30px;
}

.panel {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn_rewards {
    margin-bottom: 15px;
}

.btn_applynow {
    margin-bottom: 30px;
    margin-right: 15px;
    float: left;
}

.btn_pdfform {
    margin-bottom: 30px;
}

@media (min-width: 992px) and (max-width: 1127px) {
    .btn_rewards img {
        width: 218px;
    }

    .btn_applynow img {
        width: 101px;
    }

    .btn_pdfform img {
        width: 101px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn_rewards img {
        width: 226px;
    }

    .btn_applynow img {
        width: 105px;
    }

    .btn_pdfform img {
        width: 105px;
    }

    .table-responsive {
        margin-left: 2px;
    }
}

@media (max-width: 767px) {
    .btn_rewards {
        margin-bottom: 30px;
    }

        .btn_rewards img {
            width: 100%;
        }

    .btn_applynow {
        margin-right: 40px;
    }

        .btn_applynow img {
            width: 104%;
        }

    .btn_pdfform img {
        width: 104%;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .btn_applynow {
        margin-right: 40px;
    }

        .btn_applynow img {
            width: 103%;
        }

    .btn_pdfform img {
        width: 103%;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .btn_applynow {
        margin-right: 28px;
    }

        .btn_applynow img {
            width: 104%;
        }

    .btn_pdfform img {
        width: 104%;
    }
}

@media (max-width: 479px) {
    .btn_rewards {
        margin-bottom: 15px;
    }

    .btn_applynow {
        margin-right: 19px;
        margin-bottom: 15px;
    }

    .btn_pdfform {
        margin-bottom: 15px;
    }

    .btn_applynow img {
        width: 103%;
    }

    .btn_pdfform img {
        width: 103%;
    }

    .index_offers {
        margin-top: 0px;
    }
}

.panel-default {
    margin-right: 25px;
    margin-bottom: 30px;
    border-color: #e9e9e9;
    box-shadow: 3px 3px 0 rgba(233, 233, 233, 1);
}

    .panel-default > .panel-heading {
        text-transform: uppercase;
        background-color: #ffffff;
        border-color: #e9e9e9;
        padding: 13px 19px 11px;
    }

        .panel-default > .panel-heading > .panel-title {
            color: #777777;
            font-size: 15px;
            font-weight: 300 !important;
            letter-spacing: -0.3px;
        }

    .panel-default > .panel-body {
        padding: 7px 16px 7px 19px;
    }

        .panel-default > .panel-body li {
            font-size: 14px;
            line-height: 19px;
            margin-bottom: 8px;
        }

    .panel-default > .panel-heading > .red-style {
        color: #e11108;
        font-size: 20px;
        letter-spacing: -0.5px;
    }

    .panel-default > .panel-body > p {
        font-size: 13px;
        color: #616161;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    .panel-default > .panel-body > .value {
        font-size: 22px;
        color: #0078be;
        font-weight: 300;
        line-height: 1.2;
    }

    .panel-default > .head-specials {
        text-align: center;
        padding: 17px 19px 15px;
        border-bottom: 0;
    }

    .panel-default > .body-specials {
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.2;
        color: #777777;
        padding: 0 16px 15px 19px;
    }

        .panel-default > .body-specials > span {
            padding-top: 15px;
        }

        .panel-default > .body-specials .title {
            font-size: 18px;
            color: #e11108;
            margin-bottom: 10px;
        }

        .panel-default > .body-specials .text {
            font-size: 14px;
            line-height: 1.35;
            margin-bottom: 0;
        }

.red-strip {
    width: 80px;
    height: 4px;
    background-color: #e11107;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.cards_services {
    min-height: 180px;
    margin-bottom: 30px;
    margin-right: 22px;
    position: relative;
}

    .cards_services .service1 {
        background-image: url("../images/cards_services_img1.jpg");
        background-repeat: no-repeat;
        height: 185px;
    }

    .cards_services .service2 {
        background-image: url("../images/cards_services_img2.jpg");
        background-repeat: no-repeat;
        height: 205px;
    }

.cards_banner_title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 300;
    line-height: 21px;
    background-color: #0073cf;
    opacity: 0.88;
    min-height: 36px;
    width: 100%;
    padding: 7px 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.cards_banner_link {
    background-color: #e11107;
    height: 36px;
    width: 15%;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("../images/arrow_link.png");
    background-size: 10px 17px;
    background-repeat: no-repeat;
    background-position: center 10px;
}

@media (min-width: 768px) and (max-width: 1127px) {
    .cards_banner_title {
        font-size: 16.5px;
        line-height: 19px;
        min-height: 34px;
        padding: 8px 11px;
    }

    .cards_banner_link {
        height: 34px;
        min-height: 34px;
        background-size: 9px 16px;
    }
}

.sub_links ul {
    margin-bottom: 40px;
}

.sub_links li {
    font-size: 16px;
    font-weight: 300;
    /*line-height: 1.3;*/
    padding-left: 2px;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 26px;
    margin-right: 23px;
    padding-bottom: 3px;
}

.sub_links .selected {
    color: #0073cf;
    /*padding-left: 22px;
    background-image: url("../images/arrow_selected_submenu.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;*/
}

.sub_links li a {
    color: #4f4f4f;
}

    .sub_links li a:hover {
        color: #0073cf;
        text-decoration: none;
    }

@media (max-width: 767px) and (min-width: 480px) {
    .sub_links li {
        font-size: 25px;
    }

    .sub_links .selected {
        background-position: 2px 11px;
    }

    .index_offers {
        float: left;
        padding: 0;
        margin: 0;
        width: 48% !important;
        height: 75% !important;
    }

    .index-loc {
        float: right;
        padding: 0;
        margin: 0;
        width: 48% !important;
        height: 75% !important;
    }

    .index_calculate img {
        width: 100%;
        height: 60%;
        max-height: 60%;
    }

    .index_offers img {
        width: 100%;
        height: 50%;
        float: left;
    }

    .index-loc img {
        width: 100%;
        height: 50%;
        float: right;
    }
}

@media (max-width: 479px) {
    .sub_links {
        margin-bottom: 25px;
    }

        .sub_links li {
            font-size: 20px;
            margin-bottom: 8px;
        }

        .sub_links .selected {
            background-position: 2px 8px;
        }
}

/* end sidebar styles */

.inside-content {
    margin-top: 30px;
    padding-left: 8px;
}

@media (max-width: 767px) {
    .inside-content {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 479px) {
    .inside-content {
        margin-top: 15px;
    }
}

.inside_banner {
    margin-bottom: 0 !important;
}

    .inside_banner img {
        margin-bottom: 15px !important;
    }

.credit_cards {
    margin-bottom: 25px;
}

    .credit_cards li {
        float: left;
        margin-bottom: 10px;
    }

    .credit_cards h3 {
        margin-top: 21px;
    }

@media (min-width: 1128px) {
    .credit_cards li img {
        width: 252px;
    }
}

@media (min-width: 992px) and (max-width: 1127px) {
    .inside_banner img {
        width: 704px;
    }

    .credit_cards li img {
        width: 214px;
    }

    .credit_cards h3 {
        min-width: 230px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .inside_banner img {
        width: 482px;
    }

    .credit_cards li img {
        width: 226px;
    }
}

@media (min-width: 768px) and (max-width: 1127px) {

    .fa-clock-o, .fa-map-marker {
        color: #dadada;
    }

    .footer .fa-clock-o, .footer .fa-map-marker {
        font-size: 22px !important;
        color: #dadada;
        text-align: center;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .inside_banner img {
        display: none;
    }

    .inside_banner {
        /*background-image: url("../images/img_creditcards.jpg");*/
        background-repeat: no-repeat;
        background-size: 150% auto;
        width: 100%;
        height: 207px;
        max-height: 264px;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .inside_banner img {
        display: none;
    }

    .inside_banner {
        /*background-image: url("../images/img_creditcards.jpg");*/
        background-repeat: no-repeat;
        background-size: 150% auto;
        width: 100%;
        height: 164px;
    }
}

@media (max-width: 479px) {
    .inside_banner img {
        display: none;
    }

    .inside_banner {
        /*background-image: url("../images/img_creditcards.jpg");*/
        background-repeat: no-repeat;
        background-size: 150% auto;
        width: 100%;
        height: 110px;
    }
}

.p-points {
    line-height: 1.2;
}

.panel-primary {
    border: none;
    margin-top: 20px;
}

    .panel-primary > .panel-heading {
        background-color: #0078be;
        border: none;
        padding: 8px 15px;
    }

        .panel-primary > .panel-heading > .panel-title {
            font-size: 17px;
            font-weight: 300 !important;
        }

    .panel-primary > .panel-body {
        padding: 10px 15px 2px;
        background-color: #f2f2f2;
    }

        .panel-primary > .panel-body > p {
            font-size: 13px;
            color: #616161;
            margin-bottom: 15px;
            line-height: 1.2;
        }

        .panel-primary > .panel-body > .value {
            font-size: 22px;
            color: #0078be;
            font-weight: 300;
            line-height: 1.2;
        }

.style2 > .panel-heading {
    background-color: #23518d;
}

.style2 > .panel-body > .value {
    color: #23518d;
}

.style3 > .panel-heading {
    background-color: #181615;
    padding: 4px 15px;
    line-height: 1;
}

.style3 > .panel-body > .value {
    color: #181615;
}

@media (min-width: 1128px) {
    .panel-primary {
        width: 252px;
    }
}

@media (min-width: 992px) and (max-width: 1127px) {
    .panel-primary {
        width: 214px;
    }

        .panel-primary > .panel-heading {
            padding: 7px 15px;
            line-height: 1.1;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .panel-primary {
        width: 226px;
    }

        .panel-primary > .panel-heading {
            padding: 7px 15px;
            line-height: 1.2;
            min-height: 55px;
            letter-spacing: 0.2px;
        }
}

@media (max-width: 767px) {
    .panel-primary {
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .panel-primary > .panel-heading {
        padding: 20px 32px;
        line-height: 1.1;
    }

        .panel-primary > .panel-heading > .panel-title {
            font-size: 44px;
        }

    .panel-primary > .panel-body {
        padding: 25px 32px;
    }

        .panel-primary > .panel-body > p {
            font-size: 33px;
            margin-bottom: 40px;
        }

        .panel-primary > .panel-body > .value {
            font-size: 52px;
        }

    .style3 {
        margin-bottom: 40px;
    }
}

@media (max-width: 479px) {
    .panel-primary > .panel-heading {
        padding: 14px 22px;
        line-height: 1.1;
    }

        .panel-primary > .panel-heading > .panel-title {
            font-size: 33px;
        }

    .panel-primary > .panel-body {
        padding: 14px 22px;
    }

        .panel-primary > .panel-body > p {
            font-size: 24px;
            line-height: 1.2;
            margin-bottom: 31px;
        }

        .panel-primary > .panel-body > .value {
            font-size: 39px;
        }

    .style3 {
        margin-bottom: 40px;
    }
}

.second-col {
    padding-left: 10px;
}

.third-col {
    padding-left: 20px;
}

.second2-col {
    padding-left: 10px;
}

.third2-col {
    padding-left: 20px;
}

.panel-second-col {
    margin-left: 29px;
}

.panel-third-col {
    margin-left: 29px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .first-col {
        padding-left: 20px;
    }

    .second-col {
        padding-left: 20px;
    }

    .third-col {
        padding-left: 0;
    }

    .first2-col {
        padding-left: 0;
    }

    .second2-col {
        padding-left: 0;
    }

    .third2-col {
        padding-left: 20px;
    }

    .panel-third-col {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .panel-second-col {
        margin-left: 0;
    }

    .panel-third-col {
        margin-left: 0;
    }
}

/* begin accordion styles */

.panel-group {
    margin-bottom: 55px;
}

.accordion-style li {
    font-weight: 300;
    list-style-type: disc;
}

.cards-accordion .panel-heading a:hover, a:focus, a:active {
    text-decoration: none;
}

.cards-accordion .panel-heading {
    background-image: url("../images/arrow_up.png");
    background-repeat: no-repeat;
    background-position: right center;
}

    .cards-accordion .panel-heading:hover {
        background-image: url("../images/arrow_down.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-color: #686a6f;
    }

    .cards-accordion .panel-heading:visited {
        background-image: url("../images/arrow_down.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-color: #686a6f;
    }

.cards-accordion .panel-primary {
    margin-bottom: 17px;
}

.panel-collapse > .panel-body {
    background-color: #f2f2f2;
    border-top: 0 none !important;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 3px;
}

@media (max-width: 767px) and (min-width: 480px) {
    .accordion-style {
        padding-left: 50px;
        margin-top: 25px;
    }

        .accordion-style li {
            font-size: 47px;
            line-height: 1.3;
            margin-bottom: 20px;
        }

    .cards-accordion a {
        font-size: 43px;
    }
}

@media (max-width: 600px) and (min-width: 480px) {
    .cards-accordion .panel-heading {
        background-size: 65px;
    }
}

@media (max-width: 479px) {
    .accordion-style {
        padding-left: 25px;
        margin-top: 15px;
    }

        .accordion-style li {
            font-size: 32px;
            line-height: 1.2;
            margin-bottom: 10px;
        }

    .cards-accordion .panel-heading {
        background-size: 50px;
        padding-right: 60px;
    }

    .cards-accordion a {
        font-size: 26px;
    }
}

/* end accordion styles */

/* end inside styles */


/* begin breadcrumb styles */

.breadcrumb {
    font-size: 12px;
    font-weight: 300;
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding: 7px 2px;
}

    .breadcrumb a {
        color: #4f4f4f;
        margin-right: 5px;
        margin-left: 5px;
    }


        .breadcrumb a:last-child {
            color: #0073cf;
        }

    .breadcrumb > li + li::before {
        color: #4f4f4f;
        padding: 0 2px;
    }

    .breadcrumb > .active {
        color: #0073cf;
    }

.breadcrumb_row {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dadada;
    margin-top: 5px;
}

.breadcrumb .container {
    line-height: 17px;
}

.breadcrumbLink:first-child {
    margin-left: 5px;
}


/* end breadcrumb styles */

#header > div.container > div.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

h3 {
    font-size: 18px;
    color: #0073cf;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px;
}

#body .row {
    margin: 0px;
}

.inside-content h4 {
    font-size: 16px;
    color: #0073cf;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    margin-bottom: 7px;
}

.sub_links li a {
    color: #4f4f4f;
}

.sub_links .selected {
    color: #0073cf;
    border-top: 1px solid #329df2;
    border-bottom: 1px solid #329df2;
    border-right: 6px solid #329df2;
    /*padding-left: 19px;
    background-image: url("../images/arrow_selected_submenu.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;*/
}

/*.sub_links ul {
    margin-bottom: 10px;
}*/

.navbar.navbar-default {
    min-height: 0px;
	position: absolute;
}

.navbar-default .navbar-nav {
    padding-top: 0px;
    background-color: #0073cf;
}

@media (min-width: 768px) {

    #header {
    }
}

.inside-content table > tbody > tr > td {
    padding: 0px;
}

.inside-content {
    margin-bottom: 60px;
}



/* end accordion styles */

.ntx_insideContent {
    margin-top: 0;
}

    .ntx_insideContent h3 {
        color: #00579d;
        margin-top: 25px;
    }

    .ntx_insideContent h4 {
        margin-top: 12px;
    }

    .ntx_insideContent p, .ntx_insideContent ul {
        padding-bottom: 10.5px;
    }

        .ntx_insideContent ul, .ntx_insideContent ul > li {
            list-style-type: disc !important;
            list-style: disc outside url(Images/Dot_List.png) !important;
        }

            .ntx_insideContent ul > li > ul, .ntx_insideContent ul > li > ul > li, .ntx_insideContent ol > li > ul > li {
                list-style-type: disc !important;
                list-style: disc outside url(Images/Arrow_List.png) !important;
                padding-left: 0px;
            }

table.CountryTable > tbody > tr > td > a {
    line-height: 24px;
    font-weight: 400;
}

ul.LinkList li {
    list-style-type: disc !important;
    list-style: disc outside url(Images/arrow_links_3.png) !important;
    padding-left: 0px;
}

ul.LinkList.EtraderList li {
    margin-bottom: 8px;
}

ul.LinkList {
    padding-left: 20px !important;
}

table.CountryTable > tbody > tr > td > a > img {
    margin-right: 3px;
}

.ntx_insideContent ol, .ntx_insideContent ol > li {
    list-style-type: decimal !important;
}

.ntx_insideContent ol {
    padding-left: 27px;
}

/* end inside styles */

@media (min-width: 992px) and (max-width: 1127px) {
    .inside_banner img {
        width: 704px;
    }

    .credit_cards li img {
        width: 214px;
    }

    .credit_cards h3 {
        min-width: 230px;
    }

    .MenuInnerDiv li:first-child {
        margin-left: -13px;
    }

    .MenuInnerDiv li:last-child, .MenuInnerDiv li:last-child a {
        padding-right: 2px;
    }
}

.banner_aboutus {
    margin-bottom: 15px;
}




#page .row {
    content: none !important;
}

#page {
    overflow-x: hidden;
    overflow-y: hidden;
}

.clear {
    clear: both;
}


.foot2 {
    margin-top: -3px !important;
}

a[name='800'] {
    display: none;
}

@media only screen and (max-width: 760px) {
    .ntx_insideContent tr {
        border: none !important;
    }
}

@media (min-width: 1128px) {

    table.table-fxrates > tbody > tr:nth-child(1) > td {
        text-align: left;
        padding-left: 15px;
        padding: 7px;
    }

    .table-fxrates {
        background-image: url("/Portals/0/Skins/ANB/Images/FXrates_table_bg.png");
        background-repeat: repeat;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 0;
        width: 156px;
        height: 192px;
    }

    table.table-fxrates > tbody > tr:nth-child(1) > td {
        text-align: left;
        padding: 0;
        padding-bottom: 2px;
    }
}

@media (max-width: 1280px) {

    .right1, .right2, .right3, .right04 {
        display: none;
    }

    .anb_services a {
        text-decoration: none;
        color: white;
    }
}


@media (max-width: 767px) and (min-width: 480px) {
    .phone_number img {
        margin-bottom: 4px;
        width: 60px;
        margin-top: 4px;
    }

    .phone_number {
        font-size: 56px;
        max-height: 70px;
        min-height: 70px;
        line-height: 70px;
    }

    .back {
        width: 38px;
        height: 38px;
        margin-top: 12px;
    }

    .anb_services .services-icon3 {
    }
}


@media (min-width: 768px) and (max-width: 1127px) {
    .index_offers {
        margin-right: -6px;
    }

        .index_offers img {
            width: 71px;
            height: 71px;
            margin-left: 3px;
        }

    .table-responsive {
        margin-left: 0px;
    }

    .index-loc img {
        width: 71px;
        height: 71px;
        margin-top: -26px;
        margin-right: 3px;
    }

    .anb_services .services-icon4 {
        width: 76px;
        max-width: 67px;
        height: 67px;
    }
	
	.anb_services .services-icon5 {
        width: 76px;
        max-width: 67px;
        height: 67px;
    }

    .anb_services {
        padding-left: 30px;
    }

    .social {
        margin-top: 50px;
    }

    .footer .btn-footer {
        width: 170px;
        height: 40px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .index-loc {
        position: relative;
        top: 0px;
        width: 71px;
        height: 71px;
        margin-left: 15px;
    }

    .index_offers {
        padding-left: 2px;
    }

    .ntx_insideContent p, .ntx_insideContent ul {
        font-size: 15px !important;
        line-height: 21px !important;
    }
}


@media (min-width: 1128px) {
    .index-loc {
        position: relative;
        top: -26px;
        width: 71px;
        height: 71px;
        margin-left: -4px;
    }

    .index_offers {
        padding-left: 3px;
    }
}

@media (min-width: 1128px) {
    .index-loc {
        position: relative;
        top: -26px;
        width: 71px;
        height: 71px;
        margin-left: 10px;
    }

    .index_offers {
        padding-left: 3px;
    }
}


ul.ForexTicks li {
    background: url("/Portals/0/Skins/ANB/Images/tick.jpg") no-repeat left center !important;
    padding-left: 15px;
    list-style: none !important;
}

.breadcrumb {
    visibility: visible;
}

@media (min-width: 992px) {
    .anchorLocateUS:hover {
        color: #ffffff !important;
    }

    .footMenu h5 {
        color: white !important;
    }

    .footer-ul li a {
        color: #dadada !important;
    }

    .social .name {
        font-size: 14px !important;
    }
}



@media (max-width:992px) {
    .navbar-default .navbar-nav {
        padding-top: 0px !important;
        padding-left: 0px !important;
    }
    #arab1 {
        padding-top: 30px !important;
    }

    .navbar-nav li ul {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

        .navbar-nav li ul li a {
            line-height: 34px;
            margin-left: 6px;
        }

    .navbar-nav a:hover {
        text-decoration: none !important;
    }

    .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        font-size: 22px !important;
    }

    #arab1 {
        padding-left: 20px !important;
        font-size: 22px !important;
        line-height: 41px !important;
        font-family: 'Droid Arabic Kufi', sans-serif !important;
    }

        #arab1:hover {
            text-decoration: none !important;
            background-color: #fff;
            color: #0073cf !important;
        }
}

.navbar-collapse.in {
    overflow-y: visible !important;
}

@media (max-width: 992px) {
    .navbar-nav li ul li a {
        font-size: 20px !important;
        line-height: 35px!important;
        font-weight: 400;
    }

    .navbar-nav li:hover ul li a {
        color: #0073cf !important;
    }

    .MenuInnerDiv {
        margin-bottom: 26px;
    }

    .navbar-brand {
        margin-left: 0px !important;
    }
}

@media (min-width: 992px) {

    #header > div.container > div.row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .Language a:hover {
        text-decoration: underline !important;
    }

    .top-nav a:hover {
        text-decoration: underline !important;
    }

    .Language {
        z-index: 1;
    }

    #arab, .top-nav .last {
        z-index: 999;
    }

        #arab:hover, .top-nav .last a:hover {
            z-index: 55;
            text-decoration: underline !important;
        }

    .LinkRows a {
        font-size: 14px !important;
    }

        .LinkRows a:hover {
            text-decoration: underline !important;
        }

    .top-link:hover {
        color: #dadada !important;
    }

    .NewsLink:hover {
        text-decoration: underline !important;
    }

    .copyright a {
        font-size: 13px !important;
    }
}


.sadad {
    margin-top: -25px !important;
}

@media (max-width: 768px) {

    .sadad td {
        border-bottom: 2px solid #e9e9e9 !important;
        border-bottom-width: 2px !important;
        border-bottom-style: solid !important;
        border-bottom-color: #e9e9e9 !important;
    }

    .sadad .headers {
        border-bottom: 3px solid #d8d8d8 !important;
    }
}

/*@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px){
.GeneralTable table, thead, tbody, th, td, tr {
    display: table-row !important;
}*/
.GeneralTable {
    display: table-row !important;
}

    .GeneralTable .row_style2 {
        color: #616161;
        font-size: 14px;
        /* line-height: 1.2; */
        margin-bottom: 15px !important;
        padding: 7px 12px !important;
        border-bottom: 2px solid #d8d8d8 !important;
    }

    .GeneralTable .row_style_none {
        color: #00579d !important;
        font-size: 16px !important;
        line-height: 19px !important;
        font-weight: 300 !important;
        margin-bottom: 6px !important;
        /* text-transform: capitalize; */
        text-align: left;
        padding-left: 5px !important;
        /* background-color: #f2f2f2 !important; */
        border-bottom: 2px solid #d8d8d8 !important;
        border-right: 1px solid #d8d8d8 !important;
    }

    .GeneralTable .row_style1 {
        border-bottom: 1px solid #d8d8d8 !important;
    }

}






ul.ManageLinkList li {
    list-style-type: disc !important;
    list-style: disc outside url(Images/arrow_links_3.png) !important;
    padding-left: 0px;
    display: list-item;
    font-size: 18px;
    line-height: 30px;
}


ul.ManageLinkList {
    margin-top: 30px !important;
}

/*@media  (min-height: 768px) and (max-width: 991px) {

    .navbar-brand img {
        margin-left: 30px;
    }

    .navbar-default .navbar-nav {
        padding-left: 30px !important;
    }
    .navbar-nav li ul li.first a {
    padding-left: 0px !important;
}
    .navbar-nav li ul li a {
    line-height: 34px;
     padding-left: 0px !important;
    margin-left: 0px;
}
    .MenuInnerDiv {
    padding-left: 0% !important;
}
}*/


@media (max-width: 767px) {
    .navbar-default .navbar-nav {
        padding-left: 40px !important;
    }

    #arab1 {
        padding-left: 61px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-brand img {
        margin-left: 30px;
    }

    .navbar-default .navbar-nav {
        padding-left: 20px !important;
    }

    #arab1 {
        padding-left: 40px !important;
    }

    .navbar-nav li ul li a {
        line-height: 34px;
        margin-left: 4px;
    }
}


/* headings */
@import url(https://fonts.googleapis.com/css?family=Droid+Arabic+Naskh);
@import url(https://fonts.googleapis.com/css?family=Droid+Arabic+Kufi);

* {
    margin: 0;
    padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
    outline: none;
}

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
        text-decoration: none;
        outline: none;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}

.tab-offeers .ui-tabs-nav > li > a {
    padding: 0;
}

ul, ol {
    margin-left: 0;
}

a.More-details {
    padding-left: 18px !important;
    background-image: url(/Portals/4/Skins/Tawasul/Images/arrow_links_3.png) !important;
    padding-left: 0px;
    background-repeat: no-repeat;
    background-position: 0 6px;
    line-height: 28px;
}

@font-face {
    font-family: 'droid_arabic_kufiregular';
    src: url('../fonts/DroidKufi-Regular-webfont.eot');
    src: url('../fonts/DroidKufi-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidKufi-Regular-webfont.woff2') format('woff2'), url('../fonts/DroidKufi-Regular-webfont.woff') format('woff'), url('../fonts/DroidKufi-Regular-webfont.ttf') format('truetype'), url('../fonts/DroidKufi-Regular-webfont.svg#droid_arabic_kufiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DroidKufi-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/DroidKufi-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidKufi-Regular.woff") format("woff"), url("../fonts/DroidKufi-Regular.ttf") format("truetype"), url("../fonts/DroidKufi-Regular.svg#droid_arabic_kufiregular") format("svg");
}
/*@font-face {
    src: url('../fonts/ot_nadeem_regular-webfont.eot');
    src: url('../fonts/ot_nadeem_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ot_nadeem_regular-webfont.woff2') format('woff2'),
         url('../fonts/ot_nadeem_regular-webfont.woff') format('woff'),
         url('../fonts/ot_nadeem_regular-webfont.ttf') format('truetype'),
         url('../fonts/ot_nadeem_regular-webfont.svg#diwan_nadeemregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


body {
    background: #eaeaea;
    color: #4f4f4f;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
}

#ControlBar {
    height: 53px;
}

html, body {
    height: 100%;
}

a, :focus {
    outline: none;
    border: none;
}

    a:focus {
        outline: none;
    }

sup {
    font-size: 70%;
    top: -0.4em;
}

a img {
    border-style: none;
    outline: none;
}

img {
    border: 0 none;
    height: auto;
	/* Start - Fix with reference to "Home Page Banner - IE Issue". Shahrukh 2018.Aug.27 */
    /*max-width: 100%;*/
	/* End */
    vertical-align: middle;
}

a:hover, a {
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
    display: block;
    margin: 0;
}

p {
    margin: 0;
}

label {
    font-weight: normal;
    margin: 0;
}

.container {
    max-width: 1100px;
}

#wrapper:before, #wrapper:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

#wrapper {
    position: relative;
    width: 100%;
}
/* #header */
#header:before, #header:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

#header {
    background: #0073cf;
    color: #ffffff;
    font-weight: 300;
    padding: 5px 0 0;
    position: relative;
    width: 100%;
    z-index: 1000;
    max-height: 71px;
}

/*.language-object {
    position: absolute;
    display:none;
}*/

.Language.selected {
    display: none;
}

.Language {
    left: auto;
    right: 0;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 10;
}

    .Language a {
        display: block;
        height: 23px;
        width: 37px;
    }

    .Language, .Language img {
        opacity: 0;
    }

#header:before, #header:after, .top:before, .top:after {
    overflow: hidden;
    clear: both;
    content: "";
    display: block;
}

.back {
    display: none;
}

.navbar-brand {
    max-height: 64px;
    line-height: 1;
    margin: 4px 0 0;
    padding: 0;
    position: relative;
    width: auto;
    z-index: 10;
}

    .navbar-brand img {
        float: left;
        max-width: 106px;
        max-height: 54px;
    }

    .navbar-brand span {
        color: #29367b;
        float: left;
        font-size: 30px;
        line-height: 44px;
        padding: 0 0 0 8px;
    }

.navbar {
    min-height: 40px;
    position: relative;
}

.navbar-default {
    background: none;
    border: medium none;
    border-radius: 0;
    margin: 0;
    padding: 0px 0px 0px 110px;
}

    .navbar-default .navbar-nav {
        padding-top: 24px;
        padding-left: 30px;
    }

.navbar-collapse {
    padding: 0;
}

.navbar-nav > li {
    font-size: 16px;
    margin: 0;
    padding: 0 0px;
    position: inherit;
    margin-right: 1px;
}

    .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        border-radius: 0;
        color: #ffffff;
        display: block;
        letter-spacing: 0;
        line-height: 40px;
        font-weight: 400 !important;
        padding: 0 18px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        /*.navbar-default .navbar-nav > .active , .navbar-default .navbar-nav > .active:hover, .navbar-default .navbar-nav > .active:focus,
        .navbar-nav li:hover , .navbar-nav > li:hover, .navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:focus {
            background: #ffffff;
            color: #0073cf;
        }*/
        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
        .navbar-nav li:hover a, .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            background: white;
            color: #0073cf;
        }



.navbar-nav li:hover > ul {
    display: none;
}

#arab1 {
    padding-bottom: 20px;
}

#arab1, #english1 {
    display: none;
}

.navbar-nav li ul {
    background: #ffffff;
    left: 0;
    position: absolute;
    top: 64px;
    display: none;
    width: 100%;
    z-index: 10;
}

    .navbar-nav li ul li {
        float: left;
        padding-right: 15px;
    }

        .navbar-nav li ul li a {
            display: block;
            color: #4f4f4f !important;
            background: none !important;
            padding: 0 13px;
            line-height: 40px;
        }

            .navbar-nav li ul li a:hover {
                color: #0073cf !important;
                background: none;
            }

		.navbar-nav li:hover > ul {
			display: block !important;
		}	
			
#header .pull-right {
    position: relative;
    z-index: 10;
}

    #header .pull-right h3 {
        /*background: url(../images/i-icon.png) left center no-repeat;*/
        float: right;
        font-weight: 400;
        padding-left: 30px;
        line-height: 37px;
        padding-right: 47px;
        color: white;
        font-size: 23px;
        margin-top: -11px;
    }

.search-icon {
    background: url(../images/search-icon-1.jpg) left top no-repeat;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 37px;
    text-indent: -9999em;
    width: 39px;
}

.top-nav {
    overflow: hidden;
    margin: 0 0 14px;
}

    .top-nav li {
        float: left;
        line-height: 1.1;
        font-size: 12px;
    }

        .top-nav li:before {
            color: #b9dbf6;
            content: ".";
            display: block;
            float: left;
            font-size: 12px;
            padding: 0 3px;
        }

    .top-nav .first:before, .top-nav .last:before {
        display: none;
    }

    .top-nav .last a {
        color: #ffffff;
        font-family: "DroidKufi-Regular";
        display: block;
        font-size: 13px;
        margin-left: 13px;
        margin-top: -4px;
    }

    .top-nav li a {
        color: #b9dbf6;
    }

.page-name {
    display: none;
    float: left;
    font-size: 30px;
    padding-left: 2px;
    line-height: 40px;
}
/* #main-slider */
#main-slider:before, #main-slider:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

#main-slider {
    position: relative;
    padding-top: 29px;
    width: 100%;
}

    #main-slider .container {
        padding: 0;
    }

    #main-slider .container {
        padding-right: 0px !important;
        position: relative;
    }

.home-slider .bx-wrapper {
    position: relative;
}

#main-slider .bx-controls-direction {
    display: none;
}

.cpat-text {
    border-radius: 4px;
    color: #ffffff;
    font-size: 24px;
    left: 99px;
    line-height: 28px;
    margin: 0 0 15px;
    max-width: 518px;
    position: absolute;
    text-align: left;
    top: 80px;
}

    .cpat-text h1 {
        font-size: 45px;
        font-weight: 300;
        line-height: 1;
        margin: 0 0 7px;
    }

    .cpat-text p {
        font-size: 20px;
        font-weight: 300;
        line-height: 25px;
        max-width: 320px;
    }

.f-top > h3 {
    font-size: 27px !important;
}


.slide-1 {
    background: url(../images/slide-1-bg.jpg) left top no-repeat;
    background-size: cover;
    min-height: 346px;
    padding: 118px 38px 0 0;
    text-align: right;
    position: relative;
    width: 100%;
}

.slide-2 {
    background: url(../images/slide-2-bg.jpg) left top no-repeat;
    background-size: cover;
    min-height: 346px;
    padding: 0;
    text-align: right;
    position: relative;
    width: 100%;
}

    .slide-2 .cpat-text {
        bottom: 92px;
        left: 48px;
        top: auto;
    }

        .slide-2 .cpat-text p {
            font-size: 19px;
            max-width: 466px;
        }

#main-slider .bx-controls {
    bottom: 9px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100000;
}

#main-slider .bx-default-pager {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 15px;
    width: 100%;
}

#main-slider .bx-pager-item {
    display: inline-block;
}

    #main-slider .bx-pager-item a {
        background: url(../images/bx-pager.png) left bottom no-repeat;
        border-radius: 50%;
        display: block;
        height: 23px;
        margin-right: 4px;
        text-indent: -9999em;
        width: 23px;
    }

        #main-slider .bx-pager-item a.active {
            background-position: left top;
        }

.right-side {
    position: absolute;
    right: 0;
    top: 0;
    width: 394px;
    z-index: 10000;
}

    .right-side .ui-tabs-nav {
        float: right;
        width: 165px;
    }

        .right-side .ui-tabs-nav > li {
            padding-bottom: 2px;
            padding-left: 87px;
        }

        .right-side .ui-tabs-nav li:hover .ui-tabs-panel {
            opacity: 1;
            visibility: visible;
        }

        .right-side .ui-tabs-nav > li > a {
            background-color: #c3c3c3;
            background-position: left top;
            background-repeat: no-repeat;
            display: block;
            height: 85px;
            text-indent: -999em;
            position: relative;
            width: 79px;
        }

        /*.right-side .ui-tabs-nav > .ui-state-hover {
            padding-left: 87px;
        }*/

        .right-side .ui-tabs-nav > .ui-state-hover > a {
            border-left: solid 0px #0073cf;
            width: auto;
            background-color: #0073cf;
            background-position: left bottom;
        }

            .right-side .ui-tabs-nav > .ui-state-hover > a:after {
                background: url(../images/after-arrow.png) left top no-repeat;
                content: " ";
                height: 45px;
                margin-top: -25px;
                pointer-events: none;
                position: absolute;
                right: 100%;
                top: 50%;
                width: 26px;
            }

    .right-side #ui-id-1 {
        background-image: url(../images/icon-1-bg.png);
    }

    .right-side #ui-id-2 {
        background-image: url(../images/icon-2-bg.png);
    }

    .right-side #ui-id-3 {
        background-image: url(../images/icon-3-bg.png);
    }

    .right-side #ui-id-4 {
        background-image: url(../images/icon-4-bg.png);
    }

    .right-side .ui-tabs-panel {
        opacity: 0;
        position: absolute;
        right: 111px;
        top: 0;
        visibility: hidden;
    }

    .right-side .ui-tabs-panel {
        background: #545861;
        background: rgba(84, 88, 87, 0.8);
        box-shadow: -4px 0 0 rgba(0, 0, 0, 0.3);
        border: 1px solid #838b93;
        color: #ffffff;
        float: left;
        height: 346px;
        padding: 14px 0 0;
        width: 273px;
    }

.car-img {
    overflow: hidden;
    text-align: center;
    margin: 0 0 10px;
}

    .car-img li {
        display: inline;
        padding: 0 24px;
    }

    .car-img .first, .car-img .last {
        padding: 0 5px;
    }

.right-side h3 {
    font-size: 23px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0 0 0 14px;
}

.month-link {
    background: #c3c3c3;
    background: rgba(195, 195, 195, 0.6);
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: 44px;
    line-height: 44px;
    margin: 0 auto 15px;
    text-align: center;
    width: 244px;
}

.apply-now {
    background: url(../images/arro-icon.png) no-repeat 180px 50% #0073cf;
    color: #ffffff !important;
    font-size: 20px;
    font-weight: 300;
    display: block;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    text-align: center;
    width: 244px;
}

.calculator-icon {
    background: url(../images/calculator-bg.png)97% 90% no-repeat #ffffff;
    margin: 30PX 10px 30px;
    display: none;
    overflow: hidden;
    padding: 15px 15px 0;
}

    .calculator-icon ul {
        float: left;
        width: 135px;
    }

        .calculator-icon ul li {
            float: left;
            margin: 0 12px 12px 0;
        }

    .calculator-icon h1 {
        color: #006abf;
        font-size: 50px;
        font-weight: 300;
        line-height: 1.1;
    }
/* #main */
#main:before, #main:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

#main {
    position: relative;
    padding: 30px 0 0;
    width: 100%;
}

    #main .container {
        padding: 0;
    }

.tab-offeers:before, .tab-offeers:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
}

.tab-offeers {
    margin: 0 0 30px;
    position: relative;
    width: 100%;
}

    .tab-offeers .ui-tabs-nav {
        overflow: hidden;
        position: relative;
        padding-bottom: 33px;
    }

    .tab-offeers > .ui-tabs-nav > li {
        float: left;
        border-right: solid 2px #e9e9e9;
        border-bottom: #fafafa solid 2px;
        max-height: 55px;
        width: 25%;
    }

    .tab-offeers .ui-tabs-nav > li > a {
        background: none repeat scroll 0 0 #c3c3c3;
        color: #6a6a6a;
        display: block;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        position: relative;
        vertical-align: top;
        max-height: 55px;
        line-height: 55px;
    }

        .tab-offeers .ui-tabs-nav > li > a:hover {
            text-decoration: none !important;
        }

        .tab-offeers .ui-tabs-nav > li > a em {
            background-position: left center;
            background-repeat: no-repeat;
            display: inline-block;
            height: 48px;
            width: 35px;
        }

        .tab-offeers .ui-tabs-nav > li > a span {
            display: inline-block;
            line-height: 52px;
            vertical-align: top;
        }

    .tab-offeers .ui-tabs-nav li:hover #ui-id-7, .tab-offeers .ui-tabs-nav .ui-tabs-active #ui-id-7 {
        background: #e11107;
    }

    .tab-offeers .ui-tabs-nav .ui-state-hover #ui-id-7:after, .tab-offeers .ui-tabs-nav > .ui-tabs-active > #ui-id-7:after {
        border-top-color: #e11107;
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active a, .tab-offeers .ui-tabs-nav li:hover a {
        background: #0073cf;
        color: #FFFFFF;
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon1, .tab-offeers .ui-tabs-nav li:hover .icon1 {
        background-image: url(../images/tb-icon-1h.png);
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon2, .tab-offeers .ui-tabs-nav li:hover .icon2 {
        background-image: url(../images/tb-icon-2h.png);
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon3, .tab-offeers .ui-tabs-nav li:hover .icon3 {
        background-image: url(../images/tb-icon-3h.png);
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon4, .tab-offeers .ui-tabs-nav li:hover .icon4 {
        background-image: url(../images/tb-icon-4h.png);
    }

.icon1 {
    background-image: url(../images/tb-icon-1.png);
}

.icon2 {
    background-image: url(../images/tb-icon-2.png);
}

.icon3 {
    background-image: url(../images/tb-icon-3.png);
}

.icon4 {
    background-image: url(../images/tb-icon-4.png);
}


.tab-offeers .ui-tabs-nav > .ui-tabs-active > a:before {
    top: 102%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    display: none;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(225, 17, 7, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.tab-offeers .ui-tabs-nav > .ui-tabs-active > a:after {
    top: 99%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(225, 17, 7, 0);
    border-top-color: #0073cf;
    border-width: 10px;
    margin-left: -10px;
}

.book {
    position: relative;
    width: 100%;
}

    .book > img {
        width: 100%;
    }

.book-text {
    color: #ffffff;
    height: 100%;
    left: 0;
    padding: 20px;
    position: absolute;
    top: 0;
    font-weight: 300;
    width: 100%;
    overflow: hidden;
}

.blc-off {
    background: url(../images/off-icon.png) 14px 0 no-repeat #e1110e;
    /*border-bottom: 3px solid #035193;*/
    color: #ffffff !important;
    display: block;
    font-size: 15px;
    height: 70px;
    line-height: 1;
    padding: 34px 0 0 13px;
    position: absolute;
    right: 0;
    top: 0;
    width: 73px;
    box-shadow: 3px 0 0 4px rgba(50, 50, 5, 0.25);
    font-weight: 400;
}

.book1 .check-link {
    color: #dd1516 !important;
}

.check-link {
    bottom: 16px;
    color: #0073cf !important;
    font-size: 16px;
    position: absolute;
    right: 20px;
}

.book-text h3 {
    color: #9ee4f9;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
    margin: 0 0 4px;
}

.book-text h2 {
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    max-width: 246px;
}

.book-text h5 {
    font-weight: 300;
    font-size: 15px;
    padding: 70px 0 0;
    margin: 0 0 9px;
}

.book-text h2 strong {
    font-weight: 400;
}

.apply-btn {
    bottom: 40px;
    color: #ffffff !important;
    display: block;
    font-size: 25px;
    font-weight: 400;
    left: 0;
    line-height: 72px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
}

    .apply-btn span {
        background: url(../images/app-bg-1.png) right top no-repeat #0073cf;
        padding: 0 0 0 50px;
        display: block;
    }

.book1 .apply-btn span {
    background: url(../images/app-bg-2.png) right top no-repeat #e11107;
}

.book-name {
    font-size: 30px;
    line-height: 1.1;
}

    .book-name strong {
        font-weight: 400;
    }

.quick-off {
    background: url(../images/quick-bg.png) left top no-repeat;
    color: #ffffff !important;
    font-size: 17px;
    font-weight: 400;
    height: 71px;
    line-height: 1;
    padding: 4px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 116px;
}

.quick-products {
    background: url(../images/icon-pg.png)no-repeat 37px 11px #0073cf;
    /*border-bottom: 4px solid #bfc1bd;*/
    box-shadow: 3px 0 0 4px rgba(50, 50, 5, 0.25);
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 400;
    height: 70px;
    line-height: 1;
    padding: 28px 0 0 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 73px;
}

.for-phone .bx-controls-direction {
    display: none;
}

.for-phone .bx-pager {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

.for-phone .bx-pager-item {
    display: inline;
    padding: 0 7px;
}

    .for-phone .bx-pager-item a {
        background: #8d8d8d;
        border-radius: 50%;
        display: inline-block;
        height: 30px;
        text-indent: -999em;
        width: 30px;
    }

    .for-phone .bx-pager-item .active {
        background: #e11107;
    }

.for-phone {
    height: 1px;
    margin: 0 -15px;
    overflow: hidden;
    visibility: hidden;
}

.partners {
    background: #d3d3d3;
    padding: 15px 0 20px;
    width: 100%;
}

    .partners .col-xs-3 {
        width: 20%;
    }

    .partners h3 {
        border-bottom: 1px solid #ffffff;
        color: #0073cf;
        font-size: 30px;
        font-weight: 300;
        margin: 0 0 13px;
        padding: 0 0 10px 15px;
        text-transform: uppercase;
    }

/* For background */

.search-icon, .right-side #ui-id-1, .right-side #ui-id-2, .right-side #ui-id-3, .right-side #ui-id-4,
#main-slider .bx-pager-item a, #main-slider .bx-pager-item a.active, #slider:after, #slider_bottom:after,
.right-side .ui-tabs-nav > .ui-state-hover > a:after, .right-side .ui-tabs-nav > .ui-state-hover > a,
.tab-offeers .ui-tabs-nav .ui-tabs-active .icon1, .tab-offeers .ui-tabs-nav li:hover .icon1,
.tab-offeers .ui-tabs-nav .ui-tabs-active .icon2, .tab-offeers .ui-tabs-nav li:hover .icon2,
.tab-offeers .ui-tabs-nav .ui-tabs-active .icon3, .tab-offeers .ui-tabs-nav li:hover .icon3,
.tab-offeers .ui-tabs-nav .ui-tabs-active .icon5, .tab-offeers .ui-tabs-nav li:hover .icon5,
.tab-offeers .ui-tabs-nav .ui-tabs-active .icon4, .tab-offeers .ui-tabs-nav li:hover .icon4, .icon1, .icon2, .icon3, .icon4, .icon5 .blc-off, .apply-btn span, .book1 .apply-btn span, .quick-off,
.quick-products, .s-btn, .f-top h3, .send-btn, .Back-top, .apply-now {
    background-image: url(../images/sprites-eng.png);
    background-repeat: no-repeat;
}

/*#header .pull-right h3 {
    background-position: -73px 6px;
}*/

.search-icon {
    background-position: 0 0;
}

.right-side #ui-id-1 {
    background-position: -695px 0;
}

.right-side .ui-tabs-nav li:hover #ui-id-1 {
    background-position: -695px -85px;
}

.right-side #ui-id-2 {
    background-position: -782px 0;
}

.right-side .ui-tabs-nav li:hover #ui-id-2 {
    background-position: -782px -85px;
}

.right-side #ui-id-3 {
    background-position: -865px 0;
}

.right-side .ui-tabs-nav li:hover #ui-id-3 {
    background-position: -865px -85px;
}

.right-side #ui-id-4 {
    background-position: -955px 0;
}

.right-side .ui-tabs-nav li:hover #ui-id-4 {
    background-position: -955px -85px;
}

.right-side .ui-tabs-nav > .ui-state-hover > a:after {
    background-position: -1093px 0;
}

.apply-now {
    background-position: 100% -537px;
}

#slider:after {
    background-position: 0 -333px;
}

#slider_bottom:after {
    background-position: 0 -359px;
}

#main-slider .bx-pager-item a {
    background-position: -1058px -24px;
}

    #main-slider .bx-pager-item a.active {
        background-position: -1058px 0px;
    }

.tab-offeers .ui-tabs-nav > li > a .icon1 {
    background-position: -1133px 4px;
}

.tab-offeers .ui-tabs-nav .ui-tabs-active .icon1, .tab-offeers .ui-tabs-nav li:hover .icon1 {
    background-position: -1133px -48px;
}

.tab-offeers .ui-tabs-nav > li > a .icon2 {
    background-position: -1264px 2px;
}

.tab-offeers .ui-tabs-nav .ui-tabs-active .icon2, .tab-offeers .ui-tabs-nav li:hover .icon2 {
    background-position: -1264px -45px;
}

.tab-offeers .ui-tabs-nav > li > a .icon3 {
    background-position: -1403px 0;
}

.tab-offeers .ui-tabs-nav .ui-tabs-active .icon3, .tab-offeers .ui-tabs-nav li:hover .icon3 {
    background-position: -1403px -52px;
}

.tab-offeers .ui-tabs-nav > li > a .icon4 {
    background-position: -1543px 0;
}

.tab-offeers .ui-tabs-nav .ui-tabs-active .icon4, .tab-offeers .ui-tabs-nav li:hover .icon4 {
    background-position: -1543px -52px;
}

.quick-off {
    background-position: -1846px 0;
}

.blc-off {
    background-color: #e11107;
    background-position: -1721px 0;
}

.quick-products {
    background-position: -1983px 12px;
}

.book1 .apply-btn span {
    background-position: 100% -465px;
    background-color: #e11107;
}

.apply-btn span {
    background-color: #0073cf;
    background-position: 100% -390px;
}

.s-btn {
    background-color: transparent;
    background-position: 0 -80px;
}

.f-top h3 {
    background-position: -72px -67px;
}

.send-btn {
    background-position: 100% -537px;
    background-color: #0073cf;
}

.Back-top {
    /* background-position: 100% -589px;*/
}

.f-top h3 a {
    color: #ffffff;
}
/* For background End */
/* responsive css */
@media (min-width:1128px) {
    .container {
        width: 1100px;
    }

    .tab-offeers .col-sm-4 {
        padding: 0 22px;
        width: 33.33333333%;
    }

    .tab-offeers .row {
        margin: 0 -22px;
    }

    .partners .col-xs-3 {
        padding: 0 0 0 15px;
        text-align: center;
    }

        .partners .col-xs-3:last-child {
            text-align: right;
        }

        .partners .col-xs-3.first {
            text-align: left;
        }

    .social-list img {
        float: left;
        margin-right: 8px;
        max-width: 42px;
    }

    .copyright p {
        float: left;
    }

    .copyright ul {
        float: right;
    }

    .panel-primary > .panel-body > p {
        color: #616161;
        font-size: 13px !important;
        line-height: 16px !important;
        margin-bottom: 15px;
        padding-top: 4px;
    }

    .style4 > .panel-body > h2 {
        color: #0073cf;
        font-size: 22px !important;
        font-weight: 300;
        line-height: 24px !important;
    }
}

@media (max-width:1023px) {
    .Language {
        left: auto;
        position: absolute;
        right: 712px;
        top: 454px;
    }
}



@media (min-width: 992px) and (max-width:1127px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        box-shadow: none;
    }

    #wrapper {
        overflow: hidden;
    }

    .search-box {
        width: 264px;
    }

    .f-t-mid .col-xs-10 .col-md-6 {
        font-size: 14px;
    }

    .f-t-mid li {
        font-size: 16px;
    }

    .f-t-mid .col-xs-2 {
        font-size: 15px;
    }

    .copyright p {
        float: left;
    }

    .copyright ul {
        float: right;
    }

        .copyright, .copyright ul li a {
            font-size: 15px;
        }

    .social-list img {
        float: left;
        max-width: 70px;
        padding-right: 8px;
    }

    .panel-primary > .panel-body > p {
        color: #616161;
        font-size: 13px !important;
        line-height: 16px !important;
        margin-bottom: 15px;
        padding-top: 4px;
    }

    .style4 > .panel-body > h2 {
        color: #0073cf;
        font-size: 22px !important;
        font-weight: 300;
        line-height: 24px !important;
    }
}

@media (min-width:768px) and (max-width:992px) {
    #wrapper {
        overflow: hidden;
    }

    .top-nav {
        display: none;
    }

    .social-list span {
        display: none;
    }

    .navbar-toggle {
        display: block;
    }

    .collapse {
        display: none;
    }

        .collapse.in {
            display: block;
        }

    .navbar-default {
        clear: both;
        min-height: 1px;
    }

        .navbar-nav > li, .navbar-default .navbar-nav {
            float: none;
            padding: 0;
        }

    .navbar-nav li ul {
        background: none !important;
        display: block;
        left: auto;
        padding: 0 10px;
        position: relative;
        top: auto;
    }

    #arab1 {
        display: block;
        padding-left: 16px;
    }

    #english1 {
        display: none;
    }

    .navbar-nav li ul li {
        float: none;
    }

        .navbar-nav li ul li a {
            color: #FFFFFF !important;
            line-height: 28px;
        }

            .navbar-nav li ul li a:hover {
                color: #48abfa !important;
            }

    .navbar-toggle {
        outline: 0 none;
        display: block;
        margin: 0 0 0 5px;
        padding: 0;
    }

    .navbar-brand {
        margin: 4px 0;
        border: none;
    }

    .search-icon {
        background: url(../images/search-icon-2.png) left top no-repeat;
        height: 42px;
        width: 42px;
    }

    #header .pull-right h3 {
        line-height: 42px;
        padding-right: 14px;
    }

    #main-slider .bx-controls {
        max-width: 635px;
    }

    .cpat-text {
        left: 20px;
        top: 15px;
    }

    .tab-offeers .ui-tabs-nav li a span {
        display: none;
    }

    .apply-btn span {
        padding: 0 0 0 18px;
    }

    .book-text h3 {
        font-size: 17px;
        max-width: 142px;
    }

    .book-text h5 {
        padding: 5px 0 0;
    }

    .book-text h2 {
        font-size: 20px;
        font-weight: 300;
        line-height: 22px;
    }

    .book-text > img {
        max-width: 59px;
    }

    .book-name {
        font-size: 22px;
    }

    .partners .col-xs-3 {
        padding: 0 0 20px;
        width: 33.33%;
    }

    .partners .subs {
        margin-left: 20%;
    }

    .partners {
        padding-bottom: 0;
    }

    .social-list span, .f-top, .foot-mid {
        display: none;
    }

    .f-t-mid li {
        font-size: 16px;
    }

    .f-t-mid .col-xs-2 {
        width: 24%;
    }

    .f-t-mid .col-xs-10 {
        width: 75%;
    }

    /*.f-t-mid .col-xs-10 .col-md-6:last-child {
            padding-top: 20px;
        }*/

    .foot-top {
        margin: 0 0 6px;
    }

    .copyright {
        padding: 0 0 13px;
    }

        .copyright ul {
            padding: 0 0 7px;
        }

    .f-t-mid {
        border: none;
    }

    .search-icon {
        background-size: 100% 100% !important;
        height: 36px;
        width: 36px;
    }

    .navbar-toggle > img {
        height: 36px;
        width: 36px;
    }

    #header .pull-right h3 {
        font-size: 33px;
        padding-left: 42px;
        font-weight: 400;
        line-height: 37px;
        /*background-image: url(../images/icon-i2.png);*/
        background-position: 0 center;
        color: #ffffff;
        margin-right: 100px;
        margin-top: -36px;
    }

    .apply-btn {
        line-height: 52px;
    }

    .social-list img {
        max-width: 70px;
    }

    .slide-2 > img {
        margin-top: 135px;
        max-width: 378px;
    }

    .slide-2 .cpat-text {
        bottom: auto;
        left: 19px;
        top: 16px;
    }
    /* For background */
    .apply-btn span {
        background-position: 100% -399px;
    }

    .book1 .apply-btn span {
        background-position: 100% -473px;
    }

    #header .pull-right h3 a {
        color: #ffffff;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .f-t-mid .col-xs-10 .col-md-6:last-child {
        padding-top: 20px;
    }

    .navbar-toggle {
        margin: -11px 0px 0 0 !important;
    }

    #arab1 {
        display: block;
        font-size: 19px;
        padding-top: 17px;
        background-color: #0073cf;
    }

    #english1 {
        display: none;
    }

    .tab-offeers .ui-tabs-nav > li > a .icon2 {
        width: 28px;
    }

    .navbar-brand {
        margin-left: 0px !important;
    }
}

/*.Language {
    bottom: 0;
    height: 25px;
    left: 0;
    right: auto;
    top: auto;
    z-index: 10;
}*/

#header .container {
    position: relative;
}

/*#header .pull-right {
    position: inherit;
}*/


@media (max-width: 767px) {

    /* .cube { margin-bottom: 30px; } */

    #wrapper {
        overflow: hidden;
    }

    #header {
        padding: 4px 0 15px;
        z-index: 1000;
    }

    .top-nav, .navbar-brand span, #main-slider .bx-controls, .right-side {
        display: none;
    }

    #arab1 {
        display: block;
        font-size: 19px;
        background-color: #0073cf !important;
    }

    #english1 {
        display: none;
    }

    .communicate {
        font-size: 54px!important;
    }

    .navbar-toggle {
        display: block;
        margin: 0 0 0 5px;
        padding: 0;
    }

    .calculator-icon {
        padding: 0 15px;
    }

    .navbar-default {
        min-height: 1px;
        clear: both;
    }
        /*.social-list img {
    height: 225px;
    width: 225px;
}*/
        .navbar-nav > li, .navbar-default .navbar-nav {
            float: none;
            padding: 0;
        }

    .navbar-nav li ul {
        background: none !important;
        display: block;
        left: auto;
        padding: 0 10px;
        position: relative;
        top: auto;
    }

    .tab-offeers .ui-tabs-nav > li > a em {
        width: 98px;
    }

    .navbar-nav li ul li {
        float: none;
    }

        .navbar-nav li ul li a {
            color: #FFFFFF !important;
            line-height: 28px;
        }

            .navbar-nav li ul li a:hover {
                color: #48abfa !important;
            }

    .navbar-toggle {
        outline: 0 none;
        border: none;
        display: block;
        margin: -31px 0px 0 20px !important;
        padding: 0;
    }

    .navbar-brand {
        margin: 4px 0;
        padding-left: 20px !important;
    }

    #header .pull-right h3, .BreadCrumbs {
        display: none;
    }

    .search-icon {
        background: url(../images/search-icon-2.png) left top no-repeat;
        height: 42px;
        width: 42px;
    }

    #header .container {
        padding: 0 5px;
    }

    .navbar-nav {
        margin: 0;
    }

    #dnn_TopNavRight {
        margin-top: 12px;
        line-height: 12px;
    }

    .page-name {
        display: block;
    }

    #main-slider, #main-slider .container {
        padding: 0;
    }

    .slide-1 {
        padding-right: 10px;
        padding-left: 10px;
        text-align: center;
    }

    .cpat-text {
        left: 20px;
        top: 10px;
    }

        .cpat-text h1 {
            font-size: 33px;
        }

        .cpat-text p {
            font-size: 19px;
        }

    .slide-2 {
        min-height: 1px;
    }

        .slide-2 .cpat-text {
            bottom: 10px;
            left: 20px;
        }

    .calculator-icon {
        display: block;
    }

    #main-slider .container {
        margin: 0 0 30px;
    }

    #main {
        padding: 0 15px;
    }

    .tab-offeers .ui-tabs-nav li a span, .check-link {
        display: none;
    }

    .blc-off {
        border: medium none;
        bottom: 75px;
        left: 10px;
        right: auto;
        top: auto;
    }

    .book1 .apply-btn {
        padding-left: 88px;
    }

    .for-phone {
        height: auto;
        visibility: visible;
        margin-top: -35px;
    }

    .tab-offeers .ui-tabs-nav {
        z-index: 100;
    }

    .apply-btn {
        bottom: 75px;
    }

    .partners .col-xs-3 {
        padding: 0 10px 20px;
        min-height: 68px;
        width: 50%;
    }

    .partners {
        margin: 0 -10px;
        width: auto;
        padding-bottom: 0;
    }

        .partners .container {
            padding: 0 10px;
        }

    .social-list span, .f-t-mid, .search-box, .foot-mid {
        display: none;
    }

    .f-top {
        padding: 0 10px;
        border: none;
        text-align: center;
    }

    .foot-top .row {
        padding: 0 10px;
    }

    .f-top h3 {
        display: inline-block;
        background: url(../images/i-icon-3.png) left center no-repeat;
        font-size: 30px;
        float: none;
        margin: 0 auto;
        color: #FFFFFF;
    }

    .social-list li {
        text-align: center;
    }

    /*#footer {
        padding: 20px 0 10px;
    }
    #dnn_dnnCopyright_lblCopyright { font-size: 16px;}
    .send-btn {
        background-image: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }*/

    /*.copyright {
        line-height: 1.4;
        padding: 0 10px;
    }*/

    .language-object {
        display: none;
    }

    .back {
        display: none;
        float: left;
        margin: 7px 15px 0 0;
        margin-left: 20px;
    }

    .social-list img {
        width: 100px;
    }

    .blc-off {
        box-shadow: none;
        height: 72px;
    }

    .arabArrow {
        display: none;
    }

    .tab-offeers .ui-tabs-nav > li > a em {
        background-position: 50% 50%;
    }

    .social-list li {
        padding: 0 6px;
    }

    .social-list img {
        width: 100%;
    }

    .f-top > h3 {
        background-size: 49px auto;
        font-size: 54px !important;
        line-height: 50px;
        padding-left: 56px;
    }

    .tab-offeers .ui-tabs-nav > li > a em {
        height: 105px;
    }

    .tab-offeers .ui-tabs-nav > .ui-tabs-active > a:after {
        margin-left: -20px;
        border-width: 22px;
    }

    .tab-offeers .ui-tabs-nav > .ui-tabs-active > a:before {
        display: block;
        margin-left: -20px;
        border-width: 22px;
    }

    .slide-2 {
        min-height: 300px;
    }

        .slide-2 > img {
            margin-top: 139px;
            max-width: 288px;
        }

        .slide-2 .cpat-text {
            bottom: auto;
            left: 20px;
            padding-right: 10px;
            top: 10px;
        }

            .slide-2 .cpat-text p {
                font-size: 18px;
            }

    .navbar-collapse {
        overflow-x: hidden;
    }

    #header .container {
        position: relative;
        padding-left: 0 !important;
    }

    /*#header .pull-right {
        position: inherit;
    }*/

    .Language {
        bottom: 0;
        height: 26px;
        left: 15px;
        right: auto;
        top: auto;
        width: 70px;
        z-index: 10;
    }

    .language-object {
        display: block;
    }

    /* For background */
    .tab-offeers .ui-tabs-nav > li > a .icon1 {
        background-position: -1139px -99px;
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon1, .tab-offeers .ui-tabs-nav li:hover .icon1 {
        background-position: -1139px -205px;
    }

    .tab-offeers .ui-tabs-nav > li > a .icon2 {
        background-position: -1274px -102px;
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon2, .tab-offeers .ui-tabs-nav li:hover .icon2 {
        background-position: -1274px -205px;
    }

    .tab-offeers .ui-tabs-nav > li > a .icon3 {
        background-position: -1411px -106px;
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon3, .tab-offeers .ui-tabs-nav li:hover .icon3 {
        background-position: -1411px -210px;
    }

    .tab-offeers .ui-tabs-nav > li > a .icon4 {
        background-position: -1552px -102px;
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon4, .tab-offeers .ui-tabs-nav li:hover .icon4 {
        background-position: -1552px -209px;
    }

    .style4 > .panel-body > h2 {
        font-size: 29px !important;
        font-weight: 300 !important;
        line-height: 31px !important;
    }

    .panel-primary > .panel-body > p {
        font-size: 17px !important;
        line-height: 20px !important;
    }

    .panel-primary > .panel-heading {
        font-weight: 400 !important;
    }
}

@media (max-width: 480px) {
    .search-icon {
        background-size: 100% 100% !important;
        height: 36px;
        width: 36px;
    }

    .navbar-toggle > img {
        height: 36px;
        width: 36px;
    }

    /*.language-object {
        display: none;
    }*/

    .calculator-icon {
        padding: 0 15px;
    }

    .communicate {
        font-size: 40px!important;
    }

    #dnn_dnnCopyright_lblCopyright {
        font-size: 13px;
    }

    .style4 > .panel-body > h2 {
        font-size: 29px !important;
        font-weight: 300 !important;
        line-height: 31px !important;
    }

    .panel-primary > .panel-body > p {
        font-size: 17px !important;
        line-height: 20px !important;
    }

    .panel-primary > .panel-heading {
        padding: 10px 22px 12px !important;
        font-weight: 400 !important;
    }

    .style4 > .panel-body > h2 {
        font-size: 29px !important;
        font-weight: 300 !important;
        line-height: 31px !important;
    }

    .panel-primary > .panel-body > p {
        font-size: 17px !important;
        line-height: 20px !important;
    }

    .panel-primary > .panel-heading {
        padding: 10px 22px 12px !important;
        font-weight: 400 !important;
    }
}



@media (max-width: 479px) {
    #main {
        padding-top: 0px !important;
    }

    .page-name {
        font-size: 23px;
        padding-top: 0px;
    }

    .slide-1 {
        min-height: 300px;
    }

    .calculator-icon img {
        max-width: 44px;
    }

    .calculator-icon ul {
        width: 112px;
    }
    /*.social-list img {
    height: 225px;
    width: 225px;
}*/

    .calculator-icon h1 {
        font-size: 41px;
        margin-bottom: -4px;
    }

    .book1 .apply-btn span {
        padding-left: 14px;
    }

    .book-text h5 {
        padding-top: 40px;
    }

    .back {
        margin: 0 9px 0 0;
        max-width: 34px;
    }

    .calculator-icon h1 {
        font-size: 36px;
    }

    .communicate {
        font-size: 26px!important;
    }

    .f-top > h3 {
        background-size: 40px auto;
        font-size: 42px !important;
        line-height: 40px;
        padding-left: 47px;
    }

    .tab-offeers .ui-tabs-nav > .ui-tabs-active > a:after, .tab-offeers .ui-tabs-nav > .ui-tabs-active > a:before {
        margin-left: -15px;
        border-width: 15px;
    }

    .tab-offeers .ui-tabs-nav > li > a em {
        height: 105px;
        margin-left: -13px;
        transform: scale(0.6);
        -ms-transform: scale(0.6);
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        width: 98px;
        margin-top: -13px;
    }

    .tab-offeers .ui-tabs-nav > li > a {
        height: 80px;
    }
    /*.copyright p {   margin: 0 auto 10px;    max-width: 324px;}*/
    #dnn_dnnCopyright_lblCopyright {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 768px) {
}


@media (max-width: 360px) {
    .communicate {
        font-size: 30px !important;
    }

    .tab-offeers .ui-tabs-nav > li > a em {
        margin-left: -6px;
    }
}

@media (max-width: 320px) {
    .communicate {
        font-size: 26px !important;
    }

    .tab-offeers .ui-tabs-nav > li > a em {
        margin-left: -12px;
    }
}



/*@media (max-width: 300px) {
    .calculator-icon h1 { font-size: 33px;}
}*/

.navbar-nav > li:hover > a, .navbar-nav > li > ul > div.MenuInnerDiv > li:hover {
    background-color: white !important;
}

.MenuInnerDiv > li > a {
    font-size: 14px;
}

#body {
    min-height: 695px;
    /*margin-top: 30px;*/
}

h5 {
    color: white;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.clear {
    clear: both;
}
/* begin breadcrumb styles */

.breadcrumb {
    font-size: 12px;
    font-weight: 300;
    background-color: #f2f2f2;
    margin-bottom: 0;
    padding: 7px 2px;
}

    .breadcrumb li a {
        color: #4f4f4f;
    }

    .breadcrumb > li + li::before {
        color: #4f4f4f;
        padding: 0 2px;
    }

    .breadcrumb > .active {
        color: #0073cf;
    }

.breadcrumb_row {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dadada;
    margin-top: 5px;
    margin-right: 0px;
}

/* end breadcrumb styles */
.anchorLocateUS {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-size: 15px !important;
}










.sb-search {
    display: inherit;
    position: relative;
    width: 0%;
    min-width: 37px;
    height: 37px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 100%;
    height: 34px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    font-family: "Roboto", Helvetica, Arial, sans-serif!important;
    font-weight: lighter;
    font-size: 16px;
    color: #626262;
    top: 0;
    background: #ffffff;
    width: 223px;
    height: 37px;
    margin: 0;
    z-index: 10;
    border: 1px solid #d6d6d6;
    margin-top: 27px;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.sb-search-input::-webkit-input-placeholder {
    color: #626262;
}

.sb-search-input:-moz-placeholder {
    color: #626262;
}

.sb-search-input::-moz-placeholder {
    color: #626262;
}

.sb-search-input:-ms-input-placeholder {
    color: #626262;
}

.sb-icon-search,
.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    padding: 0;
    margin: 0;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    height: 37px;
    width: 39px;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

@media (min-width:992px) {
    .sb-icon-search {
        margin-top: 27px;
    }
}

.sb-icon-search {
    background: url(../images/icon_search.png) left top no-repeat;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 37px;
    text-indent: -9999em;
    width: 38px;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

    .sb-search.sb-search-open .sb-icon-search,
    .no-js .sb-search .sb-icon-search {
        color: #fff;
        z-index: 11;
    }

    .sb-search.sb-search-open .sb-search-submit,
    .no-js .sb-search .sb-search-submit {
        z-index: 90;
    }

.RightLink_RewardsTable {
    width: 100%;
}

    .RightLink_RewardsTable tr td {
        font-size: 22px;
        color: #0073cf;
        padding-left: 19px;
        line-height: 38px;
        border-right: 1px solid #e9e9e9;
        padding-top: 6px;
        padding-bottom: 9px;
        font-weight: 300;
    }

        .RightLink_RewardsTable tr td:nth-child(2) {
            padding-left: 10px;
        }

    .RightLink_RewardsTable tr.TitleRows td {
        width: 50%;
        font-size: 13px;
        border-bottom: 1px solid #e9e9e9;
        border-right: 1px solid #e9e9e9;
        padding: 7px 16px 7px 19px;
        color: #616161;
        line-height: normal;
    }

        .RightLink_RewardsTable tr.TitleRows td.firstColumn {
            padding-right: 0;
        }

        .RightLink_RewardsTable tr.TitleRows td.secondColumn {
            padding-left: 11px;
        }

.panel-body.no-padding {
    padding: 0 !important;
}

.panel-small-padding {
    padding-right: 13px;
    padding-left: 10px;
}

.body-Small-Font {
    font-size: 14px !important;
    padding-left: 11px !important;
    padding-right: 0px !important;
}

.panel-small-padding .panel-heading.head-specials {
    padding-right: 0;
    padding-left: 0;
}

.panel.panel-primary.style4.padding-right {
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0;
    padding-left: 0;
}

    .panel.panel-primary.style4.padding-right:first-child {
        margin-left: 0px;
    }

    .panel.panel-primary.style4.padding-right:nth-child(3) {
        margin-right: 0px !important;
    }

    .panel.panel-primary.style4.padding-right .panel-heading.panel-title {
        font-size: 18px;
        min-height: 58px;
        line-height: 21px;
    }


.Grey_Header {
    background-color: #d8d8d8;
    color: #373737;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    border: none;
    padding: 5px 12px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}

.iconImages {
    margin-bottom: 30px;
}

    .iconImages img {
        margin-bottom: 15px;
        margin-right: 20px;
    }

.List-Nomargin-bottom {
    margin-bottom: 0px !important;
}

.ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    padding-bottom: 0px;
    z-index: 15;
    height: 65px;
    background-color: #f5f3f4;
}

.right-side .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    background-color: transparent;
}

#tabs-1, #tabs-2, #tabs-3, #tabs-4 {
    z-index: 1;
    background-color: #f5f3f4;
    margin-top: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.anbnetImage, .anbnettext {
    float: left;
}

.anbnetImage {
    width: 34%;
    padding-left: 15px;
}

.anbnettext {
    width: 53%;
    margin-bottom: 50px;
}

.e-servicesTitle {
    Font-size: 22px;
    Font-weight: 300;
    Color: #000000;
    Text-transform: uppercase;
    padding-bottom: 5px;
}

.e-servicesBody {
    Font-size: 15px;
    Line-height: 18px;
    Font-weight: 300;
    Color: #4f4f4f;
    padding-bottom: 5px;
}

.e-servicesLink a {
    Font-size: 15px;
    Font-weight: 300;
    Color: #0073cf;
}

.anbnettext.anbebusiness {
    width: 64%;
}

.anbnettext.anbmobile {
    width: 66%;
}

.top-nav .last a {
    color: #ffffff;
    font-family: "DroidKufi-Regular";
    display: block;
    font-size: 13px;
    margin-left: 13px;
    margin-top: -4px;
}

.top-nav {
    padding-left: 18px;
}

.anchorLocateUS {
    color: #dadada !important;
    font-weight: 300;
}

#tab div {
    Border-radius: 0 !important;
}
/*   Calc Popup              */
/*.ui-dialog .ui-dialog-title {
    display: none;
}*/
.ui-dialog .ui-dialog-titlebar {
    display: none !important;
}

.HomeCalc {
    padding: 35px !important;
    height: 492px !important;
    max-height: 492px !important;
}

    .HomeCalc .ui-dialog.ui-widget-content {
        height: 498px !important;
        max-height: 498px !important;
    }

.leftPane {
    height: 332px !important;
    width: 294px !important;
    position: relative;
    margin-right: 0 !important;
    top: 0;
    background-color: #d2d2d2;
}

.rightPane {
    width: 376px;
    height: 421px;
    display: block;
    position: absolute;
    float: right;
    right: 0;
    Font-size: 14px;
    line-height: 16px;
    top: 0;
    margin-top: 35px;
    margin-right: 35px;
}

.HomeCalc .tab-pane {
    width: 294px;
}

.tab-content {
}

.services_buttons .icon-button.house {
    background-image: url(../images/sprites-eng.png) !important;
    background-position: -699px -7px !important;
}

.services_buttons .icon-button.car {
    background-position: -784px -4px !important;
    background-image: url(../images/sprites-eng.png) !important;
}


.services_buttons .icon-button.education {
    background-image: url(../images/sprites-eng.png) !important;
    background-repeat: no-repeat !important;
    background-position: -869px -9px;
}


.services_buttons .icon-button.business {
    background-position: -959px -5px !important;
    background-image: url(../images/sprites-eng.png) !important;
    background-repeat: no-repeat !important;
}

@media (min-width:992px) {
    .MenuInnerDiv {
        /* right: 0; */
        /* left: 0; */
        /* width: 158%; */
        /* padding-left: 8% !important; */
        text-align: center;
        margin-left: -71%;
        margin-right: 0;
        margin-left: 0;
        /* display: inline-flex; */
        position: relative;
        width: auto;
        left: -14%;
        padding-left: 19%;
        width: 238%;
        margin-left: 0;
    }

    .top-nav {
        padding-left: 27px !important;
        top: -11px;
    }

    .LinkArrow img {
        width: 18px;
        height: 18px;
    }

    #dnn_TopNavRight {
        max-height: 64px;
        overflow: hidden;
    }
}

@media (min-width:992px) {

    .accordion h2:first-of-type {
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    .MenuInnerDiv a:hover {
        text-decoration: none !important;
    }

    .Reports table {
        border-bottom-color: #e4e4e4;
        border-bottom-style: solid;
        border-bottom-width: 3px;
        width: 90% !important;
    }


        .Reports table > tbody > tr > td {
            padding-bottom: 14px;
        }

    .Reports {
        width: 100%;
    }

        .Reports table > tbody > tr > td a {
            background: url(/portals/0/Images/arrow_links_2.png) 0px 3px no-repeat;
            background-size: 12px 14px;
            padding-left: 15px;
            padding-left: 15px;
            margin-bottom: 14px;
            display: block;
        }
}

@media (min-width:768px) and (max-width:992px) {
    .ntx_insideContent table p {
        font-size: 15px!important;
        line-height: 23px !important;
    }


    .ntx_insideContent table li {
        font-size: 15px!important;
        line-height: 23px !important;
    }

    .TelemoneyCent {
        width: 200px;
        height: 280px;
        margin-right: 9px;
    }
}

@media (max-width:492px) {
    .TelemoneyCent {
        width: 100%;
        height: 73%;
    }

    .TeleLinks a {
        margin-left: 30px;
        line-height: 2;
    }
}

@media (min-width:768px) and (max-width:992px) {

    .TeleLinks img {
        width: 12px;
        height: 13px;
    }

    .TeleLinks a {
        line-height: 30px !important;
        font-size: 18px;
    }
}

@media (min-width:492px) and (max-width:768px) {

    .TeleLinks img {
        width: 12px;
        height: 13px;
    }

    .ElecServ img {
        margin-right: 2%;
    }

    .TeleLinks a {
        line-height: 40px !important;
        font-size: 20px;
        margin-left: 20px;
    }
}

.ElecServ img {
    width: 100% !important;
    min-height: 38px !important;
    min-width: 100%;
}

@media (max-width:768px) {

    .ntx_insideContent ol {
        margin-bottom: 30px;
        padding-left: 50px !important;
    }

        .ntx_insideContent ol > li {
        }

    .ntx_insideContent table {
        text-align: left !important;
    }

    .RedAstirisk  {
        font-size: 15px !important;
    }


    .sub_links li a:visited {
        padding-left: 0px;
        padding-top: 5px;
        padding-bottom: 7px;
        font-weight: 400;
    }

    .Reports table > tbody > tr > td a {
        margin-left: 20px !important;
    }
}


.Reports table {
    border-bottom-color: #e4e4e4;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    width: 90% !important;
}


    .Reports table > tbody > tr > td {
        padding-bottom: 14px;
    }

.Reports {
    width: 100%;
}

    .Reports table > tbody > tr > td a {
        background: url(/portals/0/Images/arrow_links_2.png) 0px 5px no-repeat;
        background-size: 12px 14px;
        padding-left: 15px;
        padding-left: 15px;
        margin-bottom: 14px;
        display: block;
    }

.breadcrumb a:hover {
    text-decoration: none !important;
}

.row_style_none2 {
    color: #00579d !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 300;
    margin-bottom: 6px;
    /* text-transform: capitalize; */
    text-align: left;
    padding-left: 5px !important;
    /* background-color: #f2f2f2 !important; */
    border-bottom: 0;
    border-left: 1px solid #d8d8d8;
}

.GeneralTable2 h4 {
    background-color: #e7e7e7;
    margin-bottom: 0 !important;
    color: #0073cf;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 0px !important;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    border-bottom: 0px solid #d8d8d8;
}

.GeneralTable2 .TitleBas {
    background-color: #e7e7e7;
}

.GeneralTable2 td {
    color: #616161;
    font-size: 14px;
    /* line-height: 1.2; */
    margin-bottom: 15px;
    padding: 7px 12px !important;
    border-bottom: 1px solid #d8d8d8;
}

.GeneralTable2 .row_style2 {
    border-bottom: 1px solid #d8d8d8 !important;
}

.Reports h3 {
    margin-top: 14px !important;
}

.rightPane h3 {
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    font-family: "Roboto", sans-serif !important;
    text-transform: capitalize !important;
    font-weight: 300 !important;
    font-size: 27px !important;
}

.BigMTitle {
    font-family: "Roboto", sans-serif !important;
}

.rightPane a {
    color: #0073cf !important;
}

#HomesliderMonthlySalary .ui-slider-range, #SliderCarPrice .ui-slider-range, #PersonalsliderMonthlySalary .ui-slider-range {
    background: none repeat scroll 0 0 #0073cf !important;
    border: 0 none !important;
    border-radius: 0 !important;
    height: 100%;
    position: absolute;
    top: 0;
}

#sliderMonthlySalary .ui-slider-range {
    background: #e11107 !important;
}

#Body div, a {
    border-radius: 0 !important;
}

.outerconatainer {
    padding: 10px;
}



.cover {
    background-color: black;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
}

.ui-dialog.ui-widget {
    z-index: 1001;
}


@media (max-width: 767px) {

    .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-nav > li:hover, .navbar-default .navbar-nav > li:hover {
        background-color: #0073cf !important;
        color: white !important;
    }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav li:hover a, .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: white !important;
        }

    .navbar-nav li ul li a:hover {
        color: white !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #header .container {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: 50px;
        width: 100%;
    }

    .RedAstirisk {
        color: #e11107;
        font-size: 15px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .pull-right {
        margin-top: 10px;
        margin-right: 0px;
    }
}

.inside_banner p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

}

@media (max-width: 992px) {
    .sb-icon-search {
        margin-top: 0 !important;
    }

    .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-nav > li:hover, .navbar-default .navbar-nav > li:hover {
        background-color: #0073cf !important;
        color: white !important;
    }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav li:hover a, .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: white !important;
            background-color: #0073cf !important;
        }

        .navbar-nav > li:hover > a, .navbar-nav > li > ul > div.MenuInnerDiv > li:hover, .navbar-nav li ul li a:hover {
            color: white !important;
            background-color: #0073cf !important;
        }

    #english1:hover {
        color: white !important;
        background-color: #0073cf !important;
    }

    .navbar-nav > li > a, .navbar-default .navbar-nav > li > a, .navbar-nav > li, .navbar-default .navbar-nav > li {
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

        .navbar-nav > li:hover > a, .navbar-nav > li > ul > div.MenuInnerDiv > li:hover {
            color: white !important;
            background-color: #0073cf !important;
        }

        .navbar-nav > li:hover > a, .navbar-nav > li > ul > div.MenuInnerDiv > li:hover {
            color: white !important;
            background-color: #0073cf !important;
        }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav li:hover a, .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: white !important;
            background-color: #0073cf !important;
        }
}

@media (max-width: 992px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-nav li:hover a, .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: white !important;
        background-color: #0073cf !important;
    }

    .navbar-nav > li:hover > a, .navbar-nav > li > ul > div.MenuInnerDiv > li:hover {
        color: white !important;
        background-color: #0073cf !important;
    }

    .navbar-nav li ul li a:hover {
        color: white !important;
        background-color: #0073cf !important;
    }
}

#header .container {
}


#main {
    margin-top: -76px !important;
}


#tabs-4 .News {
    width: 60%;
    height: auto;
    background-color: red;
    float: left;
    margin-right: 10%;
}


#tabs-4 .Testimonials {
    width: 30%;
    height: auto;
    background-color: blue;
    float: right;
}


@media (min-width: 992px) {
    .MenuInnerDiv {
        right: 0;
        left: 0;
        width: 400% !important;
        padding-left: 70% !important;
        text-align: center;
        margin-left: -71%;
    }
}




.PaginationRow {
    text-align: center;
    border-bottom: hidden;
    margin-top: 15px;
}

    .PaginationRow .LeftArrow {
        background: url(/Portals/0/Skins/ANB/Images/pagination_arrow_left.png) no-repeat center;
        width: 22px;
        height: 34px;
        text-decoration: none;
        display: inline-block;
        margin-right: 1px;
    }

        .PaginationRow .LeftArrow:hover, .PaginationRow .LeftArrow.aspNetDisabled {
            background: url(/Portals/0/Skins/ANB/Images/pagination_arrow_left_on.png) no-repeat center !important;
            cursor: pointer !important;
        }

    .PaginationRow .RightArrow {
        background: url(/Portals/0/Skins/ANB/Images/pagination_arrow_right.png) no-repeat center !important;
        width: 22px;
        height: 34px;
        text-decoration: none;
        display: inline-block;
        margin-left: 1px;
    }

        .PaginationRow .RightArrow:hover, .PaginationRow .RightArrow.aspNetDisabled {
            background: url(/Portals/0/Skins/ANB/Images/pagination_arrow_right_on.png) no-repeat center;
        }

    .PaginationRow .MiddlePagination {
        background: url(/Portals/0/Skins/ANB/Images/pagination_nb_bg.png) no-repeat center;
        width: 36px;
        height: 35px;
        line-height: 32px;
        display: inline-block;
        vertical-align: top;
        color: #707478;
        font-size: 19px;
        font-family: 'Segoe UI';
        font-weight: bold;
        text-decoration: none;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
    }

    .PaginationRow .LeftArrow.aspNetDisabled, .PaginationRow .RightArrow.aspNetDisabled {
        pointer-events: none;
    }

@media (max-width:992px) {
    #arab1:hover {
        background: #0073cf !important;
        color: #ffffff !important;
    }

    .sb-search-submit2 .fa-chevron-right:before {
        color: white;
        opacity: 1;
    }
}

@media (min-width:768px) {
    .panel-body {
        Color: #0078be;
        Font-size: 22px;
        Line-height: 23px;
        font-weight: 300 !important;
    }

    .SmallCaption {
        font-size: 15px;
        color: #e11107;
    }
}

@media (min-width:992px) {
    .panel-body {
        Color: #0078be;
        Font-size: 22px;
        Line-height: 23px;
        font-weight: 300 !important;
    }

    .RedAstirisk {
        font-size: 15px !important;
    }

    .SmallCaption {
        font-size: 15px;
        color: #e11107;
    }
}

@media (min-width:992px) {
    #header .container {
        position: relative;
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: 50px;
    }

    .MobTabDow img {
        width: 130px !important;
        max-width: 130px !important;
        margin-right: 15px !important;
        margin-bottom: 5px !important;
    }

    .MobTut img {
        width: 150px !important;
        max-width: 150px !important;
        margin-right: 15px !important;
        margin-bottom: 5px !important;
        height: 300px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .MobTabDow img;

{
    width: 130px !important;
    max-width: 130px !important;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
}

.MobTut img {
    width: 112px !important;
    max-width: 120px !important;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
    height: 224px;
}

}

@media(max-width:768px) {
    .MobTabDow img;

{
    width: 130px !important;
    max-width: 130px !important;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
}

.MobTut img {
    width: 112px !important;
    max-width: 120px !important;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
    height: 224px;
}

}

@media(max-width:492px) {
    .MobTabDow img;

{
    width: 130px !important;
    max-width: 130px !important;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
}

.MobTut img {
    width: 112px !important;
    max-width: 120px !important;
    margin-right: 15px !important;
    margin-bottom: 5px !important;
    height: 224px;
}

.sb-search-input2 {
    font-size: 22px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
}

}

@media (min-width: 992px) and (max-width:1128px) {
    .MenuInnerDiv {
        right: 0;
        left: 0;
        width: 200%;
        padding-left: 72% !important;
        text-align: center;
        margin-left: -71%;
    }
}

@media (min-width: 492px) and (max-width:767px) {
    #header {
        padding-left: 0 !important;
    }

    .sb-search-input2 {
        font-size: 22px !important;
        font-weight: 300 !important;
        line-height: 1.4 !important;
    }
}

.sb-search-submit2 .fa-chevron-right:before, .fa-chevron-left:before {
    color: white !important;
    opacity: 1 !important;
}

@media (min-width: 768px) and (max-width:992px) {

    .sb-search-input2 {
        font-size: 16px !important;
        font-weight: 300 !important;
        height: 40px !important;
    }

    .sb-search-submit2 {
        height: 40px !important;
    }
}

.footer .btn-search:hover {
    border-left: 0;
    border-right: 1px solid #9a9a9a !important;
    border-right-width: 1px !important;
    border-right-style: solid !important;
    border-right-color: #9a9a9a !important;
}



.sadad td {
    width: 20%;
    color: #616161;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    margin-bottom: 15px;
    padding-bottom: 9px !important;
    padding-top: 7px !important;
    text-align: right !important;
    border-bottom: 2px solid #e9e9e9;
    padding-left: 7px !important;
    text-align: center !important;
}

.sadad .headers {
    width: 20%;
    font-family: "Droid Arabic Kufi",sans-serif !important;
    font-size: 15px;
    line-height: 21px;
    text-align: right;
    border-bottom: 3px solid #d8d8d8;
    color: #00579d;
    font-weight: 300;
    margin-bottom: 6px;
    text-transform: uppercase;
    padding: 10px 12px;
    padding-left: 10px !important;
}

@media (min-width: 768px) {

    .sadad td {
        border-bottom: 2px solid #e9e9e9 !important;
        border-bottom-width: 2px !important;
        border-bottom-style: solid !important;
        border-bottom-color: #e9e9e9 !important;
    }
}



.CountryTable td {
    width: 43%;
}



@media (max-width:478px) {

    .accordionTitle.ui-accordion-header-active, .accordionTitle {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

@media only screen and (max-width: 760px) {
    /* Force table to not be like tables anymore */
    .index_fxrates table, .index_fxrates thead, .index_fxrates tbody, .index_fxrates th, .index_fxrates td, .index_fxrates tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .index_fxrates thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .index_fxrates tr {
        border: 1px solid #ccc;
    }

    .index_fxrates td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: right;
        width: 100% !important;
        font-size: 100%;
    }

        .index_fxrates td:before {
            position: absolute;
            left: 6px;
            padding-right: 10px;
            white-space: nowrap;
        }

    .index_fxrates tr.sub-head {
        display: none;
    }
    /*
	Label the data
	*/
    .index_fxrates td:nth-of-type(2):before {
        content: "Bid";
        color: #4f4f4f;
        padding-left: 15px;
    }

    table.table-fxrates > tbody > tr > td:nth-child(1) {
        color: #0073cf;
        padding-right: 20px;
    }

    table.table-fxrates > tbody > tr > td:nth-child(2) {
        color: #373737;
        padding-right: 20px;
    }

    table.table-fxrates > tbody > tr > td:nth-child(3) {
        color: #373737;
        padding-right: 20px;
    }

    .index_fxrates td:nth-of-type(3):before {
        content: "Ask";
        color: #4f4f4f;
        padding-left: 15px;
    }

    .back {
        display: none;
    }

    .GeneralTable td {
        color: #616161;
        font-size: 14px;
        /* line-height: 1.2; */
        margin-bottom: 15px !important;
        padding: 7px 12px !important;
        border-bottom: 1px solid #d8d8d8 !important;
        ;
    }

    .row_style_none {
        color: #00579d !important;
        font-size: 16px !important;
        line-height: 19px !important;
        font-weight: 300 !important;
        margin-bottom: 6px !important;
        /* text-transform: capitalize; */
        text-align: left;
        padding-left: 5px !important;
        /* background-color: #f2f2f2 !important; */
        border-bottom: 0 !important;
        border-right: 1px solid #d8d8d8 !important;
        ;
    }
}

.GeneralTable {
    display: table-row !important;
}

    .GeneralTable td {
        color: #616161;
        font-size: 14px;
        /* line-height: 1.2; */
        margin-bottom: 15px !important;
        padding: 7px 12px !important;
        border-bottom: 1px solid #d8d8d8 !important;
    }

.row_style_none {
    color: #00579d !important;
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 300 !important;
    margin-bottom: 6px !important;
    /* text-transform: capitalize; */
    text-align: left;
    padding-left: 5px !important;
    /* background-color: #f2f2f2 !important; */
    border-bottom: 0 !important;
    border-right: 1px solid #d8d8d8 !important;
}


.TbName {
    width: 25% !important;
    border-left: 1px solid #d4d4d4 !important;
    border-right: 1px solid #d4d4d4 !important;
    font-size: 14px;
}

.GeneralTable2 {
    background-color: #eaf6ff;
    border-bottom: 2px solid #d4d4d4 !important;
}

    .GeneralTable2 h4 {
        padding: 7px 12px !important;
    }

    .GeneralTable2 td {
        border-right: 1px solid #d4d4d4 !important;
    }



.TbHead {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #00579d !important;
    font-size: 16px !important;
    border-left: 1px solid #d4d4d4 !important;
    border-right: 1px solid #d84d4d !important;
    border-top: 3px solid #d4d4d4 !important;
}

.tab-offeers .ui-tabs-nav .ui-tabs-active .icon5, .tab-offeers .ui-tabs-nav li:hover .icon5 {
    background-position: -1398px -386px;
    width: 40px;
    background-image: url(../images/sprites-eng.png);
}

.tab-offeers .ui-tabs-nav > li > a .icon5 {
    background-position: -1398px -336px;
    width: 40px;
    background-image: url(../images/sprites-eng.png);
}


@media (max-width:768px) {


    .tab-offeers .ui-tabs-nav > li > a {
        max-height: 116px;
    }

    .tab-offeers .ui-tabs-nav > li {
        max-height: 116px;
    }

    .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
        height: 136px;
        max-height: 135px;
    }

    .tab-offeers .ui-tabs-nav > li > a em {
        margin-top: 0px;
        margin-left: 0px;
    }
}


@media (min-width:992px) {
}

@media (max-width: 479px) {
    .tab-offeers .ui-tabs-nav > li > a em {
        margin-top: -11px;
        margin-left: 0px;
    }
}

@media (max-width:767px) {
    .tab-offeers .ui-tabs-nav > li > a em {
        height: 105px !important;
        width: 98px !important;
    }

    .tab-offeers .ui-tabs-nav .ui-tabs-active .icon5, .tab-offeers .ui-tabs-nav li:hover .icon5 {
        background-position: -1409px -541px;
    }

    .tab-offeers .ui-tabs-nav > li > a .icon5 {
        background-position: -1409px -441px;
    }
}

.InssideValidation {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

    .InssideValidation.Succes:before {
        content: '\f058';
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 7px;
        font-size: 22px;
        line-height: 23px;
    }

    .InssideValidation.Succes {
        background-color: #e6f3e9;
        color: #12af37;
    }

    .InssideValidation.Failure:before {
        content: '\f057';
        font: normal normal normal 14px/1 FontAwesome;
        padding-right: 7px;
        font-size: 22px;
        line-height: 23px;
    }

    .InssideValidation.Failure {
        background-color: #fceae9;
        color: #e11107;
    }

@media (max-width:767px) {
    .for-pc > div {
        display: inline-block;
        border-bottom: 2px solid #dadada;
        padding-top: 15px;
        width: 100%;
    }

    .for-pc p {
        margin-bottom: 15px !important;
    }

    #tabs-3 {
        padding-top: 0px !important;
    }

    .for-pc a {
        font-size: 22px;
    }
}

@media (max-width:767px) {
    #tabs-2 .ContUsForm .ContUsFormFirst {
        margin-top: 60px;
    }

    .panel-primary > .panel-heading {
        font-size: 30px !important;
    }

    .panel.panel-primary.style4.padding-right {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .panel-primary > .panel-heading {
        margin-left: 0 !important;
    }

    .panel.panel-primary.style4.padding-right {
    }
}


@media (max-width: 992px) {
    .navbar-nav li a {
        font-weight: 400 !important;
    }

    .navbar-nav > li > a, .navbar-default .navbar-nav > li > a {
        font-weight: 400 !important;
    }

    .navbar-default .navbar-nav > li > a, .navbar-nav > li {
        font-weight: 400 !important;
    }
}


@media (max-width:767px) {
    .changeloc {
        line-height: 17px !important;
    }

    section#body.Container.cont1.secbranch {
        padding-right: 0px !important;
    }

    .ModuleTitle {
        margin-bottom: 21px !important;
        padding-left: 0px !important;
    }

    .back {
        margin-left: 15px !important;
    }
}

@media (max-width:992px) and (min-width:768px) {
    .changeloc {
        line-height: 16px !important;
    }
}

@media (min-width:992px) {
}

@media (min-width:992px) {
    .container.HomeCalc button {
        height: 40px;
    }
}


.ntx_TestimonialsContainer {
}

.ntx_TestimonialsContainer {
    display: none !important;
}

.PersonalNewsContainer {
    width: 100%;
}


/* begin footer styles */
@media (min-width:768px) {
    .index-footer-bg {
        background-color: #828282;
    }
}

@media (max-width:767px) {
    .index-footer-bg {
        background-color: #f2f2f2;
    }
}

@media (min-width:492px) and (max-width:767px) {
    .LinkRows a {
        font-size: 24px;
        line-height: 35px;
    }
}

.footer {
    background-color: #828282;
    padding-top: 0px;
    padding-bottom: 6px;
    margin-top: 0px;
}

#Section1 {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .footer {
        padding-top: 30px;
        padding-top: 30px;
    }

    #Section2 {
        padding-left: 15px;
        padding-right: 15px !important;
    }

    #Section1 {
        padding-top: 0px;
    }
}

.footer hr {
    border-color: #9a9a9a;
    margin-top: 11px;
    margin-bottom: 7px;
}

@media (max-width: 992px) {
    .footer hr {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    .footer hr {
        margin-top: 24px;
    }
}

.footer-ul {
    margin-bottom: 10.5px;
}

    .footer-ul a, .footer-ul a span {
        color: #ffffff;
        font-weight: 300;
        line-height: 24px;
        font-size: 15px;
    }

    .footer-ul li {
        font-size: 15px;
    }

/*.footer h5 {
    line-height: 4px;
}*/

@media (max-width: 767px) and (min-width: 480px) {
    .footer h5 {
        font-size: 60px;
        margin-bottom: 10px;
        margin-top: 25px;
        line-height: 60px;
        color: #fff !important;
    }
}

@media (max-width: 479px) {
    .footer h5 {
        margin-bottom: 9px;
        margin-top: 25px;
        font-size: 8vw;
        color: #fff !important;
    }

    .footer {
        margin-top: 0;
        padding-top: 0;
    }

    .social img {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

.main-links li a {
    color: #373737;
    font-size: 15.5px;
    font-weight: 300;
    line-height: 27px;
    text-transform: capitalize !important;
}

.main-links a {
    color: #373737;
    font-size: 15.5px;
    font-weight: 300;
    line-height: 27px;
}

@media (min-width: 992px) and (max-width: 1127px) {
    .footer .input-group {
        width: auto;
    }
}

@media (min-width: 1128px) {
    .footer .input-group {
        width: 99%;
    }

    .footer a {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .footer .form-control {
        font-weight: 300;
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .footer .form-control {
        margin-bottom: 20px;
        font-size: 40px;
        height: 100px;
    }
}

.input-search {
    border-right: 0;
}

.footer .btn-search {
    background-color: #757575;
    border: 1px solid #9a9a9a;
    border-left: 0;
    border-radius: 0;
    display: block;
    height: 40px;
    width: 46px;
    background-image: none;
    padding: 0px 10px;
}

    .footer .btn-search:hover {
        border: 1px solid #9a9a9a;
        border-left: 0;
    }

.footer .btn:hover {
    color: #ffffff;
    background-color: #0073cf;
}

.footer .form-control::-moz-placeholder {
    color: #ffffff;
}

.footer .form-control:-moz-placeholder {
    color: #ffffff;
}

.footer .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.footer .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.footer .mobile-number {
    width: 47.8%;
    margin-right: 17px;
}

.footer .message-type {
    width: 49%;
    line-height: 34px;
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio:0) {
    .footer .message-type {
        text-indent: 0;
    }

    .footer .message-type {
        -chrome-: only(;
        text-indent: 5px;
        );
    }
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) {
    .footer .message-type {
        line-height: 106px;
        text-indent: 0;
    }

    .footer .message-type {
        -chrome-: only(;
        text-indent: 15px;
        );
    }
}

@media (max-width: 479px) and (-webkit-min-device-pixel-ratio:0) {
    .footer .message-type {
        line-height: 37px;
        text-indent: 0;
    }

    .footer .message-type {
        -chrome-: only(;
        text-indent: 15px;
        );
    }
}

@media (min-width: 1128px) {
    .footer .phone_number {
        font-size: 27px;
    }
}

@media (min-width: 992px) and (max-width: 1127px) {
    .footer .phone_number {
        font-size: 25px;
    }
}

@media (max-width: 1127px) {
    .footer .mobile-number {
        width: 100%;
    }

    .footer .message-type {
        width: 100%;
    }
}

.footer .phone_number {
    color: #dadada;
    letter-spacing: -1px;
    margin-top: 2px;
    padding-left: 0px;
    line-height: 1.4 !important;
}

.table-address {
    background-color: transparent;
    font-size: 15.5px;
    font-weight: 300;
    color: #dadada;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .table-address {
        letter-spacing: -0.2px;
    }

    .table-address {
        -chrome-: only(;
        letter-spacing: -1px;
        );
    }
}

.table-address img {
    margin-top: -3px;
}

.table-address .table-label {
    color: #dadada;
    font-weight: 300;
}

.font-gray {
    color: #d3d3d3;
}

.social {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    float: left;
    padding-top: 7px;
}

    .social img {
        margin-right: 9px;
        margin-top: -9px;
        float: left;
    }

@media (min-width: 992px) {
    .social img {
        width: 42px;
    }

    .footer .btn:hover {
        color: #ffffff;
        background-color: #00579e;
    }

    .table-address img {
        margin-top: 1px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .social {
        margin-top: 22px;
    }

        .social img {
            width: 66px;
            margin-right: 0;
            height: 66px;
        }

        .social p {
            display: none;
        }

    .table-address img {
        margin-top: 1px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    .social {
        margin-right: 34px;
    }

        .social:last-child {
            margin-right: 0;
        }

        .social img {
            width: 100%;
            margin-right: 0;
        }

        .social p {
            margin-top: 10px;
            display: none;
        }

    .footer .phone_number {
        font-size: 78px;
        color: #dadada;
        font-weight: 400;
        letter-spacing: -3.5px;
        background-color: transparent;
        padding-left: 10px;
        margin-top: -10px;
        margin-bottom: 50px;
        float: none;
    }
}

@media (max-width: 599px) and (min-width: 480px) {
    .social {
        margin-right: 27px;
    }

        .social:last-child {
            margin-right: 0 !important;
            margin-left: 0 !important;
        }

        .social img {
            width: 100%;
            margin-right: 0;
        }

        .social p {
            margin-top: 10px;
            display: none;
        }

    .footer .phone_number {
        font-size: 60px;
        color: #dadada;
        font-weight: 400;
        letter-spacing: -3px;
        background-color: transparent;
        padding-left: 10px;
        margin-top: -10px;
        margin-bottom: 18px;
        float: none;
    }
}

@media (max-width: 479px) {
    .social {
        margin-left: 15px !important;
    }

        /*.social:last-child
        {
            margin-left: 0 !important;
        }*/

        .social img {
            width: 100%;
            margin-right: 0;
        }

        .social p {
            margin-top: 10px;
            display: none;
        }

    .footer .phone_number {
        font-size: 40px;
        color: #dadada;
        font-weight: 400;
        letter-spacing: -1.5px;
        background-color: transparent;
        padding-left: 0px;
        padding-top: 18px;
        margin-top: -15px;
        margin-bottom: 15px;
        float: none;
        padding-right: 13px;
    }
}

.social .name {
    font-size: 16px;
}

.footer textarea {
    height: 89px;
}

@media (min-width: 768px) and (max-width: 1127px) {
    .footer textarea {
        height: 105px;
    }
}

@media (max-width: 767px) {
    .footer textarea {
        height: 375px;
    }
}

.top-link {
    color: #373737;
    font-size: 15px;
    font-weight: 300;
    line-height: 3;
}

.copyright {
    font-size: 13px;
    color: #dadada;
    font-weight: 300;
    line-height: 18px;
}

    .copyright a {
        color: #ffffff;
        font-weight: 400;
    }

.disclaimer {
    font-size: 13px;
    color: #373737;
    font-weight: 300;
    text-align: right;
    line-height: 18px;
}

@media (max-width: 992px) {
    .copyright {
        text-align: center;
        margin-bottom: 7px;
    }

    .disclaimer {
        text-align: center;
        margin-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .copyright {
        font-size: 28px;
        font-weight: 300;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .disclaimer {
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 26px;
    }

    .copyright a {
        font-weight: 400;
    }
}

.disclaimer a {
    color: #373737;
}

.Back-top {
    text-decoration: none;
}

.row.index-footer-bg {
    margin-right: 0px;
    margin-left: 0px;
}

.form-control {
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 300;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.form-control {
    line-height: 1.4;
    color: #ffffff;
    background-color: #757575;
    background-image: none;
    /*border: 1px solid #9a9a9a;*/
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid #9a9a9a;
}

.address-table-container {
    margin-right: 0px;
    margin-left: 0px;
}

#Section1 > footer > div:nth-child(1) > div:nth-child(1) > div:nth-child(3) > div > div > table > tbody > tr:nth-child(1) > td:nth-child(1) {
    padding: 5px;
    line-height: 1.4;
    vertical-align: top;
}

.Back-top {
    /*  background: url(../images/icon_top.png) right top no-repeat;
    color: #373737 !important;
    float: right;
    font-size: 16px;
    line-height: 42px;
    padding: 0 53px 0 0;*/
}

.footer table td {
    padding: 5px !important;
    line-height: 1.4 !important;
    vertical-align: top !important;
}

.footer div {
    padding-left: 0px;
    padding-right: 0px;
}

#FooterBtn {
    line-height: 20px !important;
}

.btn {
    line-height: 42px;
    padding: 6px 50px 0px 30px;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #ffffff;
    border-color: rgba(0, 0, 0, 0);
}

.form-control.input-search {
    border-right: 0px;
}
/* end footer styles */
@media (max-width: 320px) {


    .phone_number img {
        width: 36px;
    }

    .phone_number {
        font-size: 35px !important;
        text-align: left;
        letter-spacing: 0;
        padding-left: 0;
    }
}

.btn-4 {
    overflow: hidden;
    padding-top: 0px;
    padding-left: 0;
    padding-right: 0;
    min-width: 200px;
    transition: all 0.3s;
}

    .btn-4:active {
        color: #ffffff;
        background: #686a6f;
    }

    .btn-4:hover {
        color: #ffffff;
        background: #686a6f;
    }

    .btn-4:before {
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        left: 70%;
        top: 1px;
    }

    .btn-4:active:before {
        color: #ffffff;
    }


    .btn-4:hover:before {
        left: 210%;
    }

.icon-arrow-right:before {
    width: 11px;
    height: 19px;
    content: url("../images/arrow_btn_default.png");
    left: 121px;
}


@media (min-width: 1128px) {
    .social {
        display: flex;
    }

    .disclaimer a {
        margin-right: 5px;
        margin-left: 5px;
    }

    .social div {
        width: 42px;
        height: 42px;
        margin-right: 9px;
        margin-bottom: 15px;
        margin-top: 7px;
        transition: all 0.5s;
        float: left;
        text-align: center;
        font-family: FontAwesome;
        line-height: 42px;
        font-size: x-large;
    }

    .social p {
        float: left;
    }

    .social a {
        text-decoration: none;
        color: #fff;
    }

    .social div:hover {
    }

    .social-fb {
        background-color: #39589b;
    }

    .social-tw {
        background-color: #2da5e1;
    }

    .social-lk {
        background-color: #007db3;
    }

    .social-fb:before {
        content: "\f09a" !important;
    }

    .social-tw:before {
        content: "\f099" !important;
    }

    .social-lk:before {
        content: "\f0e1" !important;
    }
}



@media (min-width: 768px) and (max-width: 992px) {
    .footer .btn-footer {
        width: 170px;
        height: 40px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
        background-image: none;
    }



    .Back-top {
        display: none;
    }

    .form-group {
        margin-bottom: 25px;
    }
}



@media (min-width: 1127px) {
    .footer .phone_number {
        padding-left: 0px;
    }

    .form-control {
        margin-bottom: 15px;
    }

    .info-time {
        display: none;
    }

    .disclaimer a {
    }
}




@media (min-width:992px) {
    .btn-4:active {
        color: #ffffff;
        background: #686a6f;
    }

    .btn-4:hover {
        color: #ffffff;
        background: #686a6f;
    }

    .social div {
        margin-right: 6px;
    }

    .social {
        margin-right: 0px;
    }
}

@media (max-width: 479px) {

    .SubsidiariesContainer img {
        max-width: 35%;
        max-height: 112px;
        margin-bottom: 15px;
    }

    .SubsidiariesContainer > img:nth-child(2) {
        margin-left: 30px;
    }

    .SubsidiariesContainer > img:nth-child(3) {
        margin-left: 30px;
        margin-right: 15px;
    }

    .SubsidiariesContainer > img:nth-child(4) {
        margin-left: 30px;
    }

    .SubsidiariesContainer > img:nth-child(4) {
        margin-left: 30px;
    }

    .SubsidiariesContainer > img:nth-child(5) {
        margin-left: 30px;
        clear: right;
    }

    .SubsidiariesContainer > img:nth-child(6) {
        margin-left: 30px;
        margin-right: 40px;
    }

    .partners {
        display: inline-block;
        background-color: rgb(211, 211, 211);
    }

        .partners h3 {
            margin-left: 0px;
            padding-left: 30px;
        }
}

@media (max-width: 767px) and (min-width: 480px) {


    .navbar-toggle {
        margin-top: 3px;
    }

    .SubsidiariesContainer img {
        max-width: 35%;
        max-height: 112px;
        margin-bottom: 15px;
    }

    .SubsidiariesContainer > img:nth-child(2) {
        margin-left: 30px;
        margin-right: 30px;
    }

    .SubsidiariesContainer > img:nth-child(3) {
        margin-left: 30px;
        margin-right: 30px;
    }



    .SubsidiariesContainer > img:nth-child(4) {
        margin-left: 30px;
        margin-right: 30px;
    }

    .SubsidiariesContainer > img:nth-child(5) {
        margin-left: 30px;
        margin-right: 30px;
        clear: right;
    }

    .SubsidiariesContainer > img:nth-child(6) {
        margin-left: 30px;
        margin-right: 40px;
    }

    .partners {
        display: inline-block;
        text-align: center;
    }

        .partners h3 {
            margin-left: 0px;
            padding-left: 30px;
            text-align: left;
        }
}

@media (min-width: 768px) and (max-width: 992px) {
    .partners h3 {
        border-bottom: 1px solid #ffffff;
        color: #0073cf;
        font-size: 30px;
        font-weight: 300;
        margin: 0px 0 0px;
        padding: 0 0 10px 15px;
        text-transform: uppercase;
        text-align: left;
    }

    #Section1 {
        margin-top: 30px;
    }

    .partners {
    }

    .SubsidiariesContainer {
        text-align: center;
    }

    .SubsidiariesContainer {
        display: inline-block;
    }

        .SubsidiariesContainer > img:nth-child(1) {
            margin-top: 15px;
            margin-left: 15px;
            margin-right: 30px;
            margin-bottom: 15px;
        }



        .SubsidiariesContainer > img:nth-child(2) {
            margin-top: 15px;
            margin-left: 30px;
            margin-right: 30px;
            margin-bottom: 15px;
        }

        .SubsidiariesContainer > img:nth-child(3) {
            margin-top: 15px;
            margin-left: 30px;
            margin-right: 30px;
            margin-bottom: 15px;
        }

        .SubsidiariesContainer > img:nth-child(4) {
            margin-top: 15px;
            margin-left: 30px;
            margin-right: 15px;
            margin-bottom: 15px;
        }

        .SubsidiariesContainer > img:nth-child(5) {
            margin-top: 15px;
            margin-left: 30px;
            margin-right: 30px;
            margin-bottom: 15px;
        }

        .SubsidiariesContainer > img:nth-child(6) {
            margin-top: 15px;
            margin-left: 30px;
            margin-right: 30px;
            margin-bottom: 15px;
        }
}

@media (min-width: 992px) {
    .SubsidiariesContainer {
    }

        .SubsidiariesContainer h3 {
            text-align: left;
        }

        .SubsidiariesContainer img {
            margin-left: 20px;
            margin-bottom: 15px;
            margin-top: 15px;
        }

    .phone_number img {
        margin-bottom: 0px;
    }


    .SubsidiariesContainer img {
        margin-right: 25px;
    }

    .SubsidiariesContainer > img:nth-child(6) {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.SubsidiariesContainer {
    background-color: rgb(211, 211, 211);
}

.ntx_Footer {
    padding: 0 !important;
}

.SubsidiariesContainer {
    margin: 0;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    #Section1 {
        padding-left: 0;
        padding-right: 0;
    }

    .SubsidiariesContainer {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: left;
        display: inline-table;
    }

        .SubsidiariesContainer img {
            min-width: 40%;
        }

        .SubsidiariesContainer > img:nth-child(1) {
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 30px;
            float: left;
        }

        .SubsidiariesContainer > img:nth-child(2) {
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 30px;
            float: right;
        }

        .SubsidiariesContainer > img:nth-child(3) {
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 30px;
            float: left;
        }

        .SubsidiariesContainer > img:nth-child(4) {
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 30px;
            float: right;
        }

        .SubsidiariesContainer > img:nth-child(5) {
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            float: left;
        }
}

.input-group input {
    transition: none;
    -webkit-transition: none;
}


/*.active1 input, .active1 .btn-search
{
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    background-color: rgb(117, 117, 117);
    background-image: none;
    border-bottom-color: rgb(184, 184, 184);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-collapse: separate;
    border-left-color: rgb(184, 184, 184);
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: rgb(184, 184, 184);
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: rgb(184, 184, 184);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: auto;
    outline-color: rgb(255, 255, 255);
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    transition-delay: 0s, 0s;
    transition-duration: 0.15s, 0.15s;
    transition-property: border-color, box-shadow;
    transition-timing-function: ease-in-out, ease-in-out;
    z-index: 2;
}

.active1 input
{
    border-right-width: 0;
    border-right-style: none;
}

.active1 .btn-search
{
    border-left-width: 0;
    border-left-style: none;
}*/




.input-group:focus {
    outline: 0;
}

.form-control:focus {
    border-color: rgb(184, 184, 184);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(184, 184, 184), 0 0 8px rgbargb(184, 184, 184);
    box-shadow: inset 0 1px 1px rgb(184, 184, 184), 0 0 8px rgb(184, 184, 184);
}

.btn-search:hover {
    background-color: transparent !important;
}

.footer .btn-search:hover {
    background-image: none;
    background-color: transparent !important;
    border-color: #9a9a9a #9a9a9a #9a9a9a #9a9a9a;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 0px !important;
}


@media (max-width: 767px) {
    .anb_services svg:hover path {
        fill: #0073cf !important;
    }
}

@media (min-width: 992px) {
    .copyright {
        font-size: 13px !important;
    }

    .disclaimer {
        font-size: 13px !important;
    }

        .disclaimer a:hover, .copyright a:hover {
            text-decoration: underline !important;
        }

    .footer-ul li a:hover {
        color: white !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .LinkRows {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .LinkRows a {
            font-size: 16px;
        }

    .anchorLocateUS, .table-address .table-label {
        font-size: 16px !important;
        font-weight: 400 !important;
    }
}

@media (min-width: 992px) {
    .MenuInnerDiv {
        background-color: white;
        position: absolute;
        min-height: 40px;
    }
}

body {
    margin: 0 auto;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.jssora03l, .jssora03r {
    display: none;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    /*background: url(/Portals/0/Skins/ANB/Images/a03.png) no-repeat;*/
    overflow: hidden;
}

.small-home-rotator-wrapper:hover .jssora03l, .small-home-rotator-wrapper:hover .jssora03r {
    display: block !important;
}

.jssora03l {
    background-position: -3px -33px;
}

.jssora03r {
    background-position: -63px -33px;
}

.jssora03l:hover {
    background-position: -123px -33px;
}

.jssora03r:hover {
    background-position: -183px -33px;
}

.jssora03l.jssora03ldn {
    background-position: -243px -33px;
}

.jssora03r.jssora03rdn {
    background-position: -303px -33px;
}

.owl-carousel.owl-theme .fa-chevron-right:before, .owl-carousel.owl-theme .fa-chevron-left:before {
    font-size: 35px;
    color: rgba(0,115,207,1) !important;
    opacity: 1 !important;
}

.fa-chevron-right:before, .fa-chevron-left:before {
    font-size: 35px;
    color: rgba(0,0,0,0.4) !important;
    opacity: 0.7 !important;
}

.small-home-rotator-wrapper {
    z-index: 0;
    overflow:hidden;
}

.small-home-rotator {
    overflow: hidden;
    position: relative;
}

    .small-home-rotator .small-home-rotator-text {
        height: 24px;
        position: absolute;
        width: 100%;
    }

.small-home-rotator-nav {
    position: absolute;
    z-index: 100;
    height: 35px;
}

    .small-home-rotator-nav a {
        width: 25px;
        height: 35px;
    }

#prev2, #prev1 {
    margin-left: 8px;
}

#next2 {
    right: 8px;
}

#next1 {
    right: 8px;
}

.small-home-rotator-text p {
    background: url('../../../opac-pix.png') repeat 100% 100%;
    font-size: 15px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    height: 24px;
    width: 70%;
    float: left;
}

#small-home-rotator_en a {
    float: right;
}

.small-home-rotator-text a img {
    position: relative;
    top: -1px;
    left: 5px;
}

#small-home-rotator_ar a {
    float: left;
}

#small-home-rotator_en p {
    padding-left: 10px;
}

#small-home-rotator_ar p {
    padding-right: 10px;
    float: right;
    direction: rtl;
    text-align: right;
}

.small-home-rotator-text a {
    width: 30%;
    height: 100%;
    background-color: #e11107;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
}

@media (min-width:767px) {
    .small-home-rotator {
        width: 319px;
        height: 192px;
    }

    .small-home-rotator-nav {
        width: 319px;
    }

    .small-home-rotator .small-home-rotator-text {
        top: 0;
        margin-top: 168px;
    }
}

@media (max-width:767px) {
    .small-home-rotator {
        width: 100% !important;
    }

        .small-home-rotator > div {
            width: 100% !important;
            /*height:336px !important;*/
            overflow: hidden;
            height: auto !important;
            max-height: 241px !important;
        }

            .small-home-rotator > div > div:first-child {
                max-height: 422px;
                overflow: hidden;
            }

            .small-home-rotator > div > div > img {
                width: 100% !important;
            }

        .small-home-rotator .small-home-rotator-text {
            bottom: 0;
height: 40px;
        }

            .small-home-rotator .small-home-rotator-text p {
                line-height: 34px !important;
		font-size: 17px !important;
                padding-top: 2px;
height: 40px;
width: 90%;
            }
.small-home-rotator-text a{
width: 10%;
color: #e11107;
}
.small-home-rotator-text a img {
position: relative;
top: -42px;
left: 1px;
width: 12px;
height: 22px;
}
    .small-home-rotator-nav {
        width: 100% !important;
    }
}

/*----------------------------------------------------------------
    Owl Carousel mockups
----------------------------------------------------------------*/

.owl-item {
    clear: none;
}

    .owl-item > div {
        padding: 0px;
    }

#intro .owl-item > div,
.gallery .owl-item > div {
    padding: 0;
}

.owl-theme .owl-controls .owl-buttons div,
#intro.owl-theme .owl-controls .owl-pagination {
    position: absolute;
}

#intro.owl-theme .owl-controls .owl-pagination {
    bottom: 1em;
    margin: 0 20%;
    width: 60%;
}

.slider .owl-theme .owl-controls .owl-buttons div {
    color: #aaa;
}

.gallery.slider .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.slider .owl-theme .owl-controls .owl-page span {
    background: #aaa;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 53%;
    left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    top: 53%;
    right: 20px;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 0.944em;
    right: 0.333em;
    left: auto;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 2.222em;
    right: 0.333em;
}

.owl-item img {
    display: block;
    width: 321px;
    height: 471px;
    position: relative;
}

.mockup {
    pointer-events: none;
}

.slider {
    display: none;
}

    .slider .owl-wrapper-outer {
        margin-bottom: 1em;
    }

.iphone-slider .owl-carousel .owl-wrapper-outer,
.ipad-slider .owl-carousel .owl-wrapper-outer,
.desktop-slider .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.iphone-slider .owl-item,
.ipad-slider .owl-item,
.desktop-slider .owl-item {
    overflow-y: hidden;
}

.iphone-slider {
    margin: 0 auto;
}

.iphone-slider {
    height: 501px;
    width: 372px;
}

    .iphone-slider .owl-item {
        margin: 15px;
        height: 471px;
        width: 342px !important;
    }

        .iphone-slider .owl-item > div {
            /*padding: 0 30px;*/
            height: inherit;
            width: 312px;
            height: 470px;
        }

.home-offer-links-box {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 92%;
}

    .home-offer-links-box a.home-offer-apply {
        background-color: #F00000;
        color: #ffffff;
        font-weight: 300;
        font-size: 22px;
        padding: 7px 0;
        display: block;
        width: 80%;
        margin: 0 auto;
        font-family: 'Roboto', Arial, sans-serif;
    }

    .home-offer-links-box a.home-offer-check-all {
        display: block;
        color: #F00000;
        text-align: right;
        width: 91%;
        position: relative;
        top: 5px;
        font-size: 14px;
        font-family: 'Roboto', Arial, sans-serif;
    }

.iphone-slider .owl-item,
.ipad-slider .owl-item,
.desktop-slider .owl-item {
    opacity: 0.3;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

    .iphone-slider .owl-item.active,
    .ipad-slider .owl-item.active,
    .desktop-slider .owl-item.active {
        opacity: 1;
    }

.iphone-mockup {
    position: absolute;
    top: 0;
    width: 342px;
    margin: 0 auto;
}

.iphone-mockup,
.iphone-slider .owl-wrapper-outer {
    height: 501px;
}



    .iphone-mockup.grey {
        background: url("../Images/Offers_Grey_Border.png") no-repeat;
        width: 342px;
        height: 501px;
    }

.no-svg .iphone-mockup.grey {
    background: url("img/mockups/Offers_Red_Border.png") no-repeat;
}

.iphone-mockup,
.iphone-mockup.black,
.iphone-mockup.white,
.iphone-mockup.grey {
    background-size: 342px 501px !important;
}

.iphone-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
}

.iphone-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
}

.ipad-slider {
    margin: 0 auto;
}

.ipad-slider {
    min-height: 504px;
    width: 630px;
}

    .ipad-slider .owl-item {
        margin: 63px 0;
        height: 378px;
    }

        .ipad-slider .owl-item div {
            padding: 0 63px;
            height: inherit;
        }

.ipad-mockup {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -315px;
    width: 630px;
}

.ipad-mockup,
.ipad-slider .owl-wrapper-outer {
    height: 504px;
}

    .ipad-mockup,
    .ipad-mockup.black {
        background: url("img/mockups/ipad-black.svg") no-repeat;
    }

.no-svg .ipad-mockup,
.no-svg .ipad-mockup.black {
    background: url("img/mockups/ipad-black.png") no-repeat;
}

.ipad-mockup.white {
    background: url("img/mockups/ipad-white.svg") no-repeat;
}

.no-svg .ipad-mockup.white {
    background: url("img/mockups/ipad-white.png") no-repeat;
}

.ipad-mockup.grey {
    background: url("img/mockups/ipad-grey.svg") no-repeat;
}

.no-svg .ipad-mockup.grey {
    background: url("img/mockups/ipad-grey.png") no-repeat;
}

.ipad-mockup,
.ipad-mockup.black,
.ipad-mockup.white,
.ipad-mockup.grey {
    background-size: 630px 504px !important;
}

.ipad-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -47px;
}

.ipad-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -47px;
}

.desktop-slider {
    margin: 0 auto;
}

.desktop-slider {
    min-height: 462px;
    width: 664px;
}

    .desktop-slider .owl-item {
        margin: 26px 0;
        height: 315px;
    }

        .desktop-slider .owl-item div {
            padding: 0 45px;
            height: inherit;
        }

.desktop-mockup {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -315px;
    width: 630px;
    background: url("img/mockups/desktop.svg") no-repeat;
    background-size: 630px 462px !important;
}

.no-svg .desktop-mockup {
    background: url("img/mockups/desktop.png") no-repeat;
}

.desktop-mockup,
.desktop-slider .owl-wrapper-outer {
    height: 462px;
}

.desktop-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -30px;
}

.desktop-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -30px;
}

.side-mockup {
    clear: none;
}

    .side-mockup .owl-wrapper-outer {
        overflow: hidden !important;
    }

    .side-mockup .iphone-slider .owl-item,
    .side-mockup .ipad-slider .owl-item,
    .side-mockup .desktop-slider .owl-item {
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

@media handheld, only screen and (max-width:48em) {

    .iphone-slider {
        min-height: 600px;
        width: 300px;
    }

        .iphone-slider .owl-item {
            margin: 75px 0;
            height: 426px;
        }

            .iphone-slider .owl-item div {
                padding: 0 30px;
            }

    .iphone-mockup,
    .iphone-mockup.black,
    .iphone-mockup.white,
    .iphone-mockup.grey {
        margin-left: -150px;
        width: 300px;
        background-size: 300px 600px !important;
    }

        .iphone-mockup,
        .iphone-mockup.black,
        .iphone-mockup.white,
        .iphone-mockup.grey,
        .iphone-slider .owl-wrapper-outer {
            height: 600px;
        }

    .ipad-slider {
        min-height: 240px;
        width: 310px;
    }

        .ipad-slider .owl-item {
            margin: 30px 0;
            height: 180px;
        }

            .ipad-slider .owl-item div {
                padding: 0 35px;
            }

    .ipad-mockup,
    .ipad-mockup.black,
    .ipad-mockup.white,
    .ipad-mockup.grey {
        margin-left: -150px;
        width: 300px;
        background-size: 300px 240px !important;
    }

        .ipad-mockup,
        .ipad-mockup.black,
        .ipad-mockup.white,
        .ipad-mockup.grey,
        .ipad-slider .owl-wrapper-outer {
            height: 240px;
        }

    .desktop-slider {
        min-height: 220px;
        width: 326px;
    }

        .desktop-slider .owl-item {
            margin: 12px 0;
            height: 151px;
        }

            .desktop-slider .owl-item div {
                padding: 0 26px;
            }

    .desktop-mockup {
        margin-left: -150px;
        width: 300px;
        background-size: 300px 220px !important;
    }

    .desktop-mockup,
    .desktop-slider .owl-wrapper-outer {
        height: 220px;
    }

    .iphone-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -22px;
    }

    .iphone-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -22px;
    }

    .ipad-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -28px;
    }

    .ipad-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -28px;
    }

    .desktop-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -20px;
    }

    .desktop-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -20px;
    }
}

@media (max-width:30em) {

    .owl-buttons {
        display: none;
    }

    .side-mockup .owl-buttons,
    .side-mockup .owl-pagination {
        display: block;
    }
}

#intro-wrap {
    position: relative;
    width: 100%;
    height: 33.333em;
    background-color: #363842;
}

#intro {
    position: fixed;
    width: inherit;
    height: inherit;
}

    #intro .intro-item {
        position: absolute;
        width: inherit;
        height: inherit;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #intro.preload .intro-item {
        visibility: hidden;
    }

.darkover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
}

#intro .intro-mockup,
.caption,
.caption-mockup,
.photocaption {
    z-index: 2;
}

.caption,
.photocaption {
    position: absolute;
}

#intro .intro-mockup-wrapper,
.caption,
.photocaption {
    margin: 0 auto;
    padding: 0 8%;
}

#intro .intro-mockup-wrapper {
    max-width: 70em;
}

#intro .intro-mockup img {
    margin: 0 auto;
    max-width: 40em;
}

#intro .intro-mockup.intro-left img,
#intro .intro-mockup.intro-right img {
    max-width: 20em;
}

.owl-item .caption h2,
.owl-item .caption p,
.owl-item .caption .button,
.owl-item .caption-mockup h2,
.owl-item .caption-mockup p,
.owl-item .caption-mockup .button,
.owl-item .photocaption {
    opacity: 0;
}

.caption,
.caption-mockup {
    width: 100%;
    text-align: center;
}

    .caption,
    .caption h2,
    .caption-mockup,
    .caption-mockup h2,
    .photocaption,
    .photocaption h4 {
        color: #fff;
    }

        .caption.dark,
        .caption.dark h2,
        .caption-mockup.dark,
        .caption-mockup.dark h2 {
            color: #333;
        }

        .caption h2,
        .caption-mockup h2 {
            margin-bottom: 0.222em;
            font-size: 3em;
        }

        .caption h2 {
            margin-top: 0;
        }

        .caption p,
        .caption-mockup p {
            margin-top: 0;
        }

        .caption-mockup.caption-left {
            float: left;
        }

        .caption-mockup.caption-right {
            float: right;
        }

.photocaption {
    right: 0;
    bottom: 1.111em;
    padding: 0;
    max-width: 20%;
}

    .photocaption h4 {
        margin: 0;
        padding: 0.778em 1em;
        background-color: rgba(0,0,0,0.35);
        font-weight: 400;
        font-style: italic;
        font-size: 0.778em;
        font-family: 'Open Sans', sans-serif;
    }

    .caption a,
    .caption-mockup a,
    .photocaption a {
        color: #fff;
    }

#intro-wrap .more {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 2.667em;
}

#intro-wrap:hover .preload .more a {
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* IE7 fix */;
}

#intro-wrap .more a {
    color: #fff;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* IE7 fix */
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#intro-wrap:hover .more a {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /* IE7 fix */;
}

/*----------------------------------------------------------------
    Owl Carousel general
----------------------------------------------------------------*/

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        /* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
        display: inline-block;
        color: #fff;
        font-size: 40px;
        line-height: 40px;
        opacity: 0.3;
        filter: Alpha(Opacity=30);
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
        zoom: 1;
        *display: inline;
    }

#intro-wrap .owl-controls .owl-buttons div {
    text-shadow: none;
    font-size: 2.667em;
    opacity: 0;
    filter: Alpha(Opacity=0);
    ;
}

#intro-wrap:hover .owl-controls .owl-buttons div {
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    ;
}

    #intro-wrap:hover .owl-controls .owl-buttons div:hover {
        opacity: 1;
        filter: Alpha(Opacity=100);
        ;
    }

.dark-controls .owl-theme .owl-controls .owl-buttons div {
    color: #292929;
}

.white-controls .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        margin: 0.333em;
        width: 0.667em;
        height: 0.667em;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        opacity: 0.3;
        filter: Alpha(Opacity=30);
    }

.text-light .owl-theme .owl-controls .owl-page span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.dark-controls .owl-theme .owl-controls .owl-page span,
.testimonial-slider.owl-theme .owl-controls .owl-page span,
.custom-carousel.owl-theme .owl-controls .owl-page span {
    background: #aaa;
}

.white-controls .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.text-light .owl-theme .owl-controls .owl-page.active span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page.active span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ccc;
    font-size: 12px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(img/AjaxLoader.gif) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons div {
    margin-top: -20px;
    font-size: 40px;
}

.gallery .owl-controls .owl-buttons div {
    font-size: 2em;
}

#intro-wrap .owl-carousel .owl-wrapper-outer,
#intro-wrap .owl-wrapper,
#intro-wrap .owl-carousel .owl-item {
    height: inherit;
}

#intro-wrap .owl-carousel .owl-item {
    overflow: hidden;
}

@media handheld, only screen and (min-width:48em) {

    .owl-theme .owl-controls .owl-buttons div {
        margin-top: -25px;
        font-size: 50px;
    }

    .gallery .owl-controls .owl-buttons div {
        font-size: 2em;
    }

    .carousel-item h1,
    .carousel-item h2,
    .carousel-item h3,
    .carousel-item h4,
    .carousel-item h5,
    .carousel-item h6 {
        margin-top: 0.67em;
    }

    .caption-mockup h2 {
        margin-top: 0;
    }

    #intro .intro-mockup-wrapper {
        margin-top: 6em;
    }

    .caption-mockup.caption-left,
    .caption-mockup.caption-right {
        margin-top: 2em;
        text-align: left;
    }

        .caption-mockup.caption-left h2,
        .caption-mockup.caption-right h2 {
            font-size: 2.667em;
        }

    aside.sidebar {
        margin-top: 3em;
    }

    .blog.masonry-style article.three .blog-excerpt-inner:after,
    .blog.masonry-style article.four .blog-excerpt-inner:after,
    .blog-section.masonry-style article.three .blog-excerpt-inner:after,
    .blog-section.masonry-style article.four .blog-excerpt-inner:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 0.556em 0.556em 0.556em;
        height: 0.333em;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        content: " ";
        ;
    }
}

/* mouse grab icon */
.grabbing {
    cursor: url(../Images/grabbing.png) 8 8, move;
}

/*----------------------------------------------------------------
    Core Owl Carousel CSS File
    v1.24 Customized for Beetle
----------------------------------------------------------------*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}
/* display none until init */
.owl-carousel {
    margin: 0 auto;
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        position: relative;
        display: none;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        z-index: -1;
    }

    .owl-carousel .owl-wrapper-outer {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -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 .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -ms-perspective: 1200px;
    -ms-perspective-origin-x: 50%;
    -ms-perspective-origin-y: 50%;
    -o-perspective: 1200px;
    -o-perspective-origin-x: 50%;
    -o-perspective-origin-y: 50%;
    perspective: 1200px;
    perspective-origin-x: 50%;
    perspective-origin-y: 50%;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    z-index: 10;
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    z-index: -10;
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    z-index: 10;
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    z-index: -10;
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    z-index: 10;
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    z-index: 10;
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    z-index: -10;
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* scaleDown */
.owl-scaleDown-in {
    z-index: 10;
    -webkit-animation: scaleDownFrom .7s ease both;
    -moz-animation: scaleDownFrom .7s ease both;
    animation: scaleDownFrom .7s ease both;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.owl-scaleDown-out {
    z-index: -10;
    -webkit-animation: scaleDownTo .5s ease both;
    -moz-animation: scaleDownTo .5s ease both;
    animation: scaleDownTo .5s ease both;
}
/* scaleDownRight */
.owl-scaleDownRight-in {
    z-index: 10;
    -webkit-animation: scaleDownRightFrom .7s ease both;
    -moz-animation: scaleDownRightFrom .7s ease both;
    animation: scaleDownRightFrom .7s ease both;
}

.owl-scaleDownRight-out {
    z-index: -10;
    -webkit-animation: scaleDownRightTo .6s ease both;
    -moz-animation: scaleDownRightTo .6s ease both;
    animation: scaleDownRightTo .6s ease both;
}
/* scaleUpLeft */
.owl-scaleUpLeft-in {
    z-index: 10;
    -webkit-animation: scaleUpLeftFrom .7s ease both;
    -moz-animation: scaleUpLeftFrom .7s ease both;
    animation: scaleUpLeftFrom .7s ease both;
}

.owl-scaleUpLeft-out {
    z-index: -10;
    -webkit-animation: scaleUpLeftTo .6s ease both;
    -moz-animation: scaleUpLeftTo .6s ease both;
    animation: scaleUpLeftTo .6s ease both;
}
/* fadeTop */
.owl-fadeTop-in {
    z-index: 10;
    -webkit-animation: fadeTopFrom .7s ease both;
    -moz-animation: fadeTopFrom .7s ease both;
    animation: fadeTopFrom .7s ease both;
}

.owl-fadeTop-out {
    z-index: -10;
    -webkit-animation: fadeTopTo .7s ease both;
    -moz-animation: fadeTopTo .7s ease both;
    animation: fadeTopTo .7s ease both;
}
/* overlap */
.owl-overlap-in {
    z-index: 10;
    -webkit-animation: overlapFrom .6s ease both;
    -moz-animation: overlapFrom .6s ease both;
    animation: overlapFrom .6s ease both;
}

.owl-overlap-out {
    z-index: -10;
    -webkit-animation: overlapTo .7s ease both;
    -moz-animation: overlapTo .7s ease both;
    animation: overlapTo .7s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleDownFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleDownFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleDownFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleDownTo {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleDownTo {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleDownTo {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes scaleDownRightFrom {
    from {
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes scaleDownRightFrom {
    from {
        -moz-transform: translateX(100%);
    }
}

@keyframes scaleDownRightFrom {
    from {
        transform: translateX(100%);
    }
}

@-webkit-keyframes scaleDownRightTo {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleDownRightTo {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleDownRightTo {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes scaleUpLeftTo {
    to {
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes scaleUpLeftTo {
    to {
        -moz-transform: translateX(-100%);
    }
}

@keyframes scaleUpLeftTo {
    to {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }
}

@keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes fadeTopTo {
    to {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes fadeTopTo {
    to {
        opacity: 0.3;
        -moz-transform: translateY(100%);
    }
}

@keyframes fadeTopTo {
    to {
        opacity: 0.3;
        transform: translateY(100%);
    }
}

@-webkit-keyframes overlapFrom {
    from {
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes overlapFrom {
    from {
        -moz-transform: translateX(100%);
    }
}

@keyframes overlapFrom {
    from {
        transform: translateX(100%);
    }
}

@-webkit-keyframes overlapTo {
    to {
        -webkit-transform: translateX(-25%);
    }
}

@-moz-keyframes overlapTo {
    to {
        -moz-transform: translateX(-25%);
    }
}

@keyframes overlapTo {
    to {
        transform: translateX(-25%);
    }
}



/* Custom CSS */
.owl-container {
    overflow: hidden;
}

.owl-prev > i:before {
    color: rgba(0,115,207,1) !important;
}

.owl-item {
    display: block !important;
}


/*! jQuery UI - v1.11.4 - 2015-07-29
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, button.css, dialog.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default!important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    .ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2.2em;
}

button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

input.ui-button {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

.ui-buttonset {
    margin-right: 7px;
}

    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-widget {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: "Roboto", sans-serif !important;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222;
}

    .ui-widget-content a {
        color: #222;
    }

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #222;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid #0073cf;
        background: #0073cf url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #555;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 1px solid #0073cf;
        background: #0073cf url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 1px solid #0073cf;
        background: #0073cf url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #212121;
            text-decoration: none;
        }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
        color: #363636;
    }

        .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
            color: #363636;
        }

    .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
        color: #cd0a0a;
    }

        .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
            color: #cd0a0a;
        }

    .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }

    .ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }

    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35);
        }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}


/* 
Karma Template 
http://www.templatemo.com/preview/templatemo_403_karma 
*/

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
html {
    font-size: 1em;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    overflow-x: hidden;
}
/*carasmo's comment to hide horizontal scroll bar https://github.com/twbs/bootstrap/issues/10711*/

h1, h2, p {
    font-family: 'Roboto', Arial, sans-serif;
}

h1 {
    font-weight: 700;
}

h2 {
    font-size: 1.5em;
}

ul {
    margin: 0;
}

section {
    padding-top: 85px;
    margin-top: -85px;
}

    section .outer_container {
        margin-bottom: 0;
    }

.outer_container {
    margin-bottom: 0;
}

section .row {
    margin-left: 0;
    margin-right: 0;
}

.container {
    margin: 0 auto;
}

/*http://css-tricks.com/vertically-center-multi-lined-text/*/
.center-row {
    display: table;
}

    .center-row .center {
        display: table-cell;
        vertical-align: middle;
    }


/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
.services_buttons .icon-button:last-of-type {
    margin-bottom: 0;
}

.services_buttons .icon-button {
    color: white;
    background-color: #c3c3c3;
    cursor: pointer;
    display: inline-block;
    margin-top: 1px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 72px;
    height: 72px;
    max-width: 72px;
    max-height: 72px;
    float: left;
}

.house {
    background-image: url(../images/icon_house_off.jpg);
    background-repeat: no-repeat;
    margin-right: 2px;
}

    .house:hover {
        background-image: url(../images/icon_house_on.jpg);
        background-repeat: no-repeat;
    }

.car {
    background-image: url(../images/icon_car_off.jpg);
    background-repeat: no-repeat;
    margin-right: 2px;
}

    .car:hover {
        background-image: url(../images/icon_car_on.jpg);
        background-repeat: no-repeat;
    }

.education {
    background-image: url(../images/icon_educ_off.jpg);
    background-repeat: no-repeat;
    margin-right: 2px;
}

    .education:hover {
        background-image: url(../images/icon_educ_on.jpg);
        background-repeat: no-repeat;
    }

.business {
    background-image: url(../images/icon_busi_off.jpg);
    background-repeat: no-repeat;
}

    .business:hover {
        background-image: url(../images/icon_busi_on.jpg);
        background-repeat: no-repeat;
    }

.services_buttons .icon-button:hover .house {
    background-image: url(../images/icon_house_on.jpg);
    background-repeat: no-repeat;
}

.services_buttons .icon-button.active.house {
    background-image: url(../images/icon_house_on.jpg);
    background-repeat: no-repeat;
}

.services_buttons .icon-button:hover .car {
    background-image: url(../images/icon_car_on.jpg);
    background-repeat: no-repeat;
}

.services_buttons .icon-button.active.car {
    background-image: url(../images/icon_car_on.jpg);
    background-repeat: no-repeat;
}

.services_buttons .icon-button:hover .education {
    background-image: url(../images/icon_educ_on.jpg);
    background-repeat: no-repeat;
}

.services_buttons .icon-button.active.education {
    background-image: url(../images/icon_educ_on.jpg);
    background-repeat: no-repeat;
}

.services_buttons .icon-button:hover .business {
    background-image: url(../images/icon_busi_on.jpg);
    background-repeat: no-repeat;
}

.services_buttons .icon-button.active.business {
    background-image: url(../images/icon_busi_on.jpg);
    background-repeat: no-repeat;
}

#services_content {
    width: 294px;
    height: 280px;
    background-color: #e8e8e8;
}

    #services_content .tab-pane {
        padding: 0;
    }


/*http://cssarrowplease.com/*/
/*.arrow-box { position: relative; background-color: #ffffff; width: 294px; height: 332px;}*/
.arrow-left {
    display: block;
    width: 32px;
    height: 16px;
    background: url(../images/arrow_down.png) no-repeat 0 0;
    margin-left: 20px;
    margin-top: 0;
}


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') 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;
    transform: translate(0, 0);
}

.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;
}

.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: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before, .fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before, .fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158";
}

.fa-won:before, .fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}


body {
}

.NewsDate {
    display: inline;
}

.NewsText {
    height: 90px;
}

.NewsBody {
    opacity: 0.65;
}

.NewsDate {
    padding: 0px 7px 0px 6px;
}

.AllNewsLink a:after {
    content: ">";
}

.AllNewsLink {
    opacity: 1 !important;
	margin-top:-12px;
}

.NewsBody {
    opacity: 0.65 !important;
}

.NewsSubTitle {
    max-height: 40px;
}

@media (max-width:492px) {

    .NewsContainer {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
    }

    .NewsTitle {
    }

    .NewsText {
    }

    .NewsDateText {
    }

    .NewsLink {
    }
}

@media (min-width:492px) and (max-width:767px) {

    .NewsContainer {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
    }

    .NewsTitle {
        font-size: 30px !important;
        letter-spacing: 0.3px;
        line-height: 48px;
        height: 55px;
    }

    .NewsText {
        font-size: 22px;
        font-weight: 300;
        line-height: 1.4;
        margin-bottom: 5px !important;
        height: 108px;
    }

    .NewsSubTitle {
        font-size: 27px !important;
        letter-spacing: 0.3px;
        line-height: 32px;
        height: 58px;
        max-height: 45px;
    }

    .NewsDate {
        padding-left: 18px;
    }

    .NewsDateText {
        font-size: 22px;
    }

    .NewsLink {
        font-size: 20px !important;
        line-height: 10px;
        padding-bottom: 18px;
        margin-bottom: 2px;
        display: block;
    }

    AllNewsLink a {
        font-size: 20px !important;
        line-height: 10px;
        padding-bottom: 18px;
        margin-bottom: 2px;
        display: block;
    }

    .NewsDate .fa.fa-clock-o {
        font-size: 20px;
    }
}

@media (max-width:492px) {

    .NewsTitle {
        font-size: 24px !important;
        letter-spacing: 0.3px;
        line-height: 47px;
        height: 47px;
    }

    .NewsSubTitle {
        font-size: 20px !important;
        padding: 3px 10px 3px 9px !important;
        line-height: 32px;
        height: 40px;
        max-height: 49px;
    }

    .NewsText {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.4;
        margin-bottom: 5px !important;
        height: 108px;
    }

    AllNewsLink a {
        font-size: 16px !important;
        line-height: 10px;
        margin-bottom: 2px;
        display: block;
    }

    .NewsDateText {
        font-size: 17px;
    }

    .NewsDate .fa.fa-clock-o {
        font-size: 15px;
        margin-left: 5px;
    }

    .NewsLink {
        font-size: 15px !important;
        line-height: 10px;
        padding-bottom: 12px;
        margin-bottom: 2px;
        display: block;
    }
}

@media (min-width:992px) {
    .NewsBody {
            height: 197px;
    overflow: hidden;
    }
}

/*----------------------------------------------------------------
    Owl Carousel mockups
----------------------------------------------------------------*/

.owl-item {
    clear: none;
}

    .owl-item > div {
        padding: 0px;
    }

#intro .owl-item > div,
.gallery .owl-item > div {
    padding: 0;
}

.owl-theme .owl-controls .owl-buttons div,
#intro.owl-theme .owl-controls .owl-pagination {
    position: absolute;
}

#intro.owl-theme .owl-controls .owl-pagination {
    bottom: 1em;
    margin: 0 20%;
    width: 60%;
}

.slider .owl-theme .owl-controls .owl-buttons div {
    color: #aaa;
}

.gallery.slider .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.slider .owl-theme .owl-controls .owl-page span {
    background: #aaa;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 53%;
    left: 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    top: 53%;
    right: 20px;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-prev {
    top: 0.944em;
    right: 0.333em;
    left: auto;
}

.gallery .owl-theme .owl-controls .owl-buttons .owl-next {
    top: 2.222em;
    right: 0.333em;
}

.owl-item img {
    display: block;
    width: 321px;
    height: 471px;
    position: relative;
}

.mockup {
    pointer-events: none;
}

.slider {
    display: none;
}

    .slider .owl-wrapper-outer {
        margin-bottom: 1em;
    }

.iphone-slider .owl-carousel .owl-wrapper-outer,
.ipad-slider .owl-carousel .owl-wrapper-outer,
.desktop-slider .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.iphone-slider .owl-item,
.ipad-slider .owl-item,
.desktop-slider .owl-item {
    overflow-y: hidden;
}

.iphone-slider {
    margin: 0 auto;
}

.iphone-slider {
    height: 501px;
    width: 372px;
}

    .iphone-slider .owl-item {
        margin: 15px;
        height: 471px;
        width: 342px !important;
    }

        .iphone-slider .owl-item div {
            /*padding: 0 30px;*/
            height: inherit;
            width: 312px;
            height: 470px;
        }

    .iphone-slider .owl-item,
    .ipad-slider .owl-item,
    .desktop-slider .owl-item {
        opacity: 0.3;
        -webkit-transition: opacity .2s ease;
        -moz-transition: opacity .2s ease;
        -ms-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
    }

        .iphone-slider .owl-item.active,
        .ipad-slider .owl-item.active,
        .desktop-slider .owl-item.active {
            opacity: 1;
        }

.iphone-mockup {
    position: absolute;
    top: 0;
    width: 342px;
    margin: 0 auto;
}

.iphone-mockup,
.iphone-slider .owl-wrapper-outer {
    height: 501px;
}



    .iphone-mockup.grey {
        background: url("../Images/Offers_frame_blue.png") no-repeat;
        width: 342px;
        height: 501px;
        z-index: 300;
    }

.no-svg .iphone-mockup.grey {
    background: url("img/mockups/Offers_Red_Border.png") no-repeat;
}

.iphone-mockup,
.iphone-mockup.black,
.iphone-mockup.white,
.iphone-mockup.grey {
    background-size: 342px 501px !important;
}

.iphone-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -40px;
    z-index: 500;
}

.iphone-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -10px;
    z-index: 500;
}

.ipad-slider {
    margin: 0 auto;
}

.ipad-slider {
    min-height: 504px;
    width: 630px;
}

    .ipad-slider .owl-item {
        margin: 63px 0;
        height: 378px;
    }

        .ipad-slider .owl-item div {
            padding: 0 63px;
            height: inherit;
        }

.ipad-mockup {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -315px;
    width: 630px;
}

.ipad-mockup,
.ipad-slider .owl-wrapper-outer {
    height: 504px;
}

    .ipad-mockup,
    .ipad-mockup.black {
        background: url("img/mockups/ipad-black.svg") no-repeat;
    }

.no-svg .ipad-mockup,
.no-svg .ipad-mockup.black {
    background: url("img/mockups/ipad-black.png") no-repeat;
}

.ipad-mockup.white {
    background: url("img/mockups/ipad-white.svg") no-repeat;
}

.no-svg .ipad-mockup.white {
    background: url("img/mockups/ipad-white.png") no-repeat;
}

.ipad-mockup.grey {
    background: url("img/mockups/ipad-grey.svg") no-repeat;
}

.no-svg .ipad-mockup.grey {
    background: url("img/mockups/ipad-grey.png") no-repeat;
}

.ipad-mockup,
.ipad-mockup.black,
.ipad-mockup.white,
.ipad-mockup.grey {
    background-size: 630px 504px !important;
}

.ipad-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -47px;
}

.ipad-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -47px;
}

.desktop-slider {
    margin: 0 auto;
}

.desktop-slider {
    min-height: 462px;
    width: 664px;
}

    .desktop-slider .owl-item {
        margin: 26px 0;
        height: 315px;
    }

        .desktop-slider .owl-item div {
            padding: 0 45px;
            height: inherit;
        }

.desktop-mockup {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -315px;
    width: 630px;
    background: url("img/mockups/desktop.svg") no-repeat;
    background-size: 630px 462px !important;
}

.no-svg .desktop-mockup {
    background: url("img/mockups/desktop.png") no-repeat;
}

.desktop-mockup,
.desktop-slider .owl-wrapper-outer {
    height: 462px;
}

.desktop-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -30px;
}

.desktop-slider .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -30px;
}

.side-mockup {
    clear: none;
}

    .side-mockup .owl-wrapper-outer {
        overflow: hidden !important;
    }

    .side-mockup .iphone-slider .owl-item,
    .side-mockup .ipad-slider .owl-item,
    .side-mockup .desktop-slider .owl-item {
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

@media handheld, only screen and (max-width:48em) {

    .iphone-slider {
        min-height: 600px;
        width: 300px;
    }

        .iphone-slider .owl-item {
            margin: 75px 0;
            height: 426px;
        }

            .iphone-slider .owl-item div {
                padding: 0 30px;
            }

    .iphone-mockup,
    .iphone-mockup.black,
    .iphone-mockup.white,
    .iphone-mockup.grey {
        margin-left: -150px;
        width: 300px;
        background-size: 300px 600px !important;
    }

        .iphone-mockup,
        .iphone-mockup.black,
        .iphone-mockup.white,
        .iphone-mockup.grey,
        .iphone-slider .owl-wrapper-outer {
            height: 600px;
        }

    .ipad-slider {
        min-height: 240px;
        width: 310px;
    }

        .ipad-slider .owl-item {
            margin: 30px 0;
            height: 180px;
        }

            .ipad-slider .owl-item div {
                padding: 0 35px;
            }

    .ipad-mockup,
    .ipad-mockup.black,
    .ipad-mockup.white,
    .ipad-mockup.grey {
        margin-left: -150px;
        width: 300px;
        background-size: 300px 240px !important;
    }

        .ipad-mockup,
        .ipad-mockup.black,
        .ipad-mockup.white,
        .ipad-mockup.grey,
        .ipad-slider .owl-wrapper-outer {
            height: 240px;
        }

    .desktop-slider {
        min-height: 220px;
        width: 326px;
    }

        .desktop-slider .owl-item {
            margin: 12px 0;
            height: 151px;
        }

            .desktop-slider .owl-item div {
                padding: 0 26px;
            }

    .desktop-mockup {
        margin-left: -150px;
        width: 300px;
        background-size: 300px 220px !important;
    }

    .desktop-mockup,
    .desktop-slider .owl-wrapper-outer {
        height: 220px;
    }

    .iphone-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -22px;
    }

    .iphone-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -22px;
    }

    .ipad-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -28px;
    }

    .ipad-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -28px;
    }

    .desktop-slider .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -20px;
    }

    .desktop-slider .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -20px;
    }
}

@media (max-width:30em) {

    .owl-buttons {
        display: none;
    }

    .side-mockup .owl-buttons,
    .side-mockup .owl-pagination {
        display: block;
    }
}

#intro-wrap {
    position: relative;
    width: 100%;
    height: 33.333em;
    background-color: #363842;
}

#intro {
    position: fixed;
    width: inherit;
    height: inherit;
}

    #intro .intro-item {
        position: absolute;
        width: inherit;
        height: inherit;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #intro.preload .intro-item {
        visibility: hidden;
    }

.darkover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.35);
}

#intro .intro-mockup,
.caption,
.caption-mockup,
.photocaption {
    z-index: 2;
}

.caption,
.photocaption {
    position: absolute;
}

#intro .intro-mockup-wrapper,
.caption,
.photocaption {
    margin: 0 auto;
    padding: 0 8%;
}

#intro .intro-mockup-wrapper {
    max-width: 70em;
}

#intro .intro-mockup img {
    margin: 0 auto;
    max-width: 40em;
}

#intro .intro-mockup.intro-left img,
#intro .intro-mockup.intro-right img {
    max-width: 20em;
}

.owl-item .caption h2,
.owl-item .caption p,
.owl-item .caption .button,
.owl-item .caption-mockup h2,
.owl-item .caption-mockup p,
.owl-item .caption-mockup .button,
.owl-item .photocaption {
    opacity: 0;
}

.caption,
.caption-mockup {
    width: 100%;
    text-align: center;
}

    .caption,
    .caption h2,
    .caption-mockup,
    .caption-mockup h2,
    .photocaption,
    .photocaption h4 {
        color: #fff;
    }

        .caption.dark,
        .caption.dark h2,
        .caption-mockup.dark,
        .caption-mockup.dark h2 {
            color: #333;
        }

        .caption h2,
        .caption-mockup h2 {
            margin-bottom: 0.222em;
            font-size: 3em;
        }

        .caption h2 {
            margin-top: 0;
        }

        .caption p,
        .caption-mockup p {
            margin-top: 0;
        }

        .caption-mockup.caption-left {
            float: left;
        }

        .caption-mockup.caption-right {
            float: right;
        }

.photocaption {
    right: 0;
    bottom: 1.111em;
    padding: 0;
    max-width: 20%;
}

    .photocaption h4 {
        margin: 0;
        padding: 0.778em 1em;
        background-color: rgba(0,0,0,0.35);
        font-weight: 400;
        font-style: italic;
        font-size: 0.778em;
        font-family: 'Open Sans', sans-serif;
    }

    .caption a,
    .caption-mockup a,
    .photocaption a {
        color: #fff;
    }

#intro-wrap .more {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 2.667em;
}

#intro-wrap:hover .preload .more a {
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* IE7 fix */;
}

#intro-wrap .more a {
    color: #fff;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* IE7 fix */
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#intro-wrap:hover .more a {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /* IE7 fix */;
}

/*----------------------------------------------------------------
    Owl Carousel general
----------------------------------------------------------------*/

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

    .owl-theme .owl-controls .owl-buttons div {
        /* text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); */
        display: inline-block;
        color: #fff;
        font-size: 40px;
        line-height: 40px;
        opacity: 0.3;
        filter: Alpha(Opacity=30);
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
        zoom: 1;
        *display: inline;
    }

#intro-wrap .owl-controls .owl-buttons div {
    text-shadow: none;
    font-size: 2.667em;
    opacity: 0;
    filter: Alpha(Opacity=0);
    ;
}

#intro-wrap:hover .owl-controls .owl-buttons div {
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    ;
}

    #intro-wrap:hover .owl-controls .owl-buttons div:hover {
        opacity: 1;
        filter: Alpha(Opacity=100);
        ;
    }

.dark-controls .owl-theme .owl-controls .owl-buttons div {
    color: #292929;
}

.white-controls .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .owl-theme .owl-controls .owl-page span {
        display: block;
        margin: 0.333em;
        width: 0.667em;
        height: 0.667em;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #fff;
        opacity: 0.3;
        filter: Alpha(Opacity=30);
    }

.text-light .owl-theme .owl-controls .owl-page span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page span {
    background: #fff;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.dark-controls .owl-theme .owl-controls .owl-page span,
.testimonial-slider.owl-theme .owl-controls .owl-page span,
.custom-carousel.owl-theme .owl-controls .owl-page span {
    background: #aaa;
}

.white-controls .owl-theme .owl-controls .owl-page span {
    background: #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.text-light .owl-theme .owl-controls .owl-page.active span,
.text-light .testimonial-slider.owl-theme .owl-controls .owl-page.active span,
.text-light .custom-carousel.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ccc;
    font-size: 12px;
}

.owl-item.loading {
    min-height: 150px;
    background: url(img/AjaxLoader.gif) no-repeat center center;
}

.owl-theme .owl-controls .owl-buttons div {
    margin-top: -20px;
    font-size: 40px;
}

.gallery .owl-controls .owl-buttons div {
    font-size: 2em;
}

#intro-wrap .owl-carousel .owl-wrapper-outer,
#intro-wrap .owl-wrapper,
#intro-wrap .owl-carousel .owl-item {
    height: inherit;
}

#intro-wrap .owl-carousel .owl-item {
    overflow: hidden;
}

@media handheld, only screen and (min-width:48em) {

    .owl-theme .owl-controls .owl-buttons div {
        margin-top: -25px;
        font-size: 50px;
    }

    .gallery .owl-controls .owl-buttons div {
        font-size: 2em;
    }

    .carousel-item h1,
    .carousel-item h2,
    .carousel-item h3,
    .carousel-item h4,
    .carousel-item h5,
    .carousel-item h6 {
        margin-top: 0.67em;
    }

    .caption-mockup h2 {
        margin-top: 0;
    }

    #intro .intro-mockup-wrapper {
        margin-top: 6em;
    }

    .caption-mockup.caption-left,
    .caption-mockup.caption-right {
        margin-top: 2em;
        text-align: left;
    }

        .caption-mockup.caption-left h2,
        .caption-mockup.caption-right h2 {
            font-size: 2.667em;
        }

    aside.sidebar {
        margin-top: 3em;
    }

    .blog.masonry-style article.three .blog-excerpt-inner:after,
    .blog.masonry-style article.four .blog-excerpt-inner:after,
    .blog-section.masonry-style article.three .blog-excerpt-inner:after,
    .blog-section.masonry-style article.four .blog-excerpt-inner:after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 0.556em 0.556em 0.556em;
        height: 0.333em;
        background: rgba(255, 255, 255, 0);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        background: linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
        content: " ";
        ;
    }
}

/* mouse grab icon */
.grabbing {
    cursor: url(../Images/grabbing.png) 8 8, move;
}

/*----------------------------------------------------------------
    Core Owl Carousel CSS File
    v1.24 Customized for Beetle
----------------------------------------------------------------*/

/* clearfix */
.owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}
/* display none until init */
.owl-carousel {
    margin: 0 auto;
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        position: relative;
        display: none;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate3d(0px, 0px, 0px);
        -o-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        position: relative;
        overflow: hidden;
        width: 100%;
        z-index: 200;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -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 .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -ms-perspective: 1200px;
    -ms-perspective-origin-x: 50%;
    -ms-perspective-origin-y: 50%;
    -o-perspective: 1200px;
    -o-perspective-origin-x: 50%;
    -o-perspective-origin-y: 50%;
    perspective: 1200px;
    perspective-origin-x: 50%;
    perspective-origin-y: 50%;
}
/* fade */
.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    z-index: 10;
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
    z-index: -10;
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    z-index: 10;
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
    z-index: -10;
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    z-index: 10;
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
    z-index: 10;
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    z-index: -10;
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* scaleDown */
.owl-scaleDown-in {
    z-index: 10;
    -webkit-animation: scaleDownFrom .7s ease both;
    -moz-animation: scaleDownFrom .7s ease both;
    animation: scaleDownFrom .7s ease both;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.owl-scaleDown-out {
    z-index: -10;
    -webkit-animation: scaleDownTo .5s ease both;
    -moz-animation: scaleDownTo .5s ease both;
    animation: scaleDownTo .5s ease both;
}
/* scaleDownRight */
.owl-scaleDownRight-in {
    z-index: 10;
    -webkit-animation: scaleDownRightFrom .7s ease both;
    -moz-animation: scaleDownRightFrom .7s ease both;
    animation: scaleDownRightFrom .7s ease both;
}

.owl-scaleDownRight-out {
    z-index: -10;
    -webkit-animation: scaleDownRightTo .6s ease both;
    -moz-animation: scaleDownRightTo .6s ease both;
    animation: scaleDownRightTo .6s ease both;
}
/* scaleUpLeft */
.owl-scaleUpLeft-in {
    z-index: 10;
    -webkit-animation: scaleUpLeftFrom .7s ease both;
    -moz-animation: scaleUpLeftFrom .7s ease both;
    animation: scaleUpLeftFrom .7s ease both;
}

.owl-scaleUpLeft-out {
    z-index: -10;
    -webkit-animation: scaleUpLeftTo .6s ease both;
    -moz-animation: scaleUpLeftTo .6s ease both;
    animation: scaleUpLeftTo .6s ease both;
}
/* fadeTop */
.owl-fadeTop-in {
    z-index: 10;
    -webkit-animation: fadeTopFrom .7s ease both;
    -moz-animation: fadeTopFrom .7s ease both;
    animation: fadeTopFrom .7s ease both;
}

.owl-fadeTop-out {
    z-index: -10;
    -webkit-animation: fadeTopTo .7s ease both;
    -moz-animation: fadeTopTo .7s ease both;
    animation: fadeTopTo .7s ease both;
}
/* overlap */
.owl-overlap-in {
    z-index: 10;
    -webkit-animation: overlapFrom .6s ease both;
    -moz-animation: overlapFrom .6s ease both;
    animation: overlapFrom .6s ease both;
}

.owl-overlap-out {
    z-index: -10;
    -webkit-animation: overlapTo .7s ease both;
    -moz-animation: overlapTo .7s ease both;
    animation: overlapTo .7s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleDownFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleDownFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleDownFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleDownTo {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleDownTo {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleDownTo {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes scaleDownRightFrom {
    from {
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes scaleDownRightFrom {
    from {
        -moz-transform: translateX(100%);
    }
}

@keyframes scaleDownRightFrom {
    from {
        transform: translateX(100%);
    }
}

@-webkit-keyframes scaleDownRightTo {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleDownRightTo {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleDownRightTo {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleUpLeftFrom {
    from {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes scaleUpLeftTo {
    to {
        -webkit-transform: translateX(-100%);
    }
}

@-moz-keyframes scaleUpLeftTo {
    to {
        -moz-transform: translateX(-100%);
    }
}

@keyframes scaleUpLeftTo {
    to {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        -moz-transform: translateY(-100%);
    }
}

@keyframes fadeTopFrom {
    from {
        opacity: 0.3;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes fadeTopTo {
    to {
        opacity: 0.3;
        -webkit-transform: translateY(100%);
    }
}

@-moz-keyframes fadeTopTo {
    to {
        opacity: 0.3;
        -moz-transform: translateY(100%);
    }
}

@keyframes fadeTopTo {
    to {
        opacity: 0.3;
        transform: translateY(100%);
    }
}

@-webkit-keyframes overlapFrom {
    from {
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes overlapFrom {
    from {
        -moz-transform: translateX(100%);
    }
}

@keyframes overlapFrom {
    from {
        transform: translateX(100%);
    }
}

@-webkit-keyframes overlapTo {
    to {
        -webkit-transform: translateX(-25%);
    }
}

@-moz-keyframes overlapTo {
    to {
        -moz-transform: translateX(-25%);
    }
}

@keyframes overlapTo {
    to {
        transform: translateX(-25%);
    }
}



/* Custom CSS */
.owl-container {
    overflow: hidden;
}
/* .owl-wrapper{ width:836px !important; margin:0 auto; text-align:center; }
.owl-item{ width:252px !important; display:inline-block !important; margin-right:40px !important; }
 .fa-chevron-left:before{ color:rgba(0,0,0,0.4) !important; opacity:0.7 !important; }
.owl-prev, .owl-next{ position:absolute; right:0; top:170px !important; cursor:pointer; }
.owl-prev{ left:0; }
.owl-wrapper .owl-item:last-child{ margin-right:0 !important; }
 .owl-item.active{ display:inline-block !important; }  */
.HomeOfferDiv a {
    display: block;
    width: 80%;
    background-color: #F00000;
    color: #ffffff;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    height: 45px;
    position: absolute;
    bottom: 15px;
    left: 20px;
    padding-top: 10px;
    font-family: "Roboto", sans-serif !important;
}

    .HomeOfferDiv a.Details, .HomeOfferDiv input.Details {
        display: block;
        width: 80%;
        max-width: 300px !important;
        background-color: #F00000;
        color: #ffffff;
        font-weight: 300;
        font-size: 17px;
        text-align: center;
        height: 45px;
        position: absolute;
        bottom: 72px;
        left: 20px;
        padding-top: 10px;
        background: #0073ce;
        font-family: "Roboto", sans-serif !important;
        border: none;
        border-radius: initial !important;
    }

.HomeOfferDiv input.Details {
    padding-top: 0 !important;
}

#HomeOffers_h1 {
    color: #F00000;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
}

#HomeOffers_h3 {
    color: #F00000;
    font-weight: 300;
    font-size: 27px;
    text-align: center;
    font-family: "Roboto", sans-serif !important;
    text-transform: capitalize;
    position: relative;
    top: -5px;
}

.close-home-offers {
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
}

body {
}

body {
}

#body {
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
}

.cont1 .form-control {
    width: 92%;
    border-color: #dadada;
    border-width: 1px;
    border-style: solid;
    background-color: #f2f2f2;
    color: #4f4f4f;
    font-size: 16px;
}

.cont1.message-type, .cont1 select {
    width: 488px;
    border-color: #c5c5c5 !important;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff !important;
    color: #4f4f4f;
    font-size: 16px;
}

.cont1 select {
    margin-bottom: 25px;
}

.cont1 select {
    width: 490px;
    border-color: #c5c5c5 !important;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff !important;
    color: #4f4f4f;
    font-size: 16px;
    margin-bottom: 30px;
}

.cont1 h3 {
    margin-bottom: 10px;
}

.FormLbl {
    margin-bottom: 3px;
    margin-top: 6px;
}

.cont1 .btn-4:hover:before {
    left: 200%;
}


.Ntx_form .btn {
    float: right;
    margin-bottom: 100px;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
}


.ContUsForm input {
    margin-bottom: 2px;
}


.ContUsForm textarea {
    margin-bottom: 2px;
    height: 208px;
}

.Ntx_form {
    float: right;
    margin-top: 15px;
    display: flex;
    margin-bottom: 0px;
}

.cl2 {
    float: left;
    margin-bottom: 100px;
}

.Msg_grp {
    margin-bottom: 0px;
}

    .Msg_grp .form-control {
        width: 100%;
    }

.RadioIdType label {
    margin-right: 40px;
    margin-top: 10px;
}

.RadioIdType input {
    margin-right: 10px;
}

.rc-anchor {
    border-radius: 0px !important;
}

.cont1 {
    margin-top: 40px;
}

.cl2 h3, .ContUsForm h3, .Msg_grp h3 {
    margin-bottom: 8px;
}

.Ntx_form .btn-4 {
    background: #0073ce;
    border-radius: 0;
    color: #ffffff;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 47px;
    min-width: 160px;
    transition: all 0.3s;
    margin-left: 30px;
    margin-top: 32px;
}

.Ntx_form .btn {
    float: right;
    margin-top: 34px;
    padding-top: 8px;
    margin-right: 0px;
    margin-left: 40px;
}

.tagId {
    margin-top: 28px;
    align-items: baseline;
}

    /*   .tagId div {
            display: inline-block;
        }

    */
    .tagId > div:nth-child(1) {
    }

.fa-calendar:before {
    color: #0073cf;
    vertical-align: bottom;
    font-size: xx-large;
    line-height: 36px;
    vertical-align: middle;
}

.DTpicker {
    vertical-align: baseline;
    margin-right: 10px;
    margin-bottom: -2px;
}

.fa {
}

hr {
    margin-top: 21px;
    margin-bottom: 0px;
    border-top: 2px solid #eeeeee;
}

.ComplaintMsgGrp select {
    margin-bottom: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-padding-start: 10px;
}


.IDGrp .form-control {
    width: 100%;
}

.datePanel .form-control {
    width: 60%;
    display: inline;
    background-color: white;
}

select option {
    -moz-padding-start: 10px !important;
}

.captchaEr {
    color: #e11107;
    margin-top: 2px;
    font-size: 13px;
}

.ComplaintMsgGrp .form-control {
    margin-bottom: 2px;
}

.dnnFormSuccess {
    margin-top: 40px;
}

.btn:hover {
    color: #ffffff;
    background-color: #00579e;
}
/*}*/
@media (max-width:479px) {
    .jssora03l, .jssora03r {
        top: -30px !important;
    }

    .Ntx_form {
        text-align: center;
        margin-top: 15px;
        display: block;
        margin-bottom: 0px;
        float: none;
    }

        .Ntx_form .btn {
            float: none;
            padding-top: 8px;
            margin-right: 0px;
            margin-left: 0px;
        }

    .Msg_grp {
        margin-top: 30px;
    }

    .cont1 select {
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px !important;
    }

    section#body {
        padding-left: 7.5px;
        padding-right: 7.5px !important;
    }

    .cont1 .form-control {
        width: 100%;
    }



    .Ntx_form .btn {
        font-size: 35px;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
        height: 70px;
        padding-right: 47px;
        margin-bottom: 1px;
        padding-left: 47px;
        padding-right: 47px;
        float: right;
        margin-bottom: 10px;
    }

    #sidebar {
        padding: 0;
        margin-top: 0px;
    }

    .DTpicker {
        width: 80%;
    }
}

@media (min-width:479px)and (max-width:768px) {


    .cont1 .form-control {
        width: 100%;
    }

    .Msg_grp {
        margin-top: 30px;
    }

    .cont1 select {
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px !important;
    }

    .Ntx_form .btn {
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .Ntx_form {
        float: none;
        display: block;
    }

        .Ntx_form .btn {
            display: block;
            float: none;
            margin-bottom: 0px;
            min-height: 80px;
            width: 100%;
            font-size: 150%;
        }
}

@media (min-width:768px) and (max-width:992px) {

    .Ntx_form {
        float: right;
        display: block;
    }


        .Ntx_form .btn {
            margin-bottom: 10px;
            margin-left: 0px;
            padding-left: 47px;
            padding-right: 47px;
            margin-top: 25px;
        }
}

@media (min-width:992px) and (max-width:1128px) {

    .Ntx_form {
        float: right;
        display: block;
    }

        .Ntx_form .btn {
            float: right;
            margin-top: 20px;
        }
}


@media (max-width:479px) {

    .cont1 .DTpicker {
        width: 75%;
    }

    td {
        border: none;
        position: relative;
        padding-left: 0px;
    }

    .RadioIdType label {
        font-size: 20px;
    }

    .ComplaintMsgGrpm, .ContUsForm {
        padding-top: 30px;
    }
}


.ContUsForm {
    margin-bottom: 30px !important;
}

.ajax__slider_h_rail {
    float: left !important;
    margin-right: 10px !important;
}

.labels {
    float: right !important;
    margin-left: 10px !important;
}

.buttonsfix {
    margin: 0px !important;
    height: 30px;
    margin-right: 10px !important;
}

.buttonsfixInside {
    margin: 0px !important;
    height: 30px;
    margin-right: 10px !important;
    padding-left: 10px !important;
}

.NoMarginForButtonsDiv {
    margin-left: 0px !important;
}

.resultslabels {
    width: 100px !important;
}

.labelsleft {
    float: left !important;
    margin-left: 5px;
}

.buttonsfixInside {
    padding-left: 0px !important;
    min-width: 200px !important;
}

    .buttonsfixInside:before {
        left: 177px !important;
    }

.apply:before {
    left: 136px !important;
}

.buttonsfixInside:hover:before {
    left: 297px !important;
}

.buttonsfixInside:hover {
    background-color: #00579e !important;
}

.apply:hover:before {
    left: 297px !important;
}

.apply:hover {
    background-color: #00579e !important;
}

.calc:hover {
    background-color: #00579e !important;
}

.ajax__slider_h_rail {
    width: 264px !important;
}

.ddls select {
}

.ddlautofinal {
    width: 264px !important;
}

.sld {
    width: 245px !important;
    margin-right: 20px !important;
    margin-left: 10px !important;
}

.disabledtxt {
    color: rgb(79, 79, 79);
    background-color: white;
}

div#SliderCarPrice {
    background: #888d93;
    height: 14px;
    margin: 0 0 40px;
    position: relative;
}

div#sliderMonthlySalary {
    background: #888d93;
    height: 14px;
    margin: 0 0 56px;
    position: relative;
}

    div#sliderMonthlySalary .ui-slider-range {
        background: #e11107;
    }

.SmallCalcSmallLbl {
    padding-left: 10px !important;
}

.BigMTitle {
    font-weight: 300 !important;
    padding-left: 10px !important;
    font-size: 25px !important;
    font-weight: 300 !important;
    padding-left: 10px !important;
    font-size: 28px !important;
    color: #3d3d3d !important;
    font-family:   "Roboto", Arial, sans-serif !important;
    display: block !important;
    margin-top: 15px !important;
}

.apply {
    width: 245px !important;
}

.btncontainer {
    padding-left: 2px !important;
    padding-top: 10px !important;
}


.sliderfloater {
    padding-top: 0px !important;
}



body {
}

body {
}

#body {
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
}

.cont1 .form-control {
    width: 92%;
    border-color: #dadada;
    border-width: 1px;
    border-style: solid;
    background-color: #f2f2f2;
    color: #4f4f4f;
    font-size: 16px;
}

.cont1.message-type, .cont1 select {
    width: 488px;
    border-color: #c5c5c5 !important;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff !important;
    color: #4f4f4f;
    font-size: 16px;
}

.cont1 select {
    margin-bottom: 25px;
}

.cont1 select {
    width: 490px;
    border-color: #c5c5c5 !important;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff !important;
    color: #4f4f4f;
    font-size: 16px;
    margin-bottom: 30px;
}

.cont1 h3 {
    margin-bottom: 10px;
}

.FormLbl {
    margin-bottom: 3px;
    margin-top: 6px;
}

.cont1 .btn-4:hover:before {
    left: 200%;
}


.Ntx_form .btn {
    float: right;
    margin-bottom: 100px;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
}


.ContUsForm input {
    margin-bottom: 2px;
}


.ContUsForm textarea {
    margin-bottom: 2px;
    height: 208px;
}

.Ntx_form {
    float: right;
    margin-top: 15px;
    display: flex;
    margin-bottom: 0px;
}

.cl2 {
    float: left;
    margin-bottom: 100px;
}

.Msg_grp {
    margin-bottom: 0px;
}

    .Msg_grp .form-control {
        width: 100%;
    }

.RadioIdType label {
    margin-right: 40px;
    margin-top: 10px;
}

.RadioIdType input {
    margin-right: 10px;
}

.rc-anchor {
    border-radius: 0px !important;
}

.cont1 {
    margin-top: 40px;
}

.cl2 h3, .ContUsForm h3, .Msg_grp h3 {
    margin-bottom: 8px;
}

.Ntx_form .btn-4 {
    background: #0073ce;
    border-radius: 0;
    color: #ffffff;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 47px;
    min-width: 160px;
    transition: all 0.3s;
    margin-left: 30px;
    margin-top: 32px;
}

.Ntx_form .btn {
    float: right;
    margin-top: 34px;
    padding-top: 8px;
    margin-right: 0px;
    margin-left: 40px;
}

.tagId {
    margin-top: 28px;
    align-items: baseline;
}

    /*   .tagId div {
            display: inline-block;
        }

    */
    .tagId > div:nth-child(1) {
    }

.fa-calendar:before {
    color: #0073cf;
    vertical-align: bottom;
    font-size: xx-large;
    line-height: 36px;
    vertical-align: middle;
}

.DTpicker {
    vertical-align: baseline;
    margin-right: 10px;
    margin-bottom: -2px;
}

.fa {
}

hr {
    margin-top: 21px;
    margin-bottom: 0px;
    border-top: 2px solid #eeeeee;
}

.ComplaintMsgGrp select {
    margin-bottom: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-padding-start: 10px;
}


.IDGrp .form-control {
    width: 100%;
}

.datePanel .form-control {
    width: 60%;
    display: inline;
    background-color: white;
}

select option {
    -moz-padding-start: 10px !important;
}

.captchaEr {
    color: #e11107;
    margin-top: 2px;
    font-size: 13px;
}

.ComplaintMsgGrp .form-control {
    margin-bottom: 2px;
}

.dnnFormSuccess {
    margin-top: 40px;
}

.btn:hover {
    color: #ffffff;
    background-color: #00579e;
}
/*}*/
@media (max-width:479px) {

    .Ntx_form {
        text-align: center;
        margin-top: 15px;
        display: block;
        margin-bottom: 0px;
        float: none;
    }

        .Ntx_form .btn {
            float: none;
            padding-top: 8px;
            margin-right: 0px;
            margin-left: 0px;
        }

    .Msg_grp {
        margin-top: 30px;
    }

    .cont1 select {
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px !important;
    }

    section#body {
        padding-left: 7.5px;
        padding-right: 7.5px !important;
    }

    .cont1 .form-control {
        width: 100%;
    }



    .Ntx_form .btn {
        font-size: 35px;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
        height: 70px;
        padding-right: 47px;
        margin-bottom: 1px;
        padding-left: 47px;
        padding-right: 47px;
        float: right;
        margin-bottom: 10px;
    }

    #sidebar {
        padding: 0;
        margin-top: 0px;
    }

    .DTpicker {
        width: 80%;
    }
}

@media (min-width:479px)and (max-width:768px) {


    .cont1 .form-control {
        width: 100%;
    }

    .Msg_grp {
        margin-top: 30px;
    }

    .cont1 select {
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px !important;
    }

    .Ntx_form .btn {
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .Ntx_form {
        float: none;
        display: block;
    }

        .Ntx_form .btn {
            display: block;
            float: none;
            margin-bottom: 0px;
            min-height: 80px;
            width: 100%;
            font-size: 150%;
        }
}

@media (min-width:768px) and (max-width:992px) {

    .Ntx_form {
        float: right;
        display: block;
    }


        .Ntx_form .btn {
            margin-bottom: 10px;
            margin-left: 0px;
            padding-left: 47px;
            padding-right: 47px;
            margin-top: 25px;
        }
}

@media (min-width:992px) and (max-width:1128px) {

    .Ntx_form {
        float: right;
        display: block;
    }

        .Ntx_form .btn {
            float: right;
            margin-top: 20px;
        }
}


@media (max-width:479px) {

    .cont1 .DTpicker {
        width: 75%;
    }

    td {
        border: none;
        position: relative;
        padding-left: 0px;
    }

    .RadioIdType label {
        font-size: 20px;
    }

    .ComplaintMsgGrpm, .ContUsForm {
        padding-top: 30px;
    }
}


.ContUsForm {
    margin-bottom: 30px !important;
}

.ajax__slider_h_rail {
    float: left !important;
    margin-right: 10px !important;
}

.labels {
    float: right !important;
    margin-left: 10px !important;
}

.buttonsfix {
    margin: 0px !important;
    height: 30px;
    margin-right: 10px !important;
}

.buttonsfixInside {
    margin: 0px !important;
    height: 30px;
    margin-right: 10px !important;
    padding-left: 10px !important;
}

.NoMarginForButtonsDiv {
    margin-left: 0px !important;
}

.resultslabels {
    width: 100px !important;
}

.labelsleft {
    float: left !important;
    margin-left: 5px;
}

.buttonsfixInside {
    padding-left: 0px !important;
    min-width: 200px !important;
}

    .buttonsfixInside:before {
        left: 177px !important;
    }

.apply:before {
    left: 136px !important;
}

.buttonsfixInside:hover:before {
    left: 297px !important;
}

.buttonsfixInside:hover {
    background-color: #00579e !important;
}

.apply:hover:before {
    left: 297px !important;
}

.apply:hover {
    background-color: #00579e !important;
}

.calc:hover {
    background-color: #00579e !important;
}

.ajax__slider_h_rail {
    width: 264px !important;
}

.ddls select {
}

.ddlautofinal {
    width: 264px !important;
}

.sld {
    width: 245px !important;
    margin-right: 20px !important;
    margin-left: 10px !important;
}

.disabledtxt {
    color: rgb(79, 79, 79);
    background-color: white;
}

div#sliderAmountSpent {
    background: #888d93;
    height: 14px;
    margin: 0 0 40px;
    position: relative;
}

    div#sliderAmountSpent .ui-slider-range {
        background: #e11107;
    }


body {
}

body {
}

#body {
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
}

.cont1 .form-control {
    width: 92%;
    border-color: #dadada;
    border-width: 1px;
    border-style: solid;
    background-color: #f2f2f2;
    color: #4f4f4f;
    font-size: 16px;
}

.cont1.message-type, .cont1 select {
    width: 488px;
    border-color: #c5c5c5 !important;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff !important;
    color: #4f4f4f;
    font-size: 16px;
}

.cont1 select {
    margin-bottom: 25px;
}

.cont1 select {
    width: 490px;
    border-color: #c5c5c5 !important;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff !important;
    color: #4f4f4f;
    font-size: 16px;
    margin-bottom: 30px;
}

.cont1 h3 {
    margin-bottom: 10px;
}

.FormLbl {
    margin-bottom: 3px;
    margin-top: 6px;
}

.cont1 .btn-4:hover:before {
    left: 200%;
}


.Ntx_form .btn {
    float: right;
    margin-bottom: 100px;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
}


.ContUsForm input {
    margin-bottom: 2px;
}


.ContUsForm textarea {
    margin-bottom: 2px;
    height: 208px;
}

.Ntx_form {
    float: right;
    margin-top: 15px;
    display: flex;
    margin-bottom: 0px;
}

.cl2 {
    float: left;
    margin-bottom: 100px;
}

.Msg_grp {
    margin-bottom: 0px;
}

    .Msg_grp .form-control {
        width: 100%;
    }

.RadioIdType label {
    margin-right: 40px;
    margin-top: 10px;
}

.RadioIdType input {
    margin-right: 10px;
}

.rc-anchor {
    border-radius: 0px !important;
}

.cont1 {
    margin-top: 40px;
}

.cl2 h3, .ContUsForm h3, .Msg_grp h3 {
    margin-bottom: 8px;
}

.Ntx_form .btn-4 {
    background: #0073ce;
    border-radius: 0;
    color: #ffffff;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 47px;
    min-width: 160px;
    transition: all 0.3s;
    margin-left: 30px;
    margin-top: 32px;
}

.Ntx_form .btn {
    float: right;
    margin-top: 34px;
    padding-top: 8px;
    margin-right: 0px;
    margin-left: 40px;
}

.tagId {
    margin-top: 28px;
    align-items: baseline;
}

    /*   .tagId div {
            display: inline-block;
        }

    */
    .tagId > div:nth-child(1) {
    }

.fa-calendar:before {
    color: #0073cf;
    vertical-align: bottom;
    font-size: xx-large;
    line-height: 36px;
    vertical-align: middle;
}

.DTpicker {
    vertical-align: baseline;
    margin-right: 10px;
    margin-bottom: -2px;
}

.fa {
}

hr {
    margin-top: 21px;
    margin-bottom: 0px;
    border-top: 2px solid #eeeeee;
}

.ComplaintMsgGrp select {
    margin-bottom: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-padding-start: 10px;
}


.IDGrp .form-control {
    width: 100%;
}

.datePanel .form-control {
    width: 60%;
    display: inline;
    background-color: white;
}

select option {
    -moz-padding-start: 10px !important;
}

.captchaEr {
    color: #e11107;
    margin-top: 2px;
    font-size: 13px;
}

.ComplaintMsgGrp .form-control {
    margin-bottom: 2px;
}

.dnnFormSuccess {
    margin-top: 40px;
}

.btn:hover {
    color: #ffffff;
    background-color: #00579e;
}
/*}*/
@media (max-width:479px) {

    .Ntx_form {
        text-align: center;
        margin-top: 15px;
        display: block;
        margin-bottom: 0px;
        float: none;
    }

        .Ntx_form .btn {
            float: none;
            padding-top: 8px;
            margin-right: 0px;
            margin-left: 0px;
        }

    .Msg_grp {
        margin-top: 30px;
    }

    .cont1 select {
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px !important;
    }

    section#body {
        padding-left: 7.5px;
        padding-right: 7.5px !important;
    }

    .cont1 .form-control {
        width: 100%;
    }



    .Ntx_form .btn {
        font-size: 35px;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
        height: 70px;
        padding-right: 47px;
        margin-bottom: 1px;
        padding-left: 47px;
        padding-right: 47px;
        float: right;
        margin-bottom: 10px;
    }

    #sidebar {
        padding: 0;
        margin-top: 0px;
    }

    .DTpicker {
        width: 80%;
    }
}

@media (min-width:479px)and (max-width:768px) {


    .cont1 .form-control {
        width: 100%;
    }

    .Msg_grp {
        margin-top: 30px;
    }

    .cont1 select {
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px !important;
    }

    .Ntx_form .btn {
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .Ntx_form {
        float: none;
        display: block;
    }

        .Ntx_form .btn {
            display: block;
            float: none;
            margin-bottom: 0px;
            min-height: 80px;
            width: 100%;
            font-size: 150%;
        }
}

@media (min-width:768px) and (max-width:992px) {

    .Ntx_form {
        float: right;
        display: block;
    }


        .Ntx_form .btn {
            margin-bottom: 10px;
            margin-left: 0px;
            padding-left: 47px;
            padding-right: 47px;
            margin-top: 25px;
        }
}

@media (min-width:992px) and (max-width:1128px) {

    .Ntx_form {
        float: right;
        display: block;
    }

        .Ntx_form .btn {
            float: right;
            margin-top: 20px;
        }
}


@media (max-width:479px) {

    .cont1 .DTpicker {
        width: 75%;
    }

    td {
        border: none;
        position: relative;
        padding-left: 0px;
    }

    .RadioIdType label {
        font-size: 20px;
    }

    .ComplaintMsgGrpm, .ContUsForm {
        padding-top: 30px;
    }
}


.ContUsForm {
    margin-bottom: 30px !important;
}

.ajax__slider_h_rail {
    float: left !important;
    margin-right: 10px !important;
}

.labels {
    float: right !important;
    margin-left: 10px !important;
}

.buttonsfix {
    margin: 0px !important;
    height: 30px;
    margin-right: 10px !important;
}

.buttonsfixInside {
    margin: 0px !important;
    height: 30px;
    margin-right: 10px !important;
    padding-left: 10px !important;
}

.NoMarginForButtonsDiv {
    margin-left: 0px !important;
}

.resultslabels {
    width: 100px !important;
}

.labelsleft {
    float: left !important;
    margin-left: 5px;
}

.buttonsfixInside {
    padding-left: 0px !important;
    min-width: 200px !important;
}

    .buttonsfixInside:before {
        left: 177px !important;
    }

.apply:before {
    left: 136px !important;
}

.buttonsfixInside:hover:before {
    left: 297px !important;
}

.buttonsfixInside:hover {
    background-color: #00579e !important;
}

.apply:hover:before {
    left: 297px !important;
}

.apply:hover {
    background-color: #00579e !important;
}

.calc:hover {
    background-color: #00579e !important;
}

.ajax__slider_h_rail {
    width: 264px !important;
}

.ddls select {
}

.ddlautofinal {
}

.sld {
    width: 245px !important;
    margin-right: 20px !important;
    margin-left: 10px !important;
}

.disabledtxt {
    color: rgb(79, 79, 79);
    background-color: white;
}

div#HomesliderMonthlySalary {
    background: #888d93;
    height: 14px;
    margin: 0 0 40px;
    position: relative;
}

div#HomesliderInstallmentPeriod {
    background: #888d93;
    height: 14px;
    margin: 0 0 56px;
    position: relative;
}

    div#HomesliderInstallmentPeriod .ui-slider-range {
        background: #e11107;
    }

body {
}

body {
}

#body {
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
}

.cont1 .form-control {
    width: 92%;
    border-color: #dadada;
    border-width: 1px;
    border-style: solid;
    background-color: #f2f2f2;
    color: #4f4f4f;
    font-size: 16px;
}

.cont1.message-type, .cont1 select {
    width: 488px;
    border-color: #c5c5c5 !important;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff !important;
    color: #4f4f4f;
    font-size: 16px;
}

.cont1 select {
    margin-bottom: 25px;
}

.cont1 select {
    width: 490px;
    border-color: #c5c5c5 !important;
    border-width: 1px;
    border-style: solid;
    background-color: #ffffff !important;
    color: #4f4f4f;
    font-size: 16px;
    margin-bottom: 30px;
}

.cont1 h3 {
    margin-bottom: 10px;
}

.FormLbl {
    margin-bottom: 3px;
    margin-top: 6px;
}

.cont1 .btn-4:hover:before {
    left: 200%;
}


.Ntx_form .btn {
    float: right;
    margin-bottom: 100px;
    margin-top: 40px;
    padding-top: 10px;
    padding-bottom: 5px;
}


.ContUsForm input {
    margin-bottom: 2px;
}


.ContUsForm textarea {
    margin-bottom: 2px;
    height: 208px;
}

.Ntx_form {
    float: right;
    margin-top: 15px;
    display: flex;
    margin-bottom: 0px;
}

.cl2 {
    float: left;
    margin-bottom: 100px;
}

.Msg_grp {
    margin-bottom: 0px;
}

    .Msg_grp .form-control {
        width: 100%;
    }

.RadioIdType label {
    margin-right: 40px;
    margin-top: 10px;
}

.RadioIdType input {
    margin-right: 10px;
}

.rc-anchor {
    border-radius: 0px !important;
}

.cont1 {
    margin-top: 40px;
}

.cl2 h3, .ContUsForm h3, .Msg_grp h3 {
    margin-bottom: 8px;
}

.Ntx_form .btn-4 {
    background: #0073ce;
    border-radius: 0;
    color: #ffffff;
    overflow: hidden;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 47px;
    min-width: 160px;
    transition: all 0.3s;
    margin-left: 30px;
    margin-top: 32px;
}

.Ntx_form .btn {
    float: right;
    margin-top: 34px;
    padding-top: 8px;
    margin-right: 0px;
    margin-left: 40px;
}

.tagId {
    margin-top: 28px;
    align-items: baseline;
}

    /*   .tagId div {
            display: inline-block;
        }

    */
    .tagId > div:nth-child(1) {
    }

.fa-calendar:before {
    color: #0073cf;
    vertical-align: bottom;
    font-size: xx-large;
    line-height: 36px;
    vertical-align: middle;
}

.DTpicker {
    vertical-align: baseline;
    margin-right: 10px;
    margin-bottom: -2px;
}

.fa {
}

hr {
    margin-top: 21px;
    margin-bottom: 0px;
    border-top: 2px solid #eeeeee;
}

.ComplaintMsgGrp select {
    margin-bottom: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-padding-start: 10px;
}


.IDGrp .form-control {
    width: 100%;
}

.datePanel .form-control {
    width: 60%;
    display: inline;
    background-color: white;
}

select option {
    -moz-padding-start: 10px !important;
}

.captchaEr {
    color: #e11107;
    margin-top: 2px;
    font-size: 13px;
}

.ComplaintMsgGrp .form-control {
    margin-bottom: 2px;
}

.dnnFormSuccess {
    margin-top: 40px;
}

.btn:hover {
    color: #ffffff;
    background-color: #00579e;
}
/*}*/
@media (max-width:479px) {

    .Ntx_form {
        text-align: center;
        margin-top: 15px;
        display: block;
        margin-bottom: 0px;
        float: none;
    }

        .Ntx_form .btn {
            float: none;
            padding-top: 8px;
            margin-right: 0px;
            margin-left: 0px;
        }

    .Msg_grp {
        margin-top: 30px;
    }

    .cont1 select {
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px !important;
    }

    section#body {
        padding-left: 7.5px;
        padding-right: 7.5px !important;
        padding-top:76px;
    }

    .cont1 .form-control {
        width: 100%;
    }



    .Ntx_form .btn {
        font-size: 35px;
        font-stretch: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: 300;
        height: 70px;
        padding-right: 47px;
        margin-bottom: 1px;
        padding-left: 47px;
        padding-right: 47px;
        float: right;
        margin-bottom: 10px;
    }

    #sidebar {
        padding: 0;
        margin-top: 0px;
    }

    .DTpicker {
        width: 80%;
    }
}

@media (min-width:479px)and (max-width:768px) {


    .cont1 .form-control {
        width: 100%;
    }

    .Msg_grp {
        margin-top: 30px;
    }

    .cont1 select {
        margin-bottom: 15px;
    }

    p {
        margin-bottom: 15px !important;
    }

    .Ntx_form .btn {
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .Ntx_form {
        float: none;
        display: block;
    }

        .Ntx_form .btn {
            display: block;
            float: none;
            margin-bottom: 0px;
            min-height: 80px;
            width: 100%;
            font-size: 150%;
        }
}

@media (min-width:768px) and (max-width:992px) {

    .Ntx_form {
        float: right;
        display: block;
    }


        .Ntx_form .btn {
            margin-bottom: 10px;
            margin-left: 0px;
            padding-left: 47px;
            padding-right: 47px;
            margin-top: 25px;
        }
}

@media (min-width:992px) and (max-width:1128px) {

    .Ntx_form {
        float: right;
        display: block;
    }

        .Ntx_form .btn {
            float: right;
            margin-top: 20px;
        }
}


@media (max-width:479px) {

    .cont1 .DTpicker {
        width: 75%;
    }

    td {
        border: none;
        position: relative;
        padding-left: 0px;
    }

    .RadioIdType label {
        font-size: 20px;
    }

    .ComplaintMsgGrpm, .ContUsForm {
        padding-top: 30px;
    }
}


.ContUsForm {
    margin-bottom: 30px !important;
}

.ajax__slider_h_rail {
    float: left !important;
    margin-right: 10px !important;
}

.labels {
    float: right !important;
    margin-left: 10px !important;
}

.buttonsfix {
    margin: 0px !important;
    height: 30px;
    margin-right: 10px !important;
    font-size: 19px !important;
}

.buttonsfixInside {
    margin: 0px !important;
    height: 30px;
    margin-right: 10px !important;
    padding-left: 10px !important;
}

.NoMarginForButtonsDiv {
    margin-left: 0px !important;
}

.resultslabels {
    width: 100px !important;
}

.labelsleft {
    float: left !important;
    margin-left: 5px;
}

.buttonsfixInside {
    padding-left: 0px !important;
    min-width: 200px !important;
}

    .buttonsfixInside:before {
        left: 177px !important;
    }

.apply:before {
    left: 136px !important;
}

.buttonsfixInside:hover:before {
    left: 297px !important;
}

.buttonsfixInside:hover {
    background-color: #00579e !important;
}

.apply:hover:before {
    left: 297px !important;
}

.apply:hover {
    background-color: #00579e !important;
}

.calc:hover {
    background-color: #00579e !important;
}

.ajax__slider_h_rail {
    width: 264px !important;
}

.ddls select {
}

.ddlautofinal {
    width: 264px !important;
}

.sld {
    width: 245px !important;
    margin-right: 20px !important;
    margin-left: 10px !important;
}

.disabledtxt {
    color: rgb(79, 79, 79);
    background-color: white;
}

div#PersonalsliderMonthlySalary {
    background: #888d93;
    height: 14px;
    margin: 0 0 40px;
    position: relative;
}

div#PersonalsliderInstallmentPeriod {
    background: #888d93;
    height: 14px;
    margin: 0 0 56px;
    position: relative;
}

    div#PersonalsliderInstallmentPeriod .ui-slider-range {
        background: #e11107;
    }

.dnnSearchButton img {
    vertical-align: top !important;
}

.dd1 {
    width: 245px !important;
    margin-right: 20px !important;
    margin-left: 10px !important;
}

.footer .input-group input {
    border: 1px solid #9a9a9a !important;
    border-left: 1px solid #9a9a9a !important;
    border-top: 1px solid #9a9a9a !important;
    border-bottom: 1px solid #9a9a9a !important;
    border-right: 0 solid #9a9a9a !important;
}

    .footer .input-group input:focus {
        border: 1px solid #9a9a9a !important;
        border-left: 1px solid #9a9a9a !important;
        border-top: 1px solid #9a9a9a !important;
        border-bottom: 1px solid #9a9a9a !important;
        border-right: 0 solid #9a9a9a !important;
    }

.ANBNET:hover {
    cursor: pointer;
}


@media (max-width: 1128px) and (min-width: 992px) {
    div.face.front3 {
        color: #0073cf;
        height: 48px;
        width: 155px;
        background: #0073cf;
        margin-left: 0px;
        left: 4px;
        transform: rotateY(-90deg);
        -webkit-transform: rotateY(-90deg);
        transform-origin: 49px 49px -40px;
        -webkit-transform-origin: 49px 49px -40px;
        background-color: #e7e7e7;
        background-color: transparent !important;
    }

    .index_calculate img {
        width: 155px;
        height: 48px;
    }

    .index-loc img {
        margin-right: -1px;
    }

    div.face.front1 {
        margin-left: 2px !important;
    }
	
	div.face.front04 {
        margin-left: 2px !important;
    }

    .cl-effect-6 {
        position: relative;
        padding: 4px !important;
        padding-bottom: 12px !important;
        padding-top: 14px !important;
    }

    .services-icon1, .services-icon2, .services-icon3, .services-icon4, .services-icon5 {
        text-align: center;
        display: block !important;
        text-transform: capitalize !important;
    }

    .anb_services .services-icon3, .anb_services .services-icon4, .services-icon5 {
        width: 76px !important;
        max-width: 76px !important;
    }

    .services-icon1 a:before, .services-icon2 a:before, .services-icon3 a:before, .services-icon4 a:before, .services-icon5 a:before {
        position: absolute;
        top: 46% !important;
    }

    .services-icon1 a:after, .services-icon2 a:after, .services-icon3 a:after, .services-icon4 a:after, .services-icon5 a:after {
        position: absolute;
        top: 46% !important;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .index_fxrates td:nth-of-type(2):before {
        content: "Bid";
        color: #4f4f4f;
        padding-left: 15px;
    }

    table.table-fxrates tr {
        border: none;
    }

    table.table-fxrates > tbody > tr > td:nth-child(1) {
        color: #0073cf;
        padding-right: 20px;
        border: none;
    }

    table.table-fxrates > tbody > tr > td:nth-child(2) {
        color: #373737;
        padding-right: 20px;
        border: none;
    }

    table.table-fxrates > tbody > tr > td:nth-child(3) {
        color: #373737;
        padding-right: 20px;
        border: none;
    }

    .index_fxrates td:nth-of-type(3):before {
        content: "Ask";
        color: #4f4f4f;
        padding-left: 15px;
        border: none;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    body {
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    body {
        width: 100%;
    }
}

@media (min-width:1128px) {
    .cl-effect-6 {
        position: relative;
        display: inline-block;
        font-size: 12px;
        outline: none;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 0px;
        text-shadow: 0 0 1px rgba(255,255,255,0.3);
        padding: 6px;
        padding-bottom: 7px;
        padding-top: 10px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .services-icon1 a:before, .services-icon2 a:before, .services-icon3 a:before, .services-icon4 a:before, .services-icon5 a:before {
        position: absolute;
        top: 47%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        content: '';
        transition: all 0.3s;
    }

    .services-icon1 a:after, .services-icon2 a:after, .services-icon3 a:after, .services-icon4 a:after, .services-icon5 a:after {
        position: absolute;
        top: 47%;
        left: 0;
        width: 2px;
        height: 2px;
        background: #fff;
        content: '';
        transition: all 0.3s;
    }

    .services-icon1 a:hover:before, .services-icon2 a:hover:before, .services-icon3 a:hover:before, .services-icon4 a:hover:before, .services-icon5 a:hover:before {
        top: 100%;
        opacity: 1;
    }

    .services-icon1 a:hover:after, .services-icon2 a:hover:after, .services-icon3 a:hover:after, .services-icon4 a:hover:after, .services-icon5 a:hover:after {
        height: 53%;
        top: 50%;
    }
	
    .anb_services .services-icon1 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        margin-right: 15px;
        width: 61px;
        max-width: 61px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
    }

    .anb_services .services-icon2 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        margin-right: 15px;
        width: 61px;
        max-width: 61px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
    }

    .anb_services .services-icon3 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        margin-right: 15px;
        width: 70px;
        max-width: 70px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
    }

    .anb_services .services-icon4 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        width: 80px;
        max-width: 80px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
    }
	
	.anb_services .services-icon5 {
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 300;
        line-height: 11px;
        float: left;
        width: 80px;
        max-width: 80px;
        height: 67px;
        padding-bottom: 5px;
        text-align: center;
        box-sizing: content-box;
		text-align: center;
		width: auto;
		line-height: 11px;
    }
	
 
	
    .btn-4a:before {
        line-height: normal !important;
    }

    .btn-4a:hover:before {
        left: 210%;
    }

    .footer .btn:hover {
        color: #ffffff;
        background-color: #00579e;
    }


    .icon-arrow-right:before {
        width: 11px;
        height: 19px;
        content: url("/Portals/0/Skins/ANB/images/arrow_btn_default.png");
        left: 121px;
    }

    div.face.right3 {
        left: 0px;
    }
}

@media (max-width: 479px) {
    .sb-search-input2 {
        font-size: 120%;
    }

    .sb-search-submit2 {
        font-size: 120%;
    }

    .footer .btn-footer {
        padding-left: 60px;
        height:60px !important;
    }

        .footer .btn-footer::before {
            display: none;
        }
}

@media (max-width: 992px) {
    .search-for-mob {
        display: block;
        background-color: white;
        width: 100%;
        height: 70px;
        padding: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sb-icon-search {
        background: url(/Portals/0/Skins/ANB/images/icon_search_large.png) center center no-repeat;
        background-color: #0073cf;
        background-size: 36px 36px;
    }

    .sb-search-input2 {
        width: 70%;
        height: 40px;
        padding-left: 10px;
        font-size: 28px;
        font-size: 150%;
        float: left;
        border: #0073cf solid 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 6px;
    }

    .sb-search-submit2 {
        border: none;
        width: 20%;
        height: 40px;
        background-color: #0073cf;
        font-size: 28px;
        font-size: 160%;
        color: white;
        font-weight: 300;
    }
}

@media (max-width: 1128px) and (min-width:992px) {
    div.face.right3 {
        position: relative;
        top: 0;
    }

    .cl-effect-6 {
        position: relative;
        display: inline-block;
        font-size: 12px;
        outline: none;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        margin-top: 0px;
        text-shadow: 0 0 1px rgba(255,255,255,0.3);
        padding: 6px;
        padding-bottom: 7px;
        padding-top: 10px;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
}

@media (max-width:767px) {
    #overlay-lightbox {
        display: none !important;
    }
}

@media (min-width:767px) {
    .mobileMenuItems {
        display: none !important;
    }
}


.allOffersLink {
    font-size: 16px;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.allOffersLinkWrapper {
    text-align: right;
    padding-right: 25px;
}

.allOffersLink {
    color: #dd1516 !important;
    font-weight: 400;
}
#txtSearchTextTop{
	display:none;
}

div.cube { position: relative; }

div.cube.cube1 {
	width: 71px;
	height: 71px;
	padding-left: 5px;
	margin-right: 2px;
	float: left;
	margin-top: -26px;
}

div.cube.cube2 {
	width: 71px;
	height: 71px;
}

div.cube.cube3 {
	height: 48px;
	width: 156px;
}

div.cube.cube4 {
	width: 71px;
	height: 48px;
	padding-left: 5px;
	margin-right: 12px;
	margin-top: 8px;
	float: left;      
}

.face a, .face a:hover, .face_box, .face_box a:hover { text-decoration: none; color: white; }   

div.face.front1 {
	margin-left: 5px;
	transform: rotateY(-90deg);
	transform-origin: 49px 49px -40px;
}

div.face_box.front04 {
	margin-left: 5px;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform-origin: 49px 49px -40px;			
}

div.face.right1 {
	left: 5px;
	background: #c50900;
	padding: 15px 10px 5px 5px;
	line-height: 1em;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 17px;
	display: inline-block;
	transform: rotateY(-90deg);
	transform-origin: 49px 49px -20px;
}

div.face_box.right04 {
	left: 5px;
	background: #c50900;
	padding: 15px 10px 5px 5px;
	line-height: 1em;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);            
	display: inline-block;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	transform-origin: 49px 49px -20px;			
}

div.face {
	color: white;
	height: 71px;
	left: 0;
	width: 71px;
	line-height: 20px;
	perspective: 100;
	position: absolute;
	text-align: center;
	top: 0;
	transition: transform 0.4s ease 0s, background 0.4s ease 0s;
}

div.face_box {
	color: white;
	height: 48px;
	left: 0;
	width: 71px;
	line-height: 20px;
	perspective: 100;
	position: absolute;
	text-align: center;
	top: 0;
	transition: transform 0.4s ease 0s, background 0.4s ease 0s;
}

div.face.front2 {
	background: #0073cf;
	margin-left: 7px;
	transform: rotateY(-90deg);
	transform-origin: 49px 49px -40px;
}

div.face.right2 {
	position: absolute;
	left: 7px;
	text-align: left;
	background: #0262ae;
	padding: 15px 10px 5px 10px;
	line-height: 1em;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 17px;
	display: inline-block;
	transform: rotateY(-90deg);
	transform-origin: 49px 49px -20px;
}

div.face.front3 {
	color: #0073cf;
	height: 48px;
	width: 156px;
	background: #0073cf;
	margin-left: 5px;
	transform: rotateY(-90deg);
	-webkit-transform: rotateY(-90deg);
	transform-origin: 49px 49px -40px;
	-webkit-transform-origin: 49px 49px -40px;
	background-color: #e7e7e7;
}

div.face.right3 {
	position: relative;
	top: 0;
	left: 0px;
	color: #0073cf;
	height: 48px;
	width: 156px;
	text-align: left;
	background: #0073cf;
	padding: 7px 20px 5px 10px;
	line-height: 1em;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 17px;
	display: inline-block;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transform-origin: 50% 46% -76px;
	transform-origin: 50% 46% -76px;
	background-color: #e7e7e7;
}

@media (min-width:767px) {    
	div.cube.cube_margin { margin-top:-35px; }
}

@media (max-width:767px) {    
	div.cube.cube4 { margin:5px 10px 5px 0px; }	
}

/* Css by Ali 20170821 Fix # 1 and 14*/

@media (min-width: 768px){
	.small-home-rotator{
		width:520px !important;
		height: 224px !important;
	}
	div.cube.cube_margin {
    margin-top: -45px;
}
	div.cube.cube4{
	padding-left:auto !important;
	margin-right:auto !important;
	width:72px !important;
	}
	div.face_box{
		width:83px !important;
	}
	.small-home-rotator-nav{
	width:100%;
	}
	#next1 {
    right: 35px;
}
.mobileHomeSmallboxes{
text-align:center;}
.mobileHomeSmallboxes .cube.cube4{
		float:none !important;
		display:inline-block !important;
		
}
.NewsSubTitle{
	    max-height: inherit !important;
}
.small-home-rotator .small-home-rotator-text {
    top: auto !important;
    margin-top: auto !important;
    bottom: 0 !important;
	}

}
@media (max-width:767px) { 
.mobileHomeSmallboxes{
text-align:center;
margin-top:25px !important;}
.mobileHomeSmallboxes .cube.cube4{
		float:none !important;
		display:inline-block !important;
		width: 55px;	
}
.mobileHomeSmallboxes .cube.cube4 .face_box{
	width:60px !important;
}
}
/* Css by Ali 20170821 Fix # 1 and 14*/




/* Ali 20170905 Fix # 13 only for home page*/
@media (max-width: 479px){
.PPBWrapper a{
	padding:5px 20px;
}
.anb_services .services-icon1, .anb_services .services-icon2{
margin-bottom:0 !important;
}
.anb_services .services-icon1, .anb_services .services-icon2, .anb_services .services-icon3, .anb_services .services-icon4, .anb_services .services-icon5 {
	height: 100px;
	
}
 .anb-tadawul,  .anb-etrader{
	    width: 27% !important;
       height: auto !important;
}
.anb-net{
	 width: 30% !important;
       height: auto !important;
}
.anb-ebusiness{
	 width: 28% !important;
       height: auto !important;
}
.icon-line{
	  margin: 7px auto 10px;
}
.anb_services p{
	    font-size: 14px;
}

}
/* Ali 20170905 Fix # 13 only for home page*/