@charset "utf-8";@font-face {
    font-family: 'Museo Sans700';
    src: url('fonts/MuseoSans-700.eot');
    src: url('fonts/MuseoSans-700.eot?#iefix') format('embedded-opentype'),url('fonts/MuseoSans-700.woff') format('woff'),url('fonts/MuseoSans-700.ttf') format('truetype'),url('fonts/MuseoSans-700.svg#MuseoSans-700') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBook';
    src: url('fonts/GothamBook.eot');
    src: url('fonts/GothamBook.eot?#iefix') format('embedded-opentype'),url('fonts/GothamBook.woff') format('woff'),url('fonts/GothamBook.ttf') format('truetype'),url('fonts/GothamBook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson-Light';
    src: url('fonts/Gibson-Light.eot');
    src: url('fonts/Gibson-Light.eot?#iefix') format('embedded-opentype'),url('fonts/Gibson-Light.woff') format('woff'),url('fonts/Gibson-Light.ttf') format('truetype'),url('fonts/Gibson-Light.svg#Gibson-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson-Regular';
    src: url('fonts/Gibson-Regular.eot');
    src: url('fonts/Gibson-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/Gibson-Regular.woff') format('woff'),url('fonts/Gibson-Regular.ttf') format('truetype'),url('fonts/Gibson-Regular.svg#Gibson-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson-SemiBold';
    src: url('fonts/Gibson-SemiBold.eot');
    src: url('fonts/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'),url('fonts/Gibson-SemiBold.woff') format('woff'),url('fonts/Gibson-SemiBold.ttf') format('truetype'),url('fonts/Gibson-SemiBold.svg#Gibson-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    background: #fff;
    color: #000;
    text-align: center;
    overflow-x: hidden;
    font-family: Arial,Helvetica,sans-serif;
}

div,ul,h1,h2,h3,h4,h5,li,p,img,form,input,textarea {
    margin: 0;
    padding: 0;
}

header,section,footer,aside,nav,main,article,figure {
    display: block;
}

table,tr,td {
    border: 0;
}

a {
    outline: none;
    color: #333;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #000;
    text-decoration: none;
}

img {
    border: none;
}

li {
    list-style: none;
}

* {
    box-sizing: border-box;
}

.img-full {
    max-width: 100%;
}

.clearall {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

.for-desk {
    display: block;
}

.for-mob {
    display: none;
}

.up {
    text-transform: uppercase;
}

.container {
    width: 1004px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100px;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #dae1cd;
}

.shadow {
    box-shadow: inset 0 14px 19px -7px #e4e4e4;
}

.header-gap {
    float: left;
    width: 100%;
    height: 99px;
}

.page-top {
    width: 100%;
    float: left;
    background: #d0549b;
}

.ic-hdr-top {
    vertical-align: middle;
    float: left;
    margin-right: 8px;
}

.page-top-rgt {
    width: auto;
    float: right;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
}

ul.txt-top li {
    float: left;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 1px;
    border-right: 1px solid #fff;
    font-family: 'Gibson-Light';
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 14px;
}

ul.txt-top li:last-child {
    border: none;
    padding-left: 14px;
}

ul.txt-top li:first-child {
    padding-right: 10px;
}

.txt-top a {
    color: #fff;
    text-decoration: none;
}

.header {
    float: left;
    width: 100%;
    height: auto;
    height: 78px;
    background: #fff;
    /* border-bottom:1px solid #dfe0e1; */
  border-bottom: 2px solid #d0549b;
}

.logo-top {
    float: left;
    padding: 4px 0 0;
    width: auto;
}

.logo {
    float: left;
}

ul.menu-top {
    float: right;
    margin-top: 22px;
}

ul.menu-top li {
    float: left;
}

ul.menu-top li a {
    float: left;
    color: #181818;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 14px 0 0;
    margin: 0 27px;
    font-family: 'GothamBook';
}

ul.menu-top li:first-child a {
    margin-left: 0;
}

ul.menu-top li:last-child a {
    margin-right: 3px;
}

ul.menu-top li a:hover,ul.menu-top li a.active,.menu-top li ul li a:hover {
    color: #2364a0;
}

.light-menu {
    display: none;
}

.menu-top li ul {
    position: absolute;
    list-style: none;
    text-align: center;
    left: 40%;
    margin-left: 0;
    top: 70px;
    font-size: 12px;
    text-transform: uppercase;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.4s linear;
    -moz-transition: max-height 0.4s linear;
    transition: max-height 0.4s linear;
    z-index: 999;
    -webkit-box-shadow: 0 5px 5px 0 #333;
    box-shadow: 0 5px 5px 0 #333;
    background: #fff;
}

.menu-top li ul li {
    background-color: #fff;
    display: inline-block;
    padding: 0 15px;
}

.menu-top li ul li p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
}

.menu-top li ul li a {
    padding: 12px 0;
    color: #000!important;
    text-decoration: none!important;
    display: block;
    margin: 10px auto 0;
    text-align: center;
    width: 100%;
}

.menu-top li:hover ul {
    max-height: 240px;
}

.product-menu {
    width: 100%;
    max-width: 125px;
}

.footer {
    float: left;
    width: 100%;
    background: #278620;
    padding: 28px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-family: 'Gibson-Light';
    letter-spacing: 0.5px;
}

ul.list-ftr {
    width: auto;
    display: table;
    margin: 0 auto;
}

ul.list-ftr li {
    float: left;
    padding: 0 7px;
}

ul.list-ftr li a {
    color: #fff;
}

.breadcrumb-div {
    width: 100%;
    float: left;
    background: #f0f0f0;
}

.p1-inr {
    font-size: 12px;
    line-height: 12px;
    padding: 27px 0 23px;
    color: #181818;
    text-transform: uppercase;
    text-align: left;
    font-family: 'GothamBook';
}

@media only screen and (max-width: 1020px) {
    .container {
        width:750px;
    }

    .p1-hdrtop span.span1,.p1-hdrtop span.span3 {
        padding-left: 11px;
    }

    .p1-hdrtop span.span2 {
        padding-left: 35px;
    }

    .fixed-header,.header-gap {
        height: 89px;
    }

    .header {
        height: auto;
    }

    .logo-top {
        padding: 10px 0;
    }

    ul.menu-top {
        display: none;
    }

    .light-menu {
        display: block;
    }

    .mob-mnu {
        float: right;
        margin: 18px 0 0;
    }

    .p1-inr {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .for-desk {
        display:none;
    }

    .for-mob {
        display: block;
    }

    .container {
        width: 100%;
        padding: 0 10px;
        max-width: 580px;
    }

    .fixed-header,.header-gap {
        height: 61px;
    }

    .txt1-ftr {
        line-height: 20px;
    }
}

@media only screen and (max-width: 579px) {
    .fixed-header,.header-gap {
        height:56px;
    }

    .logo {
        width: 105px;
    }

    .p1-inr {
        padding: 12px 0;
    }
}

@media only screen and (max-width: 480px) {
    .mob-mnu {
        margin:14px 0 0;
    }
}

@media only screen and (max-width: 414px) {
    .fixed-header,.header-gap {
        height:50px;
    }

    .logo-top {
        padding: 7px 0;
    }
}

@media only screen and (max-width: 380px) {
    .footer {
        padding:20px 0;
        font-size: 12px;
        line-height: 14px;
    }

    ul.list-ftr li {
        padding: 0 7px;
    }

    .p1-inr {
        font-size: 10px;
        line-height: 10px;
    }
}
.page-top,.footer{
  background-color: #d0549b;
}

