@font-face {
    font-family: 'HelveticaNeueLTCom-Cn';
    src: url('webfonts/HelveticaNeueLTCom-Cn.eot?') format('eot'),
    url('webfonts/HelveticaNeueLTCom-Cn.woff') format('woff'),
    url('webfonts/HelveticaNeueLTCom-Cn.ttf') format('truetype'),
    url('webfonts/HelveticaNeueLTCom-Cn.svg#HelveticaNeueLTCom-Cn') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-BdCn';
    src: url('webfonts/HelveticaNeueLTCom-BdCn.eot?') format('eot'),
    url('webfonts/HelveticaNeueLTCom-BdCn.woff') format('woff'),
    url('webfonts/HelveticaNeueLTCom-BdCn.ttf') format('truetype'),
    url('webfonts/HelveticaNeueLTCom-BdCn.svg#HelveticaNeueLTCom-BdCn') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTCom-BdCnO';
    src: url('webfonts/HelveticaNeueLTCom-BdCnO.eot?') format('eot'),
    url('webfonts/HelveticaNeueLTCom-BdCnO.woff') format('woff'),
    url('webfonts/HelveticaNeueLTCom-BdCnO.ttf') format('truetype'),
    url('webfonts/HelveticaNeueLTCom-BdCnO.svg#HelveticaNeueLTCom-BdCnO') format('svg');
}


@font-face {
    font-family: 'HelveticaNeueLTCom-Lt';
    src: url('webfonts/HelveticaNeueLTCom-Lt.eot?') format('eot'),
    url('webfonts/HelveticaNeueLTCom-Lt.woff') format('woff'),
    url('webfonts/HelveticaNeueLTCom-Lt.ttf') format('truetype'),
    url('webfonts/HelveticaNeueLTCom-Lt.svg#HelveticaNeueLTCom-Lt') format('svg');
}


@font-face {
    font-family: 'HelveticaNeueLTCom-UltLt';
    src: url('webfonts/HelveticaNeueLTCom-UltLt.eot?') format('eot'),
    url('webfonts/HelveticaNeueLTCom-UltLt.woff') format('woff'),
    url('webfonts/HelveticaNeueLTCom-UltLt.ttf') format('truetype'),
    url('webfonts/HelveticaNeueLTCom-UltLt.svg#HelveticaNeueLTCom-UltLt') format('svg');
}


@font-face {
    font-family: 'HelveticaNeueLTCom-Th';
    src: url('webfonts/HelveticaNeueLTCom-Th.eot?') format('eot'),
    url('webfonts/HelveticaNeueLTCom-Th.woff') format('woff'),
    url('webfonts/HelveticaNeueLTCom-Th.ttf') format('truetype'),
    url('webfonts/HelveticaNeueLTCom-Th.svg#HelveticaNeueLTCom-Th') format('svg');
}


* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    text-align: left;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

a {
    color: #0f7c3e;
    text-decoration: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

a:visited {
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

a:focus {
    outline: thin dotted;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

a:active,
a:hover {
    color: #0f7c3e;
    outline: 0;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

img {
    margin: 0;
    padding: 0;
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#page {
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    position: relative;
    background: #FFFFFF;
}

#header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
    background: none;
    z-index: 100000;
}

#main {
    margin: 0 auto;
    padding: 0;
    position: relative;
    padding-bottom: 800px;
}

#footer {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 800px;
    position: absolute;
    bottom: 0;
    background: #efefef url(images/footer.jpg) no-repeat 0 0;
}


/* header */
.aheader {
    margin: 0px;
    padding: 0;
    position: fixed;
    width: 100%;
    height: 110px;
    background: #FFFFFF;
    z-index: 20000;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    background-color: rgba(255, 255, 255, 0.8);
}

/* logo */
.aheader .alogo {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 220px;
    height: 110px;
    background: none;
    text-align: center;
    webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    float: none;
    z-index: 2000;
    top: 0px;
    left: 0px;
}

.aheader .alogo a {
    display: block;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    text-decoration: none;
    border: none;
    background: none;
    text-align: center;
}

.aheader .alogo a:hover {
    text-decoration: none;
    border: none;
}

.aheader .alogo a:focus {
    border: none;
    outline: none;
}

.aheader .alogo a img {
    margin: 0px auto;
    padding: 0;
    position: relative;
    border: none;
    width: 220px;
    outline: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

/* menu */
.aheader .amenu {
    margin: 0px 0px 0px 0px;
    padding: 25px 0px 0px 0px;
    position: relative;
    width: 100%;
    height: 110px;
    background: none;
    float: none;
    z-index: 1000;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.aheader .amenu ul {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    height: 60px;
    position: relative;
    background: none;
    list-style: none;
    float: right;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.aheader .amenu ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background: none;
    list-style: none;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
}

.aheader .amenu ul li a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 60px;
    border-bottom: 0;
    color: #444444;
    white-space: nowrap;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    background: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

.aheader .amenu ul li a:hover {
    color: #999999;
    text-decoration: none;
    background: none;
    border: none;
}

.aheader .amenu ul li a:focus {
    color: #999999;
    text-decoration: none;
    background: none;
    outline: none;
}

.aheader .amenu ul li a span {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    height: 60px;
    border-bottom: 0;
    color: #444444;
    white-space: nowrap;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 60px;
    background: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

.aheader .amenu ul li a .selectedm {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    height: 60px;
    border-bottom: 0;
    color: #444444;
    white-space: nowrap;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 60px;
    background: #fafafa;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

.aheader .amenu ul li .active {
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 0px 15px;
    height: 50px;
    border-bottom: 0;
    color: #999999;
    white-space: nowrap;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    background: #EEEEEE;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.aheader .amenu ul li .active:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: #0f7c3e;
    border: none;
}

.aheader .amenu ul li .home span {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    height: 60px;
    border-bottom: 0;
    color: #FFFFFF;
    white-space: nowrap;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 60px;
    background: #005aaa;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

/*.aheader .amenu ul li .home {display:block; margin:0px 0px 0px 0px; padding:0px 15px 0px 15px; height:40px; border-bottom: 0; color:#FFFFFF; white-space: nowrap; font-family:'HelveticaNeueLTCom-Cn' !important; font-size:16px; font-weight:normal; line-height:40px; background:#005aaa; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; -ms-transition: All 0.5s ease; transition: All 0.5s ease; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; text-transform:uppercase;}
.aheader .amenu ul li .home:hover {color:#999999; text-decoration:none; background:none; border:none;}
.aheader .amenu ul li .home:focus {color:#999999; text-decoration:none; background:none; outline:none;}
*/


.ahmmenu-back {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 50px;
    height: 60px;
    background: none;
    position: absolute;
    float: none;
    display: none;
    top: 0px;
    right: 0px;
    text-align: center;
}

.ahmmenu-back button {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 60px;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    background: #FFFFFF;
    color: #333333;
    position: relative;
    text-align: center;
    line-height: 60px;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    float: right;
    letter-spacing: .2em;
    word-spacing: .05em;
}

.ahmmenu-back button:hover {
    background: #FFFFFF;
    border: none;
}

.ahmmenu-back button:focus {
    background: #FFFFFF;
    border: none;
    outline: none;
}

.ahmmenu-back button i {
    font-size: 24px;
    text-align: center;
}


.ahmmenu {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    width: 40px;
    height: 60px;
    background: none;
    position: absolute;
    float: none;
    display: none;
    top: 0px;
    right: 0px;
}

.ahmmenu button {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 60px;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    background: #FFFFFF;
    color: #333333;
    position: relative;
    text-align: left;
    line-height: 60px;
    outline: none;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    float: right;
    letter-spacing: .2em;
    word-spacing: .05em;
}

.ahmmenu button:hover {
    background: #FFFFFF;
    border: none;
}

.ahmmenu button:focus {
    background: #FFFFFF;
    border: none;
    outline: none;
}

.ahmmenu .mbbx {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 40px;
    height: 60px;
    background: none;
}

.ahmmenu .mbbx .mtitle {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    width: 100px;
    height: 60px;
    background: none;
    position: relative;
    float: left;
}

#menubx {
    margin: 0px 0px 0px 0px;
    padding: 30px 0px 0px 0px;
    position: relative;
    width: 40px;
    height: 60px;
    background: none;
    float: left; /*position: absolute; left: 50%; top: 50%;*/
}

#menubx span, #menubx span:before, #menubx span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 40px;
    background: #333333;
    position: absolute;
    display: block;
    content: '';
}

#menubx span:before {
    top: -10px;
}

#menubx span:after {
    bottom: -10px;
}

#menubx span, #menubx span:before, #menubx span:after {
    transition: all 500ms ease-in-out;
}

#menubx.active span {
    background-color: transparent;
}

#menubx.active span:before, #menubx.active span:after {
    top: 0;
}

#menubx.active span:before {
    transform: rotate(45deg);
}

#menubx.active span:after {
    transform: rotate(-45deg);
}

.ahm-drop {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    position: fixed;
    width: 80%;
    min-height: 100%;
    background: #FFFFFF;
    float: none;
    top: 60px;
    right: -100%;
    z-index: 20000;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    display: inline-block;
}

.ahm-drop ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    min-height: 60px;
    list-style-type: none;
    position: relative;
    background: none;
    z-index: 81;
    display: inline;
}

.ahm-drop ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 50px;
    float: none;
    position: relative;
    background: none;
    line-height: 50px;
}

.ahm-drop ul li a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    text-decoration: none;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    background: none;
    color: #333333;
    position: relative;
    text-align: left;
    line-height: 50px;
    border-bottom: 1px solid #999999;
}

.ahm-drop ul li a:hover {
    padding: 0px 40px 0px 60px;
    background: #999999;
    text-decoration: none;
    color: #333333;
}

.ahm-drop ul li a:focus {
    background: #999999;
    text-decoration: none;
    color: #333333;
    outline: none;
}

.ahm-drop ul li .active {
    padding: 0px 10px 0px 10px;
    font-weight: 600;
    line-height: 49px;
    background: #999999;
    color: #333333;
    border-bottom: 1px solid #999999;
}

.ahm-drop ul li a span {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 0px 20px;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    text-decoration: none;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    background: none;
    color: #333333;
    position: relative;
    text-align: left;
    line-height: 50px;
    border-bottom: 1px solid #999999;
}

.moverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}


.m-drop {
    margin: 0px;
    padding: 25px 0px 0px 0px;
    position: absolute;
    width: 100%;
    height: 330px;
    background: none;
    top: -25px;
    right: 0px;
    z-index: 1000;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    display: none;
    border-bottom: 5px solid #EEE;
}

.md-g {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 300px;
    background: #FFFFFF;
    position: relative;
}

.md-c4 {
    margin: 0px;
    padding: 50px 10px 0px 10px;
    width: 25%;
    height: 280px;
    background: #FFFFFF;
    position: relative;
    float: left;
}

.md-c3 {
    margin: 0px;
    padding: 50px 10px 0px 10px;
    width: 33%;
    height: 280px;
    background: #FFFFFF;
    position: relative;
    float: left;
}

.md-bx {
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 200px;
    background: none;
    position: relative;
    float: none;
}

.md-bx a {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 200px;
    background: none;
    position: relative;
    text-decoration: none;
    outline: none;
}

.md-bx a:hover {
    text-decoration: none;
    outline: none;
}

.md-bx a:focus {
    text-decoration: none;
    outline: none;
}

.md-bx a img {
    width: 100%;
    border: none;
    max-width: 200px;
    margin: auto;
}


.ahm-drop2 {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    position: absolute;
    width: 100%;
    height: 445px;
    background: none;
    float: none;
    top: -25px;
    right: 0;
    z-index: 200000;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    display: none;
    border-bottom: 5px solid #EEE;
}

.ahm-d2-g {
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    width: 100%;
    height: 420px;
    background: #FFFFFF;
    position: relative;
    overflow-y: scroll;
}

.ahm-drop2-list {
    margin: 0px;
    padding: 30px 10px 50px 10px;
    position: relative;
    width: 100%;
    min-height: 100%;
    background: #FFFFFF;
}

.ahm-drop2-list .sample ul {
    list-style-type: none;
    background: none;
    width: 100%;
    float: left;
    margin: 0 0px 0px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.ahm-drop2-list .sample li {
    background: none;
    width: 33%;
    float: left;
    padding: 0
}

.ahm-drop2-list .sample li a {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop2-list .sample li a:hover {
    text-decoration: underline;
}

.ahm-drop2-list .sample li a strong {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #005aaa;
}

.ahm-drop2-list .sample ul.children-sample {
    background: none;
    width: 100%;
    margin: 0 0px 0px 0;
}

.ahm-drop2-list .sample ul.children-sample li {
    background: none;
    padding: 0px 0px 0px 0px;
    width: 25%;
}

.ahm-drop2-list .sample ul.children-sample ul {
    background: none;
    margin-bottom: 0px
}

.ahm-drop2-list .sample ul.children-sample ul li {
    background: none;
    color: #666666;
    border: 0;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    background: none;
    line-height: 24px;
}

.ahm-drop2-list .sample ul.children-sample ul li a {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: none;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop2-list .sample ul.children-sample ul li a:hover {
    text-decoration: underline;
}

.ahm-drop2-list .sample ul.children-sample ul li a span {
    padding: 0px 0px 0px 20px;
    width: 100%;
    float: none;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop2-list .sample ul.children-sample ul li a strong {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
}

.ahm-drop2-list .sample ul.children-sample h3 {
    font-size: 14px;
    line-height: 18px;
}

.ahm-drop2-list .sample ul.children-sample p {
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0px 0;
    padding: 0
}

.ahm-drop2-list .sample ul.children-sample li ul li {
    background: none;
    padding: 0px 0px 0px 0px;
    width: 100%;
}


.ahm-drop3 {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    position: absolute;
    width: 100%;
    height: 445px;
    background: none;
    float: none;
    top: -25px;
    right: 0;
    z-index: 200000;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
    display: none;
    border-bottom: 5px solid #EEE;
}

.ahm-d3-g {
    margin: 0px auto;
    padding: 0px 0px 20px 0px;
    width: 100%;
    height: 420px;
    background: #FFFFFF;
    position: relative;
    overflow-y: scroll;
}

.ahm-d3-c {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    position: relative;
    width: 50%;
    min-height: 100%;
    background: #FFFFFF;
    float: left;
}

.ahm-d3-title {
    margin: 0px auto;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    background: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: $ 444444;
}

.ahm-drop3-list {
    margin: 0px;
    padding: 0px 10px 50px 10px;
    position: relative;
    width: 100%;
    min-height: 100%;
    background: #FFFFFF;
}

.ahm-drop3-list .sample ul {
    list-style-type: none;
    background: none;
    width: 100%;
    float: left;
    margin: 0 0px 0px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.ahm-drop3-list .sample li {
    background: none;
    width: 50%;
    float: left;
    padding: 0
}

.ahm-drop3-list .sample li a {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop3-list .sample li a:hover {
    text-decoration: underline;
}

.ahm-drop3-list .sample li a strong {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #005aaa;
}

.ahm-drop3-list .sample ul.children-sample {
    background: none;
    width: 100%;
    margin: 0 0px 0px 0;
}

.ahm-drop3-list .sample ul.children-sample li {
    background: none;
    padding: 0px 0px 0px 0px;
    width: 50%;
}

.ahm-drop3-list .sample ul.children-sample ul {
    background: none;
    margin-bottom: 0px
}

.ahm-drop3-list .sample ul.children-sample ul li {
    background: none;
    color: #666666;
    border: 0;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    background: none;
    line-height: 24px;
}

.ahm-drop3-list .sample ul.children-sample ul li a {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: none;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop3-list .sample ul.children-sample ul li a:hover {
    text-decoration: underline;
}

.ahm-drop3-list .sample ul.children-sample ul li a span {
    padding: 0px 0px 0px 20px;
    width: 100%;
    float: none;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop3-list .sample ul.children-sample ul li a strong {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
}

.ahm-drop3-list .sample ul.children-sample h3 {
    font-size: 14px;
    line-height: 18px;
}

.ahm-drop3-list .sample ul.children-sample p {
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0px 0;
    padding: 0
}

.ahm-drop3-list .sample ul.children-sample li ul li {
    background: none;
    padding: 0px 0px 0px 0px;
    width: 100%;
}


.ahm-d4-c {
    margin: 0px;
    padding: 20px 0px 0px 0px;
    position: relative;
    width: 100%;
    min-height: 100%;
    background: #FFFFFF;
    float: left;
}

.ahm-d4-title {
    margin: 0px auto;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    background: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: $ 444444;
}

.ahm-drop4-list {
    margin: 0px;
    padding: 0px 10px 50px 10px;
    position: relative;
    width: 100%;
    min-height: 100%;
    background: #FFFFFF;
}

.ahm-drop4-list .sample ul {
    list-style-type: none;
    background: none;
    width: 100%;
    float: left;
    margin: 0 0px 0px 0;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    line-height: 18px;
}

.ahm-drop4-list .sample li {
    background: none;
    width: 50%;
    float: left;
    padding: 0
}

.ahm-drop4-list .sample li a {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: left;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop4-list .sample li a:hover {
    text-decoration: underline;
}

.ahm-drop4-list .sample li a strong {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #005aaa;
}

.ahm-drop4-list .sample ul.children-sample {
    background: none;
    width: 100%;
    margin: 0 0px 0px 0;
}

.ahm-drop4-list .sample ul.children-sample li {
    background: none;
    padding: 0px 0px 0px 0px;
    width: 25%;
}

.ahm-drop4-list .sample ul.children-sample ul {
    background: none;
    margin-bottom: 0px
}

.ahm-drop4-list .sample ul.children-sample ul li {
    background: none;
    color: #666666;
    border: 0;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    background: none;
    line-height: 24px;
}

.ahm-drop4-list .sample ul.children-sample ul li a {
    padding: 0px 0px 0px 0px;
    width: 100%;
    float: none;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop4-list .sample ul.children-sample ul li a:hover {
    text-decoration: underline;
}

.ahm-drop4-list .sample ul.children-sample ul li a span {
    padding: 0px 0px 0px 20px;
    width: 100%;
    float: none;
    background: none;
    text-decoration: none;
    color: #444444;
    text-decoration: none;
}

.ahm-drop4-list .sample ul.children-sample ul li a strong {
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
}

.ahm-drop4-list .sample ul.children-sample h3 {
    font-size: 14px;
    line-height: 18px;
}

.ahm-drop4-list .sample ul.children-sample p {
    line-height: 24px;
    font-size: 14px;
    margin: 0 0 0px 0;
    padding: 0
}

.ahm-drop4-list .sample ul.children-sample li ul li {
    background: none;
    padding: 0px 0px 0px 0px;
    width: 100%;
}


/* PRODUCTS START **************************************************** */


.pro-section1 {
    margin: 0px auto 0px auto;
    padding: 50px 0px 0px 0px;
    width: 100%;
    min-height: 100px;
    background: none;
    position: relative;
}

.pro-g {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100px;
    background: none;
    position: relative;
}

.pro-r {
    margin: 0px auto 30px auto;
    padding: 0px 0px 0px 0px;
    width: 900px;
    min-height: 100px;
    background: none;
    position: relative;
    z-index: 10;
}

.pro-c1 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 310px;
    min-height: 100px;
    background: none;
    position: relative;
    float: left;
}

.pro-c2 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 590px;
    min-height: 100px;
    background: none;
    position: relative;
    float: right;
}

.pro-c3 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 310px;
    min-height: 100px;
    background: none;
    position: relative;
    float: right;
}

.pro-c4 {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 590px;
    min-height: 100px;
    background: none;
    position: relative;
    float: left;
}


.pro-image {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100px;
    background: none;
    position: relative;
    overflow: hidden;
}

.pro-image img {
    width: 100%;
    height: auto;
    border: none;
}

.pro-pdf {
    margin: 10px auto 0px auto;
    padding: 10px 10px 10px 10px;
    width: 100%;
    min-height: 30px;
    background: #EEEEEE;
    position: relative;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pro-pdf ul {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 30px;
    background: none;
    position: relative;
    text-align: left;
    list-style: none;
}

.pro-pdf ul li {
    margin: 0px auto 5px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 20px;
    background: none;
    position: relative;
    text-align: left;
    list-style: none;
}

.pro-pdf ul li a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #012957;
    text-align: center;
    text-decoration: none;
    background: none;
}

.pro-pdf ul li a:hover {
    color: #012957;
    background: none;
    text-decoration: underline;
}


.pro-l-category {
    margin: 0px auto 0px auto;
    padding: 5px 0px 0px 0px;
    width: 100%;
    min-height: 20px;
    background: none;
    position: relative;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 20px;
    font-weight: normal;
}

.pro-r-category {
    margin: 0px auto 0px auto;
    padding: 5px 0px 0px 0px;
    width: 100%;
    min-height: 20px;
    background: none;
    position: relative;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: right;
    line-height: 20px;
    font-weight: normal;
}


.pro-l-content {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 20px;
    width: 100%;
    min-height: 100px;
    background: none;
    position: relative;
}

.pro-l-content h1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 36px;
    color: #333333;
    text-align: left;
    line-height: 48px;
    font-weight: normal;
}

.pro-l-content h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 30px;
    color: #333333;
    text-align: left;
    line-height: 36px;
    font-weight: normal;
}

.pro-l-content h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 24px;
    color: #333333;
    text-align: left;
    line-height: 30px;
    font-weight: normal;
}

.pro-l-content h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 18px;
    color: #333333;
    text-align: left;
    line-height: 24px;
    font-weight: normal;
}

.pro-l-content p {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 20px;
    font-weight: normal;
}

.pro-l-content .proln {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 2px;
    background: none;
    position: relative;
}

.pro-l-content .proln-line {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 40%;
    height: 2px;
    background: #666666;
    position: relative;
    float: left;
}

.pro-l-content ul {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
    background: #;
    float: none;
    list-style: disc;
}

.pro-l-content ul li {
    float: none;
    margin: 0;
    padding: 0px 10px 0px 0px;
    background: #;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    color: #666666;
    border: none;
    text-transform: none;
}

.pro-l-content table {
    margin: 0px 0px 20px 0px;
    border-collapse: collapse;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
}

.pro-l-content th, td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

.pro-l-content tr:nth-child(even) {
    background-color: #fafafa;
}

.pro-l-content tr:nth-child(odd) {
    background-color: #fff;
}

.pro-l-content th {
    font-weight: bold;
    text-transform: none;
    background-color: #EEEEEE;
    color: #222222;
}

.pro-l-content table ul {
    margin: 0px 0px 0px 20px;
    list-style: none;
    padding: 0;
    background: #;
    float: none;
    list-style: disc;
}

.pro-l-content table ul li {
    float: none;
    margin: 0;
    padding: 0px 10px 0px 0px;
    background: #;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666666;
    border: none;
    text-transform: none;
}

.pro-l-content table ul li a {
    padding: 0px 0px 0px 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
    list-style: none;
    color: #666666;
    text-decoration: none;
    background: #;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.pro-l-content table ul li a:hover {
    text-decoration: none;
    color: #222222;
    background: #;
    text-decoration: none;
}

.testilbx {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100px;
    background: none;
    position: relative;
}

.testilbx-title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    width: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #005aaa;
    text-align: left;
    line-height: 20px;
    font-weight: bold;
}

.testilbx-list {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 20px;
    font-weight: normal;
}

.testilbx-list ul {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 20px;
    list-style: none;
    background: #;
    float: none;
    list-style: disc;
}

.testilbx-list ul li {
    float: none;
    margin: 0;
    padding: 0px 10px 0px 0px;
    background: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    color: #666666;
    border: none;
    text-transform: none;
}

.testilbx-list ul li a {
    margin: 0;
    padding: 0px 10px 0px 0px;
    background: none;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
    color: #666666;
    border: none;
    text-transform: none;
    text-decoration: none;
}

.testilbx-list ul li a:hover {
    text-decoration: underline;
}


.pro-r-content {
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 0px;
    width: 100%;
    min-height: 100px;
    background: none;
    position: relative;
}

.pro-r-content h1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 36px;
    color: #333333;
    text-align: right;
    line-height: 48px;
    font-weight: normal;
}

.pro-r-content h2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 30px;
    color: #333333;
    text-align: right;
    line-height: 36px;
    font-weight: normal;
}

.pro-r-content h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 24px;
    color: #333333;
    text-align: right;
    line-height: 30px;
    font-weight: normal;
}

.pro-r-content h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: 'HelveticaNeueLTCom-Cn' !important;
    font-size: 18px;
    color: #333333;
    text-align: right;
    line-height: 24px;
    font-weight: normal;
}

.pro-r-content p {
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666666;
    text-align: right;
    line-height: 20px;
    font-weight: normal;
}

.pro-r-content .prorn {
    margin: 20px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 2px;
    background: none;
    position: relative;
}

.pro-r-content .prorn-line {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 40%;
    height: 2px;
    background: #666666;
    position: relative;
    float: right;
}

.pro-r-content ul {
    margin: 0px 0px 20px 0px;
    padding: 0px 20px 0px 0px;
    list-style: none;
    background: #;
    float: none;
    list-style: disc;
    direction: rtl;
}

.pro-r-content ul li {
    float: none;
    margin: 0;
    padding: 0px 0px 0px 0px;
    background: #;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    line-height: 20px;
    color: #666666;
    border: none;
    text-transform: none;
    list-style-position: inside;
}

.pro-r-content table {
    margin: 0px 0px 20px 0px;
    border-collapse: collapse;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
}

.pro-r-content th, td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

.pro-r-content tr:nth-child(even) {
    background-color: #fafafa;
}

.pro-r-content tr:nth-child(odd) {
    background-color: #fff;
}

.pro-r-content th {
    font-weight: bold;
    text-transform: none;
    background-color: #EEEEEE;
    color: #222222;
}

.pro-r-content table ul {
    margin: 0px 0px 0px 20px;
    list-style: none;
    padding: 0;
    background: #;
    float: none;
    list-style: disc;
}

.pro-r-content table ul li {
    float: none;
    margin: 0;
    padding: 0px 10px 0px 0px;
    background: #;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666666;
    border: none;
    text-transform: none;
}

.pro-r-content table ul li a {
    padding: 0px 0px 0px 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
    list-style: none;
    color: #666666;
    text-decoration: none;
    background: #;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

.pro-r-content table ul li a:hover {
    text-decoration: none;
    color: #222222;
    background: #;
    text-decoration: none;
}

.testirbx {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100px;
    background: #CCC;
    position: relative;
}


.pro-bg-1l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-1l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-1r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-1r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-2l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-2l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-2r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-2r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-3l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-3l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-3r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-3r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-4l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-4l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-4r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-4r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-5l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-5l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-5r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-5r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-6l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-6l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-6r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-6r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-7l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-7l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-7r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-7r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-8l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-8l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-8r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-8r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-9l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-9l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-9r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-9r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-10l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-10l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-10r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-10r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-11l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-11l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-11r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-11r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-12l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-12l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-12r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-12r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-13l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-13l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-13r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-13r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-14l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-14l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-14r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-14r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-15l {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-15l.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-size: 100%;
}

.pro-bg-15r {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 250px;
    height: 475px;
    background: url(images/bg/pro-bg-15r.jpg) no-repeat 0 0;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-size: 100%;
}

/* PRODUCTS END **************************************************** */


/* FOOTER START **************************************************** */

.f-content {
    margin: 0px auto 0px auto;
    padding: 470px 0px 0px 0px;
    width: 100%;
    height: 680px;
    background: none;
    position: relative;
    float: none;
}

.f-c4 {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 25%;
    min-height: 100px;
    background: none;
    position: relative;
    float: left;
}

.f-title {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 50px;
    background: none;
    position: relative;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #444444;
    text-align: left;
    line-height: 50px;
    font-weight: bold;
}

.f-list {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100px;
    background: none;
    position: relative;
    float: none;
}

.f-list ul {
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    min-height: 100px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
    float: right;
    background: none;
}

.f-list ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    width: 100%;
    min-height: 30px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
    text-align: left;
    line-height: 30px;
    font-weight: normal;
    float: left;
    list-style: none;
}

.f-list ul li a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
    text-align: left;
    line-height: 30px;
    font-weight: normal;
    text-decoration: none;
    background: none;
    border: none;
}

.f-list ul li a:hover {
    background: none;
    color: #333333;
    text-decoration: underline;
    border: none;
}

.f-list ul li span {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    width: 80px;
    min-height: 30px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
    text-align: left;
    line-height: 30px;
    font-weight: normal;
    float: left;
    list-style: none;
}


.f-social {
    margin: 0px auto 0px auto;
    padding: 20px 0px 0px 0px;
    width: 100px;
    height: 70px;
    background: none;
    position: relative;
    float: none;
}

.f-social ul {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    width: 100px;
    height: 40px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    float: right;
    background: none;
}

.f-social ul li {
    margin: 0px 5px 0px 5px;
    padding: 0px 0px;
    width: 40px;
    height: 40px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    line-height: 40px;
    font-weight: normal;
    float: left;
    list-style: none;
}

.f-social ul li a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 40px;
    height: 40px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
    background: none;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #333333;
}

.f-social ul li a:hover {
    background: #999999;
    color: #333333;
    text-decoration: none;
    border: 1px solid #999999;
}

.f-copy {
    margin: 0px auto 0px auto;
    padding: 0px 15px 0px 15px;
    width: 100%;
    height: 50px;
    background: none;
    position: relative;
    float: none;
}

.f-copy p {
    margin: 0px auto;
    padding: 0px 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
}

.f-copy p a {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    font-weight: 400;
    text-decoration: none;
}

.f-copy p a:hover {
    color: #999999;
    text-decoration: underline;
}


/* FOOTER END **************************************************** */


/* Soften */
.soften-10px,
.soften-20px,
.soften-30px,
.soften-40px,
.soften-50px,
.soften-60px,
.soften-70px,
.soften-80px,
.soften-90px,
.soften-100px {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    background: none;
    clear: both;
}

/* Soften */
.soften-10px {
    height: 10px;
}

.soften-20px {
    height: 20px;
}

.soften-30px {
    height: 30px;
}

.soften-40px {
    height: 40px;
}

.soften-50px {
    height: 50px;
}

.soften-60px {
    height: 60px;
}

.soften-70px {
    height: 70px;
}

.soften-80px {
    height: 80px;
}

.soften-90px {
    height: 90px;
}

.soften-100px {
    height: 100px;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */


/* Full grid ***/
.a-fg {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

/* 980 grid */
.a-g {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: none;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

/* Row */
.a-r {
    position: relative;
    margin-bottom: 0px;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

/* Columns */
.a-c1,
.a-c2,
.a-c3,
.a-c4,
.a-c5 {
    float: left;
    display: inline;
    margin: 0 10px;
    background: none;
    position: relative;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}

/* Header Columns */
.a-hc1,
.a-hc2,
.a-hc3 {
    float: left;
    display: inline;
    margin: 0 10px;
    background: none;
    position: relative;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease;
}


/* Default Columns */
.a-fg {
    width: 100%;
}

.a-g {
    width: 980px;
}

.a-c1 {
    width: 960px;
}

.a-c2 {
    width: 470px;
}

.a-c3 {
    width: 306.66px;
}

.a-c4 {
    width: 225px;
}

.a-c5 {
    width: 176px;
}

/* Header Columns */
.a-hc1 {
    width: 960px;
}

.a-hc2 {
    width: 470px;
}

.a-hc3 {
    width: 306.66px;
}

/* 1600 grid */
@media screen and (min-width: 1600px) {

    /* Default Columns */
    .a-fg {
        width: 100%;
    }

    .a-g {
        width: 980px;
    }

    .a-c1 {
        width: 960px;
    }

    .a-c2 {
        width: 470px;
    }

    .a-c3 {
        width: 306.66px;
    }

    .a-c4 {
        width: 225px;
    }

    .a-c5 {
        width: 176px;
    }

    /* Header Columns */
    .a-hc1 {
        width: 960px;
    }

    .a-hc2 {
        width: 470px;
    }

    .a-hc3 {
        width: 306.66px;
    }

}

/* 1280 grid */
@media print, screen and (min-width: 1280px) and (max-width: 1599px) {

    /* Default Columns */
    .a-fg {
        width: 100%;
    }

    .a-g {
        width: 1040px;
    }

    .a-c1 {
        width: 1020px;
    }

    .a-c2 {
        width: 500px;
    }

    .a-c3 {
        width: 306.66px;
    }

    .a-c4 {
        width: 240px;
    }

    .a-c5 {
        width: 176px;
    }

    /* Header Columns */
    .a-hc1 {
        width: 1020px;
    }

    .a-hc2 {
        width: 500px;
    }

    .a-hc3 {
        width: 306.66px;
    }

}

/* 1024 grid */
@media print, screen and (min-width: 1024px) and (max-width: 1279px) {

    /* Default Columns */
    .a-fg {
        width: 100%;
    }

    .a-g {
        width: 900px;
    }

    .a-c1 {
        width: 880px;
    }

    .a-c2 {
        width: 430px;
    }

    .a-c3 {
        width: 280px;
    }

    .a-c4 {
        width: 205px;
    }

    .a-c5 {
        width: 166px;
    }

    /* Header Columns */
    .a-hc1 {
        width: 880px;
    }

    .a-hc2 {
        width: 430px;
    }

    .a-hc3 {
        width: 280px;
    }

    .aheader .amenu {
        margin: 0px 0px 0px 0px;
        padding: 25px 0px 0px 0px;
        position: relative;
        width: 100%;
        height: 110px;
        background: none;
        float: none;
        z-index: 1000;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .aheader .amenu ul {
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        height: 60px;
        position: relative;
        background: none;
        list-style: none;
        float: right;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .aheader .amenu ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        position: relative;
        background: none;
        list-style: none;
        float: left;
        font-size: 16px;
        font-weight: normal;
        line-height: 50px;
    }

    .aheader .amenu ul li a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: 60px;
        border-bottom: 0;
        color: #444444;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 60px;
        background: none;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }

    .aheader .amenu ul li a:hover {
        color: #999999;
        text-decoration: none;
        background: none;
        border: none;
    }

    .aheader .amenu ul li a:focus {
        color: #999999;
        text-decoration: none;
        background: none;
        outline: none;
    }

    .aheader .amenu ul li a span {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        height: 60px;
        border-bottom: 0;
        color: #444444;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 60px;
        background: none;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }

    .aheader .amenu ul li a .selectedm {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        height: 60px;
        border-bottom: 0;
        color: #444444;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 60px;
        background: #fafafa;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }


    .aheader .amenu ul li .active {
        display: block;
        margin: 5px 0px 0px 0px;
        padding: 0px 10px;
        height: 50px;
        border-bottom: 0;
        color: #999999;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 50px;
        background: #EEEEEE;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .aheader .amenu ul li .active:hover {
        color: #FFFFFF;
        text-decoration: none;
        background: #0f7c3e;
        border: none;
    }

    .aheader .amenu ul li .home span {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        height: 60px;
        border-bottom: 0;
        color: #FFFFFF;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 60px;
        background: #005aaa;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }

}

/* 960 grid */
@media print, screen and (min-width: 960px) and (max-width: 1023px) {


    /* Default Columns */
    .a-fg {
        width: 100%;
    }

    .a-g {
        width: 900px;
    }

    .a-c1 {
        width: 880px;
    }

    .a-c2 {
        width: 430px;
    }

    .a-c3 {
        width: 280px;
    }

    .a-c4 {
        width: 205px;
    }

    .a-c5 {
        width: 166px;
    }

    /* Header Columns */
    .a-hc1 {
        width: 880px;
    }

    .a-hc2 {
        width: 430px;
    }

    .a-hc3 {
        width: 280px;
    }

    .aheader .amenu {
        margin: 0px 0px 0px 0px;
        padding: 25px 0px 0px 0px;
        position: relative;
        width: 100%;
        height: 110px;
        background: none;
        float: none;
        z-index: 1000;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .aheader .amenu ul {
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        height: 60px;
        position: relative;
        background: none;
        list-style: none;
        float: right;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .aheader .amenu ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        position: relative;
        background: none;
        list-style: none;
        float: left;
        font-size: 16px;
        font-weight: normal;
        line-height: 50px;
    }

    .aheader .amenu ul li a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: 60px;
        border-bottom: 0;
        color: #444444;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 60px;
        background: none;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }

    .aheader .amenu ul li a:hover {
        color: #999999;
        text-decoration: none;
        background: none;
        border: none;
    }

    .aheader .amenu ul li a:focus {
        color: #999999;
        text-decoration: none;
        background: none;
        outline: none;
    }

    .aheader .amenu ul li a span {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        height: 60px;
        border-bottom: 0;
        color: #444444;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 60px;
        background: none;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }

    .aheader .amenu ul li a .selectedm {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        height: 60px;
        border-bottom: 0;
        color: #444444;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 60px;
        background: #fafafa;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }


    .aheader .amenu ul li .active {
        display: block;
        margin: 5px 0px 0px 0px;
        padding: 0px 10px;
        height: 50px;
        border-bottom: 0;
        color: #999999;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 50px;
        background: #EEEEEE;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .aheader .amenu ul li .active:hover {
        color: #FFFFFF;
        text-decoration: none;
        background: #0f7c3e;
        border: none;
    }

    .aheader .amenu ul li .home span {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 10px;
        height: 60px;
        border-bottom: 0;
        color: #FFFFFF;
        white-space: nowrap;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 60px;
        background: #005aaa;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        text-transform: uppercase;
    }

}

/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    /* Default Columns */
    .a-g {
        width: 90%;
    }

    .a-c1,
    .a-c2,
    .a-c3,
    .a-c4,
    .a-c5 {
        width: 100%;
        margin: 0px;
    }

    /* Header Columns */
    .a-hc1,
    .a-hc2,
    .a-hc3 {
        width: 100%;
        margin: 0px;
    }

    .aheader {
        margin: 0px;
        padding: 0;
        position: fixed;
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        z-index: 20000;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        top: 0px;
        left: 0px;
    }

    .aheader .alogo {
        margin: 0px;
        padding: 6px 0px 0px 0px;
        position: relative;
        width: 100px;
        height: 60px;
        background: none;
        text-align: center;
        webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .aheader .alogo a {
        display: block;
        margin: 0px auto;
        padding: 0;
        position: relative;
        text-decoration: none;
        border: none;
        background: none;
        text-align: center;
    }

    .aheader .alogo a:hover {
        text-decoration: none;
        border: none;
    }

    .aheader .alogo a:focus {
        border: none;
        outline: none;
    }

    .aheader .alogo a img {
        margin: 0px auto;
        padding: 0;
        position: relative;
        border: none;
        width: 100px;
        outline: none;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .amenu {
        display: none;
    }

    .ahmmenu {
        display: inline-block;
    }


    /* PRODUCTS START **************************************************** */
    .pro-section1 {
        margin: 0px auto 0px auto;
        padding: 50px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-g {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-r {
        margin: 0px auto 30px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        z-index: 10;
    }

    .pro-c1 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c2 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c3 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c4 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-l-category {
        margin: 0px auto 0px auto;
        padding: 5px 0px 0px 0px;
        width: 100%;
        min-height: 20px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: left;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-r-category {
        margin: 0px auto 0px auto;
        padding: 5px 0px 0px 0px;
        width: 100%;
        min-height: 20px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: left;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-image {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 300px;
        min-height: 100px;
        background: none;
        position: relative;
        overflow: hidden;
    }

    .pro-image img {
        width: 100%;
        height: auto;
        border: none;
    }

    .pro-l-content {
        margin: 0px auto 0px auto;
        padding: 30px 20px 0px 20px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-l-content h1 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 36px;
        color: #333333;
        text-align: left;
        line-height: 48px;
        font-weight: normal;
    }

    .pro-l-content h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 30px;
        color: #333333;
        text-align: left;
        line-height: 36px;
        font-weight: normal;
    }

    .pro-l-content h3 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 24px;
        color: #333333;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
    }

    .pro-l-content h4 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 18px;
        color: #333333;
        text-align: left;
        line-height: 24px;
        font-weight: normal;
    }

    .pro-l-content p {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-l-content .proln {
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        height: 2px;
        background: none;
        position: relative;
    }

    .pro-l-content .proln-line {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40%;
        height: 2px;
        background: #666666;
        position: relative;
        float: left;
    }

    .pro-l-content table {
        margin: 0px 0px 20px 0px;
        border-collapse: collapse;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
    }

    .pro-l-content th, td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

    .pro-l-content tr:nth-child(even) {
        background-color: #fafafa;
    }

    .pro-l-content tr:nth-child(odd) {
        background-color: #fff;
    }

    .pro-l-content th {
        font-weight: bold;
        text-transform: none;
        background-color: #EEEEEE;
        color: #222222;
    }

    .pro-l-content table ul {
        margin: 0px 0px 0px 20px;
        list-style: none;
        padding: 0;
        background: #;
        float: none;
        list-style: disc;
    }

    .pro-l-content table ul li {
        float: none;
        margin: 0;
        padding: 0px 10px 0px 0px;
        background: #;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #666666;
        border: none;
        text-transform: none;
    }

    .pro-l-content table ul li a {
        padding: 0px 0px 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        cursor: pointer;
        list-style: none;
        color: #666666;
        text-decoration: none;
        background: #;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .pro-l-content table ul li a:hover {
        text-decoration: none;
        color: #222222;
        background: #;
        text-decoration: none;
    }


    .pro-r-content {
        margin: 0px auto 0px auto;
        padding: 30px 20px 0px 20px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-r-content h1 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 36px;
        color: #333333;
        text-align: left;
        line-height: 48px;
        font-weight: normal;
    }

    .pro-r-content h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 30px;
        color: #333333;
        text-align: left;
        line-height: 36px;
        font-weight: normal;
    }

    .pro-r-content h3 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 24px;
        color: #333333;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
    }

    .pro-r-content h4 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 18px;
        color: #333333;
        text-align: left;
        line-height: 24px;
        font-weight: normal;
    }

    .pro-r-content p {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-r-content .prorn {
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        height: 2px;
        background: none;
        position: relative;
    }

    .pro-r-content .prorn-line {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40%;
        height: 2px;
        background: #666666;
        position: relative;
        float: left;
    }

    .pro-r-content table {
        margin: 0px 0px 20px 0px;
        border-collapse: collapse;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
    }

    .pro-r-content th, td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

    .pro-r-content tr:nth-child(even) {
        background-color: #fafafa;
    }

    .pro-r-content tr:nth-child(odd) {
        background-color: #fff;
    }

    .pro-r-content th {
        font-weight: bold;
        text-transform: none;
        background-color: #EEEEEE;
        color: #222222;
    }

    .pro-r-content table ul {
        margin: 0px 0px 0px 20px;
        list-style: none;
        padding: 0;
        background: #;
        float: none;
        list-style: disc;
    }

    .pro-r-content table ul li {
        float: none;
        margin: 0;
        padding: 0px 10px 0px 0px;
        background: #;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #666666;
        border: none;
        text-transform: none;
    }

    .pro-r-content table ul li a {
        padding: 0px 0px 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        cursor: pointer;
        list-style: none;
        color: #666666;
        text-decoration: none;
        background: #;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .pro-r-content table ul li a:hover {
        text-decoration: none;
        color: #222222;
        background: #;
        text-decoration: none;
    }

    .probg {
        display: none;
    }

    /* PRODUCTS END **************************************************** */
    #main {
        margin: 0 auto;
        padding: 0;
        position: relative;
        padding-bottom: 0px;
    }

    #footer {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-height: 870px;
        position: relative;
        bottom: 0;
        background: #efefef url(images/footer2.jpg) no-repeat 0 0;
    }

    .f-content {
        margin: 0px auto 0px auto;
        padding: 270px 0px 0px 0px;
        width: 100%;
        min-height: 750px;
        background: none;
        position: relative;
        float: none;
    }

    .f-c4 {
        margin: 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 50%;
        min-height: 100px;
        background: none;
        position: relative;
        float: left;
    }

    .f-title {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 50px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #444444;
        text-align: left;
        line-height: 50px;
        font-weight: bold;
    }

    .f-list {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 200px;
        background: none;
        position: relative;
        float: none;
    }

    .f-list ul {
        margin: 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #444444;
        text-align: center;
        line-height: 30px;
        font-weight: normal;
        float: right;
        background: none;
    }

    .f-list ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        width: 100%;
        min-height: 30px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #444444;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
        float: left;
        list-style: none;
    }

    .f-list ul li a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #444444;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
        text-decoration: none;
        background: none;
        border: none;
    }

    .f-list ul li a:hover {
        background: none;
        color: #333333;
        text-decoration: underline;
        border: none;
    }


    .f-social {
        margin: 0px auto 0px auto;
        padding: 20px 0px 0px 0px;
        width: 100px;
        height: 70px;
        background: none;
        position: relative;
        float: none;
    }

    .f-social ul {
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        font-weight: normal;
        float: right;
        background: none;
    }

    .f-social ul li {
        margin: 0px 5px 0px 5px;
        padding: 0px 0px;
        width: 40px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        text-align: left;
        line-height: 40px;
        font-weight: normal;
        float: left;
        list-style: none;
    }

    .f-social ul li a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #333333;
        text-align: center;
        line-height: 40px;
        font-weight: normal;
        text-decoration: none;
        background: none;
        border: none;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #333333;
    }

    .f-social ul li a:hover {
        background: #999999;
        color: #333333;
        text-decoration: none;
        border: 1px solid #999999;
    }

    .f-copy {
        margin: 0px auto 0px auto;
        padding: 0px 15px 0px 15px;
        width: 100%;
        height: 50px;
        background: none;
        position: relative;
        float: none;
    }

    .f-copy p {
        margin: 0px auto;
        padding: 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-align: center;
        line-height: 18px;
        font-weight: 400;
    }

    .f-copy p a {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-align: center;
        line-height: 18px;
        font-weight: 400;
        text-decoration: none;
    }

    .f-copy p a:hover {
        color: #999999;
        text-decoration: underline;
    }


}

/* #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    /* Default Columns */
    .a-g {
        width: 90%;
    }

    .a-c1,
    .a-c2,
    .a-c3,
    .a-c4,
    .a-c5 {
        width: 100%;
        margin: 0px;
    }

    /* Header Columns */
    .a-hc1,
    .a-hc2,
    .a-hc3 {
        width: 100%;
        margin: 0px;
    }

    .aheader {
        margin: 0px;
        padding: 0;
        position: fixed;
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        z-index: 20000;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        top: 0px;
        left: 0px;
    }

    .aheader .alogo {
        margin: 0px;
        padding: 6px 0px 0px 0px;
        position: relative;
        width: 100px;
        height: 60px;
        background: none;
        text-align: center;
        webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .aheader .alogo a {
        display: block;
        margin: 0px auto;
        padding: 0;
        position: relative;
        text-decoration: none;
        border: none;
        background: none;
        text-align: center;
    }

    .aheader .alogo a:hover {
        text-decoration: none;
        border: none;
    }

    .aheader .alogo a:focus {
        border: none;
        outline: none;
    }

    .aheader .alogo a img {
        margin: 0px auto;
        padding: 0;
        position: relative;
        border: none;
        width: 100px;
        outline: none;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .amenu {
        display: none;
    }

    .ahmmenu {
        display: inline-block;
    }


    /* PRODUCTS START **************************************************** */
    .pro-section1 {
        margin: 0px auto 0px auto;
        padding: 50px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-g {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-r {
        margin: 0px auto 30px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        z-index: 10;
    }

    .pro-c1 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c2 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c3 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c4 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-l-category {
        margin: 0px auto 0px auto;
        padding: 5px 0px 0px 0px;
        width: 100%;
        min-height: 20px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: left;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-r-category {
        margin: 0px auto 0px auto;
        padding: 5px 0px 0px 0px;
        width: 100%;
        min-height: 20px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: left;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-image {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 300px;
        min-height: 100px;
        background: none;
        position: relative;
        overflow: hidden;
    }

    .pro-image img {
        width: 100%;
        height: auto;
        border: none;
    }

    .pro-l-content {
        margin: 0px auto 0px auto;
        padding: 30px 20px 0px 20px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-l-content h1 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 36px;
        color: #333333;
        text-align: left;
        line-height: 48px;
        font-weight: normal;
    }

    .pro-l-content h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 30px;
        color: #333333;
        text-align: left;
        line-height: 36px;
        font-weight: normal;
    }

    .pro-l-content h3 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 24px;
        color: #333333;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
    }

    .pro-l-content h4 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 18px;
        color: #333333;
        text-align: left;
        line-height: 24px;
        font-weight: normal;
    }

    .pro-l-content p {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-l-content .proln {
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        height: 2px;
        background: none;
        position: relative;
    }

    .pro-l-content .proln-line {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40%;
        height: 2px;
        background: #666666;
        position: relative;
        float: left;
    }

    .pro-l-content table {
        margin: 0px 0px 20px 0px;
        border-collapse: collapse;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
    }

    .pro-l-content th, td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

    .pro-l-content tr:nth-child(even) {
        background-color: #fafafa;
    }

    .pro-l-content tr:nth-child(odd) {
        background-color: #fff;
    }

    .pro-l-content th {
        font-weight: bold;
        text-transform: none;
        background-color: #EEEEEE;
        color: #222222;
    }

    .pro-l-content table ul {
        margin: 0px 0px 0px 20px;
        list-style: none;
        padding: 0;
        background: #;
        float: none;
        list-style: disc;
    }

    .pro-l-content table ul li {
        float: none;
        margin: 0;
        padding: 0px 10px 0px 0px;
        background: #;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #666666;
        border: none;
        text-transform: none;
    }

    .pro-l-content table ul li a {
        padding: 0px 0px 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        cursor: pointer;
        list-style: none;
        color: #666666;
        text-decoration: none;
        background: #;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .pro-l-content table ul li a:hover {
        text-decoration: none;
        color: #222222;
        background: #;
        text-decoration: none;
    }


    .pro-r-content {
        margin: 0px auto 0px auto;
        padding: 30px 20px 0px 20px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-r-content h1 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 36px;
        color: #333333;
        text-align: left;
        line-height: 48px;
        font-weight: normal;
    }

    .pro-r-content h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 30px;
        color: #333333;
        text-align: left;
        line-height: 36px;
        font-weight: normal;
    }

    .pro-r-content h3 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 24px;
        color: #333333;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
    }

    .pro-r-content h4 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 18px;
        color: #333333;
        text-align: left;
        line-height: 24px;
        font-weight: normal;
    }

    .pro-r-content p {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-r-content .prorn {
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        height: 2px;
        background: none;
        position: relative;
    }

    .pro-r-content .prorn-line {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40%;
        height: 2px;
        background: #666666;
        position: relative;
        float: left;
    }

    .pro-r-content table {
        margin: 0px 0px 20px 0px;
        border-collapse: collapse;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
    }

    .pro-r-content th, td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

    .pro-r-content tr:nth-child(even) {
        background-color: #fafafa;
    }

    .pro-r-content tr:nth-child(odd) {
        background-color: #fff;
    }

    .pro-r-content th {
        font-weight: bold;
        text-transform: none;
        background-color: #EEEEEE;
        color: #222222;
    }

    .pro-r-content table ul {
        margin: 0px 0px 0px 20px;
        list-style: none;
        padding: 0;
        background: #;
        float: none;
        list-style: disc;
    }

    .pro-r-content table ul li {
        float: none;
        margin: 0;
        padding: 0px 10px 0px 0px;
        background: #;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #666666;
        border: none;
        text-transform: none;
    }

    .pro-r-content table ul li a {
        padding: 0px 0px 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        cursor: pointer;
        list-style: none;
        color: #666666;
        text-decoration: none;
        background: #;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .pro-r-content table ul li a:hover {
        text-decoration: none;
        color: #222222;
        background: #;
        text-decoration: none;
    }

    .probg {
        display: none;
    }

    /* PRODUCTS END **************************************************** */
    #main {
        margin: 0 auto;
        padding: 0;
        position: relative;
        padding-bottom: 0px;
    }

    #footer {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-height: 870px;
        position: relative;
        bottom: 0;
        background: #efefef url(images/footer2.jpg) no-repeat 0 0;
    }

    .f-content {
        margin: 0px auto 0px auto;
        padding: 270px 0px 0px 0px;
        width: 100%;
        min-height: 750px;
        background: none;
        position: relative;
        float: none;
    }

    .f-c4 {
        margin: 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 50%;
        min-height: 100px;
        background: none;
        position: relative;
        float: left;
    }

    .f-title {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 50px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #444444;
        text-align: left;
        line-height: 50px;
        font-weight: bold;
    }

    .f-list {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 200px;
        background: none;
        position: relative;
        float: none;
    }

    .f-list ul {
        margin: 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #444444;
        text-align: center;
        line-height: 30px;
        font-weight: normal;
        float: right;
        background: none;
    }

    .f-list ul li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        width: 100%;
        min-height: 30px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #444444;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
        float: left;
        list-style: none;
    }

    .f-list ul li a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #444444;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
        text-decoration: none;
        background: none;
        border: none;
    }

    .f-list ul li a:hover {
        background: none;
        color: #333333;
        text-decoration: underline;
        border: none;
    }


    .f-social {
        margin: 0px auto 0px auto;
        padding: 20px 0px 0px 0px;
        width: 100px;
        height: 70px;
        background: none;
        position: relative;
        float: none;
    }

    .f-social ul {
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        font-weight: normal;
        float: right;
        background: none;
    }

    .f-social ul li {
        margin: 0px 5px 0px 5px;
        padding: 0px 0px;
        width: 40px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        text-align: left;
        line-height: 40px;
        font-weight: normal;
        float: left;
        list-style: none;
    }

    .f-social ul li a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #333333;
        text-align: center;
        line-height: 40px;
        font-weight: normal;
        text-decoration: none;
        background: none;
        border: none;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #333333;
    }

    .f-social ul li a:hover {
        background: #999999;
        color: #333333;
        text-decoration: none;
        border: 1px solid #999999;
    }

    .f-copy {
        margin: 0px auto 0px auto;
        padding: 0px 15px 0px 15px;
        width: 100%;
        height: 50px;
        background: none;
        position: relative;
        float: none;
    }

    .f-copy p {
        margin: 0px auto;
        padding: 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-align: center;
        line-height: 18px;
        font-weight: 400;
    }

    .f-copy p a {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-align: center;
        line-height: 18px;
        font-weight: 400;
        text-decoration: none;
    }

    .f-copy p a:hover {
        color: #999999;
        text-decoration: underline;
    }

}

@media only screen and (min-width: 320px) and (max-width: 479px) {

    /* Default Columns */
    .a-g {
        width: 90%;
    }

    .a-c1,
    .a-c2,
    .a-c3,
    .a-c4,
    .a-c5 {
        width: 100%;
        margin: 0px;
    }

    /* Header Columns */
    .a-hc1,
    .a-hc2,
    .a-hc3 {
        width: 100%;
        margin: 0px;
    }

    .aheader {
        margin: 0px;
        padding: 0;
        position: fixed;
        width: 100%;
        height: 60px;
        background: #FFFFFF;
        z-index: 20000;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
        top: 0px;
        left: 0px;
    }

    .aheader .alogo {
        margin: 0px;
        padding: 6px 0px 0px 0px;
        position: relative;
        width: 100px;
        height: 60px;
        background: none;
        text-align: center;
        webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .aheader .alogo a {
        display: block;
        margin: 0px auto;
        padding: 0;
        position: relative;
        text-decoration: none;
        border: none;
        background: none;
        text-align: center;
    }

    .aheader .alogo a:hover {
        text-decoration: none;
        border: none;
    }

    .aheader .alogo a:focus {
        border: none;
        outline: none;
    }

    .aheader .alogo a img {
        margin: 0px auto;
        padding: 0;
        position: relative;
        border: none;
        width: 100px;
        outline: none;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .amenu {
        display: none;
    }

    .ahmmenu {
        display: inline-block;
    }


    .m-drop {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        position: fixed;
        width: 80%;
        height: auto;
        min-height: 100%;
        max-height: 100%;
        background: #FFFFFF;
        top: 60px;
        right: 0px !important;
        z-index: 1000;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease; /*display:none;*/
        border-bottom: none;
    }

    .md-g {
        margin: 0px auto;
        padding: 20px 0px 0px 0px;
        width: 100%;
        height: auto;
        min-height: 100%;
        max-height: 100%;
        background: #FFFFFF;
        position: relative;
    }

    .md-c4 {
        margin: 0px;
        padding: 0px 20px 0px 20px;
        width: 50%;
        height: 200px;
        background: #FFFFFF;
        position: relative;
        float: left;
    }

    .md-c3 {
        margin: 0px;
        padding: 0px 20px 0px 20px;
        width: 50%;
        height: 200px;
        background: #FFFFFF;
        position: relative;
        float: left;
    }

    .md-bx {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 200px;
        background: none;
        position: relative;
        float: none;
    }

    .md-bx a {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 200px;
        background: none;
        position: relative;
        text-decoration: none;
        outline: none;
    }

    .md-bx a:hover {
        text-decoration: none;
        outline: none;
    }

    .md-bx a:focus {
        text-decoration: none;
        outline: none;
    }

    .md-bx a img {
        width: 100%;
        border: none;
    }


    .ahm-drop3 {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        position: fixed;
        width: 80%;
        height: auto;
        min-height: 100%;
        max-height: 100%;
        background: none;
        float: none;
        top: 60px;
        right: 0;
        z-index: 200000;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease; /*display:none;*/
        border-bottom: 5px solid #EEE;
        overflow-x: scroll;
    }

    .ahm-d3-g {
        margin: 0px auto;
        padding: 0px 0px 100px 0px;
        width: 100%;
        height: auto;
        min-height: 100%;
        max-height: 100%;
        background: #fafafa;
        position: relative;
        overflow-y: scroll;
    }

    .ahm-d3-c {
        margin: 0px;
        padding: 20px 0px 0px 0px;
        position: relative;
        width: 100%;
        min-height: 100%;
        background: #fafafa;
        float: left;
    }

    .ahm-d3-title {
        margin: 0px auto;
        padding: 0px 0px 0px 20px;
        width: 100%;
        height: 40px;
        background: none;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: $ 444444;
    }

    .ahm-drop3-list {
        margin: 0px;
        padding: 0px 40px 20px 40px;
        position: relative;
        width: 100%;
        min-height: 100%;
        background: #fafafa;
    }

    .ahm-drop3-list .sample ul {
        list-style-type: none;
        background: none;
        width: 100%;
        float: left;
        margin: 0 0px 0px 0;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        line-height: 18px;
    }

    .ahm-drop3-list .sample li {
        background: none;
        width: 100%;
        float: left;
        padding: 0;
    }

    .ahm-drop3-list .sample li a {
        padding: 0px 0px 0px 0px;
        width: 100%;
        float: left;
        background: none;
        text-decoration: none;
        color: #444444;
        text-decoration: none;
    }

    .ahm-drop3-list .sample li a:hover {
        text-decoration: underline;
    }

    .ahm-drop3-list .sample li a strong {
        font-size: 14px;
        line-height: 40px;
        font-weight: bold;
        color: #005aaa;
    }

    .ahm-drop3-list .sample ul.children-sample {
        background: none;
        width: 100%;
        margin: 0 0px 0px 0;
    }

    .ahm-drop3-list .sample ul.children-sample li {
        background: none;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .ahm-drop3-list .sample ul.children-sample ul {
        background: none;
        margin-bottom: 0px
    }

    .ahm-drop3-list .sample ul.children-sample ul li {
        background: none;
        color: #666666;
        border: 0;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        background: none;
        line-height: 24px;
        width: 100%;
    }

    .ahm-drop3-list .sample ul.children-sample ul li a {
        padding: 0px 0px 0px 0px;
        width: 100%;
        float: none;
        background: none;
        text-decoration: none;
        color: #444444;
        text-decoration: none;
    }

    .ahm-drop3-list .sample ul.children-sample ul li a:hover {
        text-decoration: underline;
    }

    .ahm-drop3-list .sample ul.children-sample ul li a span {
        padding: 0px 0px 0px 0px;
        width: 100%;
        float: none;
        background: none;
        text-decoration: none;
        color: #444444;
        text-decoration: none;
    }

    .ahm-drop3-list .sample ul.children-sample ul li a strong {
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        color: #000000;
    }

    .ahm-drop3-list .sample ul.children-sample h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .ahm-drop3-list .sample ul.children-sample p {
        line-height: 24px;
        font-size: 14px;
        margin: 0 0 0px 0;
        padding: 0
    }

    .ahm-drop3-list .sample ul.children-sample li ul li {
        background: none;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }


    .ahm-d4-c {
        margin: 0px;
        padding: 20px 0px 0px 0px;
        position: relative;
        width: 100%;
        min-height: 100%;
        background: #FFFFFF;
        float: left;
    }

    .ahm-d4-title {
        margin: 0px auto;
        padding: 0px 0px 0px 20px;
        width: 100%;
        height: 40px;
        background: none;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: $ 444444;
    }

    .ahm-drop4-list {
        margin: 0px;
        padding: 0px 40px 20px 40px;
        position: relative;
        width: 100%;
        min-height: 100%;
        background: #FFFFFF;
    }

    .ahm-drop4-list .sample ul {
        list-style-type: none;
        background: none;
        width: 100%;
        float: left;
        margin: 0 0px 0px 0;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        line-height: 18px;
    }

    .ahm-drop4-list .sample li {
        background: none;
        width: 100%;
        float: left;
        padding: 0
    }

    .ahm-drop4-list .sample li a {
        padding: 0px 0px 0px 0px;
        width: 100%;
        float: left;
        background: none;
        text-decoration: none;
        color: #444444;
        text-decoration: none;
    }

    .ahm-drop4-list .sample li a:hover {
        text-decoration: underline;
    }

    .ahm-drop4-list .sample li a strong {
        font-size: 14px;
        line-height: 40px;
        font-weight: bold;
        color: #005aaa;
    }

    .ahm-drop4-list .sample ul.children-sample {
        background: none;
        width: 100%;
        margin: 0 0px 0px 0;
    }

    .ahm-drop4-list .sample ul.children-sample li {
        background: none;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

    .ahm-drop4-list .sample ul.children-sample ul {
        background: none;
        margin-bottom: 0px
    }

    .ahm-drop4-list .sample ul.children-sample ul li {
        background: none;
        color: #666666;
        border: 0;
        font-size: 14px;
        padding: 0px 0px 0px 0px;
        margin-bottom: 0px;
        background: none;
        line-height: 24px;
    }

    .ahm-drop4-list .sample ul.children-sample ul li a {
        padding: 0px 0px 0px 0px;
        width: 100%;
        float: none;
        background: none;
        text-decoration: none;
        color: #444444;
        text-decoration: none;
    }

    .ahm-drop4-list .sample ul.children-sample ul li a:hover {
        text-decoration: underline;
    }

    .ahm-drop4-list .sample ul.children-sample ul li a span {
        padding: 0px 0px 0px 20px;
        width: 100%;
        float: none;
        background: none;
        text-decoration: none;
        color: #444444;
        text-decoration: none;
    }

    .ahm-drop4-list .sample ul.children-sample ul li a strong {
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        line-height: 24px;
        font-weight: bold;
        color: #000000;
    }

    .ahm-drop4-list .sample ul.children-sample h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .ahm-drop4-list .sample ul.children-sample p {
        line-height: 24px;
        font-size: 14px;
        margin: 0 0 0px 0;
        padding: 0
    }

    .ahm-drop4-list .sample ul.children-sample li ul li {
        background: none;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }


    /* PRODUCTS START **************************************************** */
    .pro-section1 {
        margin: 0px auto 0px auto;
        padding: 50px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-g {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-r {
        margin: 0px auto 30px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        z-index: 10;
    }

    .pro-c1 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c2 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c3 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-c4 {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: none;
    }

    .pro-l-category {
        margin: 0px auto 0px auto;
        padding: 5px 0px 0px 0px;
        width: 100%;
        min-height: 20px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: left;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-r-category {
        margin: 0px auto 0px auto;
        padding: 5px 0px 0px 0px;
        width: 100%;
        min-height: 20px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: left;
        line-height: 20px;
        font-weight: normal;
    }


    .pro-image {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 300px;
        min-height: 100px;
        background: none;
        position: relative;
        overflow: hidden;
    }

    .pro-image img {
        width: 100%;
        height: auto;
        border: none;
    }

    .pro-l-content {
        margin: 0px auto 0px auto;
        padding: 30px 20px 0px 20px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-l-content h1 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 36px;
        color: #333333;
        text-align: left;
        line-height: 48px;
        font-weight: normal;
    }

    .pro-l-content h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 30px;
        color: #333333;
        text-align: left;
        line-height: 36px;
        font-weight: normal;
    }

    .pro-l-content h3 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 24px;
        color: #333333;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
    }

    .pro-l-content h4 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 18px;
        color: #333333;
        text-align: left;
        line-height: 24px;
        font-weight: normal;
    }

    .pro-l-content p {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-l-content .proln {
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        height: 2px;
        background: none;
        position: relative;
    }

    .pro-l-content .proln-line {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40%;
        height: 2px;
        background: #666666;
        position: relative;
        float: left;
    }

    .pro-l-content table {
        margin: 0px 0px 20px 0px;
        border-collapse: collapse;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
    }

    .pro-l-content th, td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

    .pro-l-content tr:nth-child(even) {
        background-color: #fafafa;
    }

    .pro-l-content tr:nth-child(odd) {
        background-color: #fff;
    }

    .pro-l-content th {
        font-weight: bold;
        text-transform: none;
        background-color: #EEEEEE;
        color: #222222;
    }

    .pro-l-content table ul {
        margin: 0px 0px 0px 20px;
        list-style: none;
        padding: 0;
        background: #;
        float: none;
        list-style: disc;
    }

    .pro-l-content table ul li {
        float: none;
        margin: 0;
        padding: 0px 10px 0px 0px;
        background: #;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #666666;
        border: none;
        text-transform: none;
    }

    .pro-l-content table ul li a {
        padding: 0px 0px 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        cursor: pointer;
        list-style: none;
        color: #666666;
        text-decoration: none;
        background: #;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .pro-l-content table ul li a:hover {
        text-decoration: none;
        color: #222222;
        background: #;
        text-decoration: none;
    }

    .pro-r-content {
        margin: 0px auto 0px auto;
        padding: 30px 20px 0px 20px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
    }

    .pro-r-content h1 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 36px;
        color: #333333;
        text-align: left;
        line-height: 48px;
        font-weight: normal;
    }

    .pro-r-content h2 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 30px;
        color: #333333;
        text-align: left;
        line-height: 36px;
        font-weight: normal;
    }

    .pro-r-content h3 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 24px;
        color: #333333;
        text-align: left;
        line-height: 30px;
        font-weight: normal;
    }

    .pro-r-content h4 {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: 'HelveticaNeueLTCom-Cn' !important;
        font-size: 18px;
        color: #333333;
        text-align: left;
        line-height: 24px;
        font-weight: normal;
    }

    .pro-r-content p {
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #666666;
        text-align: justify;
        line-height: 20px;
        font-weight: normal;
    }

    .pro-r-content .prorn {
        margin: 20px 0px 20px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        height: 2px;
        background: none;
        position: relative;
    }

    .pro-r-content .prorn-line {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40%;
        height: 2px;
        background: #666666;
        position: relative;
        float: left;
    }

    .pro-r-content table {
        margin: 0px 0px 20px 0px;
        border-collapse: collapse;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        width: 100%;
        color: #666666;
    }

    .pro-r-content th, td {
        border: 1px solid #ccc;
        padding: 5px;
        text-align: left;
    }

    .pro-r-content tr:nth-child(even) {
        background-color: #fafafa;
    }

    .pro-r-content tr:nth-child(odd) {
        background-color: #fff;
    }

    .pro-r-content th {
        font-weight: bold;
        text-transform: none;
        background-color: #EEEEEE;
        color: #222222;
    }

    .pro-r-content table ul {
        margin: 0px 0px 0px 20px;
        list-style: none;
        padding: 0;
        background: #;
        float: none;
        list-style: disc;
    }

    .pro-r-content table ul li {
        float: none;
        margin: 0;
        padding: 0px 10px 0px 0px;
        background: #;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        color: #666666;
        border: none;
        text-transform: none;
    }

    .pro-r-content table ul li a {
        padding: 0px 0px 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        cursor: pointer;
        list-style: none;
        color: #666666;
        text-decoration: none;
        background: #;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
        -ms-transition: All 0.5s ease;
        transition: All 0.5s ease;
    }

    .pro-r-content table ul li a:hover {
        text-decoration: none;
        color: #222222;
        background: #;
        text-decoration: none;
    }


    .probg {
        display: none;
    }

    /* PRODUCTS END **************************************************** */
    #main {
        margin: 0 auto;
        padding: 0;
        position: relative;
        padding-bottom: 0px;
    }

    #footer {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        min-height: 1000px;
        position: relative;
        bottom: 0;
        background: #efefef url(images/footer3.jpg) no-repeat 0 0;
    }

    .f-content {
        margin: 0px auto 0px auto;
        padding: 110px 0px 0px 0px;
        width: 100%;
        min-height: 880px;
        background: none;
        position: relative;
        float: none;
    }

    .f-c4 {
        margin: 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 100px;
        background: none;
        position: relative;
        float: left;
    }

    .f-title {
        margin: 0px auto 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100%;
        min-height: 50px;
        background: none;
        position: relative;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #444444;
        text-align: left;
        line-height: 50px;
        font-weight: bold;
    }


    .f-social {
        margin: 0px auto 0px auto;
        padding: 20px 0px 0px 0px;
        width: 100px;
        height: 70px;
        background: none;
        position: relative;
        float: none;
    }

    .f-social ul {
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
        width: 100px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        font-weight: normal;
        float: right;
        background: none;
    }

    .f-social ul li {
        margin: 0px 5px 0px 5px;
        padding: 0px 0px;
        width: 40px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #FFFFFF;
        text-align: left;
        line-height: 40px;
        font-weight: normal;
        float: left;
        list-style: none;
    }

    .f-social ul li a {
        display: block;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 40px;
        height: 40px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #333333;
        text-align: center;
        line-height: 40px;
        font-weight: normal;
        text-decoration: none;
        background: none;
        border: none;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #333333;
    }

    .f-social ul li a:hover {
        background: #999999;
        color: #333333;
        text-decoration: none;
        border: 1px solid #999999;
    }

    .f-copy {
        margin: 0px auto 0px auto;
        padding: 0px 15px 0px 15px;
        width: 100%;
        height: 50px;
        background: none;
        position: relative;
        float: none;
    }

    .f-copy p {
        margin: 0px auto;
        padding: 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-align: center;
        line-height: 18px;
        font-weight: 400;
    }

    .f-copy p a {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #333333;
        text-align: center;
        line-height: 18px;
        font-weight: 400;
        text-decoration: none;
    }

    .f-copy p a:hover {
        color: #999999;
        text-decoration: underline;
    }


}

@media only screen and (min-width: 240px) and (max-width: 319px) {


}

/* #Mobile (Portrait) */
@media only screen and (max-width: 239px) {
}

/* #Mobile (Portrait) */
@media only screen and (max-width: 180px) {
}

/* #Print Fixes */
@media print {
}

/*** @Miscs ***/
/* #Clear and Row Fix */
.a_grid:after {
    content: "";
    display: table;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix, .row {
    zoom: 1;
}

.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "";
    display: table;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clearfix:after, .row:after {
    font-size: 0;
    clear: both;
}

.clear {
    clear: both;
    display: block;
}

/* #Aligns */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin: 0 auto;
    display: block;
    text-align: center;
}

img.alignleft, figure.alignleft {
    margin: 0 20px 20px 0;
}

img.alignright, figure.alignright {
    margin: 0 0 20px 20px;
}

img.aligncenter, figure.aligncenter {
    margin: 0 auto 20px;
}

/* #Video Flexible */
.videoWrap {
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
}

.videoWrap iframe, .videoWrap object, .videoWrap embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* #Others */
.margintop {
    margin-top: 20px;
}

.marginright {
    margin-right: 20px;
}

.marginbottom {
    margin-bottom: 20px;
}

.marginleft {
    margin-left: 20px;
}

.hidden {
    display: none !important;
}

.hidden-text {
    font: 0/0 a !important;
}


.has_transition_2500 {
    will-change: transform, opacity;
    backface-visibility: hidden
}

.has_transition_2500 {
    -webkit-transition: -webkit-transform 2.5s cubic-bezier(.19, 1, .22, 1), opacity 2s cubic-bezier(.19, 1, .22, 1);
    transition: transform 2.5s cubic-bezier(.19, 1, .22, 1), opacity 2s cubic-bezier(.19, 1, .22, 1);
    -webkit-backface-visibility: hidden
}

.has_transition_600 {
    will-change: transform, opacity;
    backface-visibility: hidden
}

.has_transition_600 {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1), opacity .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1), opacity .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-backface-visibility: hidden
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    float: left;
    width: 25%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 100%;
    text-align: left;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    /*border: 1px solid #ccc;*/
    /*border-top: none;*/
    float: left;
    width: 75%;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tabcontent table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #a7a7a7;
    font-size: 12px;
}

.tabcontent table th {
    border: 1px solid #a7a7a7;
    padding: 5px;
    text-align: left;
}

td ul {
    padding-left: 20px;
}


