/* ====================================================================================================================
   linde-cycler
   ==================================================================================================================== */

#linde-cycler {
    position: relative;
    width: 100%;
    overflow: hidden;

    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    border-left: 9px solid #ffffff;
    border-right: 9px solid #ffffff;
}

@media screen and (max-width: 767px) {

    #linde-cycler {
        border-bottom: 9px solid #ffffff;
    }
}

/*---------------------*/

#linde-cycler .item {
    position: relative;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
}

#linde-cycler .item:hover {
    cursor: pointer;
}

/*---------------------*/

#linde-cycler .bkg {
    position: absolute;
    z-index: 1;
    display: block;
    width: 120%;
    height: auto;
    max-width: none;
    margin: -10% 0 0 -10%;
}

@media screen and (max-width: 767px) {

    #linde-cycler .bkg {
        width: 200%;
        margin: -10% 0 0 -50%;
    }
}

@media screen and (max-width: 480px) {

    #linde-cycler .bkg {
        width: 300%;
        margin: -10% 0 0 -100%;
    }
}

/*---------------------*/

.cycler-cover {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ie7 .cycler-cover,
.ie8 .cycler-cover {
    background: transparent url("../_img/top-cycler-cover-bkg.png");
}

@media screen and (max-width: 568px) {

    .cycler-cover {
        background-color: rgba(0, 0, 0, 0.7);
    }
}


/*---------------------*/

.cycler-content {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;

    opacity: 0.1;
}

.ie7 .cycler-content {
    top: 0 !important;
}

.cycler-content-inner {
    padding: 4.236rem;
}

@media screen and (max-width: 767px) {

    .cycler-content-inner {
        padding: 4.236rem 4.236rem 6rem 4.236rem;
    }
}

@media screen and (max-width: 480px) {

    .cycler-content-inner {
        padding: 2.618rem 2.618rem 4.2rem 2.618rem;
    }
}

/*---------------------*/

#linde-cycler h1,
#linde-cycler h2,
#linde-cycler p {
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    font-weight: 400;
}

#linde-cycler h1,
#linde-cycler h2 {
    font-size: 51px;
    font-size: 4.375rem;
    /* 70 @ 16 */
    line-height: 1.05em;

    margin-bottom: 0;

    text-shadow: 0 0 1px black;
}

#linde-cycler p {
    /* 	max-width: 407px; */
    text-shadow: 0 0 1px black;
}


#linde-cycler .heading-wrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

@media screen and (min-width:1200px) {

    /*
	#linde-cycler p{
		max-width: 520px;
	}
	
	#linde-cycler p.wider{
		max-width: 560px;
	}	
	
	#linde-cycler p.shorter{
		max-width: 450px;
	}
*/

    #linde-cycler .heading-wrap {
        max-width: 900px;
    }
}


@media screen and (min-width: 768px) and (max-width: 960px) {

    #linde-cycler h1,
    #linde-cycler h2 {
        font-size: 45px;
    }

    #linde-cycler .heading-wrap {
        max-width: 600px;
    }
}

@media screen and (max-width: 767px) {

    #linde-cycler h1,
    #linde-cycler h2 {
        font-size: 2.125rem;
    }

    /*
	#linde-cycler p{
		max-width: none;
	}
*/
}


/*---------------------*/

#linde-cycler-nav {
    position: absolute;
    z-index: 500;
    bottom: 0;
    width: 100%;
    padding-bottom: 1rem;

    text-align: center;

    display: none;
}

#linde-cycler-nav a {
    display: inline-block;
    width: 50px;
    height: 50px;

    text-indent: -9000px;

    -webkit-tap-highlight-color: transparent;

    background: transparent url('../_img/cycler-dot-down.png') no-repeat center center;
    background-size: 11px auto;
}

#linde-cycler-nav a.active {
    background-image: url('../_img/cycler-dot-up.png');
}

/* Home Page Single Banner */
/***
#linde-cycler .item:nth-child(-n+1) .cycler-cover {
    opacity: 1 !important;
}

#linde-cycler .item:nth-child(-n+1) .cycler-content {
    transform: none !important;
    opacity: 1 !important;
}

#linde-cycler-nav a:first-child:last-child {
    display: none;
}

@media screen and (min-width: 1200px) {
    #linde-cycler .item:nth-child(-n+1) .cycler-content h2.max-width-900 {
        max-width: 100%;
    }
}
***/