@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Khand:400,500,600,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    position: relative;
    padding-bottom: 50px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0;
}

content {
    position: relative;
}

:focus {
    outline: none;
}

/* -webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in; */

.mobile-block {
    display: none;
}

body.lang_de .main-private-label-area span {
    display: none !Important;
}

body.lang_ru .main-private-label-area span {
    display: none !Important;
}

body.lang_fr .main-private-label-area span {
    display: none !Important;
}

body.lang_sp .main-private-label-area span {
    display: none !Important;
}

body.lang_it .main-private-label-area span {
    display: none !Important;
}

/* -------------------------------------------------------------------------------------*/
/* 		HEADER																			*/
/* -------------------------------------------------------------------------------------*/
header {
    position: relative;
}

.top {
    height: 80px;
    position: relative;
    display: none;
}

/*
    ul.top-lang {float: right;height: auto;position: absolute;right: 4px;top: 42px;}
    ul.top-lang li {float: left;height: 30px;line-height: 30px;padding: 0 3px;font-size: 15px;}
    ul.top-lang li a {color: #fff;}
    ul.top-lang li img {}
    ul.top-lang li.active {}
    ul.top-lang li.active a {text-decoration: underline; font-weight: 600;} */

/* Language */
.top-lang {
    position: absolute;
    top: 40px;
    right: 10px;
    display: none;
}

.top-lang ul {
}

.top-lang ul li {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.top-lang ul li a {
    display: block;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.top-lang ul li:hover a, .top-lang ul li.active a {
    color: #fff;
}

.top-lang ul li:hover, .top-lang ul li.active {
    background: #494def;
}

span.top-login-link {
    display: block;
    float: right;
    height: 80px;
    line-height: 30px;
    font-size: 11px; /* overflow: hidden; *//* padding-top: 3px; */
    margin-left: 20px;
    width: 120px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 0;
}

span.top-login-link a {
    display: inline;
    padding: 5px 25px;
    border: 2px solid #525252;
    border-radius: 10px;
    color: #959595;
    text-decoration: none;
}

span.top-login-link a i {
}

span.top-login-link a i:before {
}

span.top-login-link a:hover {
    border-color: #fff;
    color: #fff;
}

.header {
    position: relative;
    height: 110px;
    background: #fff;
    margin: 0;
    padding: 0;
}

.header:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent #4e4e4e transparent transparent;
    display: none;
}

.header:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -30px;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #4e4e4e transparent transparent transparent;
    display: none;
}

.logo {
    margin-top: 0;
    position: relative;
    line-height: 120px;
    padding-left: 0;
    height: 110px;
    text-align: center;
}

.logo img {
    position: relative;
    margin-left: 25px;
    z-index: 99999;
    max-width: 90%;
}

.logo:before {
    content: '';
    position: absolute;
    left: 38px;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #fff transparent transparent transparent;
    z-index: 9999;
}

nav.headermenu {
    height: 80px;
    position: relative;
    padding: 35px 90px 0 10px;
}

ul.mainmenu {
    float: left;
}

ul.mainmenu > li {
    float: left;
    position: relative;
    height: 40px;
    line-height: 40px;
}

ul.mainmenu li a {
    cursor: pointer;
}

ul.mainmenu > li > a {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    padding: 0 7px;
    display: block;
    border-radius: 5px;
    height: 100%;
}

ul.mainmenu > li:hover > a {
    background: #494def;
    color: #fff;
}

ul.mainmenu > li > i {
}

ul.mainmenu > li > i:before {
}

ul.mainmenu > li > ul {
    position: absolute;
    width: 240px;
    top: 38px;
    z-index: 1001;
    border-radius: 0 0 7px 7px;
    display: none;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
}

ul.mainmenu > li > ul > li {
    height: 35px;
    line-height: 35px;
    background: #494def;
    position: relative;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

ul.mainmenu > li > ul > li i {
    position: absolute;
    right: 10px;
    top: 0;
    height: 35px;
    line-height: 35px;
}

ul.mainmenu > li > ul > li i:before {
}

ul.mainmenu > li > ul > li:hover {
    background: #494def;
}

ul.mainmenu > li > ul > li > a {
    display: block;
    height: 100%;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}

ul.mainmenu > li > ul > li:last-child {
    border-radius: 0 0 7px 7px;
}

ul.mainmenu > li:hover > ul {
    display: block;
}

ul.mainmenu > li > ul > li > ul {
    position: absolute;
    left: 100%;
    width: 275px;
    background: #8a0304;
    display: none;
    z-index: 9999;
    top: 0;
    border-radius: 0 7px 7px 0;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.3);
}

ul.mainmenu > li > ul > li > ul > li {
    height: 35px;
    line-height: 35px;
}

ul.mainmenu > li > ul > li > ul > li > a {
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
}

ul.mainmenu > li > ul > li:hover > ul {
    display: block;
}

ul.mainmenu > li > ul > li > ul > li:hover {
    background: #9b0203;
}

ul.mainmenu > li.lang-none {
    display: none !Important;
}

body.lang_en ul.mainmenu > li.lang-none {
    display: block !Important;
}

span.udem-logo {
    position: absolute;
    right: 0;
    top: 0;
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: right;
}

span.udem-logo img {
}

span.udem-logo:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: 50px;
    background: #9c9c9c;
}

ul.header-icon-menu {
    position: absolute;
    right: 70px;
    top: 40px;
}

ul.header-icon-menu li {
    float: left;
    width: 30px;
    height: 30px;
    background: #494def;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-left: 5px;
}

ul.header-icon-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

ul.header-icon-menu li i {
    display: block;
    height: 30px;
    line-height: 30px;
}

ul.header-icon-menu li i:before {
    font-size: 19px;
}

/* -------------------------------------------------------------------------------------*/
/* 		SECTION																			*/
/* -------------------------------------------------------------------------------------*/
section {
    position: relative;
    overflow: hidden;
}

.main-showcase {
    height: 355px;
    position: relative;
    background: #494def url('../img/bg/showcase-bg.png') no-repeat left top;
}

.main-showcase .bx-controls.bx-has-controls-auto {
    display: none !Important;
}

.showcase-products-list {
    position: absolute;
    right: 30px;
    top: 40px;
    width: 25%;
    z-index: 2;
}

.showcase-products-list ul {
    width: 100%;
}

.showcase-products-list ul li {
    width: 100%;
    float: left;
    text-align: left;
    color: #fff;
    height: 95px;
}

.showcase-products-list ul li i {
    display: block;
    font-weight: 300;
}

.showcase-products-list ul li i:before {
    font-size: 42px;
    font-weight: 300 !important;
}

.showcase-products-list ul li h5 {
    font-weight: 600 !important;
    padding-top: px;
    line-height: 24px;
    font-size: 24px;
    float: left;
    width: 75%;
    padding-left: 5px;
}

.showcase-products-list ul li h5 b {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
}

.showcase-products-list ul li span {
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
    width: 24%;
    float: left;
}

.showcase-products-list ul li img {
    width: auto;
}

.main-search-area {
    position: absolute;
    right: 30px;
    top: 150px;
    width: 36%;
    height: 60px;
    background: #fff;
    z-index: 1000;
}

.main-search-area input {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0 70px 0 15px;
    border: none;
}

.main-search-area button {
    position: absolute;
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    right: 0;
    top: 0;
    background: #fff;
    color: #437d43;
}

.main-search-area button:before {
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    height: 30px;
    top: 15px;
    background: #b7b7b7;
}

.main-search-area button i {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.main-search-area button i:before {
    font-size: 20px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.main-search-area button:hover i:before {
    font-size: 25px;
}

.showcase-products {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.showcase-product-block {
    position: relative;
    width: 100%;
    padding-left: 60px;
    padding-top: 80px;
    height: 390px;
}

.showcase-product-block h4 {
    position: absolute;
    top: 80px;
    left: 60px;
    font-family: 'Bree Serif', serif;
    font-weight: 400;
    font-size: 19px;
    width: 51%;
    color: #fff;
}

.showcase-product-block p {
    position: absolute;
    top: 120px;
    left: 60px;
    width: 29%;
    color: #fff;
    font-weight: 300;
    text-align: justify;
    line-height: 19px;
    height: 79px;
    overflow: hidden;
    font-size: 15px;
}

.showcase-product-block i {
    position: absolute;
    left: 60px;
    top: 230px;
    color: #7ca47c;
}

.showcase-product-block i:before {
    font-size: 80px;
}

.showcase-product-block > img {
    position: absolute;
    left: 210px;
    top: 205px;
}

.showcase-product-block > span {
    position: absolute;
    right: 0;
    bottom: 0;
}

.showcase-product-block > span > img {
}

.showcase-product-block > span {
    right: 42%;
}

.showcase-product-inline {
    position: absolute;
    width: 36%;
    right: 30px;
    bottom: 10px;
    height: 150px;
}

.showcase-product-inline h4 {
    position: absolute;
    top: 0;
    left: 80px;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #97c8aa;
}

.showcase-product-inline p {
    position: absolute;
    top: 40px;
    left: 80px;
    color: #fff;
    font-weight: 300;
    text-align: justify;
    line-height: 17px;
    font-size: 14px;
    height: 70px;
    overflow: hidden;
}

.showcase-product-inline i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.showcase-product-inline i:before {
    font-size: 60px;
}

.showcase-product-inline > img {
    display: none;
}

.showcase-product-inline > span {
    display: none;
}

.showcase-product-inline > span > img {
}

.main-bottom {
    background: #fff;
    position: relative;
}

.main-products {
    padding: 50px 20px 14px 30px;
    border-right: 1px solid #d7d7d7;
    overflow: hidden;
    margin-right: -10px;
    border-left: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    height: 530px;
}

.main-products > h4 {
    padding-bottom: 35px;
}

ul.main-products-list {
    width: 100%;
}

ul.main-products-list li {
    width: 31.33%;
    margin-right: 3%;
    float: left;
}

ul.main-products-list li:nth-child(3n) {
    margin-right: 0;
}

ul.main-products-list li:nth-child(even) i {
    color: #6e6e6e;
}

.product {
    height: 165px;
    /* text-align: center; */
    margin-bottom: 40px;
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.5); */
    -moz-box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.5);
    /* box-shadow:         0px 0px 5px 0px rgba(147, 147, 147, 0.5); */
    /* -webkit-transition: all 100ms ease-in; */
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    /* transition: all 100ms ease-in; */
}

.main-products p {
    margin-bottom: 20px;
    display: none;
}

.product .image2 {
    display: none;
}

.product:hover .image1 {
    display: none;
}

.product:hover .image2 {

    display: block;
}

ul.main-products-list li:last-child {
}

.product a {
    display: block;
    height: 100%;
    color: #494949;
    text-decoration: none;
}

.product h5 {
    height: 45px;
    line-height: 45px;
    position: relative;
    font-size: 14px;
}

.product h5:before {
    content: '';
    position: absolute;
    width: 70%;
    height: 1px;
    background: #b1bbc2;
    left: 15%;
    bottom: 0;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.product i {
    display: block;
    height: 130px;
    line-height: 130px;
    color: #494def;
}

.product i:before {
    font-size: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.product span {
    display: block;
    height: 155px;
    li;
    line-height: 155px;
    lor: #494def;
}

.product img {
    max-width: 100%;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

/*.product:hover {
-webkit-box-shadow: 0px 0px 15px 0px rgba(147, 147, 147, 0.5);
-moz-box-shadow:    0px 0px 15px 0px rgba(147, 147, 147, 0.5);
box-shadow:         0px 0px 15px 0px rgba(147, 147, 147, 0.5); }
.product:hover h5:before {width: 100%; left: 0; }
.product:hover i:before {font-size: 80px;}
.product:hover img {width: 75px;  } */

.main-login-area {
    height: 230px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    padding: 0;
    overflow: hidden;
    background: url('../img/bg/erp-link.gif') no-repeat top left 5px;
}

.main-login-area a {
    display: block;
    height: 100%;
}

.main-login-area h4 {
    padding-bottom: 20px;
}

.main-login-area ul {
}

.main-login-area ul li {
    height: 35px;
    margin-bottom: 5px;
    background: #efefef;
    border: 1px solid #d7d7d7;
    color: #7f7f7f;
}

.main-login-area ul li input {
    width: 85%;
    float: left;
    height: 33px;
    border: none;
    background: none;
}

.main-login-area ul li > i {
    display: block;
    width: 15%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    float: left;
}

.main-login-area ul li:last-child {
    background: none;
    border: none;
}

.main-login-area ul li a {
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
    position: relative;
    color: #b7b7b7;
    font-size: 12px;
}

.main-login-area ul li a:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background: #d7d7d7;
    right: 5px;
    top: 10px;
}

.main-login-area ul li button {
    width: 50px;
    height: 35px;
    border: 1px solid #d7d7d7;
    background: #fff;
    float: right;
    text-align: center;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.main-login-area ul li button:hover {
    background: #494def;
    color: #fff;
}

.main-private-label-area {
    height: 231px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    background: url('../img/bg/private-label.png') no-repeat bottom right;
    margin-left: -10px;
    padding: 37px;
}

.main-private-label-area h4 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.main-private-label-area p {
    width: 55%;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
}

.main-private-label-area p a {
    color: #5f5f5f;
}

.main-private-label-area span {
    display: block;
}

.main-private-label-area span a {
}

.main-private-label-area span img {
}

.main-email-label-area {
    background: #fff url('../img/mail-area.png') no-repeat;
    background-size: 100% 100%;
    height: 150px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;;
    margin-left: -10px;
    padding: 30px;
}

.main-email-label-area h4 {
    padding-bottom: 10px;
}

.main-email-label-area p {
    width: 55%;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 10px;
}

.main-email-label-area p a {
    color: #5f5f5f;
}

.main-email-label-area span {
    display: block;
}

.main-email-label-area span a {
}

.main-email-label-area span img {
}

.main-catalog-area {
    height: 230px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    background: url('../img/bg/catalog-bg.png') no-repeat bottom right;
    margin-left: -10px;
    line-height: 230px;
    text-align: center;
    position: relative;
}

.main-catalog-area > a {
    display: block;
    height: 100%;
}

.main-catalog-area img {
}

.main-catalog-area span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.main-catalog-area span a {
    color: #d1191a;
}

.main-linkedin-slider {
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    margin-left: -20px;
    padding-left: 20px;
    position: relative;
}

.main-linkedin-area {
    height: 230px;
    line-height: 230px;
    text-align: center;
    position: relative;
}

.main-linkedin-area > a {
    display: block;
    height: 100%;
}

.main-linkedin-area img {
    display: inline-block !Important;
}

.main-linkedin-area span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    z-index: 999;
}

.main-linkedin-area span a {
    color: #056eaf;
}

.main-linkedin-area b {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    z-index: 999;
}

.main-linkedin-area b a {
    color: #c1c1c1;
    text-decoration: none;
    display: block;
}

.main-linkedin-area b i {
    display: block;
}

.main-linkedin-area b i:before {
    font-size: 25px
}

.main-linkedin-area b a:hover {
    color: #2485c2;
    cursor: pointer
}

.main-contact-info {
    height: 135px;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    margin-left: -10px;
    padding: 25px 20px 25px 20px;
    overflow: hidden
}

.main-contact-info ul {
}

.main-contact-info ul li {
    height: 40px;
    margin-bottom: 10px;
    color: #494949;
}

.main-contact-info ul li i {
    display: block;
    width: 20%;
    float: left;
    height: 40px;
    line-height: 40px;
}

.main-contact-info ul li i:before {
    font-size: 35px;
}

.main-contact-info ul li h4 {
    font-weight: 300;
    font-size: 13px;
}

.main-contact-info ul li b {
    display: block;
    font-weight: 600;
    font-size: 19px;
}

.main-contact-info ul li a {
    display: block;
    height: 40px;
    line-height: 30px;
    color: #494949;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.main-contact-info ul li a:hover {
    color: #494def;
}

.main-subscription {
    height: 99px;
    border-right: 1px solid #d7d7d7;
    margin-left: -10px;
    background: url('../img/bg/subs-bg.png') no-repeat left bottom;
    padding: 20px 20px 25px 20px;
    overflow: hidden
}

.main-subscription h5 {
    font-size: 13px;
    font-weight: 400;
    color: #3689ae;
    margin-bottom: 5px;
}

.main-subscription span {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
}

.main-subscription span input {
    width: 100%;
    background: #fff;
    border: 1px solid #d7d7d7;
    padding: 0 50px 0 15px;
    height: 40px;
}

.main-subscription span button {
    position: absolute;
    right: 0;
    background: none;
    border-radius: 0;
    border: none;
    height: 38px;
    width: 60px;
    top: 0;
    text-align: center;
    color: #5d5d5d;
}

.main-subscription span button i {
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.main-subscription span button i:before {
    font-size: 40px;
}

.main-subscription span button:hover {
    color: #3689ae;
}

.main-subscription p {
    font-size: 11px;
    text-align: right;
    padding-top: 2px;
}

.main-subscription p.msg-positive {
    color: #4f8c0a;
}

.main-subscription p.msg-negative {
    color: #f00;
}

.main-references {
    height: 195px;
    border-bottom: 1px solid #d7d7d7;
    padding: 30px 20px 15px 20px;
    overflow: hidden;
    margin-left: -20px;
    position: relative;
}

.main-references h4 {
    padding-bottom: 20px;
}

.main-references span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 34px;
    border-top: 1px solid #d7d7d7;
    text-align: right;
    padding-right: 30px;
}

.main-references span a {
    color: #585858;
    font-size: 12px;
}

.main-references-slider {
    position: relative;
    padding-top: 10px;
}

.main-references-slider li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #d7d7d7;
}

.main-references-slider li .brand {
    height: 50px;
}

.main-references-slider li img {
    display: inline !important;
    max-height: 150%;
    margin-top: -15px;
}

.main-references-slider .bx-wrapper .bx-pager {
    width: 50%;
    left: 0;
    bottom: -58px;
    z-index: 9999999;
}

.main-references-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: #b0b0b0;
}

.main-references-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .main-references-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #3689ae;
}

.main-news-slider {
    height: 150px;
    position: relative;
    padding: 15px;
    overflow: hidden;
    /* background: url('../img/bg/news-bg.png') no-repeat right 10px bottom 10px; */
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    margin-left: -20px;
}

.main-news-slider li {
}

.main-news-slider li a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #5f5f5f;
}

.main-news-slider li a h4 {
    font-weight: 800;
    font-size: 17px;
    color: #000;
    line-height: 22px;
    padding-bottom: 15px;
}

.main-news-slider li a h4 i {
    color: #5f5f5f;
}

.main-news-slider li a h4 i:before {
    font-size: 15px;
}

.main-news-slider li a:hover {
    color: #494def;
}

.main-news-slider > a {
    position: absolute;
    b;
    bottom: 10px;
    left: 15px;
    padding: 7px 10px 0 0;
    border-top: 1px solid #d7d7d7;
    color: #585858;
}

.main-news-slider p {
    height: 68px;
    overflow: hidden;
    line-height: 17px;
}

.main-events-slider {
    height: 150px;
    position: relative;
    padding: 15px;
    overflow: hidden;
    /* background: url('../img/bg/news-bg.png') no-repeat right 10px bottom 10px; */
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    margin-left: -20px;
}

.main-events-slider li {
}

.main-events-slider li a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #5f5f5f;
}

.main-events-slider li a h4 {
    font-weight: 800;
    font-size: 17px;
    color: #000;
    line-height: 22px;
    padding-bottom: 15px;
}

.main-events-slider li a h4 i {
    color: #5f5f5f;
}

.main-events-slider li a h4 i:before {
    font-size: 15px;
}

.main-events-slider li a:hover {
    color: #494def;
}

.main-events-slider > a {
    position: absolute;
    b;
    bottom: 10px;
    left: 15px;
    padding: 7px 10px 0 0;
    border-top: 1px solid #d7d7d7;
    color: #585858;
}

.main-events-slider p {
    height: 68px;
    overflow: hidden;
    line-height: 17px;
}

.page-top {
    height: 40px;
    position: relative;
    background: #494def;
    position: relative;
}

.breadcrumb {
    font-size: 11px;
    overflow: hidden;
    padding: 0 20px;
    float: right;
}

.breadcrumb > ul {
}

.breadcrumb > ul > li {
    float: left;
    height: 40px;
    line-height: 40px;
}

.breadcrumb > ul > li:before {
    content: '>';
    color: #fff;
    padding: 0 3px;
}

.breadcrumb > ul > li > a {
    color: #fff;
}

.breadcrumb > ul > li > a:hover {
    color: #fff;
}

.breadcrumb > ul > li.active > a, .breadcrumb > ul > li.active {
    color: #fff;
}

.breadcrumb > ul > li:first-child:before {
    display: none;
}

span.logo-shape {
    position: absolute;
    width: 155px;
    height: 15px;
    background: #2e9054;
    bottom: -15px;
    left: 62px;
    z-index: 99;
    display: none;
}

span.logo-shape:before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #2e9054 transparent transparent;
}

span.logo-shape:after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #2e9054 transparent transparent transparent;
}

.content {
    padding: 25px 20px;
    background: #fff;
    position: relative;
    border: 1px solid #d7d7d7;
    border-top: none;
}

.leftside {
    border-right: 1px solid #dadada;
    padding: 0 30px 300px 0;
}

h2.left-title {
    font-size: 15px;
    color: #494949;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada;
    min-height: 30px;
    margin-bottom: 5px;
}

ul.leftmenu {
}

ul.leftmenu > li {
    font-size: 14px;
    text-transform: uppercase;
}

ul.leftmenu > li > a {
    display: block;
    text-decoration: none;
    color: #494949;
    padding: 2px 0;
}

ul.leftmenu > li.active > a {
    color: #494def;
    font-weight: 600;
    font-size: 15px;
}

ul.leftmenu > li:hover > a {
    color: #494def;
}

ul.leftmenu > li > ul {
    padding-left: 15px;
}

ul.leftmenu > li > ul > li {
    font-size: 13px;
    position: relative;
    line-height: 14px;
}

ul.leftmenu > li > ul > li:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 48%;
    width: 7px;
    height: 2px;
    background: #cccccc;
}

ul.leftmenu > li > ul > li > a {
    display: block;
    text-decoration: none;
    color: #494949;
    padding: 5px 0;
}

ul.leftmenu > li > ul > li.active > a {
    color: #494def;
    font-weight: 600;
    font-size: 14px;
}

ul.leftmenu > li > ul > li:hover > a {
    color: #494def;
}

.rightside {
}

h1.page-title {
    font-size: 15px;
    color: #292929;
    padding: 0 200px 10px 0;
    border-bottom: 1px solid #dadada;
    min-height: 30px;
    display: inline-block;
    margin-bottom: 5px;
}

.page-area {
}

.page-content {
    font-size: 14px;
    text-align: justify;
}

.page-content p {
    line-height: 20px;
    margin-bottom: 15px;
}

.list-brand {
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-bottom: 1px solid #dadada;
}

.list-brand img {
    max-width: 100%;
    max-height: 100%;
}

.blogs-list {
}

.blog {
    height: 370px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    transition: 0.1s;
}

.blog a {
    display: block;
    height: 100%;
    color: #5a5a5a;
    transition: 0.1s;
}

.blog div {
    height: 180px;
    overflow: hidden;
    line-height: 180px;
    text-align: center;
}

.blog div img {
    max-width: 100%;
    max-height: 100%;
}

.blog h5 {
    padding: 10px 0;
}

.blog p {
    padding-bottom: 10px;
}

.blog span {
    color: #007ab9;
    font-size: 12px;
}

.blog a:hover {
    color: #007ab9;
}

.blog:hover {
    border-bottom: 4px solid #007ab9;
}

.news-detail-photo {
    width: 50%;
    margin: 0 15px 15px 0;
    float: left;
}

.news-detail-photo ul {
}

.news-detail-photo ul li {
    width: 33.33%;
    float: left;
    padding: 1px;
}

.news-detail-photo ul li img {
    width: 100%;
}

.news-detail-photo ul li:first-child {
    width: 100%;
}

.product-cats-list {
}

.inner-search-area {
    height: 80px;
    position: relative;
    margin-top: 15px;
}

.inner-search-area input {
    width: 100%;
    height: 80px;
    background: #f9f9f9;
    border: none;
    padding: 0 70px 0 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.3);
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.inner-search-area button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 80px;
    background: none;
    border: none;
    box-shadow: 0;
    color: #494def;
}

.inner-search-area button:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background: #494def;
    left: 0;
    top: 25px;
}

.inner-search-area button:hover {
    background: #494def;
    color: #fff;
}

.inner-search-area button i {
}

.inner-search-area button i:before {
}

.product-cats {
    margin-top: 25px;
}

/*.product-cats .product:hover {background: #494def;}
.product-cats .product:hover a {color: #fff !Important;}
.product-cats .product:hover i {color: #fff !Important;}
.product-cats .product:hover h5:before {background: #fff !Important; width: 70% !Important; left: 15% !Important;}*/

span.products-piece {
    position: absolute;
    right: 0;
    top: 0;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    background: #494def;
    color: #fff;
    font-size: 13px;
}

span.products-piece:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    border-style: solid;
    border-width: 17.5px 15px 17.5px 0;
    border-color: transparent #494def transparent transparent;
}

.products-list {
    margin-top: 25px;
}

.product-object {
    height: 225px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.5);
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.product-object a {
    display: block;
    height: 100%;
    color: #494949;
    text-decoration: none;
}

.product-object h5 {
    height: 75px;
    position: relative;
    font-size: 14px;
    text-align: left;
    padding: 20px 8%;
}

.product-object h5:before {
    content: '';
    position: absolute;
    width: 84%;
    height: 1px;
    background: #b1bbc2;
    left: 8%;
    bottom: 0;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

.product-object h5 b {
    display: block;
    font-weight: 400;
    font-size: 12px;
    padding-top: 5px;
}

.product-object span {
    display: block;
    height: 150px;
    line-height: 150px;
}

.product-object span img {
    max-width: 90%;
    max-height: 90%;
}

.product-object:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(147, 147, 147, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(147, 147, 147, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(147, 147, 147, 0.5);
}

.product-object:hover h5 {
    background: #f9f9f9;
}

.product-object:hover h5:before {
    opacity: 0;
}

.pagination {
}

.pagination ul {
}

.pagination ul li {
    width: 35px;
    height: 40px;
    background: #d7d7d7;
    float: left;
    line-height: 40px;
    text-align: center;
}

.pagination ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.pagination ul li + li {
    margin-left: 5px;
}

.pagination ul li.active, .pagination ul li:hover {
    background: #494def;
}

.product-detail {
    overflow: hidden;
    margin-top: 20px;
}

.product-photos {
    width: 50%;
    float: left;
    position: relative;
    height: 385px;
    border: 1px solid #dadada;
    padding: 30px 20px;
}

.product-photos li {
    text-align: center;
}

.product-photos li img {
    display: inline-block;
}

.product-photos .bx-wrapper .bx-pager {
    width: 100%;
    right: auto;
    left: 0;
    bottom: -30px;
    text-align: center;
    z-index: 999;
}

.product-photos .bx-wrapper .bx-pager.bx-default-pager a {
    background: #494def;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.product-photos .bx-wrapper .bx-pager.bx-default-pager a:hover, .product-photos .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
    border-color: #494def;
}

.product-details-info {
    width: 50%;
    float: left;
    padding-left: 20px;
}

.product-details-info p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 18px;
}

.product-brand {
    padding-bottom: 15px;
}

.product-brand img {
}

ul.product-detail-links {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadada;
}

ul.product-detail-links li {
    width: 33.33%;
    float: left;
    padding: 0 1px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
}

ul.product-detail-links li a {
    display: block;
    height: 100%;
    color: #fff;
    background: #bdbdbd;
}

ul.product-detail-links li i {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 9px;
}

ul.product-detail-links li i:before {
    font-size: 25px;
}

ul.product-detail-links li span {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding-left: 0px;
}

ul.product-detail-links li span img {
    width: 80%;
}

ul.product-detail-links li:last-child {
    height: 38px;
}

ul.product-detail-links li:last-child a {
    background: #494def;
}

.other-products {
    margin-top: 30px;
}

.other-products h4 {
    height: 30px;
    background: #bdbdbd;
    color: #fff;
    line-height: 30px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
}

.other-products-slider {
    position: relative;
    margin-top: 20px;
}

.other-product {
    height: 200px;
}

.other-product a {
    display: block;
    height: 100%;
    padding-left: 20px;
    color: #494949;
    text-decoration: none;
}

.other-product h5 {
    font-size: 14px;
    padding-top: 20px;
}

.other-product h5 b {
    display: block;
    font-weight: 400;
    font-size: 12px;
}

.other-product span {
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
}

.other-product span img {
    width: 70%;
    display: inline-block;
}

.other-products-slider li {
}

.other-products-slider li:first-child {
}

.other-products-slider .bx-wrapper .bx-controls-direction a {
    top: -34px;
    width: 20px;
    height: 30px;
}

.other-products-slider .bx-wrapper .bx-prev {
    left: auto;
    right: 25px;
    background: url('../img/icons/min-left-w.png') no-repeat center center;
}

.other-products-slider .bx-wrapper .bx-next {
    right: 5px;
    background: url('../img/icons/min-right-w.png') no-repeat center center;
}

.other-products-slider img {
    display: inline !Important;
}

.contact-page {
}

.contact-info {
    padding: 30px 0;
}

.contact-info h2 {
    font-size: 15px;
    color: #5a5a5a;
}

.contact-info ul {
    overflow: hidden;
}

.contact-info ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}

.contact-info ul li > i {
    display: block;
    width: auto;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: center;
    color: #494def;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}

.contact-info ul li > i:before {
    font-size: 20px;
}

.contact-info ul li span {
    display: block;
    float: left;
    padding-top: 0;
    width: 90%;
    font-size: 14px;
    min-height: 20px;
}

.contact-info ul li span a {
    color: #000;
}

.contact-info ul li span i {
}

.contact-info ul li span i:before {
    font-size: 15px;
}

.maps {
    border: 10px solid #dadada;
    margin-top: 30px;
}

.maps img {
    width: 100%;
}

.maps iframe {
    width: 100%;
}

.form {
}

.form ul {
    overflow: hidden;
}

.form ul li {
    padding: 7px 0;
    border-bottom: 1px solid #dadada;
    overflow: hidden;
}

.form ul li label {
    width: 30%;
    float: left;
    min-height: 35px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.form ul li label input[type="checkbox"] {
    float: left;
    width: inherit;
    line-height: 35px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.form ul li label i {
    display: block;
    height: 35px;
    line-height: 35px;
    padding-right: 10px;
    float: left;
}

.form ul li label i:before {
    font-size: 20px;
}

.form ul li span {
    display: block;
    width: 70%;
    float: left;
}

.form ul li span input {
    width: 100%;
    height: 35px;
    background: #f5f5f5;
    border: none;
    padding: 0 10px;
}

.form ul li span input:before {
    content: '';
}

.form ul li span textarea {
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    border: none;
    padding: 10px;
}

.form ul li:last-child {
    border-bottom: none;
}

.form ul li button {
    float: right;
    width: 20%;
    height: 50px;
    background: #e8e8e8;
    border: 2px solid #e8e8e8;
    border-radius: 0;
    box-shadow: 0;
    font-size: 13px;
    color: #5a5a5a;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.form ul li button:hover {
    border-color: #5a5a5a;
}

.dealer-info {
}

.dealer-info > ul {
    overflow: hidden;
}

.dealer-info > ul > li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}

.dealer-info > ul > li > ul {
}

.dealer-info > ul > li > ul > li {
    width: 22%;
    float: left;
    padding: 0 15px;
    height: 144px;
    border-left: 1px solid #dadada;
}

.dealer-info > ul > li > ul > li:last-child {
    width: 34%;
    float: left;
}

.dealer-info > ul > li:first-child > ul > li {
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #dadada;
    color: #b80000;
}

.dealer-info > ul > li > ul > li:first-child {
    border: none;
    padding-left: 0;
}

.dealer-info > ul > li > ul > li > i {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    float: left;
}

.dealer-info > ul > li > ul > li > i:before {
    font-size: 20px;
}

.login-page {
}

.login-form {
}

.login-form ul {
}

.login-form ul li {
    height: 50px;
    overflow: hidden;
    background: #f4f4f4;
    padding: 5px 0;
    margin-bottom: 10px;
}

.login-form ul li > i {
    display: block;
    width: 18%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #dadada;
    float: left;
}

.login-form ul li > i:before {
    font-size: 25px;
}

.login-form ul li span {
    display: block;
    width: 82%;
    float: left;
    height: 40px;
}

.login-form ul li span input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: none;
    border: none;
    color: #5a5a5a;
}

.login-form ul li a {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 10px;
    color: #989898;
}

.login-form ul li a:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #b80000;
    left: 0;
    top: 45%;
}

.login-form ul li:last-child {
    background: none;
    padding: 0;
}

.login-form ul li button {
    width: 35%;
    float: right;
    background: #b80000;
    border: 2px solid #b80000;
    box-shadow: 0;
    height: 50px;
    color: #fff;
    font-size: 14px;
}

.login-form ul li button:hover {
    color: #b80000;
    background: #fff;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.login-form ul li button i {
}

.login-form ul li button i:before {
}

.login-info {
    padding: 30px;
    background: #f4f4f4;
    min-height: 500px;
}

.login-info i {
    display: block;
    color: #b80000;
}

.login-info i:before {
    font-size: 70px;
}

.login-info p {
    font-size: 14px;
    line-height: 20px;
    color: #5a5a5a;
}

ul.ui-autocomplete {
    width: 424px;
    border-top: 1px solid #fdfdfd;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(147, 147, 147, 0.5);
}

ul.ui-autocomplete li {
    padding: 6px 10px;
    background: #fff;
}

ul.ui-autocomplete li:hover {
    background: #fdfdfd;
}

.ui-helper-hidden-accessible {
    display: none;
}

/* -------------------------------------------------------------------------------------*/
/* 		FOOTER																			*/
/* -------------------------------------------------------------------------------------*/
footer {
    height: 60px;
}

p.copyright {
    color: #fff;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    font-size: 12px;
}

p.copyright a {
    color: #fff;
}

ul.footer-social {
    float: right;
    padding: 13px 30px 0 0;
}

ul.footer-social li {
    float: left;
    width: 44px;
    height: 44px;
    border-radius: 5px;
    margin-left: 5px;
    border: 1px solid #fff;
    line-height: 42px;
    text-align: center;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

ul.footer-social li a {
    color: #fff;
    text-decoration: none;
}

ul.footer-social li i {
    display: block;
    height: 42px;
    line-height: 42px;
}

ul.footer-social li i:before {
    font-size: 17px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}

ul.footer-social li:hover {
    border-radius: 0;
}

ul.footer-social li:hover i:before {
    font-size: 20px;
}

.footer-logo {
    width: 20%;
    float: left;
    height: 60px;
    line-height: 60px;
}

.footer-logo img {
    width: 100%;
}

.footer-text {
    width: 80%;
    float: left;
    height: 60px;
    padding-left: 10px;
}

.footer-text span {
    display: block;
    font-size: 11px;
    width: 100%;
    padding-left: 10px;
}

.footer-text span a {
    color: #2d2d2d;
}

ul.footer-leftmenu {
    padding-top: 15px;
    width: 100%;
    overflow: hidden
}

ul.footer-leftmenu li {
    float: left;
    font-size: 11px;
    color: #2d2d2d;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
}

ul.footer-leftmenu li a {
    color: #2d2d2d;
    display: block;
}

ul.footer-leftmenu li + li {
    border-left: 1px solid #d7d7d7
}

ul.footer-menu {
    float: right;
    padding-top: 18px
}

ul.footer-menu li {
    float: left;
    font-size: 12px
}

ul.footer-menu li a {
    color: #2d2d2d;
    display: block;
    padding: 0 10px;
}

ul.footer-menu li + li {
}

/* Mobile Menu */

.m-top {
    height: 50px;
    position: relative;
    display: none;
}

ul.top-menu {
    display: inline-block;
    float: right;
    height: 30px;
    background: #494def;
    position: relative;
    font-weight: bold;
}

ul.top-menu > li {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    position: relative;
    font-weight: 100;
}

ul.top-menu > li + li {
    border-left: 1px solid #fff;
}

ul.top-menu > li > a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

ul.top-menu > li:first-child {
}

ul.top-menu > li:last-child {
}

ul.top-menu i {
    color: #fff;
    line-height: 50px;
    display: block;
    height: 50px;
}

ul.top-menu i:before {
    font-size: 22px
}

ul.top-menu ul {
}

ul.top-menu ul li {
    float: left;
    padding: 0 5px;
    position: relative;
}

ul.top-menu ul li + li {
}

ul.top-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

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

ul.top-menu ul li:last-child {
    padding-right: 0;
}

ul.top-menu ul li.active {
}

/* Mobile Menu */
.mobile-menu-area {
}

.mobile-menu-button {
    height: 50px;
    l;
    line-height: 50px;
    position: absolute;
    width: 45px;
    left: 10px;
    top: 0;
    display: none;
}

.mobile-menu-button i {
    display: block;
    height: 50px;
    li;
    line-height: 50px;
    xt-align: center;
    color: #fff;
}

.mobile-menu-button i:before {
    font-size: 30px;
}

.mobile-menu {
    padding-bottom: 10px;
    overflow: hidden;
    display: none;
    background: #494def;
}

.mobile-menu ul {
}

.mobile-menu ul li {
    height: auto;
    font-size: 15px;
    border-top: 1px solid #fff;
    -webkit-transition: all 50ms ease-in;
    -moz-transition: all 50ms ease-in;
    -ms-transition: all 50ms ease-in;
    -o-transition: all 50ms ease-in;
    transition: all 50ms ease-in;
}

.mobile-menu ul li:last-child {
    border-bottom: 1px solid #fff;
}

.mobile-menu ul li i {
    margin-right: 10px;
}

.mobile-menu ul li i:before {
    font-size: 15px;
}

.mobile-menu ul li a {
    display: block;
    height: 100%;
    padding: 6px 15px;
    color: #fff;
    font-size: 14px;
}

.mobile-menu ul li li {
    display: none;
    font-size: 12px;
}

.mobile-menu ul li li a {
    padding-left: 15px;
}

.mobile-menu ul li.has-dropdown.active li {
    display: block;
}

.mobile-menu.active {
    display: block;
}

.mobile-menu ul li.has-dropdown {
    position: relative;
}

.mobile-menu ul li.has-dropdown:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 1px;
    background: #fff;
    right: 10px;
    top: 16px;
}

.mobile-menu ul li.has-dropdown:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 14px;
    background: #fff;
    right: 16px;
    top: 10px;
}

.mobile-menu ul li.has-dropdown.active:after {
    display: none;
}

.mobile-menu ul li ul {
    padding-left: 15px;
    font-size: 12px;
}

.mobile-menu ul li ul li ul li {
    position: relative;
}

.mobile-menu ul li ul li ul li a {
    font-size: 12px;
}

.mobile-menu ul li ul li ul li:before {
    content: '';
    position: absolute;
    left: -10;
    top: 50%;
    width: 7px;
    height: 1px;
    background: #fff;
}

.mobile-menu ul li ul li ul li:last-child {
    border-bottom: none;
}

/* Main MAil Sub */
.mail-subscription {
    color: #54758e;
}

.mail-subscription h5 {
    margin-bottom: 5px;
}

.mail-subscription div {
    height: 55px;
    width: 80%;
    position: relative;
    overflow: hidden;
}

.mail-subscription div input {
    heighT: 55px;
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 0 40px 0 15px;
}

.mail-subscription div button {
    width: 35px;
    height: 55px;
    border: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
}

.mail-subscription div button span {
    font-size: 24px;
    line-height: 54px
}

.mail-subscription div button span:last-child {
    position: absolute;
    display: block;
    height: 55px;
    line-height: 55px;
    top: 0;
    right: -21px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.mail-subscription div button:hover span:last-child {
    right: 0;
}

.youtube_color {
    color: #e00505;
}

.youtube_color:hover {
    color: #bb0000;
}

/* News Box */
.album-box {
    height: 100%;
    border: 1px solid #eeeeee;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.album-box p {
    padding: 8px 15px;
}

.album-box-img {
    padding: 10px 10px 0 10px;
    height: 190px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.album-box-img img {
    width: 100%;
}

.album-box a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: #608099;
}

.album-box a:focus {
    outline: none !Important;
}

.album-box h5 {
    padding: 15px 15px 0 15px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.album-box:after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #494def transparent;
}

.album-box > a > span {
    padding-left: 15px;
    font-size: 12px;
    color: #a6ca54;
}

.album-box-img i {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 190px;
}

.album-box-img i:before {
    font-size: 0;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.album-box-img span {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 190px;
}

.album-box-img span:before {
    font-size: 50px;
    color: #dd4739;
    opacity: 0.6;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.album-box:hover .album-box-img i:before {
    font-size: 50px;
}

.album-box:hover .album-box-img span:before {
    font-size: 45px;
    opacity: 1;
}

.album-box:hover {
    background: #fbfbfb;
}

/* Photo Gallery */
.photo {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.photo > a img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.photo:hover > a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.8)";
    filter: alpha(opacity=0.9);
    opacity: 0.7;
}

.photo a span {
    color: #fff;
    font-size: 45px;
    opacity: 1;
    display: block;
    position: absolute;
    top: 35%;
    left: 40%;
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.photo:hover a span {
    display: block;
    opacity: 1;
}

.bx-clone {
    display: none !Important;
}

/*
.showcase-products-slider li {min-width: 100% !Important; height: 100% !Important;}
.showcase-products-slider .bx-wrapper {width: 100% !Important; height: 107% !Important;}
.showcase-products-slider .bx-viewport { min-height: 100% !Important;}
.showcase-products-slider ul { min-height: 100% !Important;} */

.top-lang-select {
    position: absolute;
    right: 10px;
    top: 44px;
    display: block;
}

.top-lang-select span {
    display: block;
    width: 60px;
    height: 25px;
    border-radius: 5px;
    background: #494def;
    color: #fff;
    line-height: 25px;
    padding: 0 10px;
}

.top-lang-select span i {
    margin-left: 5px;
}

.top-lang-select span i:before {
}

.top-lang-select ul {
    position: absolute;
    right: 0;
    top: 25px;
    width: 60px;
    background: #c13329;
    border-radius: 5px;
    z-index: 99999;
    display: none;
}

.top-lang-select ul li {
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.top-lang-select ul li:hover {
    background: #99261f;
}

.top-lang-select ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.top-lang-select:hover ul {
    display: block;
}

.top-lang-select span:hover {
    cursor: pointer;
}

/** Mobile Lang **/
.mobile-top-lang-select {
    position: absolute;
    right: 10px;
    top: 44px;
    display: none;
}

.mobile-top-lang-select span {
    display: block;
    width: 60px;
    height: 25px;
    border-radius: 5px;
    background: #494def;
    color: #fff;
    line-height: 25px;
    padding: 0 10px;
}

.mobile-top-lang-select span i {
    margin-left: 5px;
}

.mobile-top-lang-select span i:before {
}

.mobile-top-lang-select ul {
    position: absolute;
    right: 0;
    top: 25px;
    width: 60px;
    background: #c13329;
    border-radius: 5px;
    z-index: 99999;
    display: none;
}

.mobile-top-lang-select ul li {
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.mobile-top-lang-select ul li:hover {
    background: #99261f;
}

.mobile-top-lang-select ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.mobile-top-lang-select.active ul {
    display: block;
}

.mobile-top-lang-select span:hover {
    cursor: pointer;
}

	
	