/*BASIC*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #333333;
}

.section {
    position: relative;
}

.section-content {
    position: relative;
    margin: 0 auto;
}

.section-content--w1090 {
    max-width: 1090px;
}

.section-content--w1140 {
    max-width: 1140px;
}

.section-content--w1792 {
    max-width: 1792px;
}

.page-content-top-wrap {
    padding: 0 35px;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 0;
}

a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

ul {
    margin-bottom: 0;
}

.ul--inline>li {
    display: inline-block;
}

.ul--no-style>li {
    list-style: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.img-left-top {
    float: left;
    padding: 5px 25px 15px 0px;
}

.img-left {
    float: left;
    padding: 15px 25px 15px 0px;
}

.img-right {
    float: right;
    padding: 15px 0px 15px 25px;

}


.visible {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'David Libre', serif;
    line-height: -webkit-calc(24/18);
    line-height: -moz-calc(24/18);
    line-height: calc(24/18);
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}


/*Custom Space*/

.m-r-15 {
    margin-right: 15px;
}

.m-r-8 {
    margin-right: 8px;
}

.m-t-60 {
    margin-top: 60px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-70 {
    margin-top: 70px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-90 {
    margin-top: 90px!important;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-35 {
    margin-bottom: 35px;
}

.m-b-75 {
    margin-bottom: 75px;
}

.m-b-40 {
    margin-bottom: 40px!important;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-8 {
    margin-bottom: 8px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-l-15 {
    padding-left: 15px;
}

.m-l-20 {
    margin-left: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-0 {
    margin-bottom: 0;
}

section.p-t-50 {
    padding-top: 50px;
}

.grandfathered-content {
    padding-top: 50px;
    padding-bottom: 75px;

}

.p-t-30 {
    padding-top: 30px;
}

.title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.title-2 {
    font-size: 42px;
    position: relative;
    margin-bottom: 60px;
}

.under-title-2 {
    display: block;
    height: 12px;
    width: 12px;
    background: #5e93c9;
    position: relative;
    bottom: -19px;
    left: 50%;
    margin-left: -9px;
}

.under-title-2:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    top: 5px;
    left: -111px;
    background: rgba(0, 0, 0, 0.34);
}

.under-title-2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    top: 5px;
    left: 23px;
    background: rgba(0, 0, 0, 0.34);
}

.title-small {
    font-size: 30px;
}

.title-2--special {
    position: relative;
    text-align: left;
    display: inline-block;
}

.title-2--special:before {
    content: '';
    position: absolute;
    height: 12px;
    width: 12px;
    top: 12px;
    right: -23px;
    background: #5e93c9;
}

.title-2--special:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    background: rgba(0, 0, 0, 0.34);
    top: 17px;
    right: -136px;
}

.title>span {
    color: #5e93c9;
    font-size: 36px;
    font-weight: 700;
}

.title-detail {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 0 20px;
}

.title-detail--px-45 {
    padding: 0 45px;
}

.title-f8 {
    color: #f8f8f8;
}

.title-f8>.under-title-2:before,
.title-f8>.under-title-2:after {
    background: rgba(48, 48, 48, 0.341);
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d6d6d6;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #d6d6d6;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #d6d6d6;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #d6d6d6;
}


/* Background  */

.bg--f8 {
    background: #f8f8f8;
}


/*Owl custom dot*/

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    background: transparent;
    border: 2px solid #666666;
    -webkit-transition: all 0.3s ease, -webkit-transform 0.3s ease;
    transition: all 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: all 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: all 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease;
    transition: all 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5e93c9;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #5e93c9;
    -moz-box-shadow: 0 0 0 2px #5e93c9;
    box-shadow: 0 0 0 2px #5e93c9;
}

#sync2 .owl-dots .owl-dot span {
    border: 2px solid #f1f1f1;
}

#sync2 .owl-dots .owl-dot.active span,
#sync2 .owl-dots .owl-dot:hover span {
    border: 2px solid #000;
}


/* Custom Bullet */

.au-bullet-wrap .tp-bullet {
    width: 11px;
    height: 11px;
    background: transparent;
}

.au-bullet-wrap .tp-bullet .au-bullet {
    border: 2px solid #f1f1f1;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: background-color 0.3s ease, -o-transform 0.3s ease;
    -moz-transition: background-color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}

.au-bullet-wrap .tp-bullet.selected {
    -webkit-box-shadow: 0 0 0 2px #5e93c9;
    -moz-box-shadow: 0 0 0 2px #5e93c9;
    box-shadow: 0 0 0 2px #5e93c9;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}

.au-bullet-wrap .tp-bullet.selected .au-bullet {
    background-color: #5e93c9;
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    border: none;
}

.pdf-icon {
    font-size: 20px;
    color: #4EADF4;
    text-align:center;
    line-height: 1.5;                
}

.pdf-icon .lookmedia-pdf-ico .fa-file-pdf-o {
    font-size: 80px !important;
    color: #4EADF4;
    line-height: 1.5;
    text-align:center;
    padding-bottom: 25px;
    
}




/*Icon Box*/

.box-head {
    float: left;
}

.box-head--border {
    width: 68px;
    line-height: 64px;
    text-align: center;
}

.box-body {
    margin-left: 60px;
    padding: 0 32px;
}


/* Icon Zoom */

.icon-zoom {
    font-size: 45px;
    font-weight: 600;
}

.icon-zoom--white {
    color: #fff;
}


/*Page Loader*/

#page-loader {
    background: #f8f8f8;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.page-loader__spin {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 6px solid #222;
    border-right: 6px solid #222;
    border-bottom: 6px solid #222;
    border-left: 6px solid #5e93c9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 1000ms infinite linear;
    -moz-animation: spinner 1000ms infinite linear;
    -o-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    z-index: 100000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*End Page Loader*/


/*Button*/

.au-btn {
    display: inline-block;
    line-height: 50px;
    padding: 0 15px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    white-space: nowrap;
}

.au-btn--small {
    line-height: 27px;
    padding: 0 20px;
}

.au-btn--pill {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.au-btn--yellow {
    color: #fff;
    background-color: #5e93c9;
}

.au-btn--yellow:hover {
    color: #fff;
    background-color: #333;
}

.au-btn--border {
    border: 1px solid transparent;
}

.au-btn--border:hover {
    color: #fff;
    background-color: #5e93c9;
    border-color: #5e93c9;
}

.au-btn--gray {
    color: #999999;
    border-color: #999999;
}

.au-btn--white {
    border-color: #fff;
}

.au-btn--gray-1 {
    background: #c8c8c8;
    color: #333;
}

a.au-btn--dark {
    background-color: #333;
    color: #fff;
}

a.au-btn--dark:hover {
    background-color: #5e93c9;
    color: #fff;
}

a.au-btn--white {
    color: #fff;
}

.tp-caption.au-btn--pill.au-btn.au-btn--slide {
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tp-caption.au-btn--gray-1.au-btn--slide {
    color: #333!important;
}

.tp-caption.au-btn--gray-1.au-btn--slide:hover {
    background: #5e93c9;
}

.au-btn--big {
    padding: 0 50px;
}

.au-btn--medium {
    padding: 0 40px;
}

.au-btn--medium.au-btn--pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.au-btn--pill.au-btn--slide {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.tp-caption.au-btn--slide:hover {
    color: #fff;
    background-color: #333;
}

.au-btn--big.au-btn--pill {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#btn-to-top {
    display: none;
    width: 40px;
    height: 40px;
    background-color: #5e93c9;
    position: fixed;
    bottom: 25px;
    right: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
}

#btn-to-top:hover {
    background-color: #333;
}

#btn-to-top .fa.fa-chevron-up {
    font-weight: 400;
    color: #fff;
}

#btn-to-top i {
    margin-right: 0;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.overlay--p-15 {
    padding: 15px;
}

.overlay--invisible {
    opacity: 0;
}

.overlay--dark {
    background: rgba(0, 0, 0, 0.8);
}

.overlay--border {
    height: 100%;
    width: 100%;
    border: 2px dashed #5e93c9;
}

.overlay--yellow {
    background: rgba(235, 205, 30, 0.63);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay--yellow>i {
    color: #fff;
    font-size: 72px;
}

.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax--footer {
    background-image: url('../img/bg-footer.jpg');
    padding: 40px 0;
}


/*Form*/

.form {
    position: relative;
}

.form-header {
    margin: -5px 15px 26px 0;
}

.form__input {
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    line-height: 30px;
    outline: none;
    padding: 0 20px;
    font-size: 13px;
    color: #999999;
    width: 500px;
}

.form__input--show {
    display: block;
}

.form__input--hidden {
    display: none;
}


.header-desktop {
    padding: 10px;
}


/* Header Stick */

.header-stick {
    position: fixed;
    top: -83px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    width: 100%;
    left: 0;
    z-index: 88888;
    -webkit-box-shadow: 1px 0px 3px #ccc;
    -moz-box-shadow: 1px 0px 3px #ccc;
    box-shadow: 1px 0px 3px #ccc;
    background-color: rgba(255, 255, 255, 0.96);
}

.header-stick nav>ul>li {
    padding: 20px 20px;
    text-align:left;
}

.header-stick .logo {
    margin-top: -1px;
}

.header-logo-md {
    width: 375px;
}
.header-logo-sm {
    width: 280px;
}

ul.buttons-desktop {
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0 25px -40px;
}
ul.buttons-desktop li {
    display: inline-block;
}
ul.buttons-desktop li a {
    color: #FFF;
    padding: 8px 16px;
    background: #336da8;
    margin-left: 5px;
}
ul.buttons-desktop li a:hover {
    text-decoration: none;
    background: #5e93c9;
}


.container-buttons-mobile {
    width: 100%;
    background: #f6f6f6;
    padding-top: 10px;    
}

.container-buttons-mobile p {
    font-size: 13px;
    line-height: 13px;
}

ul.buttons-mobile {
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

ul.buttons-mobile li {
    display: inline-block;
    margin-bottom: 8px;    
}
ul.buttons-mobile li a {
    color: #FFF;
    font-size: 10px;
    padding: 4px 8px;
    background: #336da8;
    margin-right: 8px;
}

ul.buttons-mobile li:last-child a {
    margin-right: 0;    
}

ul.buttons-mobile li a:hover {
    text-decoration: none;
    background: #5e93c9;
}




.header-stick nav .sub-menu {
    top: 59px;
}

.header-stick--show {
    top: 0;
}

.header-stick--dark {
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 1px 0px 3px #222;
    -moz-box-shadow: 1px 0px 3px #222;
    box-shadow: 1px 0px 3px #222;
}

.header-stick--dark nav>ul>li>a {
    color: #eeeeee;
}

.header-stick nav.menu-desktop {
    margin-right: 0;
}


/*Header 1*/

header h1 {
    margin-top: 10px;
}

.logo {

}

nav.menu-desktop {
    /*    margin-right: -15px;*/
}

nav>ul>li {
    padding: 10px 15px;
}

nav>ul> li + li::before {
    background-color: #e4e7e8;
    content: '';
    width: 1px;
    height: 1.15em;
    display: block;
    font-weight: 100;
    position: absolute;
    top: 0;
    bottom: 0;
    margin:auto;
    margin-left: -15px;
}

.header-stick nav>ul> li + li::before {
    margin-left: -20px;    
}


nav>ul>li>a {
    font-size: 16px;
    color: #306aa5;
}

.menu-desktop--hidden {
    display: none;
}

.menu-desktop--show {
    display: block;
}

.li-has-sub {
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.li-has-sub:last-child {
    padding-right: 0;
    border-right:none;
}

.sub-menu {
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1000;
    max-height: 0;
    overflow: auto;
}

.li-has-sub:hover .sub-menu {
    max-height: 10000px;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}

.sub-menu>li {
    min-width: 240px;
    background-color: #5e93c9;

}

.sub-menu>li>a {
    display: block;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #5e93c9;
    background: #336da8;
    color: #FFFFFF;
}

.sub-menu>li>a:hover {
    background-color: #4f84ba;
    background-color: #5e93c9;
    color: #FFFFFF;
}


.header-button {
    margin-top: 32px;
}

.header-button>.pull-right {
    margin-left: 30px;
}

.header-button>.pull-right:last-child {
    margin-left: 0;
}

.header-button>div>a>i {
    font-size: 18px;
    font-weight: 600;
}



/*Menu Mobile*/

header.header-mobile {
    display: none;
}

.menu-mobile__button {
    display: inline-block;
    float: right;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #c6c6c6;
    cursor: pointer;
    margin: 20px 0;
}

.menu-mobile__button:hover {
    background: #5e93c9;
}

.menu-mobile__button:hover i {
    color: #333;
}

.menu-mobile__button i {
    font-size: 18px;
}

.hidden {
    display: none;
}

.menu-mobile__more {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    color: #444444;
}

nav.menu-mobile {
    position: absolute;
    top: 80px;
    left: 0;
    float: left;
    z-index: 50000;
    background: #fff;
    width: 100%;
    margin-right: 0;
}

nav.menu-mobile>ul {
    border-top: 5px solid #5e93c9;
    border-bottom: 10px solid #5e93c9;
}

nav.menu-mobile>ul>li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.menu-mobile li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.menu-mobile>ul>li a {
    padding: 0 20px;
    line-height: 40px;
    display: block;
    color: #306aa5;
}

nav.menu-mobile>ul>li a:hover {
    background-color: #5e93c9;
    color: #ffffff;
}

nav.menu-mobile>ul>li>ul {
    background: rgba(0, 0, 0, 0.03);
}

.click {
    background: #5e93c9;
}

.click>i {
    color: #333;
}




/*Responsive*/

@media (max-width: 1200px) {

    ul.buttons-desktop {
        margin-bottom: 20px;
    }    

    .sub-menu {
        top: 28px;
    }

    nav > ul > li {
        padding: 0px 12px;
    }    

    nav > ul > li + li::before {
        margin-left: -13px;
    }





}

@media (max-width: 1024px) {


}

@media (max-width: 992px) {

    header.header-stick {
        display: none;
    }

    header.header-desktop {
        display: none;
    }

    header.header-mobile {
        display: block;
    }

    #btn-to-top {
        bottom: 10px;
        right: 10px;
    }    

}

@media (max-width: 993px) {


}

@media (max-width: 991px) {

}

@media(min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (max-width: 500px) {
    .container-buttons-mobile p {
        display:none;
    }
}



@media (max-width: 1200px) and (min-width: 992px) {


}

@media(min-width: 768px) {

}

@media (max-width: 768px) {
}

@media(max-width: 767px) {
}

@media (max-width: 576px) {
}

@media (max-width: 425px) {
}

@media (max-width: 480px) {
}

@media (max-width: 375px) {
    .header-logo-sm {
        width: 220px;
    }
    .menu-mobile__button {
        margin: 15px 0 0 0;
    }    
    ul.buttons-mobile li a {
        padding: 4px 5px;
        margin-right: 4px;
    }    

}

@media (max-height: 700px) {
}

@media (max-height: 550px) {

}

