/********************************************************
                        Megnor Custom Styles
********************************************************/
.tm-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    -ms-touch-action: pan-y;
}
.tm-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.tm-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.tm-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}
.tm-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.tm-carousel .owl-item {
    float: left;
}
.tm-carousel .owl-item .manu_image a {
    display: inline-block;
}
.tm-carousel .owl-item .manu_image a img {
    width: 100%;
}
.tm-carousel .owl-item:hover a img {
    border-color: blue;
}
.tm-carousel .owl-wrapper,
.tm-carousel .owl-item {
    /* fix */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
}

/* mouse grab icon */
.grabbing {
    cursor: url("/resources/img/grabbing.png") 8 8, move;
}

#index .customNavigation {
    top: -56px;
    right: 0;
}
@media (max-width: 767px) and (min-width: 480px) {
    #index .customNavigation {
        top: -40px;
    }
}
@media (max-width: 479px) {
    #index .customNavigation {
        top: -68px;
    }
}

.customNavigation {
    position: absolute;
    z-index: 959;
    width: 100%;
    top: -46px;
}
.customNavigation a {
    position: absolute;
    font-size: 25px;
    line-height: 25px;
    padding: 0 !important;
    border: 1px solid #cacaca;
    height: 25px;
    width: 25px;
}
.customNavigation a i {
    color: #FFFFFF;
    font-size: 20px;
}
.customNavigation a i:before {
    text-align: center;
}
.customNavigation a i:hover, .customNavigation a i:focus, .customNavigation a i:active {
    color: pink;
}
.customNavigation a.prev {
    right: 30px;
    background: url("/resources/img/sprite.png") no-repeat scroll -31px -492px transparent;
}
.customNavigation a.prev i:before {
    content: " " !important;
    position: absolute;
    left: 7px;
    top: -1px;
    color: #E8E8E8;
}
.customNavigation a.prev:hover {
    background-position: -31px -522px;
    border-color: #ff7105;
}
.customNavigation a.next {
    right: 0;
    background: url("/resources/img/sprite.png") no-repeat scroll -62px -492px transparent;
}
.customNavigation a.next i:before {
    content: " " !important;
    color: #E8E8E8;
    position: absolute;
    left: 9px;
    top: -1px;
}
.customNavigation a.next:hover {
    border-color: #ff7105;
    background-position: -62px -522px;
}

#views_block .customNavigation a.thumbs_list_prev {
    left: 0;
    right: auto;
    top: 10px;
}

#views_block .customNavigation a.thumbs_list_next {
    right: 0;
    top: 10px;
}

#tm-tabcontent .tab-content #datasheet {
    margin: 0;
}

#tmsmartblog_block .customNavigation {
    top: -40px;
    right: 0;
}
#tmsmartblog_block .customNavigation a {
    border: 1px solid #cacaca;
    height: 25px;
    width: 25px;
}
#tmsmartblog_block .customNavigation a:hover {
    border-color: #ff8000;
}
#tmsmartblog_block .customNavigation a:hover i:before {
    color: #ff7105 !important;
}

#order #crossselling .customNavigation {
    top: 18px;
}
.ttuc{
    text-transform: uppercase;
}
.ttucb{
    text-transform: uppercase;
    font-weight: bold;
}
.rte > h2, .rte > h1 {
    line-height: 30px;
}
.rte > h3, .rte > h4 {
    line-height: 26px;
}
.rtext{
    color: red;
}