﻿.heart {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 105px;
    z-index: 113;
    opacity: 0;
}

.heart:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    box-shadow: -1px 1px 20px 20px rgba(0, 0, 0, .1);
}

.heartimg {
    pointer-events: none;
}

.exact_heart {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.heartgif {
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 999;
    display: none;
}

.gif_link {
    display: block;
}

.closeheart {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 1;
    display: block;
    background: 0 0;
    border: 0;
}
.txt-currency
{
	width: 36px;
    height: 19px;
	position: relative;
	bottom: 3px;
	color: #000;
	margin: 0px 5px;
}
.tinynav li select
{
    background: rgba(1,57,118,.8);
    border: rgba(1,57,118,.8);
    font-size: 12px;
}

@media screen and (max-width:1899px) {
    .heart {
        bottom: 30px;
        right: 10px;
        width: 80px;
    }
    .heartgif {
        height: 400px;
        width: 400px;
    }
}

@media screen and (max-width:1600px) {
    .heart {
        width: 70px;
        right: 20px;
    }
    .heartgif {
        height: 350px;
        width: 350px;
    }
    .closeheart {
        top: 30px;
        right: 30px;
    }
}

@media screen and (max-width:1440px) {
    .heart {
        bottom: 120px;
    }
}

@media screen and (max-width:1399px) {
    .heart {
        bottom: 20px;
        right: 20px;
        width: 50px;
    }
    .heartgif {
        height: 300px;
        width: 300px;
    }
    .closeheart {
        top: 20px;
        right: 20px;
    }
}

@media screen and (max-width:767px) {
    .heart {
        bottom: 10px;
        right: 10px;
        width: 50px;
        z-index: 1124;
    }
    .heartgif {
        height: 200px;
        width: 200px;
    }
    .closeheart {
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat;
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg');
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir=rtl] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir=rtl] .slick-next:before {
    content: '←';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f9a61a;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.hamburger.is-active:hover,
.hamburger:hover {
    opacity: .7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #000;
}

.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after,
.hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    transform: rotateY(180deg);
    background-color: transparent!important
}

.hamburger--3dx.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,
.hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    transform: rotateY(-180deg);
    background-color: transparent!important
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after,
.hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    transform: rotateX(-180deg);
    background-color: transparent!important
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,
.hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    transform: rotateX(180deg);
    background-color: transparent!important
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after,
.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg);
    background-color: transparent!important
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,
.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
    background-color: transparent!important
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:after,
.hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
    opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transition-delay: 75ms;
    transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transition-delay: 75ms;
    transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    top: -80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    top: -80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    top: 10px;
    right: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent!important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    top: 80px;
    left: -80px;
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    top: 80px;
    right: -80px;
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
    transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after,
.hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,
.hamburger--minus.is-active .hamburger-inner:before {
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
    opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: .22s;
    background-color: transparent!important
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
    opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
    transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(90deg);
    background-color: transparent!important
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
    transform: rotate(-90deg);
    background-color: transparent!important
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
    transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after,
.hamburger--vortex-r .hamburger-inner:before {
    transition-delay: .1s;
    transition-timing-function: linear;
    transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,
.hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

a,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

button:focus,
input:focus,
select:focus {
    outline: 0
}

figure {
    margin: 0
}

:focus {
    outline: 0
}

@font-face {
    font-family: gilroybold;
    src: url(gilroy-bold_1-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gilroyregular;
    src: url(gilroy-regular_0-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gilroysemibold;
    src: url(gilroy-semibold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gilroyextrabold;
    src: url(gilroy-extrabold-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: gilroymedium;
    src: url(gilroy-medium_1-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

.bold {
    font-family: Conv_Gilroy-Bold;
    font-weight: 400;
    font-style: normal;
    font-weight: 700
}

.semibold {
    font-family: gilroysemibold;
    font-weight: 600;
    font-style: normal
}

.extrabold {
    font-family: gilroyextrabold;
    font-weight: 400;
    font-style: normal
}

.medium {
    font-family: gilroymedium;
    font-weight: 400;
    font-style: normal
}

.fsize0 {
    font-size: 60px;
    line-height: 60px
}

.fsize1 {
    font-size: 44px;
    line-height: 50px
}

.fsize2 {
    font-size: 33px
}

.fsize2a {
    font-size: 28px;
    line-height: 30px
}

.fsize2b {
    font-size: 24px;
    line-height: 35px
}

.fsize3 {
    font-size: 22px
}

.fsize4 {
    font-size: 20px;
    line-height: 25px
}

.para {
    font-size: 18px;
    line-height: 25px
}

.para2 {
    font-size: 20px;
    line-height: 33px
}

.text-shadow-black {
    text-shadow: 0 0 1px rgba(0, 0, 0, .3)
}

.text-shadow-white {
    text-shadow: 0 0 1px rgba(255, 255, 255, .3)
}

:root {
    --color-orange: #F9A61A;
    --color-blue: #013976;
    --color-white: #ffffff;
    --color-black: #333333;
    --color-grey: #999999;
    --color-blackdim: #333333;
    --color-lightwhite: #A3AEC0;
    --color-lightgrey: #F2F2F4;
    --color-lightblue: #2264b0;
    --color-mediumblue: #18579E;
    --color-red: #ED1B24;
    --color-yellow: #FFCB05;
    --color-green: #8EBB44
}

.orange {
    color: #f9a61a
}

.blue {
    color: #013976
}

.white {
    color: #fff
}

.black {
    color: #333
}

.black-dim {
    color: #333
}

.grey {
    color: #999
}

.magenta {
    color: #ff00ff
}

.yellow {
    color: #ffcb05
}

.light-white {
    color: #a3aec0
}

.light-blue {
    color: #2264b0
}

.red {
    color: #ed1b24
}

.green {
    color: #8ebb44
}

.vh100 {
    height: 100vh
}

.box-shadow {
    -webkit-box-shadow: 0 15px 70px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 70px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 70px rgba(0, 0, 0, .1)
}

body {
    font-family: Conv_Gilroy-Medium;
    font-weight: 400;
    font-style: normal;
    color: #000;
    overflow-x: hidden
}

.container {
    padding-left: 0;
    padding-right: 0
}

.absolute-all {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.btn-primary {
    color: #333;
    background-color: #f9a61a;
    border-color: #f9a61a
}

.btn-primary.filled {
    color: #f9a61a;
    background-color: transparent;
    border-color: #f9a61a;
    border: 2px solid #f9a61a
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0);
    background-color: #013976;
    color: #fff;
    border-color: #013976;
    outline: 0
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    border-color: #013976;
    background-color: #013976
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0)
}

.link-arrow {
    margin: 20px 0 0 0
}

.btn-link {
    font-size: 18px;
    color: #013976;
    padding: 0 0 1px 0;
    border-bottom: 2px solid #013976;
    border-radius: 0
}

.btn-link.orange {
    color: #f9a61a;
    border-bottom: 2px solid #f9a61a
}

.btn-link.mini {
    font-size: 16px
}

.btn-link:focus,
.btn-link:hover {
    outline: 0;
    text-decoration: none
}

.bluefooter {
    background: #013976;
    height: 120px
}

.subscribeform .form-control {
    height: 52px;
    font-size: 18px
}

.subbtn {
    position: absolute;
    top: 7px;
    right: 7px
}

.subbtn .btn {
    min-width: 130px
}

.followus {
    background: #013976
}

.subscleft {
    padding-right: 80px
}

.bluefooter:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    background: #013976;
    height: 100%;
    z-index: 0
}

.footerwhite {
    padding: 30px 0 0
}

.ftabs {
    margin: -30px 0 0 0
}

.fwlinks span {
    padding: 0 10px 0 10px
}

.fwlinks a {
    color: #333
}

.fwlinks span {
    position: relative
}

.fwlinks span:after {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    top: 6px;
    right: 0;
    border-left: 1px solid #333
}

.fwlinks span.last:after {
    display: none
}

.dialul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 40px
}

.dialul li {
    position: relative
}

.dialul li a {
    padding: 5px 0 5px 0!important;
    display: inline-block
}

.dialul.dialul-a li a {
    display: block
}

.dialul.lionly li {
    padding: 5px 0 5px 0!important
}

.dialul.blue li a {
    color: #013976;
    position: relative
}

.dialul.blue li a:focus,
.dialul.blue li a:hover {
    color: #013976
}

.dialul.white li a {
    color: #fff;
    position: relative
}

.dialul.white li a:focus,
.dialul.white li a:hover {
    color: #fff
}

.navcont {
    width: 386px;
    height: 96px;
    border-bottom-right-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 11111
}

.logobrand {
    border-right: 2px solid rgba(0, 0, 0, .1);
    padding: 0 25px
}

.menutrigger {
    margin: 0 0 0 25px;
    position: relative;
    color: #013976;
    display: block
}

.menutrigger:focus,
.menutrigger:hover {
    color: #013976
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background-color: #013976
}

.menutrigger .mtxt {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 12px
}

.hamburger {
    padding: 0 0 10px
}

.hamburger-box {
    width: 38px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 3px;
    width: 38px
}

.hamburger-inner:before {
    top: -9px
}

.hamburger-inner:after {
    bottom: -9px
}

.blueheader {
    background: #013976;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 390px;
    z-index: 1
}

.tinynav {
    list-style-type: none;
    margin: 0;
    padding: 0;
	position: relative;
}

.tinynav li {
    display: inline-block
}

.tinynav li a {
    color: #fff;
    font-size: 12px;
    padding: 9px 15px;
    display: block;
    position: relative
}

.tinynav li.last a:before {
    display: none
}

.tinynav li a:focus,
.tinynav li a:hover {
    text-decoration: none;
    color: #fff
}

.tinynav .dropdown-menu {
    background-color: #013976;
    border-radius: 0;
    margin: 0
}

.tinynav .dropdown-item:focus,
.tinynav .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent
}

.searchicon {
    width: 48px;
    height: 48px;
    line-height: 43px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 1
}

.tinynav li a.dropdown-toggle {
    top: 3px
}

.fs-menu {
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #013976;
    overflow: hidden;
    z-index: 1111
}

.chevico {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 14px;
    display: none!important
}

.hideForAnim {
    opacity: 0
}

.img-to-zoom {
    transition: .6s ease all;
    transform: scale(1)
}

.img-to-zoom:hover {
    transform: scale(1.1)
}

#headernav {
    margin: 120px 0 0 0
}

#headernav .card {
    background-color: transparent;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 20px
}

#headernav .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
    border-radius: 0!important
}

#headernav .card-header .btn-link {
    color: #fff;
    font-size: 24px;
    padding: 0;
    border-bottom: 0
}

#headernav .card-header .btn-link:focus,
#headernav .card-header .btn-link:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
    outline: 0
}

#headernav .card-body {
    padding: 10px 0 10px
}

.subnavs {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.subnavs>li {
    display: block
}

.subnavs>li>a {
    color: #9ca6bd;
    font-size: 18px;
    padding: 6px 0 6px 10px;
    display: block
}

.nav-backdrop {
    background: rgba(1, 57, 118, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100vh;
    z-index: 1111
}

.bcwrap {
    background: rgba(255, 255, 255, .5);
    position: absolute;
    width: 100%;
    top: 43px;
    left: 0;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear
}

.bcwrap.active {
    background: rgba(255, 255, 255, 1)
}

.breadcrumb {
    background-color: transparent;
    height: 50px;
    padding: 0 0;
    margin: 0 0 0 250px;
    line-height: 50px
}

.breadcrumb-item>a {
    color: rgba(0, 0, 0, 1);
    font-size: 13px
}

.breadcrumb-item.active {
    color: rgba(0, 0, 0, .6);
    font-size: 13px
}

.in-page-push {
    padding-top: 43px
}

.in-banner {
    background-size: cover;
    height: 354px
}

.useful-links {
    background: #f2f2f4;
    padding: 50px 0
}

.ulwrap {
    background: #fff;
    padding: 0 0
}

.ulwrap a {
    padding: 0 0
}

.ulwrap a:focus,
.ulwrap a:hover {
    outline: 0
}

.scbtm {
    height: 300px;
    background-size: cover;
    padding: 30px
}

.scbtm .fsize3 {
    line-height: 25px
}

.btn.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0)
}

.grey-blue {
    background-color: #d7d6dc;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px
}

.grey-blue.active,
.grey-blue:hover {
    background-color: #013976;
    color: #fff
}

.form-check-inline {
    font-size: 20px
}

.form-check-inline .form-check-input {
    margin-top: 3px;
    width: 15px;
    height: 15px
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0)
}

.dd-type1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: var(--color-mediumblue);
    padding: 6px;
    color: rgba(255, 255, 255, .5);
    font-size: 20px;
    border: 0
}

.dd-down-arrow {
    position: absolute;
    top: 6px;
    right: 10px;
    pointer-events: none;
    font-size: 20px
}

.dd-type2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    height: 47px;
    background: #f1f0f5;
    padding: 6px 15px;
    color: #333;
    font-size: 18px;
    border: 0
}

.dd-type2::-ms-expand {
    display: none
}

.dd-down-arrow.small {
    font-size: 16px;
    top: 12px;
    right: 15px
}

.line-through {
    text-decoration: line-through
}

.bgorange {
    background: #f9a61a
}

.bgblue {
    background: #013976
}

.ftabsul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.ftabsul>li {
    display: block
}

.ftabsul>li>a {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 5px 12px
}

#ftab-groupsite .col.ftabgrids:nth-child(6) .ftabsul>li>a {
    padding: 0;
    font-family: gilroysemibold;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px
}

#ftab-groupsite .col.ftabgrids:nth-child(6) .ftabsul>li>a>.chevico {
    display: none!important
}

span.d-incvxc {
    padding: 0 0 0 20px
}

.no-shadow:before {
    content: "";
    display: none
}

.flex-row-vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bgorange .ftabsul>li>a {
    color: #333
}

.bgorange .ftabsul>li>a {
    color: #333
}

.bgblue .ftabsul>li>a {
    color: #fff
}

.ftabsul>li>a>.chevico {
    top: 8px;
    font-size: 10px;
    display: block!important
}

.ft-social a {
    padding: 0 5px
}

.ft-social a i {
    background: #013976;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wondercake-facebook iframe {
    max-width: 100%
}

.footertoggles>.container {
    padding-top: 20px;
    padding-bottom: 20px
}

.ftabhead {
    margin: 10px 0
}

.ftabhead>a {
    font-size: 14px
}

.bgorange .ftabhead>a {
    color: #333
}

.bgblue .ftabhead>a {
    color: #fff!important
}

.border-orange {
    border-bottom: 5px solid #f9a61a
}

.ftabgroup a {
    width: 199px;
    height: 52px;
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 27px 0 0 0;
    font-size: 14px;
    color: #fff;
    position: relative;
    bottom: -1px
}

.ftabgroup a img {
    margin-left: 10px;
    margin-top: -3px
}

#ftab-groupsite,
#ftab-sitemap {
    display: none
}

.goup {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform-origin: 70%
}

.quicklinks {
    width: 69px;
    height: 369px;
    background: url(/src/images/new7/links-quick-off.png) no-repeat top center;
    background-size: 100%;
    position: fixed;
    top: 350px;
    right: -47px;
    z-index: 1111;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.quicklinks.on {
    right: 0
}

.pull-off {
    width: 20px;
    height: 90px;
    position: absolute;
    top: 76px;
    left: 0
}

.ag_a {
    width: 47px;
    height: 57px;
    position: absolute;
    top: 2px;
    right: 0
}

.ft_a {
    width: 47px;
    height: 56px;
    position: absolute;
    top: 58px;
    right: 0
}

.lf_a {
    width: 47px;
    height: 57px;
    position: absolute;
    top: 114px;
    right: 0
}

.faq {
    width: 47px;
    height: 48px;
    position: absolute;
    top: 172px;
    right: 0
}

.spe_as {
    width: 47px;
    height: 49px;
    position: absolute;
    top: 221px;
    right: 0
}

.feedback {
    width: 47px;
    height: 96px;
    position: absolute;
    top: 270px;
    right: 0
}

.ag_a:hover {
    background: url(/src/images/new7/links-quick-on.png) no-repeat;
    background-position: -22px -2px
}

.ft_a:hover {
    background: url(/src/images/new7/links-quick-on.png) no-repeat;
    background-position: -22px -58px
}

.lf_a:hover {
    background: url(/src/images/new7/links-quick-on.png) no-repeat;
    background-position: -22px -114px
}

.faq:hover {
    background: url(/src/images/new7/links-quick-on.png) no-repeat;
    background-position: -22px -172px
}

.spe_as:hover {
    background: url(/src/images/new7/links-quick-on.png) no-repeat;
    background-position: -22px -221px
}

.feedback:hover {
    background: url(/src/images/new7/links-quick-on.png) no-repeat;
    background-position: -22px -270px
}

.side-links {
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 1000;
    background-color: #004e72;
    border-radius: 4px 0 0 4px
}

#sidel-svg svg {
    fill: #fff
}

.side-links a {
    width: 45px;
    height: 50px;
    display: block;
    padding: 12px 13px;
    position: relative;
    border-bottom: 1px solid #0d5778;
    background: #0d5778
}

.side-links a:last-child {
    border-bottom: none
}

.side-links a span {
    color: #fff;
    background-color: #004e72;
    display: block;
    height: 50px;
    width: 200px;
    position: absolute;
    top: 0;
    right: -200px;
    text-align: center;
    padding-top: 15px;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    transition: .4s all;
    opacity: .5;
    z-index: -1
}

.about-show-div {
    display: none
}

.abt-show-more {
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #004e72;
    border: none;
    border-radius: 4px;
    margin-top: 5px
}

.abt-show-less {
    padding: 10px 15px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #004e72;
    border: none;
    border-radius: 4px;
    margin-top: 5px
}

.terms-div {
    font-size: 19px;
    line-height: 33px
}

.ic_para_content ol li {
    margin: 13px 0
}

.side-links a:hover span {
    right: 40px;
    transition: .4s all;
    opacity: 1;
    font-weight: 600
}

.airp-guide-half {
    height: 300px;
    background-size: cover;
    padding: 30px
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #013976
}

.headicons {
    height: 30px;
    width: 30px;
    fill: #013976
}

.verysmall {
    font-size: 12px
}

.in-banner.landing {
    height: 750px
}

.in-banner.landing:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45%;
    height: 200px;
    background: url(/src/images/ceo/banner-text-bg.png) no-repeat top center;
    background-size: 100% 200px
}

.landing-content .lc-mb {
    margin-bottom: 50px
}

.landing-content .lc-mb-30 {
    margin-bottom: 37px
}

.ui-widget-header {
    border: #f9a61a!important;
    background: #f9a61a!important
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #2264b0!important;
    color: #fff!important;
    text-align: center!important
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover {
    background: #013976!important;
    color: #fff!important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    background: #f9a61a!important;
    color: #000!important
}

.dial-accordion .card-header {
    padding: 0
}

.dial-accordion .card-header .btn {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    background: #ebebeb;
    color: #000;
    border-bottom: 0;
    font-size: 20px;
    position: relative
}

.dial-accordion .card {
    margin-bottom: 10px;
    border: 0
}

.dial-accordion .card-header .btn span.state {
    position: absolute;
    top: 12px;
    right: 20px
}

.fwlinks {
    position: relative;
    z-index: 10
}

.fwlinks span:first-child {
    padding: 0 10px 0 0
}

.loadercenter {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 111
}

#divFadeLoader.loadercenter {
    top: 100px
}

.search-container {
    position: absolute;
    right: 42px;
    top: 20px;
    transition: .3s all ease-in-out;
    z-index: 1
}

.search-container.active {
    position: absolute;
    right: 42px;
    top: 20px;
    z-index: 2;
    opacity: 1;
    transition: .3s all ease-in-out
}

.search-container.active .serch-overall {
    width: 270px;
    transition: .3s all ease-in-out;
    padding: 10px 45px 10px 45px
}

.serch-overall {
    width: 0;
    height: 48px;
    padding: 0;
    transition: .3s all ease-in-out;
    border: none
}

.btn_voice {
    display: none;
    background: url(/src/images/Voice.png) no-repeat;
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    left: 0;
    background-size: 100%;
    top: 4px
}

.search-container.active .btn_voice {
    display: inline-block
}

.menubackdropp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(1, 57, 118, .8);
    z-index: 1;
    display: none;
    opacity: 0;
    transition: .3s all ease-in-out;
    transition-delay: .12s
}

.menubackdropp.active {
    display: block;
    transition: .3s all ease-in-out;
    transition-delay: .12s;
    opacity: 1
}

.search-container.active .overall-srch-btn {
    display: block
}

.overall-srch-btn {
    display: none;
    background: url(/src/images/search-icon.png) no-repeat;
    width: 48px;
    border: none;
    height: 48px;
    position: absolute;
    right: -15px;
    top: 15px
}

.overall-srch-btn:hover {
    cursor: pointer
}

.videopops {
    padding-top: 17px!important;
    padding-left: 17px!important;
    padding-right: 17px!important;
    padding-bottom: 17px!important;
    z-index: 10500
}

.videopops .modal-dialog {
    max-width: 100%;
    margin: auto;
    height: 100%
}

.videopops .modal-content {
    height: 100%;
    background: #000;
    overflow: hidden
}

.videopops .modal-header {
    padding: 0;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.videopops .close {
    padding: 5px 10px;
    margin: 0 auto auto auto;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    z-index: 99;
    background: #000;
    box-shadow: 1px 1px 20px 1px #000;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 35px;
    left: 0
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1
}

.iframewrap {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.iframewrap .iframeVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.dial-accordion .card-header.opened .btn {
    background: #f9a61a
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4)!important
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 3px!important
}

.feedbackwrap {
    width: 100%;
    height: auto;
    background: #fff
}

.header_fb {
    padding: 50px 20px 10px
}

.smileys {
    padding: 20px 0
}

.emojiul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.emojiul li {
    display: inline-block;
    padding: 0 10px
}

li.emojibrd {
    border: 1px solid #000;
    border-radius: 4px
}

.emojiul li a {
    display: block;
    font-size: 4.5rem;
    text-align: center
}

.emojiul li a .txtlabel {
    font-size: 18px;
    color: #333
}

.emojiul li a span.emoico {
    color: #333
}

.emojiul li a:hover span.yellow {
    color: #ffcb05
}

.emojiul li a:hover span.light-blue {
    color: #2264b0
}

.emojiul li a:hover span.orange {
    color: #f9a61a
}

.emojiul li a:hover span.red {
    color: #ed1b24
}

#feedbackModal .close {
    margin: 10px 10px 0 0
}

.body_fb {
    padding: 20px;
    border-top: 3px solid #2264b0
}

#feedbackModal .modal-content {
    background-image: url(/src/images/emoji/bg.jpg);
    background-repeat: repeat
}

.modal.videopops.fade .modal-dialog {
    transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
    transition: transform 1s ease-out, -webkit-transform 1s ease-out
}

.modal.videopops.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(.1);
    transform: translate(0, 0) scale(.1)
}

.modal.videopops.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}

.fade.makeslow:not(.show) {
    opacity: 1
}

#return-to-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    text-decoration: none;
    display: block;
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 42px;
    color: rgba(34, 100, 176, .6)
}

#return-to-top:hover {
    color: rgba(34, 100, 176, 1)
}

.zommAnim {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.zommAnim.active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.img-block,
.pll-img {
    overflow: hidden
}

.cs_img img,
.img-block img,
.pll-img img {
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    transition: all .4s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1)
}

.cs_img img:hover,
.img-block img:hover,
.pll-img img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2)
}

.move-this-up {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    transform: translateY(0)
}

.move-this-up:hover {
    transform: translateY(-30px)
}

.main-gallery {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    transform: translateY(0)
}

.main-gallery:hover {
    transform: translateY(-10px)
}

.blogpost {
    background: #fff;
    padding: 20px;
    margin-top: -40px
}

.blogwrap {
    margin-top: 30px
}

.text-left p .img-responsive {
    max-width: 100%;
    margin: 10px auto;
    display: table
}

.trans-bg {
    background: rgba(0, 0, 0, .5);
    padding: 14px 20px;
    border-radius: 4px
}

#suggesstion-box-arrival,
#suggesstion-box-departure {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 300px;
    z-index: 1;
    background: #fff;
    overflow-y: auto
}

#suggesstion-box-arrival .items,
#suggesstion-box-departure .items {
    padding: 6px 20px;
    background: #fff;
    border-bottom: 1px solid rgba(1, 57, 118, .3);
    color: #013976
}

#suggesstion-box {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: auto!important;
    max-height: 250px;
    z-index: 11;
    background: #fff;
    overflow-y: auto
}

#suggesstion-box .items {
    padding: 6px 20px;
    background: #fff;
    border-bottom: 1px solid rgba(1, 57, 118, .3);
    color: #013976
}

.wifi-aport p img {
    display: inline-block;
    margin-right: 15px;
    width: 45px;
    height: 52px
}

.italic-txt {
    font-style: italic
}

@media screen and (min-width:1900px) {
    .container {
        width: 1600px;
        max-width: 1600px
    }
}

@media screen and (max-width:1899px) {
    .headicons {
        height: 20px;
        width: 20px
    }
    .container {
        width: 1450px;
        max-width: 1450px
    }
    .fsize0 {
        font-size: 50px;
        line-height: 50px
    }
    .fsize2 {
        font-size: 30px
    }
    .fsize2a {
        font-size: 24px;
        line-height: 28px
    }
    .fsize2b {
        font-size: 22px;
        line-height: 35px
    }
    .fsize3 {
        font-size: 20px
    }
    .fsize4 {
        font-size: 18px;
        line-height: 23px
    }
    .para {
        font-size: 16px;
        line-height: 23px
    }
    .btn-primary {
        font-size: 14px
    }
    .fwlinks {
        font-size: 14px
    }
    .fwlinks span:after {
        top: 4px
    }
    .subbtn {
        top: 9px
    }
    .btn-primary {
        font-size: 12px
    }
    .breadcrumb {
        margin: 0 0 0 328px
    }
    .tinynav li a {
        padding: 9px 15px
    }
    .in-banner {
        height: 308px
    }
    .scbtm {
        height: 260px
    }
    .airp-guide-half {
        height: 260px;
        padding: 30px 0 0 30px
    }
    .grey-blue {
        font-size: 14px;
        padding: 8px 10px
    }
    .quicklinks {
        top: 130px
    }
    .in-banner.landing {
        height: 602px
    }
    .in-banner.landing:before {
        height: 175px;
        background-size: 100% 175px
    }
}

@media screen and (max-width:1680px) {
    .breadcrumb {
        margin: 0 0 0 290px
    }
    .in-banner.landing {
        height: 655px
    }
    .landing-content .lc-mb.lc-2 {
        flex: 0 0 40%;
        max-width: 40%;
        margin-bottom: 30px
    }
}

@media screen and (max-width:1600px) {
    .container {
        width: 1370px;
        max-width: 1370px
    }
    .navcont {
        width: 326px;
        height: 80px
    }
    .logobrand {
        padding: 0 25px 0 15px;
        width: 228px
    }
    .menutrigger {
        margin: 0 0 0 25px
    }
    .menutrigger .mtxt {
        font-size: 12px;
        left: 3px
    }
    .blueheader {
        padding: 0 0 0 330px;
        height: 40px;
    }
    .fsize0 {
        font-size: 42px;
        line-height: 42px
    }
    .fsize2 {
        font-size: 28px
    }
    .fsize2a {
        font-size: 22px;
        line-height: 28px
    }
    .fsize2b {
        font-size: 20px;
        line-height: 30px
    }
    .fsize3 {
        font-size: 18px
    }
    .fsize4 {
        font-size: 16px;
        line-height: 23px
    }
    .para {
        font-size: 14px;
        line-height: 23px
    }
    .bluefooter {
        height: 90px
    }
    .breadcrumb {
        margin: 0 0 0 230px;
        height: 40px;
        line-height: 40px
    }
    .btn-link.mini {
        font-size: 14px
    }
    .tinynav li a {
        padding: 8px 15px
    }
    .bcwrap {
        top: 40px
    }
    .in-page-push {
        padding-top: 40px
    }
    .btn-link {
        font-size: 16px
    }
    .in-banner.landing {
        height: 584px
    }
    .in-banner.landing:before {
        height: 165px;
        background-size: 100% 165px
    }
    .in-banner.landing {
        height: 620px
    }
}

@media screen and (max-width:1540px) {
    .breadcrumb {
        margin: 0 0 0 260px
    }
    .dd-type1 {
        font-size: 18px
    }
    .dd-down-arrow {
        font-size: 18px
    }
    .in-banner.landing {
        height: 600px
    }
    .in-banner.landing:before {
        height: 160px;
        background-size: 100% 160px
    }
    .fsize1 {
        font-size: 36px;
        line-height: 40px
    }
    .pagehead.mb-5 {
        margin-bottom: 30px!important
    }
    .landing-content .lc-mb-30 {
        margin-bottom: 30px
    }
}

@media screen and (max-width:1440px) {
    .breadcrumb {
        margin: 0 0 0 320px
    }
    .in-banner.landing {
        height: 562px
    }
    .in-banner.landing:before {
        height: 145px;
        background-size: 100% 145px
    }
    .landing-content .lc-mb {
        margin-bottom: 35px
    }
    .fsize1 {
        font-size: 30px;
        line-height: 45px
    }
    .pagehead.mb-5 {
        margin-bottom: 20px!important
    }
    .landing-content .lc-mb-30 {
        margin-bottom: 25px
    }
}

@media screen and (max-width:1400px) {
    .container {
        width: 1270px;
        max-width: 1270px
    }
}

@media screen and (max-width:1399px) {
    .container {
        width: 1170px;
        max-width: 1170px
    }
    .navcont {
        width: 280px;
        height: 70px
    }
    .logobrand {
        width: 200px
    }
    .menutrigger {
        height: 37px;
        margin: 0 0 0 15px
    }
    .menutrigger .mtxt {
        font-size: 10px
    }
    .hamburger-box {
        width: 30px
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        width: 30px
    }
    .menutrigger .mtxt {
        font-size: 12px;
        left: 0
    }
    #headernav {
        margin: 80px 0 0 0
    }
    #headernav .card-header .btn-link {
        font-size: 20px
    }
    .subnavs>li>a {
        font-size: 16px
    }
    .blueheader {
        height: 33px
    }
    .blueheader {
        padding: 0 0 0 330px;
    }
    .tinynav li a {
        font-size: 10px;
        padding: 4px 12px
    }
    .tinynav li a:before {
        top: 5px;
    }
    .tinynav li a.dropdown-toggle {
        top: 1px
    }
    .fsize0 {
        font-size: 36px;
        line-height: 36px
    }
    .fsize2 {
        font-size: 24px
    }
    .fsize2a {
        font-size: 20px;
        line-height: 26px
    }
    .fsize2b {
        font-size: 16px;
        line-height: 25px
    }
    .fsize3 {
        font-size: 16px
    }
    .fsize4 {
        font-size: 14px;
        line-height: 20px
    }
    .para {
        font-size: 14px;
        line-height: 20px
    }
    .para2 {
        font-size: 16px;
        line-height: 25px
    }
    .subscribeform .form-control {
        font-size: 14px;
        height: 46px
    }
    .fwlinks {
        font-size: 12px
    }
    .bluefooter {
        height: 70px
    }
    .subbtn {
        top: 6px
    }
    .bcwrap {
        top: 33px
    }
    .breadcrumb {
        height: 37px;
        margin: 0 0 0 210px;
        line-height: 37px
    }
    .breadcrumb-item>a {
        font-size: 12px
    }
    .in-page-push {
        padding-top: 33px
    }
    .in-banner {
        height: 250px
    }
    .scbtm {
        height: 210px;
        padding: 20px
    }
    .airp-guide-half {
        height: 210px;
        padding: 20px
    }
    .ulwrap {
        padding: 0 0
    }
    .grey-blue {
        font-size: 12px;
        padding: 6px 8px
    }
    .hamburger-inner:before {
        top: -8px
    }
    .hamburger-inner:after {
        bottom: -8px
    }
    .dd-type1 {
        font-size: 16px
    }
    .dd-down-arrow {
        font-size: 18px
    }
    .in-banner.landing {
        height: 533px
    }
    .in-banner.landing:before {
        height: 136px;
        background-size: 100% 136px
    }
    .landing-content .lc-mb {
        margin-bottom: 30px
    }
    .col.ftabgrids {
        padding-left: 5px;
        padding-right: 5px
    }
    #ftab-sitemap .row {
        margin-left: -5px;
        margin-right: -5px
    }
    #ftab-groupsite .row {
        margin-left: -5px;
        margin-right: -5px
    }
    #return-to-top {
        font-size: 36px
    }
    .terms-div {
        font-size: 16px;
        line-height: 25px
    }
}

@media screen and (max-width:1280px) {
    .breadcrumb {
        margin: 0 0 0 240px
    }
}

@media screen and (max-width:1199px) {
    .container {
        width: 970px;
        max-width: 970px
    }
    .quicklinks {
        top: 130px;
        width: 60px;
        height: 320px
    }
    .pull-off {
        width: 18px;
        height: 70px;
        top: 70px
    }
    .ag_a {
        width: 41px;
        height: 49px
    }
    .ft_a {
        width: 41px;
        height: 47px;
        top: 52px
    }
    .lf_a {
        width: 41px;
        height: 48px;
        top: 100px
    }
    .faq {
        width: 41px;
        height: 43px;
        top: 148px
    }
    .spe_as {
        width: 41px;
        height: 43px;
        top: 192px
    }
    .feedback {
        width: 41px;
        height: 85px;
        top: 235px
    }
    .ag_a:hover,
    .faq:hover,
    .ft_a:hover,
    .lf_a:hover,
    .spe_as:hover.feedback:hover {
        background: 0 0
    }
    .footerwhite {
        padding: 20px 0 0
    }
    .ftabs {
        margin: 0 0 -1px 0
    }
    .breadcrumb {
        margin: 0 0 0 290px
    }
    .in-banner.landing {
        height: 400px
    }
    .in-banner.landing:before {
        height: 106px;
        background-size: 100% 106px
    }
    .landing-content .lc-mb {
        margin-bottom: 15px
    }
    .landing-content .lc-mb.lc-2 {
        margin-bottom: 10px
    }
    .fsize0 {
        font-size: 30px;
        line-height: 30px
    }
    .filter-select .dd-down-arrow {
        top: 12px
    }
    .videopops .modal-content {
        height: 556px;
        background: 0 0;
        overflow: hidden;
        display: block;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }
    .modal-backdrop.show {
        opacity: .8
    }
    .landing-content .lc-mb-30 {
        margin-bottom: 10px
    }
    .ftabsul>li>a {
        padding: 5px 12px
    }
    #btnSubmit {
        font-size: 16px
    }
    .Offer {
        float: none!important
    }
}

@media screen and (max-width:991px) {
    .container {
        width: 750px;
        max-width: 750px
    }
    .tinynav .dropdown-menu {
        min-width: 9rem
    }
    .in-banner.landing:before {
        width: 60%
    }
    .filter-select .dd-type2 {
        padding: 6px 5px;
        font-size: 16px
    }
    .videopops .close {
        margin: 0 0 auto auto;
        top: -30px;
        opacity: 1;
        font-size: 24px;
        width: 30px;
        height: 30px;
        padding: 5px
    }
    .videopops .modal-content {
        height: 420px;
        overflow: visible
    }
    .emojiul li a {
        font-size: 3rem
    }
    .emojiul li a span.emoico {
        width: 60px
    }
    .dial-accordion .card-header .btn {
        font-size: 18px
    }
    #txtsearch {
        font-size: 13px
    }
    #txtsearch {
        text-overflow: ellipsis
    }
    #txtsearch::-webkit-input-placeholder {
        text-overflow: ellipsis
    }
    #txtsearch::-moz-placeholder {
        text-overflow: ellipsis
    }
    #txtsearch:-ms-input-placeholder {
        text-overflow: ellipsis
    }
    #txtsearch:-moz-placeholder {
        text-overflow: ellipsis
    }
    .dd-type2 {
        font-size: 14px
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 100%;
        max-width: 100%
    }
    .navcont {
        width: 220px;
        height: 70px
    }
    .logobrand {
        width: 160px;
        padding: 0 10px 0 10px
    }
    .menutrigger {
        height: 37px;
        margin: 0 0 0 10px
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        height: 2px
    }
    .menutrigger .mtxt {
        font-size: 11px
    }
    .menubackdropp {
        z-index: 11111
    }
    .search-container.active {
        z-index: 111111
    }
    .blueheader {
        padding: 0 35px 0 0;
        text-align: right
    }
    .tinynav li {
        display: none
    }
    .tinynav li {
        padding: 5px 0px !important;
    }
    .tinynav li.last {
        display: inline-block
    }
    .tinynav .tm:before {
        display: none;
    }
    .searchicon {
        width: 28px;
        height: 28px;
        line-height: 26px;
        top: 15px;
        right: 10px;
        padding: 0 7px
    }
    .tinynav .dropdown-menu a {
        padding: 7px 0
    }
    .tinynav .dropdown-menu {
        margin: -1px 0 0
    }
    .tinynav .dropdown-menu {
        min-width: 5rem;
        left: -7px!important;
        padding: 0 6px
    }
    .fsize0 {
        font-size: 24px;
        line-height: 24px
    }
    .fsize2 {
        font-size: 20px
    }
    .fsize2a {
        font-size: 18px;
        line-height: 22px
    }
    .fsize2b {
        font-size: 16px;
        line-height: 20px
    }
    .fsize3 {
        font-size: 15px
    }
    .fsize4 {
        font-size: 14px;
        line-height: 20px
    }
    .para {
        font-size: 14px;
        line-height: 20px
    }
    .para2 {
        font-size: 16px;
        line-height: 25px
    }
    .followus {
        text-align: center
    }
    .bluefooter {
        height: 50px
    }
    .footerwhite {
        padding: 10px 0 0;
        text-align: center
    }
    .ftabgroup {
        float: none!important
    }
    .ftabgroup a {
        width: 140px;
        height: 52px;
        padding: 33px 0 0 0;
        font-size: 11px
    }
    .col.ftabgrids {
        padding-left: 20px;
        padding-right: 20px;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
    .col.ftabgrids:first-child {
        border-top: 0
    }
    #ftab-groupsite .row {
        margin-left: 0;
        margin-right: 0
    }
    #trigger_fot_grp,
    #trigger_fot_sitemap {
        position: absolute;
        top: 10%;
        left: 0
    }
    .in-banner.landing {
        height: 400px;
        background-size: cover;
        background-position: center
    }
    #ssd,
    #ssdw,
    .in-banner.landing.ap-guides-pos {
        background-position: right
    }
    .bcwrap {
        display: none
    }
    .in-banner.landing:before {
        width: 90%
    }
    .in-banner .container {
        padding-left: 10px
    }
    .useful-links {
        padding: 20px 10px
    }
    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin: 0 3px;
        padding: 0;
        cursor: pointer
    }
    .slick-dots li button {
        width: 12px;
        height: 12px
    }
    .slick-dots li button:before {
        font-size: 10px;
        width: 12px;
        height: 12px
    }
    .fixed-top {
        z-index: 10300
    }
    .fs-menu {
        overflow-x: hidden;
        overflow-y: auto
    }
    .quicklinks {
        display: none!important
    }
    .side-links {
        display: none
    }
    .search-container.active {
        top: 90px;
        right: 20px
    }
    .videopops {
        padding-top: 0!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        padding-bottom: 0!important
    }
    .videopops .modal-content {
        height: 250px;
        overflow: visible
    }
    .videopops .close {
        margin: 0 0 auto auto;
        top: -30px;
        opacity: 1;
        font-size: 24px;
        width: 30px;
        height: 30px;
        padding: 5px
    }
    .search-container {
        right: 5px;
        top: 12px
    }
    .iframewrap {
        padding-top: 56.25%;
        height: 0
    }
    #return-to-top {
        font-size: 24px;
        bottom: 10px;
        right: 10px
    }
    .airportguidelanding .landing-content .lc-mb-30 {
        margin-bottom: 15px;
        position: absolute;
        bottom: 50px;
        left: 0;
        padding: 0 0 0 10px;
        width: 80%
    }
    .landing-content .lc-mb.lc-2 {
        margin-bottom: 2px;
        flex: 0 0 90%;
        max-width: 90%
    }
    .searchicon {
        top: 0;
        right: 0
    }
    .tinynav li.last {
        display: inline-block
    }
    .tinynav li:first-child {
        display: block
    }
    .tinynav li a:before {
        display: none
    }
    .blueheader {
        height: 70px
    }
    .dial-accordion .card-header .btn {
        padding: 15px 36px 15px 15px;
        font-size: 16px
    }
    .tftxt {
        font-size: 9px;
        line-height: normal
    }
    .iconswraps {
        width: 90%!important
    }
    .mbb-3 {
        margin-bottom: 25px
    }
    .wifi-aport p {
        display: inline-flex
    }
    .Offer {
        float: none!important
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .blueheader {
        background: #013976
    }
    .fs-menu {
        background: #013976
    }
    .navcont {
        background: #fff
    }
    .searchicon {
        background: #fff
    }
    .white {
        color: #fff
    }
    .orange {
        color: #f9a61a
    }
    .blue {
        color: #013976
    }
    .black {
        color: #000
    }
    .black-dim {
        color: #333
    }
    .grey {
        color: #999
    }
    .magenta {
        color: #ff00ff
    }
    .yellow {
        color: #ffcb05
    }
    .yellow-half {
        background: #ffcb05
    }
    .light-white {
        color: #a3aec0
    }
    .light-blue {
        color: #2264b0
    }
    .red {
        color: #ed1b24
    }
    .green {
        color: #8ebb44
    }
    .fixednavs {
        background: #fff
    }
    .bluefooter {
        background: #013976
    }
    .ftabgroup a {
        color: #fff
    }
    .fwlinks span:after {
        border-left: 1px solid #333
    }
    .fwlinks a {
        color: #333
    }
    .tinynav li a {
        color: #fff
    }
}

.Offer {
    float: right
}

.Offer p {
    line-height: 1
}

@media screen and (max-width:767px) {
    #dvGrid td,
    #dvGrid th {
        font-size: 12px;
        padding: 5px
    }
    #dvGrid td:nth-child(3),
    #dvGrid td:nth-child(4) {
        word-break: break-word
    }
    a#dropdownMenuLink span:first-child {
        display: none
    }
    .last .dropdown {
        display: inline-block
    }
}