/**********************************
** BEGIN common
************************************************/
	#main-footer {
		float: left;
		width: 100%;
	}
    .ie-div-position-customer-chat {
        z-index: 999999;
    }
/***********************************************
** END common
***********************************/

/**********************************
** BEGIN boostrap addons
************************************************/
	.olibro-container {
		max-width: 100%;
	    margin-right: auto;
	    margin-left: auto;
	    padding-left: 15px;
	    padding-right: 15px;
	}


	.olibro-row {
	    margin-left: -15px;
	    margin-right: -15px;
	}
	.olibro-col-md-4,
	.olibro-col-md-6 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
	@media (min-width: 992px) {
		.olibro-col-md-4 {
		    width: 33.33333%;
		}
		.olibro-col-md-6 {
		    width: 50%;
		}
	}
	@media (min-width: 768px) {
		.olibro-container {
		    width: 750px;
		}
	}
	@media (min-width: 992px) {
		.olibro-container {
		    width: 970px;
		}
	}
	@media (min-width: 1200px) {
		.olibro-container {
		    width: 1170px;
		}
	}
	@media (max-width: 991px) {
		.olibro-col-md-4, .olibro-col-md-6 {
			width: 100%;
		}
	}
/***********************************************
** END boostrap addons
***********************************/

/**********************************
** BEGIN support page
************************************************/
	.page-template-support section {
		float: left;
		width: 100%;
	}
    .search {
        position: relative;
        min-height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        background-position: center;
        overflow: hidden;
    }
    .search:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: rgba(0,0,0,0.3);
        content: "";
    }
    .search__actions {
        margin-top: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .search__button {
        min-height: 52px;
        padding: 10px;
        border: none;
        margin-left: 15px;
        color: #fff;
        background: #000;
        width: 60px;
        font-size: 22px;
        line-height: 1;
    }
    .search__button:hover {
        background: #ee2e24;
    }
    .search__container {}
    .search__content {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        top: 0;
        height: 100%;
    }
    .search__heading {
        margin: 0;
        padding: 0;
        font-size: 52px;
        color: #fff;
        text-align: center;
    }
    .search__img {
        visibility: hidden;
    }
    .search__input {
        width: 100%;
        max-width: 550px;
        min-height: 52px;
        padding: 10px;
        border: none;
    }

    /*  boxes-container
        ========================================================================== */
        .boxes {
            margin-top: -35px;
        }
        .boxes__container {
            width: 1400px;
            max-width: 100%;
        }
        .box {
            margin-bottom: 30px;
            border: 1px solid #ccc;
            background: #fff;
            -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
            -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
            box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
        }
        .box__inner {
            margin: 30px;
        }
        .box__content {

        }
        .box__heading {
            position: relative;
            padding: 0 0 20px 0;
            margin: 0 0 30px 0;
            font-size: 26px;
        }
        .box__heading:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 60px;
            max-width: 100%;
            height: 3px;
            background: #ee2e24;
            content: "";
        }
        .box__link {

        }
        .box__actions {
            margin-top: 45px;
        }
        .knowledge {
            list-style-position: outside;
            padding-left: 0;
            margin: 0;
            list-style: none;
        }
        .knowledge__item {
            margin: 0 0 8px 0;
        }
        .box--align-center {
            text-align: center;
        }
        .box--align-center .box__actions {
            text-align: center;
        }
        .box--align-center .box__heading:after {
            left: 50%;
            transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
        }

        .support {
            padding: 0;
            list-style: none;
        }
        .support__item {
            position: relative;
            display: inline-block;
            padding-right: 10px;
            margin-right: 10px;
        }
        .support__item:after {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            height: 16px;
            width: 1px;
            background: #ccc;
            content: "";
        }
        .support__item:last-child {
            padding-right: 0;
            margin-right: 0;
        }
        .support__item:last-child:after {
            display: none;
        }

    /*  troubleshot
        ========================================================================== */
        .troubleshooting {
            margin-top: 60px;
        }
        .troubleshooting__heading {
            font-weight: 400;
            font-size: 40px;
            text-align: center;
            color: #6E6E6E;
        }
        .troubleshooting__subheading {
            margin-top: 20px;
            font-size: 20px;
            text-align: center;
        }
        .troubleshooting__text {
            margin-top: 30px;
        }
        .troubleshooting__text h4 {
            padding-bottom: 5px;
            color: #707070;
            font-size: 18px;
            font-weight: 300;
            font-style: italic;
        }
        .troubleshooting__text p {
            color: #707070;
            font-size: 18px;
            margin-bottom: 0px;
        }
        .troubleshooting__more {
            margin-top: 45px;
            color: #6E6E6E;
            font-size: 18px;
            text-align: center;
            font-weight: bold;
        }

    /*  ride
        ========================================================================== */
        .ride {
            padding: 60px 0 100px;
        }
        .ride__container {}
        .ride__heading {
            margin: 0 0 45px;
            font-size: 32px;
            text-align: center;
        }
        .ride__box {
            position: relative;
            min-height: 300px;
            max-height: 350px;
            margin-bottom: 30px;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: scroll;
            background-position: center;
            overflow: hidden;
        }
        .ride__box:before {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            background: rgba(0,0,0,0.7);
            content: "";
        }
        .ride__inner {
            position: absolute;
            bottom: 0;
            margin: 30px 30px 50px;
        }
        .ride__img {
            visibility: hidden;
        }
        .ride__caption {
            margin-bottom: 20px;
            color: #ee2e24;
            font-size: 36px;
        }
        .ride__text {
            color: #fff;
            font-size: 20px;
            line-height: 1.3;
        }
        .ride__link {
            display: block;
        }
        .ride__link:hover {
            text-decoration: none;
        }
        .ride__link:hover .ride__box:before {
            opacity: 0.5;
        }

    @media screen and (max-width: 991px) {
        .boxes__container {
            max-width: 92%;
        }
        .page-template-support .hd-fixed-menu {
            margin-bottom: 0;
        }
        .page-template-support .boxes {
            margin-top: 35px;
        }
    }
/***********************************************
** END support page
***********************************/