*:focus {
    outline: none;
}
html, body {
    background-color: #000;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    font-family: 'Maven Pro', sans-serif;
}
body > * {
    /*    padding-left: 10px;
	    padding-right: 10px;*/
    color: #000;
}
a {
    text-decoration: none;
    color: #8b9e23;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;

    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
a:hover {
    color: #bcd630;
}
a:active {
    transform: translate(0,2px);
    -webkit-transform: translate(0,2px);
    -o-transform: translate(0,2px); 
    -moz-transform: translate(0,2px);
}
.tab a:active {
    transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0); 
    -moz-transform: translate(0);
}
a.btn {
    line-height: 38px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 25px 0 35px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    background:linear-gradient(top,#b1b1b1,#5d5d5d);
    background:-moz-linear-gradient(top,#b1b1b1,#5d5d5d);
    background:-webkit-linear-gradient(top,#b1b1b1,#5d5d5d);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
p {
    color: #000;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
}
p span {
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
    font-size: 34px;
    line-height: 36px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 4px solid #c0d93e;
    padding: 15px 0;
    margin-bottom: 30px;
}
h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h4 {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix {
    clear: both;
}
#wrap {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    background: url("../images/top_banner_bg.jpg") no-repeat center top;
}
#wrap.homepage {
    background: none;
}
#header {
    overflow: hidden;
    position: relative;
    z-index: 100;
    width: 1000px;
    margin: 0 auto;
}
#header h1 {
    margin-top: 20px;
    float: left;
}
#header ul.old {
    float: right;
    margin-top: 45px;
}
#header ul.old li {
    border-bottom: 4px solid #565655;
    padding: 0 12px;
    float: left;
    height: 35px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#header ul.old li a {
    font-size: 15px;
    line-height: 35px;
    color: #565655;
    float: left;
    text-transform: uppercase;
    /*border-bottom: 4px solid #565655;*/
    font-weight: bold;
}
#header ul.old li.now a,
#header ul.old li:hover a {
    /*border-bottom: 4px solid #bcd630;*/
    color: #bcd630;
}
#header ul.old li:first-child {
    padding-left: 0;
}
#header ul.old li:last-child {
    padding-right: 0;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
#content {
    padding-bottom: 472px;
    background-color: #fff;
}
#wrap.homepage #content {
    background-color: #000;
    margin: 0 auto;
    width: 1000px;
}
#footer {
    padding: 34px 0 0;
    width: 100%;
    border-top: 1px solid #2c2c2c;
    background: url("../images/footer_bg.png") repeat;
    /*height: 425px;*/
    margin-top: -422px;
    min-width: 1020px;
}
#footer a {
    color: #fff;
}
#footer a.now,
#footer a:hover {
    color: #bcd630;
}
#footer h3 {
    color: #bcd630;
}
#footer p {
    color: #fff;
	margin-bottom: 0;
}
#footer .content {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
}
#footer .section {
    float: left;
    overflow: hidden;
    width: 145px;
    margin-right: 50px;
}
#footer .section:first-child + .section {
    margin-right: 85px;
}
#footer .section:first-child + .section + .section {
    width: 260px;
    margin-right: 0;
}
#footer .section:first-child + .section + .section + .section {
    float: right;
    width: 265px;
    margin-right: 0;
}
#footer .section > h3 {
    margin-bottom: 35px;
}
#footer .section > a,
#footer .section > p {
    clear: left;
    display: block;
    float: left;
    margin-bottom: 15px;
    text-transform: capitalize;
}
#footer .section > p {
    margin-bottom: 25px;
}
#footer .section:first-child + .section + .section + .section > p {
    padding-left: 85px;
    background: url("../images/email.png") no-repeat left top;
    min-height: 55px;
}
#footer .section:first-child + .section + .section + .section > p span {
    font-weight: bold;
    text-transform: uppercase;
}
#footer .section:first-child + .section + .section + .section > p.email {
    background: url("../images/email.png") no-repeat 2px top;
}
#footer .section:first-child + .section + .section + .section > p.skype {
    background: url("../images/skype.png") no-repeat left top;
}
#footer .section:first-child + .section + .section + .section > p.tel {
    background: url("../images/tel.png") no-repeat 5px top;
}
#footer .clearfix + div {
    border-top: 1px solid #707070;
    padding-top: 14px;
}
#footer .clearfix + div a {
    text-transform: uppercase;
}
#layerslider p {
    color: #fff;
}
#layerslider p span {
    color: #bcd630;
}
#content .features {
    position: relative;
    z-index: 100;
    margin-top: -100px;
}
#content .features > a {
    margin-left: 20px;
    position: relative;
    width: 230px;
    height: 170px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#content .features > a:first-child {
    margin-left: 0;
}
#content .features > a span {
    color: #fff;
    width: 228px;
    background-color: rgba(0, 0, 0, 0.8);;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 1px;
    text-align: center;
}
#navigation,
#navigation .content * {
    text-transform: capitalize;
    font-size: 12px;
    color: #565655;
    line-height: 30px;
    height: 30px;
    width: 100%;
    background-color: #dadada;
}
#wrap.about_us #content .left {
    width: 635px;
}
#wrap.about_us #content .right {
    width: 305px;
}
.right.contact > p {
    padding-left: 75px;
    min-height: 55px;
    margin-bottom: 40px;
}
.right.contact table {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 40px;
}
.right.contact table tr td:first-child {
    font-weight: bold;
    text-transform: uppercase;
}
.right.contact table tr td.title {
    padding-top: 10px;
    text-transform: none;
}
.right.contact table tr:first-child td.title {
    padding-top: 0;
}
.right.contact p.title {
    padding-left: 0;
}
.right.contact p.email {
    background-image: url("../images/about_email.png");
}
.right.contact p.fax {
    background-image: url("../images/about_fax.png");
}
.right.contact p.tel {
    background-image: url("../images/about_tel.png");
}
.right.contact p.website {
    background-image: url("../images/about_website.png");
}
.right.contact p.mobile {
    background-image: url("../images/about_mobile.png");
}
.right.contact p.skype {
    background-image: url("../images/about_skype.png");
}
.right.contact p.address {
    background-image: url("../images/about_address.png");
}
.right.contact p {
    background-position: left center;
    background-repeat: no-repeat;
}
.right.contact a {
    color: #8b9e23;
    font-weight: bold;
}
#wrap.about_us .left table {
    border-top: 5px solid #95a82c;
    margin-bottom: 45px;
}
#wrap.about_us .left table tr td {
    border: 1px solid #000;
    padding-left: 20px;
    width: 300px;
    line-height: 30px;
    height: 30px;
}
#wrap.awards > #content > .content > div {
    width: 1020px;
    margin-left: -20px;
}
#wrap.awards > #content > .content > div > a {
    width: 320px;
    height: 460px;
    margin: 0 0 20px 20px;
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
}
#wrap.awards > #content > .content > div > a  p {
	text-align: center;
}
#wrap.awards > #content > .content > div > a .image {
    width: 320px;
    height: 440px;
	overflow: hidden;
}
#wrap.awards > #content > .content > div > a .overlay {
    background: url("../images/enlarge.png") rgba(0,0,0,0.6) center center no-repeat;
    width: 100%;
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#wrap.awards > #content > .content > div > a:hover .overlay {
    opacity: 1;
}
#wrap.contact_us .left {
    width: 690px;
}
#wrap.contact_us .left table tr td > * {
    display: block;
}
#wrap.contact_us .left table tr td > label {
    font-size: 14px;
    line-height: 22px;
}
#wrap.contact_us .left table tr td > label span {
    color: #ff0000;
}
#wrap.contact_us .left table tr td > textarea,
#wrap.contact_us .left table tr td > input {
    background-color: #dadada;
    width: 100%;
    border: none;
    padding: 4px;
    line-height: 22px;
    box-sizing: border-box;
}
#wrap.contact_us .left table tr td > input {
    height: 30px;
}
#wrap.contact_us .left table tr td > textarea {
    overflow: hidden;
    height: 200px;
}
#wrap.contact_us .left input.submit {
    background: #bcd630;
    border: none;
    width: 100%;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#wrap.contact_us .left input.submit:hover {
    background: #DADADA;
}
#wrap.contact_us .left table tr td {
    padding-bottom: 20px;
}
#wrap.contact_us .left table tr td + td {
    padding-left: 20px;
}
.error {
    color: #ff0000;
}
#wrap.product #content .categories {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 0 0;
    background-color: #dadada;
    overflow: hidden;
    margin-bottom: 45px;
}
#wrap.product #content .categories > a {
    float: left;
    margin: 0 0 20px 20px;
    width: 225px;
    height: 225px;
    position: relative;
    overflow: hidden;
    display: block;
}
#wrap.product #content .categories > a img {
    width: 225px;
}
#wrap.product #content .categories > a > div.name {
    width: 100%;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    text-transform: capitalize;
}
#wrap.product #content .categories > a > div.name span {
    display: inline-block;
    vertical-align: middle;
    line-height: 17px;
}
#wrap.product #content .categories > a > .overlay {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: url("../images/tick.png") no-repeat center center rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
#wrap.product #content .categories > a.now > .overlay,
#wrap.product #content .categories > a:hover > .overlay {
    opacity: 1;
}
.tab {
    border-bottom: 1px solid #adadad;
    width: 100%;
    height: 39px;
    margin-bottom: 55px;
}
.tab h3 {
    display: block;
    float: left;
    font-size: 24px;
    line-height: 39px;
    text-align: left;
    text-transform: uppercase;
    color: #565655;
    margin-right: 25px;
    font-weight: normal;
}
.tab a {
    border-bottom: 1px solid #adadad;
    font-size: 16px;
    color: #565655;
    padding: 0 24px;
    display: block;
    float: left;
    line-height: 39px;
    text-transform: uppercase;
    background-color: #fff;
}
.tab a.now {
    border: 1px solid #adadad;
    border-bottom: none;
}
#wrap.product #content .listing > div {
    width: 455px;
    margin: 0 45px 60px 0;
    height: 220px;
    overflow: hidden;
    float: left;
}
#wrap.product #content .listing > div img {
    width: 220px;
}
#wrap.product #content .listing > div .right {
    width: 220px;
    height: 100%;
    position: relative;
}
#wrap.product #content .listing > div .right p {
    line-height: 16px;
}
#wrap.product #content .listing > div .right h4 {
    margin-bottom: 15px;
}
#wrap.product #content .listing > div .right a.btn {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    text-align: center;
}
#wrap.product #content .feature {
    display: none;
}
#wrap.product #content .feature p {
    margin-bottom: 15px;
}
#wrap.product_detail #content .left {
    width: 360px;
}
#wrap.product_detail #content .right {
    width: 615px;
}
#wrap.product_detail #content .right * {
    color: #565655;
}
#wrap.product_detail #content .right .introduction,
#wrap.product_detail #content .right .notes,
#wrap.product_detail #content .right .feature {
    display: none;
}
#wrap.product_detail #content .right .now {
    display: block;
}

#wrap.product_detail #content .related {
    margin-top: 50px;
    overflow: hidden;
    width: 1040px;
    margin-left: -40px;
}
#wrap.product_detail #content .related h2 {
    font-size: 24px;
    text-transform: capitalize;
    width: 1000px;
    margin-left: 40px;
}
#wrap.product_detail #content .related img {
    width: 220px;
    height: 220px;
    margin-bottom: 20px;
}
#wrap.product_detail #content .related a {
    font-size: 14px;
    width: 220px;
    line-height: 18px;
    float: left;
    color: #000;
    text-align: center;
    margin-left: 40px;
}
#wrap.news_detail #content .left,
#wrap.news #content .left {
    width: 625px;
}
#wrap.news #content .left > div {
    border-top: 1px solid #000;
    margin-bottom: 30px;
}
#wrap.news #content .left > div:first-child {
    border-top: none;
}
.pager {
    overflow: hidden;
    margin-bottom: 30px;
}
#wrap.news_detail .pager a {
    color: #000;
    text-transform: capitalize;
}
#wrap.news_detail .pager a:first-child {
    float: left;
}
#wrap.news_detail .pager a:first-child + a {
    float: right;
}
.underline {
    height: 4px;
    background-color: #bcd630;
    width: 43px;
    display: block;
    position: absolute;
    top: 80px;
    left: 352.84375px;
}