

/* content slider */
.tx-contentblocks .content-slider {
    position: relative;
}

.tx-contentblocks .content-slider .slick-nav {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    cursor: pointer;
}

.tx-contentblocks .content-slider .slick-dots {
    text-align: center;
}

.tx-contentblocks .content-slider .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    position: relative;
    margin-left: 10px;
}

.tx-contentblocks .content-slider .slick-dots button {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -mox-appearance: none;
    appearance: none;
    text-indent: -9999px;
    box-shadow: none;
    outline: 0;
    outline-style: none;
    outline-width: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
}

.tx-contentblocks .content-slider .slick-dots li.slick-active button {
    background: #000000;
}

.tx-contentblocks .content-slider .slick-nav:after {
    position: absolute;
}

.tx-contentblocks .content-slider .slick-prev {
    left: 0;
}

.tx-contentblocks .content-slider .slick-next {
    right: 0;
}

/*.tx-contentblocks .content-slider .slick-prev:after {*/
    /*content: '<';*/
/*}*/

/*.tx-contentblocks .content-slider .slick-next:after {*/
    /*content: '>';*/
/*}*/

/*Bootstrap Grids*/
.tx-contentblocks .content-blocks-borders > div + div {
    border-left: 1px solid #ccc;
}

.tx-contentblocks .noGatter
{
	margin-left: 0;
	margin-right: 0;
}

.tx-contentblocks .noGatter .colContent
{
    padding-left: 0;
    padding-right: 0;
}

/*Row with equal height columns*/
.tx-contentblocks .row-eq-height {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.tx-contentblocks .row-eq-height > .row-eq-height.height-centered,
.tx-contentblocks .row-eq-height > .row-eq-height.height-centered > * {
    align-items: center;
}

@media (min-width: 992px)
{
    .tx-contentblocks .col-md-3.row-eq-height
    {
        max-width: calc(100% / 4)
    }

    .tx-contentblocks .col-md-4.row-eq-height
    {
        max-width: calc(100% / 3)
    }

    .tx-contentblocks .col-md-6.row-eq-height
    {
        max-width: calc(100% / 2)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tx-contentblocks .col-sm-3.row-eq-height
    {
        max-width: calc(100% / 4)
    }
    .tx-contentblocks .col-sm-4.row-eq-height
    {
        max-width: calc(100% / 3)
    }
    .tx-contentblocks .col-sm-6.row-eq-height
    {
        max-width: calc(100% / 2)
    }
}

@media (max-width: 1199px)
{
	.col-lg-reverse-direction > .row > div:nth-last-child(1)
	{
		order: 1;
	}

	.col-lg-reverse-direction > .row > div:nth-last-child(2)
	{
		order: 2;
	}

	.col-lg-reverse-direction > .row > div:nth-last-child(3)
	{
		order: 3;
	}

	.col-lg-reverse-direction > .row > div:nth-last-child(4)
	{
		order: 4;
	}

	.col-lg-reverse-direction > .row > div:nth-last-child(5)
	{
		order: 5;
	}

	.col-lg-reverse-direction > .row > div:nth-last-child(6)
	{
		order: 6;
	}
}

@media (max-width: 991px) {
    .tx-contentblocks .content-blocks-borders.break-col-md > div + div
    {
        border: none;
        padding-top: 1px;
    }
    .tx-contentblocks .content-blocks-borders.break-col-md > div + div::before
    {
        content: '';
        background: #ccc;
        position: absolute;
        top: 0;
        left: -15px;
        width: 100vw;
        height: 1px;
    }
    .tx-contentblocks .content-blocks-borders.break-col-md.noGatter > div + div::before
    {
        left: 0;
    }
    .tx-contentblocks [class*='col-md-'].row-eq-height,
    .tx-contentblocks .break-col-md.row-eq-height
    {
		flex-direction: column;
    }
	.col-md-reverse-direction > .row > div:nth-last-child(1)
	{
		order: 1;
	}

	.col-md-reverse-direction > .row > div:nth-last-child(2)
	{
		order: 2;
	}

	.col-md-reverse-direction > .row > div:nth-last-child(3)
	{
		order: 3;
	}

	.col-md-reverse-direction > .row > div:nth-last-child(4)
	{
		order: 4;
	}

	.col-md-reverse-direction > .row > div:nth-last-child(5)
	{
		order: 5;
	}

	.col-md-reverse-direction > .row > div:nth-last-child(6)
	{
		order: 6;
	}
}

@media (max-width: 767px) {
    .tx-contentblocks .content-blocks-borders.break-col-sm > div + div
    {
        border: none;
        padding-top: 1px;
    }
    .tx-contentblocks .content-blocks-borders.break-col-sm > div + div::before
    {
        content: '';
        background: #ccc;
        position: absolute;
        top: 0;
        left: -15px;
        width: 100vw;
        height: 1px;
    }
    .tx-contentblocks .content-blocks-borders.break-col-sm.noGatter > div + div::before
    {
        left: 0;
    }
    .tx-contentblocks [class*='col-sm-'].row-eq-height,
    .tx-contentblocks .break-col-sm.row-eq-height
    {
        flex-direction: column;
    }
	.col-sm-reverse-direction > .row > div:nth-last-child(1)
	{
		order: 1;
	}

	.col-sm-reverse-direction > .row > div:nth-last-child(2)
	{
		order: 2;
	}

	.col-sm-reverse-direction > .row > div:nth-last-child(3)
	{
		order: 3;
	}

	.col-sm-reverse-direction > .row > div:nth-last-child(4)
	{
		order: 4;
	}

	.col-sm-reverse-direction > .row > div:nth-last-child(5)
	{
		order: 5;
	}

	.col-sm-reverse-direction > .row > div:nth-last-child(6)
	{
		order: 6;
	}
}