/*  ----------  OTHER SITE LINK  ----------  */
.other-site-link{
    display: none;
    position: absolute;
    top: -17px;
    right: 212px;
    z-index: 11;
    background: #00356d;
    padding: 3px 10px;
}

.other-site-link a{
    color:#fff;
    background: url("../images/aimless-arrows.png") no-repeat center left 0px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.carlisle .other-site-link{
    position: absolute;
    top: -19px;
    right: 202px;
    z-index: 11;
    background: #00559f;
    padding: 3px 18px 5px;
    border-radius: 15px;
    line-height: 1;
}

.other-site-link a{
    color:#fff;
    background: url("../images/aimless-arrows.png") no-repeat center left 0px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.other-site-link a:hover{
    background: url("../images/aimless-arrows.png") no-repeat center left 2px;
    text-decoration: none;
}

.other-site-link strong{
    font-weight: bold;
}

@media (min-width: 769px){
    .other-site-link{
        display: block;
    }
}

/*  ----------  SOCIAL LINK  ----------  */
header .social-link{
    position: relative;
    background: #1d1d1b;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 12;
}

header .social-link:after{
    content:'';
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 36px 0 0;
    border-color: #1d1d1b transparent transparent transparent;
}

header .social-link a{
    content: '';
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url("../images/icon-social-link.png") no-repeat center;
    cursor: pointer;
    margin-right: 12px;
    margin-left: 5px;
}

/*  ----------  SEARCH BAR  ----------  */
.searchbar{
    position: relative;
    z-index: 11;
    width: 200px;
    display: flex;
    padding-left: 28px;
    background: #fff;
}

.searchbar form{
    display: flex;
    width: 100%;
}

.searchbar input[type="text"]{
    outline: none;
    border: none;
    padding: 5px 36px 5px 10px;
    line-height: 20px;
    width: 100%;
    font-size: 15px;
    overflow: hidden;
    white-space: normal;
    font-weight: 400;
}

.searchbar button{
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    background: #ffffff url("../images/icon-search.png") no-repeat center;
    width: 25px;
    height: auto;
    margin-right: 10px;
}

/*  ----------  CARLISLE SEARCH BAR  ----------  */
/*.carlisle .searchbar{
    right: 20px;
    top: -22px;
}

.carlisle .searchbar input[type="text"]{
    border-radius: 15px;
    background: #e4e5e5;
    !* font-size: 10px; *!
    padding: 2px 26px 2px 18px;
    text-transform: none;
    font-weight: 400;
    color: #434343;
}

.carlisle .searchbar button{
    background: transparent url("../images/icon-search.png") no-repeat center;
    right: 6px;
    border-radius: 15px;
}


.carlisle .searchbar.skew-left:before,
.carlisle .searchbar.skew-right:after{
    display: none;
}*/

/*  ----------  NAVIGATION  ----------  */
.navigation{
    width:100%;
    display: inline-block;
}

header .menu-toggle-button {
    display: none;
    background: transparent url('../images/menu-toggle-button.png') no-repeat center;
    background-size: contain;
    padding: 0;
    font-size: 12px;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -3px;
    right: 20px;
    z-index: 11;
    cursor: pointer;
}

header .navigation {
    position: relative;
    /*padding: 0 0 0 30px;*/
    width: auto;
    border-top: 0;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    height: 100%;
    z-index: 10;
    -ms-flex-item-align: center;
    align-self: center;
    /*background: #1d1d1b;*/
    /*-webkit-box-shadow: 5px 13px 20px -10px rgba(0,0,0,0.75);*/
    /*box-shadow: 5px 13px 20px -10px rgba(0,0,0,0.75);*/

    display: flex;
}

header .navigation ul.level-1 {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;

    /*width: 70%;*/
    flex: 1;
    background: #1d1d1b;
}

header .navigation ul.level-1 > li {
    position: relative;
    white-space: nowrap;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    padding: 16px 0;
    text-align: center;
    line-height: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

header .navigation ul.level-1 > li:first-child{
    padding-left: 0;
}
header .navigation ul > li:nth-last-child(2){
    padding-right: 0;
}

@media (min-width: 769px) {
    header .navigation ul > li:nth-last-child(1){
        display: none;
    }
}


.itp header .navigation ul.level-1 > li:hover, .itp header .navigation ul.level-1 > li:focus{
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(255,255,255,0.6);
    box-shadow: inset 0px 0px 15px 0px rgba(255,255,255,0.6);
}

header .navigation ul > li.parent > a{
}

header .navigation ul > li.parent > a:after{
    top: 50%;
    right: 6px;
    margin-top: -2px;
    content: "";
    font-size: 6px;
    position: absolute;
    font-weight: normal;
    display: inline-block;
    color: #fff;
}

header .navigation ul > li > a {
    display: inline-block;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Univers Condensed Bold';
    /*font-weight: 800;*/
}

header .navigation ul li.nav-selected a,
header .navigation ul li a:hover,
header .navigation ul li a:focus {
    text-decoration: none;
    /* color: #c74254; */
    background-color: transparent;
}

header .navigation ul.level-1 ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #fff;
    padding: 0;
    border: none;
    width: auto;
    min-width: 100%;
    border-radius: 0;
    z-index: 9999 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

header .navigation ul li.parent:hover > ul{
    display: block;
}

header .navigation ul.level-1 ul li{
    display: block;
    padding: 0 15px;
    position: relative;
}

header .navigation ul.level-1 ul li:hover {
    background-color: #a8a8a8;
}

header .navigation ul.level-1 ul li a {
    position: relative;
    display: block;
    float: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    list-style: none;
    color: #1d1d1b;
    padding: 15px 0 15px;
}

header .navigation ul.level-2 ul li a{
    padding: 10px 0;
}

header .navigation ul .level-2 li a:hover {
    text-decoration: none;
}

header .navigation ul.level-2 ul{
    left: 100%;
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
}

header .navigation ul li .product-details{
    padding: 0 !important;
}

header .navigation ul.level-1 li .product-details:hover{
    background-color: #fff;
}

header .navigation ul li .product-details a{
    padding: 0 !important;
}

header .navigation ul li .product-details .product-image{
    max-width: 215px;
}

header .navigation ul li .product-details .product-image img {
    max-width: 215px;
}

header .navigation ul li .product-details .category-name{
    text-align: center;
    padding: 15px;
}


header .navigation .menu-toggle-button {
    display: block;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 1px solid #c4c6c7;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    /*background-image: url("../images/icon/menu.png");*/
    background-repeat: no-repeat;
    background-position: center;
}



/*  ----------  CARLISLE NAVIGATION  ----------  */
header.carlisle{
    background: transparent !important;
    padding-top: 15px;
}

header.carlisle:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right:0;
    bottom: -30%;
    background: rgba(255,255,255,0.63);
}

header.carlisle .logo{
    margin-top: auto;
    margin-bottom: auto;
}

@media (min-width: 769px) {
    header.carlisle .navigation ul.level-1{
        background: transparent;
    }
}

header.carlisle .navigation ul > li > a{
    color: #030303;
    font-family: 'Merlo RoundBold';
    font-size: 14px;
}

.carlisle.menu-light header .navigation ul.level-1 > li > a{
    color: #ffffff;
}

header.carlisle .searchbar{
    height: 34px;
    margin: auto;
    border-radius: 12px;
    padding-left: 5px;
}
header.carlisle .searchbar input{
    border-radius: 12px;
}

/*  ----------  FLOATING LINK  ----------  */
#floating-link{
    position: fixed;
    top: 34%;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#floating-link.carlisle{
    background-image: url("../images/backgrounds/bg-floating-carlisle.png");
    width: 136px;
    height: 85px;
}

#floating-link.itptires{
    background-image: url("../images/backgrounds/bg-floating-itp.png");
    width: 132px;
    height: 99px;
}

/*  ----------  TOP IMAGE  ----------  */
#content .top-image{
    position: relative;
    /* overflow: hidden; */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#content .top-image .image{
    margin-top: -160px;
    background: url("https://placeholdit.imgix.net/~text?txtsize=160&txt=1920%C3%97960&w=1920&h=960") no-repeat top center;
    min-height: 78vh;
    /* height: 100%; */
    background-size: cover !important;
    width: 100%;
    top: 0;
    bottom: 0;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#layout.carlisle #content .top-image .image{
    margin-top: -90px;
}

.image.topimage-news {}

#content .top-image .image img{
    display: block;
    margin: 0 auto;
    position: relative;
    max-height: 100vh;
}

.transparent-bg #content .top-image .image img{
    margin-top: -50px;
}

#content .top-image .container{
    /* position: absolute; */
    /* right: 0; */
    /* left: 0; */
    /* bottom: 0; */
    /* height: 100%; */
    margin-top: auto;
}

#content .top-image .title{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 2.5vw;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#content .top-image .title *{
    font-family: 'Open Sans';
    font-weight: 800;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    line-height: 1;
}

@media (min-width: 560px){
    #content .top-image .title *{
        font-size: 35px;
        line-height: 55px;
    }
}

#content .top-image .top-event{
    position: relative;
    margin-top: 200px;
}

#content .top-image .top-event h3.event-title{
    font-family: 'American Captian';
    font-size: 3.2em;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
    line-height: 1;
}

#content .top-image .top-event h4.event-date{
    font-family: 'American Captian';
    font-size: 2.5em;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    line-height: 1;
}

#content .top-image .top-event p.event-intro{
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 30px 0;
    max-width: 510px;
}

#content .top-image .top-event .btn{
    margin-right: 15px;
}


#content .top-image .page-details{
    position: relative;
    bottom: 75px;
    bottom: 0;
    margin-bottom: 3.5vw;
    /* left: 50%; */
    max-width: 600px;
    width: 100%;
    text-align: center;
    /* transform: translateX(-50%); */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

#content .top-image .page-details .icon{
    text-align: center;
}

#content .top-image .page-details h2 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 2.267em;
    font-weight: 800;
    letter-spacing: 4px;
}


/*  ----------  CARLISLE TOP MENU  ----------  */
.top-menu{
    display: none;
}
.carlisle .top-menu{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background: #ffffff;
    text-align: center;
    z-index: 101;
    position: relative;
}

.top-menu .cms-column{
    width:100%;
}

.top-menu .menu-element{
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    line-height: 1;
    padding-bottom: 10px;
}

.top-menu .menu-element:last-of-type{
    display: none;
}

.top-menu .cms-column .menu-element{
    display: inline-block;
    margin-top: 50px;
    width: 16%;
}

.top-menu .menu-element .menu-icon{
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    background-color: #313131;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 50%;
    border: 5px solid #fff;
    margin: -30px auto 10px;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}

.top-menu .menu-element .menu-icon.icon-1{background-image: url("../images/topmenu-icons/topmenu-icon-1.png");}
.top-menu .menu-element .menu-icon.icon-1:hover,
.top-menu .menu-element .menu-icon.icon-1.selected{background-color: #65bc48;}

.top-menu .menu-element .menu-icon.icon-2{background-image: url("../images/topmenu-icons/topmenu-icon-2.png");}
.top-menu .menu-element .menu-icon.icon-2:hover,
.top-menu .menu-element .menu-icon.icon-2.selected{background-color: #d2232a;}

.top-menu .menu-element .menu-icon.icon-3{background-image: url("../images/topmenu-icons/topmenu-icon-3.png");}
.top-menu .menu-element .menu-icon.icon-3:hover,
.top-menu .menu-element .menu-icon.icon-3.selected{background-color: #fdb515;}

.top-menu .menu-element .menu-icon.icon-4{background-image: url("../images/topmenu-icons/topmenu-icon-4.png");}
.top-menu .menu-element .menu-icon.icon-4:hover,
.top-menu .menu-element .menu-icon.icon-4.selected{background-color: #00aeef;}

.top-menu .menu-element .menu-icon.icon-5{background-image: url("../images/topmenu-icons/topmenu-icon-5.png");}
.top-menu .menu-element .menu-icon.icon-5:hover,
.top-menu .menu-element .menu-icon.icon-5.selected{background-color: #6b7b84;}

.top-menu .menu-element .menu-icon.icon-6{background-image: url("../images/topmenu-icons/topmenu-icon-6.png");}
.top-menu .menu-element .menu-icon.icon-6:hover,
.top-menu .menu-element .menu-icon.icon-6.selected{background-color: #00356d;}

.top-menu .menu-element a{
    color: #434343;
}

.top-menu .menu-element a:hover{
    color: #00356d;
    text-decoration: none;
}

.top-menu .menu-element a span{
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
}


/*  ----------  HIGHLIGHT  ----------  */
#content .slider{
    position: relative;
}

#content .slider .sliderWrapper{
    margin-top: -160px;
}

#content .nivo-controlNav{
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 100;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#content .slider .nivo-controlNav a{
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #fff;
    opacity:0.45;
    display: inline-block;
    margin: 5px;
    font-size: 0.01%;
    text-indent: -9999px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

#content .slider .nivo-controlNav a:hover,
#content .slider .nivo-controlNav a:active{
    opacity: 1;
}

/*
#content .slider .slider-info{
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    bottom: 5vw;
    top: 130px;
    left: 50%;
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 960px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
*/

#content .slider .slider-info{
    margin-top: auto;
    margin-bottom: 5vw;
}

#content .slider .slider-info .slider-info-image{
    padding-right: 45px;
    float: left;
}

#content .slider .slider-info .slider-info-image img{
    max-width:100%;
    max-width: 20vw;
    position: relative;
    max-height: 290px;
}

#content .slider .slider-info .slider-text{
    padding: 0 15px;
}

#content .slider .slider-info .slider-text .slider-title{
    font-family: 'American Captian';
    font-size: 3.2em;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}

#content .slider .slider-info .slider-text .slider-description{
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    background: rgba(0, 0, 0, 0.63);
    padding: 8px;
    margin-left: 40px;
}

#content .slider .slider-info .slider-info-buttons{
    margin: 30px 0;
}

#content .slider .slider-info .slider-info-buttons .btn:first-of-type{
    margin-right: 30px;
}


.carlisle #content .slider .slider-info .slider-text .slider-description,
.carlisle #content .slider .slider-info .slider-info-buttons{
    display: none;
}


/*  ----------  CARLISLE HIGHLIGHT  ----------  */
.carlisle #content .slider .slider-info{
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    align-items: center;
    bottom: 70px;
    bottom: 2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
}

.carlisle #content .slider .slider-info .slider-info-image{
    padding: 0;
    float: none;
}

.carlisle #content .slider .slider-info .slider-text .slider-title{
    font-family: 'Open Sans';
    font-size:2.3em;
    font-weight: 800;
    max-width: 600px;
    margin: 0 auto 15px;
}

.carlisle #content .nivo-controlNav{
    display: none;
}

/*  ----------  TEAM  ----------  */
.team .team-image{
    margin-top: 30px;
    height: auto;
    vertical-align: bottom;
}
.team .team-image img{
    width: 100%;
    display: table-cell;
}

.team .team-title{
    text-align: center;
}

.team .team-member{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.team .team-member .member-image{
    /* width: 100%; */
}

.team .team-member .member-info{
    background: rgba(0, 53, 109, 0.78);
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.team .team-member .member-info *{
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.team .team-member .member-info .member-name{
    font-weight: 700;
}


/*  ----------  NEW CATALOG  ----------  */
.new-catalog{
    padding: 30px 0 0;
    background: #00356d;
    margin-top: 130px;
}

.new-catalog .catalog-image img{
    margin-top: -110px;
}

.new-catalog .catalog-info .title{
    color: #fff;
    font-family: 'American Captian';
    font-size: 3.2em;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 0;
    line-height: 1.2;
}

.new-catalog .catalog-info p{
    color: #ffffff;
    margin: 0;
    font-size: 14px;
}

.new-catalog .catalog-button{
    background: #fbc343;
    color: #ffffff;
    border-radius: 15px !important;
    -webkit-box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,0.74);
    box-shadow: inset 0px 0px 5px 2px rgba(255,255,255,0.74);
}


/*  ----------  SUBSCRIBE  ----------  */
.subscribe{
    margin: 60px auto 20px;
    color: #fff;
}

.subscribe h3{
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 1.2em;
}

.subscribe span{
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 400;
}

.subscribe input[type="text"]{
    margin-bottom: 15px;
}

.subscribe input[type="text"],
.subscribe input[type="text"]:focus,
.subscribe input[type="text"]:active{
    outline: none;
    border: none !important;
    border-radius: 0;
    text-align: center;
    font-size: 1em !important;
    letter-spacing: 2px;
    background: #e5e5e5;
    font-weight: 400;
}

.subscribe input[type="submit"] {
    position: absolute;
    top: 100%;
    right: 30px;
    color: #fff;
    padding: 0 15px;
    background: #00356d;
    line-height: 2;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: none;
}

/*  ----------  BLOG  ----------  */
.blog{
    overflow: hidden;
    margin: 30px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog .blog-item{
    position: relative;
    max-width: 50%;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

.blog .blog-item:nth-of-type(even){
    padding-left: 15px;
}

.blog.emphasized .blog-item{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}

.blog .blog-item .blog-image{
    position: relative;
    width:100%;
    min-height: 350px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    overflow: hidden;
}


.blog.detail .blog-item .blog-image{
    min-height:0;
}

.blog.emphasized .blog-item .blog-image{
    position: relative;
    right: -50%;
    overflow: visible;
    min-height: 0;
    max-height: 350px;
}

.blog.browse .blog-item .blog-image{
    height: 210px;
    min-height: 0;
    overflow: hidden;
}

#content .main-content .blog .blog-item .blog-image img{
    position: absolute;
    width: 100%;
}

#content .main-content .blog.detail .blog-item .blog-image img{
    position: relative;
}

#content .main-content .blog.emphasized .blog-item .blog-image img{
    position: relative;
    left: -50%;
    min-width: 100%;
    max-width: none;
    height: auto !important;
}

.blog .blog-item .blog-info{
    padding: 0;
}

.blog.emphasized .blog-item .blog-info{
    position: absolute;
    top: 0;
    right:0;
    text-align: right;
    padding: 30px 30px;
    width: 485px;
    max-width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 1;
}

.blog.emphasized .blog-item .blog-info *{
    color: #ffffff;
}

.blog .blog-item .blog-info h3.blog-title {
    font-size: 1.67em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.25;
    letter-spacing: 4px;
    margin-left: auto;
    margin-top: auto;
}

.blog.emphasized .blog-item .blog-info h3.blog-title {
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    max-width: 290px;
    margin: 0;
    line-height: 1.25;
    letter-spacing: 4px;
    margin-left: auto;
    margin-top: auto;
}

.blog .blog-item .blog-info h4.blog-subtitle {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 15px;
}

.blog.emphasized .blog-item .blog-info h4.blog-subtitle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.93em;
    margin: 5px 0;
}

.blog .blog-item .blog-description {
    font-size: 0.8em;
    margin: 15px 0;
    color: #313131;
}

.blog.emphasized .blog-item .blog-description {
    margin-top: auto;
    margin-bottom: 0;
}

.blog .blog-item .blog-button {
    background: #00356d;
    color: #ffffff;
    text-align: center;
    padding: 0;
}

.blog.emphasized .blog-item .blog-button {
    width: 100%;
    max-width: 260px;
}

.blog .blog-item .blog-image .blog-button{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 15px;
}

.blog.emphasized .blog-item .blog-button {
    margin: auto -30px 0 auto;
}

.blog .blog-item .blog-button a{
    font-weight: 400;
    font-size: 0.8em;
    vertical-align: text-top;
    width: 100%;
    padding: 8px 30px;
    color: #fff;
}


.blog.detail .blog-item{
    width:100%;
    max-width:100%;
}

.blog.detail .blog-item .blog-image{
    margin-bottom: 30px;
}



/*  ----------  CONTACT  ----------  */
#cms-contact-send{
    margin: 0 0 30px;
}

#cms-contact-send input[type="text"]{
}


/*  ----------  CONTACT PAGE ----------  */
.contact-page a{
    /* font-size: 12px; */
}

/*  ----------  PRODUCT CATEGORY LIST ----------  */

.category-item{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    position: relative;
    z-index: 100;
    background: #fff;
}

.carlisle .category-item:before{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: -100%;
    right: -100%;
    background-repeat: no-repeat;
    background-position: center top;
}

.carlisle .category-item:last-of-type:before,
.carlisle .category-item:last-of-type:after{
    bottom: -30px;
    height: 100%;
}


.carlisle .category-item:after{
    content: '';
    position: absolute;
    height:100%;
    top:0;
    bottom: 0;
    left: -30px;
    right: -30px;
    z-index: 0;
    background: #ffffff;
}

.category-item .category-header span{
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.category-item .subcategory-list{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

.category-item .subcategory-list .toggle-item{
    position: absolute;
    right: 10px;
    top: 0;
    height: 100% !important;
    /*width: 200px !important;*/
    z-index: 1;
    background: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.category-item .subcategory-list .toggle-item .toggle-image{
    display: block;
    margin:15px auto;
    width:74px;
    height: 74px;
    background: url('../images/toggle-item-img.png') no-repeat center;
    -webkit-transition: background 300ms;
    transition: background 300ms;
}
.category-item .subcategory-list .toggle-item .toggle-image:hover {
    background: url('../images/toggle-item-img-active.png') no-repeat center;
}

.category-item .subcategory-list .toggle-item p{
    margin-bottom: 0;
    font-weight: 700;
    color: #626262;
    font-size: 13px;
    line-height: 1;
}

.category-item .subcategory-list .toggle-item span{
    font-weight: 400;
    color: #626262;
    font-size: 10px;
}

.category-item .subcategory-list .subcategory-item{
    margin-bottom: 30px;
    padding: 0 15px;
}


.category-item .subcategory-list .subcategory-item > a{
    color: #ffffff;
    display: block;
}

.category-item .subcategory-list .subcategory-item .subcategory-image{
    max-width:100%;
    width: 100%;
    overflow: hidden;
}

.category-item.category-search .subcategory-list .subcategory-item .subcategory-image {
    min-height: 195px;
}

#content .main-content .category-item .subcategory-list .subcategory-item .subcategory-image img{
    display: block;
    -webkit-transform: scale(1.35) translateY(24%);
    transform: scale(1.35) translateY(24%);
}

.category-item .subcategory-list .subcategory-item .subcategory-name{
    position: relative;
    background: #00356d;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 0;
    padding: 2px 5px;
    -webkit-transition: background 150ms;
    transition: background 150ms;
}

.subcategory-item a:hover .subcategory-name{
    background: #313131 !important;
}

.carlisle .category-item .subcategory-list .subcategory-item .subcategory-name {
    margin-right: 0;
}

.products .category-item.atv:before{
    background-image: url("../images/backgrounds/bg-category-atv.jpg");
    background-size: 100% auto;
    bottom: 0;
    height: auto;
}

.products .category-item.atv:before{
    top: -300px;
}

.category-item.atv .ribbon:before{
    background: url("../images/ribbon-left-atv.png") !important;
}
.category-item.atv .ribbon:after{
    background: url("../images/ribbon-right-atv.png") !important;
}

#content .category-item.atv .ribbon,
#content .atv .subcategory-name{
    background: #e30613;
}


.products .category-item.outdoor:before{
    background-image: url("../images/backgrounds/bg-category-outdoor.jpg");
    background-size: 100% auto;
}

.category-item.outdoor .ribbon:before{
    background: url("../images/ribbon-left-outdoor.png") !important;
}
.category-item.outdoor .ribbon:after{
    background: url("../images/ribbon-right-outdoor.png") !important;
}

#content .category-item.outdoor .ribbon,
#content .outdoor .subcategory-name{
    background: #65bc48;
}


.products .category-item.agriculture:before{
    background-image: url("../images/backgrounds/bg-category-agriculture.jpg");
    background-size: 100% auto;
}

.category-item.agriculture .ribbon:before{
    background: url("../images/ribbon-left-agriculture.png") !important;
}
.category-item.agriculture .ribbon:after{
    background: url("../images/ribbon-right-agriculture.png") !important;
}

#content .category-item.agriculture .ribbon,
#content .agriculture .subcategory-name{
    background: #fbc617;
}


.category-item.industrial .ribbon:before{
    background: url("../images/ribbon-left-industrial.png") !important;
}
.category-item.industrial .ribbon:after{
    background: url("../images/ribbon-right-industrial.png") !important;
}


.products .category-item.industrial:before{
    background-image: url("../images/backgrounds/bg-category-industrial.jpg");
    background-size: 100% auto;
}

#content .category-item.industrial .ribbon,
#content .industrial .subcategory-name{
    background: #959595;
}


.category-item.trailers .ribbon:before{
    background: url("../images/ribbon-left-trailers.png") !important;
}
.category-item.trailers .ribbon:after{
    background: url("../images/ribbon-right-trailers.png") !important;
}

.products .category-item.trailers:before{
    background-image: url("../images/backgrounds/bg-category-trailers.jpg");
    background-size: 100% auto;
}

#content .category-item.trailers .ribbon,
#content .trailers .subcategory-name{
    background: #01aef0;
}

/* PRODUCT CATEGORY DETAILS */
.category-details{
    /* margin-top: 30px; */
}

.category-details .navigation{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-details .navigation a{
    position: absolute;
    background: #1d1d1b;
    color: #ffffff;
    padding: 5px 15px 5px;
    text-align: center;
    line-height: 1;
}

.carlisle .category-details .navigation a{
    background: transparent;
}

.category-details .navigation .prev{
    right: 100%;
    padding-right: 31px;
}
.category-details .navigation .next{
    left: 100%;
    padding-left: 31px;
}

.category-details .navigation a:before{
    content: '';
    position: absolute;
    top: 50%;
    right: -21px;
    width: 40px;
    height: 40px;
    max-height: 90%;
    border-radius: 50%;
    background: #ffffff url("../images/prev-cat.png") no-repeat center left 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.category-details .navigation a.next:before{
    right: auto;
    left: -21px;
    background: #ffffff url("../images/next-cat.png") no-repeat center right 8px;
}

.category-details .navigation a .name{
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}
.category-details .navigation a span{
    font-weight: 400;
    font-size: 10px;
    white-space: nowrap;
    line-height: 1;
}


.category-details .thumbnails{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.category-details .thumbnails .image-thumbnail{
    width: 33%;

    margin: 10px 0;
    cursor: pointer;
}

.category-details .thumbnails .image-thumbnail:nth-of-type(2){
    margin: 10px;
}

.category-details .logo{
    max-width: 220px;
}

.category-details .category-name h2{
    font-size: 1.85em;
    text-transform: uppercase;
    font-weight: 800;
    margin: 20px 0;
}

.category-details .category-description{
    margin: 15px 0;
    display: inline-block;
    font-size: 12px;
}

.category-details .category-description .btn{
    margin-top: 30px;
}

.category-details .products table th{
    text-align: center;
    background: #fff;
    color: #313131;
    font-size: 14px;
    font-weight: 700;
    border: none;
}

.category-details .products table tr td{
    white-space: nowrap;
    background: transparent;
    border: none;
    text-align: center;
}

.category-details .products table tr:nth-child(odd) td{
    background: #1d1d1b;
    color: #ffffff;
}

.category-details .products table .new-marker{
    display: inline;
    padding: 4px 4px;
    margin-right: 5px;
    font-weight: 700;
    font-size: 10px;
    line-height: 2;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 10px;
    top: auto;
    left: auto;
    position: static;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.category-details .products .long-description{
    font-siz: 11px;
    font-weight: 400;
    color: #ffffff;
}

.new-marker{
    background-color: #009de1;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    padding: 5px 19px 5px 8px;
    font-size: 14px;
    line-height: 1;
    position: absolute;
    top: 52px;
    left: 18px;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
}

/* CARLISLE DETAILS*/
.carlisle.transparent-bg #content .main-content{
    background:transparent;
}

.category-details .row.first{
    position: relative;
    padding-top: 30px;
    background: #ffffff;
}

.carlisle .category-details .products table tr:nth-child(n) td{
    background: #ffffff;
    color: #333333;
}

.carlisle .category-details .products table tr:nth-child(2n) td{
    background: transparent;
    color: #ffffff;
}


/* LAYOUT BACKGROUNDS */
.bg-itp-1{
    background: url("../images/backgrounds/bg-itp-1.jpg") no-repeat center top;
    background-size: 100% auto;
}

.main-page.bg-itp-1{
    background: url("../images/backgrounds/bg-itp-1.jpg") no-repeat center top 30%;
}

.bg-itp-2{
    background: url("../images/backgrounds/bg-itp-2.jpg") no-repeat center top;
    background-size: 100% auto;
}

/* Adobe vÃ„â€šÃ‚Æ’Ã„â€ Ã‚â€™Ã„â€šÃ‚â€ ÃƒÂ¢Ã‚â‚¬Ã‚â„¢Ã„â€šÃ‚Æ’ÃƒÂ¢Ã‚â‚¬ Ã„â€šÃ‹ËœÃƒÂ¢Ã‚â€šÃ…Â¹ÃƒÂ¢Ã‚â€žÃ‹ËœÃ„â€šÃ‚Æ’Ã„â€ Ã‚â€™Ã„â€šÃ‹ËœÃƒÂ¢Ã‚â€šÃ…Â¹Ãƒâ€š Ã„â€šÃ‚Æ’Ãƒâ€šÃ‹ËœÃ„â€šÃ‹ËœÃƒÂ¢Ã‚â‚¬Ã‚Å¡Ãƒâ€šÃ…Â¹Ã„â€šÃ‹ËœÃƒÂ¢Ã‚â‚¬Ã‚Å¾Ãƒâ€šÃ‹ËœÃ„â€šÃ‚Æ’Ã„â€ Ã‚â€™Ã„â€šÃ‚â€ ÃƒÂ¢Ã‚â‚¬Ã‚â„¢Ã„â€šÃ‚Æ’Ãƒâ€šÃ‹ËœÃ„â€šÃ‹ËœÃƒÂ¢Ã‚â‚¬Ã‚Å¡Ãƒâ€šÃ…Â¹Ã„â€šÃ‚â€šÃƒâ€š Ã„â€šÃ‚Æ’Ã„â€ Ã‚â€™Ã„â€šÃ‚â€šÃƒâ€šÃ‹ËœÃ„â€šÃ‚Æ’Ãƒâ€šÃ‹ËœÃ„â€šÃ‹ËœÃƒÂ¢Ã‚â€šÃ…Â¹Ã„Â¹Ã„â€žÃ„â€šÃ‚â€šÃƒâ€šÃ…Â¹Ã„â€šÃ‚Æ’Ãƒâ€šÃ‹ËœÃ„â€šÃ‹ËœÃƒÂ¢Ã‚â€šÃ…Â¹Ã„Â¹Ã…Â¾Ã„â€šÃ‚â€šÃƒâ€šÃ‹ËœÃ„â€šÃ‚Æ’Ã„â€ Ã‚â€™Ã„â€šÃ‚â€ ÃƒÂ¢Ã‚â‚¬Ã‚â„¢Ã„â€šÃ‚Æ’ÃƒÂ¢Ã‚â‚¬ Ã„â€šÃ‹ËœÃƒÂ¢Ã‚â€šÃ…Â¹ÃƒÂ¢Ã‚â€žÃ‹ËœÃ„â€šÃ‚Æ’Ã„â€ Ã‚â€™Ã„â€šÃ‚â€šÃƒâ€šÃ‹ËœÃ„â€šÃ‚Æ’Ãƒâ€šÃ‹ËœÃ„â€šÃ‹ËœÃƒÂ¢Ã‚â€šÃ…Â¹Ã„Â¹Ã„â€žÃ„â€šÃ‚â€šÃƒâ€šÃ…Â¹Ã„â€šÃ‚Æ’ÃƒÂ¢Ã‚â‚¬Ã…Å¡Ã„â€šÃ‚â€šÃƒâ€šÃ„â€žÃ„â€šÃ‚Æ’Ã„â€ Ã‚â€™Ã„â€šÃ‚â€ ÃƒÂ¢Ã‚â‚¬Ã‚â„¢Ã„â€šÃ‚Æ’Ãƒâ€šÃ‹ËœÃ„â€šÃ‹ËœÃƒÂ¢Ã‚â‚¬Ã‚Å¡Ãƒâ€šÃ…Â¹Ã„â€šÃ‚â€¦Ãƒâ€šÃ„â€žÃ„â€šÃ‚Æ’Ã„â€ Ã‚â€™Ã„â€šÃ‹ËœÃƒÂ¢Ã‚â€šÃ…Â¹Ã„Â¹Ã„â€žÃ„â€šÃ‚Æ’ÃƒÂ¢Ã‚â‚¬Ã‚Å¡Ã„â€šÃ‚â€šÃƒâ€šÃ‚Â­zjel?*/
.bg-itp-3{
    background: url("../images/backgrounds/bg-itp-6.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg-itp-4{
    background: url("../images/backgrounds/bg-itp-4.jpg") no-repeat center top 25%;
    background-size: 100% auto;
}

.bg-itp-5{
    background: url("../images/backgrounds/bg-itp-5.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg-itp-6{
    background: url("../images/backgrounds/bg-itp-6.jpg") no-repeat center top 80%;
    background-size: 100% auto;
}

.bg-itp-7{
    background: url("../images/backgrounds/bg-itp-7.jpg") no-repeat center top 80%;
    background-size: 100% auto;
}

.carlisle, .bg-carlisle-1{
    background: url("../images/backgrounds/bg-carlisle-1.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg-carlisle-2{
    background: url("../images/backgrounds/bg-itp-6.jpg") no-repeat center top;
    background-size: 100% auto;
}

.main-page.bg-carlisle-2{
    background: url("../images/backgrounds/bg-itp-6.jpg") no-repeat center top;
}

.bg-category-item-agriculture{
    background: url("../images/backgrounds/bg-category-item-agriculture.jpg") no-repeat center top;
    background-size: 100% auto;
}

.bg-category-item-atv{
    background: url("../images/backgrounds/bg-category-item-atv.jpg") no-repeat center top;
    background-size: 100% auto;
}

/*.bg-category-item-industrial{
    background: url("../images/backgrounds/bg-category-item-industrial.jpg") no-repeat center top;
    background-size: 100% auto;
}*/

.bg-category-item-outdoor{
    background: url("../images/backgrounds/bg-category-item-outdoor.jpg") no-repeat;
}

/*.bg-category-item-trailers{
    background: url("../images/backgrounds/bg-category-item-trailers.jpg") no-repeat center top;
    background-size: 100% auto;
}*/

#content .top-image .image.bg-products-outdoor{
    background: url("../images/topimage/topimage-outdoor.jpg") no-repeat top;
}

#content .top-image .image.bg-products-atv{
    background: url("../images/topimage/topimage-atv.jpg") no-repeat top;
}

#content .top-image .image.bg-products-atv{
    background: url("../images/topimage/topimage-atv.jpg") no-repeat top;
}

#content .top-image .image.bg-products-agriculture{
    background: url("../images/topimage/topimage-agriculture.jpg") no-repeat top;
}

#content .top-image .image.bg-products-trailers{
    background: url("../images/topimage/topimage-trailers.jpg") no-repeat top;
}

#content .top-image .image.bg-products-industrial{
    background: url("../images/topimage/topimage-industrial.jpg") no-repeat top;
}

#content .top-image .image.bg-products-tubes{
    background: url("../images/topimage/topimage-tubes.jpg") no-repeat top;
}


#content .top-image .image.topimage-warehouse{
    background: url("../images/topimage/topimage-warehouse.jpg") no-repeat right;
}

#content .top-image .image.topimage-news{
    background: url("../images/topimage/topimage-news-itp.jpg") no-repeat top;
}

#content .top-image .image.topimage-training{
    background: url("../images/topimage/topimage-training.jpg") no-repeat top;
}

.carlisle #content .top-image .image.topimage-news{
    background: url("../images/topimage/topimage-news.jpg") no-repeat center;
}

/* BREADCRUMB */
.top-breadcrumb{
    padding: 0;
}

ul.category-breadcrumb {
    list-style: none;
    background-color: transparent;
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
}

ul.category-breadcrumb.breadcrumb {
    margin: 0;
}

ul.category-breadcrumb li {
    position: relative;
    padding-bottom: 0;
    margin: 0;
}

ul.category-breadcrumb li:before {
    content: '>';
    display: inline-block;
    position: relative;
    top: -1px;
    left: 0;
    width: auto;
    height: auto;
    color: #fff;
    border: transparent;
    padding: 0 5px;
}

ul.category-breadcrumb li:first-of-type:before {
    display: none;
}

ul.category-breadcrumb.breadcrumb.site-1 {
    margin: 0;
    padding: 5px 15px;
    top: 0;
    background: #1d1d1b;
    border-radius: 0;
}


ul.category-breadcrumb.breadcrumb li a {
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
}

ul.category-breadcrumb.breadcrumb li:last-of-type a {
    font-weight: 800;
}

ul.category-breadcrumb.breadcrumb.site-1 a {
    vertical-align: text-top;
    letter-spacing: 1px;
    color: #fff;
}