body {
    font-family: Oswald, sans-serif;
    background: #fff;
    color: #333;
}

.animate,img {
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms
}

.section {
    margin-bottom:40px;
}

h1.heading-style-1, h2.heading-style-1, h3.heading-style-1, h4.heading-style-1, h5.heading-style-1, h6.heading-style-1 {
    font-size: 30px;
    letter-spacing: unset;
}
h1.heading-style-2, h2.heading-style-2, h3.heading-style-2, h4.heading-style-2, h5.heading-style-2, h6.heading-style-2 {
    font-size: 25px;
}

h1.heading-style-3, h2.heading-style-3, h3.heading-style-3, h4.heading-style-3, h5.heading-style-3, h6.heading-style-3 {
    font-size: 20px;
    letter-spacing: 0;
}

#content {
    padding-top: 80px;
}

ul.two-col li {
    width: 50%;
    float: left;
    box-sizing: border-box;
}

ul.two-col li + li{
    border-top:  none;
}

.icemegamenu > ul > li.menu-search {
    display: none;
}

.cover {

}

/*header start*/
.topbar {
    background: #666669;
    font-family: oswald,Tahoma;
}

.topbar p {
  padding-bottom: 0;
}

.topbar a {
    color: #fff;
    font-family: oswald,Tahoma;
}

.topcontact {
    float: left;

}

.topcontact a {
    margin-right: 40px;
    line-height: 35px;
    display: inline-block;
}
.topcontact a i {
    margin-right: 8px;
    font-size: 25px;
    position: relative;
    top: 2px;
}



.toplanguage {
    float: right;
}

.lan {
    float: right;
    color: #fff;
    position: relative;
}



.lan:hover .lan-wrapper{
    visibility: visible;
    margin-top: 0;
    opacity: 1;
}
.lan-trigger {
    line-height: 35px;
    display: inline-block;
    padding: 0 10px;
}
.lan:hover .lan-trigger {
    background: #262b30;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.lan-wrapper{

    position: absolute;

    width: 560px;

    background-color: #262b30;

    right: 0px;

    z-index: 9;

    padding-bottom: 10px;

    transition: all 200ms linear;

    margin-top: 20px;

    opacity: 0;

    visibility: hidden;

    border-top: 3px solid #262b30;
}


.lan-row{

    padding: 30px 0 20px 0px;
    width: 50%;
    float: left;
}

.lan-row a, .lan-row a:hover{
    color: #fff;
}

.lan-icon{

    float: left;

    width: 100px;

    text-align: center;
    position:relative;
}

.lan-icon img{

    max-width: 80%;
}
.lan-icon .hover{
    opacity: 0;
    position:absolute;
    top:0;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.lan-row:hover .hover{
    opacity: 1;
}
.lan-row:hover a {
    color: #ca1c22;
}

.lan-r{

    float: left;
}

.lan-r .title{

    line-height: 18px;
}

.lan-r .title::before{
    display:block;
    content:"";
    width: 2px;
    height: 16px;
    float: left;
    background-color: #ca1c22;
    margin-right: 5px;
}
#logo img {
    height: 52px;
}

.scroll-to-fixed-fixed #logo {
    margin: 5px 30px;
}

.scroll-to-fixed-fixed #logo img {
    height: 35px;
}

.scroll-to-fixed-fixed .icemegamenu > ul > li > a.iceMenuTitle {
    padding: 10px 35px;
    font-size: 18px;
}

/*header end*/

/*sidebar start*/

#aside-right .moduleTitle {
    margin-bottom: 20px;
}

/*sidebar end*/

/*virtuemart*/
.productdetails .heading-style-1{
    letter-spacing: initial;
}

.productdetails h2 {
    font-size: 20px;
    margin: 50px 0 20px 0;
}

.product h2 {
    font-size: 16px;
    letter-spacing: initial;
    text-transform: initial;
    margin-bottom: 0;
}

.request.button {
    display: inline-block;
    padding: 15px;
    background: #ca1c22;
    text-transform: uppercase;
    margin: 30px 0;
}
.request.button a {
    color: #fff;
    padding: 5px;
}
.request.button i {
    margin-right: 10px;
    border-right: 1px solid #fff;
    padding-right: 10px;
    font-size: 1.1em;
}

.share {
    margin: 30px 0;
}

.featuredlist li {
    padding-left: 20px;
    line-height: 30px;
}

.featuredlist li:before{
    content: '';
    width: 8px;
    height: 8px;
    background: #ca1c22;
    position: absolute;
    margin: 11px 0 0 -20px;
}

ul.featuredlist.two-cols li {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
ul.featuredlist.two-cols:after {
    content: " ";
    display: block;
    clear: both;
}

.p-tabs-wrapper dl {
    margin: 0;
}
.p-tabs-wrapper dl.tabs dd {
    display: inline-block;
    background: #f4f4f4;
    border: 1px solid #ddd;
    position: relative;
    border-bottom: none;
    margin-bottom: -1px;
    margin-left: 0;
}
.p-tabs-wrapper dl.tabs dd.active {
    background: #ca1c22;
    border: none;
}
.p-tabs-wrapper dl.tabs dd.active:after {
    content: " ";
    border: 8px solid transparent;
    border-top: 8px solid #ca1c22;
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -8px;
}
.p-tabs-wrapper dl.tabs dd.active a {
    color: #fff;
}
.p-tabs-wrapper dl.tabs dd a {
    font-weight: bold;
    color: #666;
    display: block;
    padding: 10px;
}

.tabs-content {
    border: 1px solid #ddd;
    padding: 20px;
}

.parameter td,.parameter th {
    padding: 10px;
	text-align: center;
}
@media (max-width: 992px) {
  .table-wrapper {
        overflow-x: scroll;
    }
  #aside-right {
        display: none;
    }
}
table.parameter tr:nth-child(even),.component tr:nth-child(even){
    background-color: #fff;
}
table.parameter tr:nth-child(odd),.component tr:nth-child(odd){
    background-color: #f4f4f4;
}
span.product-fields-title-wrapper, .product-field-desc, p.product_s_desc {
    display: none;
}

.product-related-products {
    border-top: none;
}
#tabContainer {
    margin-top: 50px;
}

.productdetails .extra-fields .product-share:hover .share-dropdown {
    visibility: visible;
    opacity: 1;
    padding-top: 10px
}

.productdetails .extra-fields .product-share .share-dropdown {
    margin-top: 0px;
    visibility: hidden;
    opacity: 0;
    position: absolute
}

.productdetails .extra-fields .product-share .share-dropdown i {
    font-size: 30px
}

.productdetails .extra-fields .extra-field-item > i {
    margin-right: 10px
}

.product .product-name {
    text-align: center;
}

.vm-product-descr-container-1 {
    min-height: 50px;
}
/*virtuemart end*/

/*sidebar start*/
#aside-right ul.nav-child {
    display: none;
}

#aside-right .parent{
    position: relative;
}

#aside-right .parent>a {
    display: block;
    background: #e1e0e1;
    margin-bottom: 5px;
    padding: 10px;
    color: #333;
    margin-right: 30px;
    font-family: 'Oswald', sans-serif;
}

#aside-right .parent>a:hover {
    background: #ca1c22;
    color: #fff;
}

#aside-right .menu .dropdown-btn {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 42px;
    cursor: default;
}

.dropdown-btn-body {
    position: relative;
    top: -40px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.dropdown-open .dropdown-btn-body {
    top: 0px;
}
.icon-up,
.icon-down {
    line-height: 42px;
    background: #ca1c22;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 0 5px 0 7px;
    display: block;
}

#aside-right .nav-child>li>a {
    display: block;
    padding: 5px 5px 5px 10px;
    background: #eaeaea;
    margin-bottom: 2px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

#aside-right .nav-child>li>a:hover {
    background: #ca1c22;
    color: #fff;
}
/*sidebar end*/

/*article start*/

.item_fulltext h2 {

}

/*article end*/

/*contact page start*/
ul.contact-list li {
    padding: 10px 0;
    padding-left: 40px;
    font-size: 14px;
    position: relative;
}
ul.contact-list li:before {
    content: unset;
}

ul.contact-list li + li {
    border-top: none;
}

ul.contact-list li i{
    position: absolute;
    font-size: 30px;
    left: 0;
    top: 5px;
}

/*contact page end*/

/*home start*/

#showcase {
    text-align: center;
}

#showcase h4.moduleTitle {
    font-size: 30px;
    text-align: center;
}

.body__home h1.heading-style-2,
.body__home h2.heading-style-2,
.body__home h3.heading-style-2,
.body__home h4.heading-style-2,
.body__home h5.heading-style-2,
.body__home h6.heading-style-2 {
    font-size: 36px;
}

figure.img-intro {
    overflow: hidden;
}

figure.img-intro:hover img {
    transform: scale(1.1);
}

#mainbottom-2 .item_published {
    font-size: 0.8em;
    margin: 10px 0;
}

/*home end*/

/*video start*/

.avshome_item {
    position: relative;
    text-align: center;
}
.avshome_item i {
    font-size: 3em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.avshome_item cover:after {
    content: "";
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: absolute;
    top: 0;
}

.videos .caption {
    margin-top: 10px;
}

.videobutton {
    display: inline-block;
    padding: 10px;
    background: #ca1c22;
    text-transform: uppercase;
    margin: 30px 0;
}
.videobutton a {
    color: #fff;
    padding: 5px;
}

/*video end*/

/*footer start*/

div#footer .item_introtext strong {
    color: unset;
}

#footer {
    padding-top: 30px;
}

#footer .item, #footer ul {
    margin-bottom: 0;
}

/*footer end*/


.mod-newsflash-adv__center {
  text-align: center;
}

.grid.section .row-fluid {
	margin-bottom: 30px;
}
.grid.section h3 {
	margin-bottom: 10px;
}

li.half {
  width: 50%;
    float: left;
    box-sizing: border-box;
}

.section:after {
    content: "";
    display: block;
    clear: both;
}

li.separator {
    border-bottom: 1px solid #ccc;
    padding: 0 !important;
    margin: 0 0 10px 0;
}

.contactpage .section {
    background: #f4f4f4;
  padding: 20px;
}

.contactpage .section img{
  width: 200px;
}
#mainbottom-22 {
    padding-bottom: 70px;
    padding-top: 4px;
}
.row-fluid1 {
    margin-left: -30px;
    margin-top: -20px;
    width: auto;
}
.row-fluid2 {
    margin-left: -30px;
    margin-top: -60px;
    width: auto;
}

/** 菜单 **/
.rd-mobilemenu_ul .level_1 > a {
	border-top: 1px solid #f4f4f4;
}

.rd-mobilemenu_ul .level_1 ul a.iceMenuTitle {
	padding: 10px 20px;
}

.rd-mobilemenu_ul .rd-mobilemenu_submenu > li > .iceCols > ul > .iceMenuLiLevel_2 > .iceMenuTitle {
	position: relative;
}

.rd-mobilemenu_ul .rd-mobilemenu_submenu > li > .iceCols > ul > .iceMenuLiLevel_2 > .icesubMenu {
	display: none;
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
    content: '+';
}

.rd-mobilemenu_ul .level_1 > a.iceMenuTitle.active .rd-submenu-toggle:after,
.rd-mobilemenu_ul .rd-mobilemenu_submenu > li > .iceCols > ul > .iceMenuLiLevel_2.active > .iceMenuTitle .rd-submenu-toggle:after {
    content: '-';
}
