.is-container {
    position: relative;
    display: block;
    padding-bottom: 130px;
    overflow: hidden;
}

.is-back {
    position: fixed;
    display: block;
    width: 100%;
    height: 100vh;
    left: 0px;
    top: 0px;
    background: url('../../img/front/services/isotank/isotank-background.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
    background-attachment: fixed !important;

    -webkit-transition: left 0.8s;
	-moz-transition: left 0.8s;
	-ms-transition: left 0.8s;
	transition: left 0.8s;
}

.container.contact-active .is-back {
	left: -600px;

	-webkit-transition: left 0.8s;
	-moz-transition: left 0.8s;
	-ms-transition: left 0.8s;
	transition: left 0.8s;
}

.is-back:before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 196px;
    bottom: 0px;
    left: -200px;
    background: url('../../img/front/loading/corner-image.png') no-repeat;
    /* background-position: 50% !important; */
    background-position: -558px 0px;
    background-size: 558px 196px !important;
    /* background-size: contain !important; */
    z-index: 1;
    
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    
    -webkit-animation: imrktopbefore 2.8s linear infinite;
    -moz-animation: imrktopbefore 2.8s linear infinite;
    -ms-animation: imrktopbefore 2.8s linear infinite;
    animation: imrktopbefore 2.8s linear infinite;
}

@keyframes imrktopbefore {
    0% { 
        left: -200px;
        background-position: -558px 0px;
    }
    10% { 
        left: -200px;
        background-position: -558px 0px;
    }
    90% { 
        left: 558px;
        background-position: 200px 0px;
    }
	100% { 
        left: 558px;
        background-position: 200px 0px;
    }
}

.is-back:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 196px;
    top: 0px;
    right: -200px;
    background: url('../../img/front/loading/corner-image.png') no-repeat;
    /* background-position: 50% !important; */
    /* background-size: contain !important; */
    background-position: -558px 0px;
    background-size: 558px 196px !important;
    
    -webkit-animation: imrktopafter 2.8s linear infinite;
    -moz-animation: imrktopafter 2.8s linear infinite;
    -ms-animation: imrktopafter 2.8s linear infinite;
    animation: imrktopafter 2.8s linear infinite;
}

@keyframes imrktopafter {
    0% { 
        right: -200px;
        background-position: -558px 0px;
    }
    10% { 
        right: -200px;
        background-position: -558px 0px;
    }
    90% { 
        right: 558px;
        background-position: 200px 0px;
    }
	100% { 
        right: 558px;
        background-position: 200px 0px;
    }
}

.is-top {
    position: relative;
    display: block;
    width: calc(100% - 50px);
    max-width: 400px;
    margin: 0px auto 215px;
    padding-top: 250px;
}

.is-title {
    position: relative;
    display: block;
    margin-bottom: 77px;
    letter-spacing: 2px;
    width: calc(100% - 60px);
}

.is-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 290px;
    height: 208px;
    top: -108px;
    left: 100px;
    background: url('../../img/front/services/isotank/isotank-container-image.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.is-title-item {
    position: relative;
    display: table;
    font-size: 48px;
    font-family: gotham;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    margin-bottom: 10px;
    padding: 0px 5px;
}

.is-title-item:before {
    content: "";
    position: absolute;
    display: block;
    background: #da241d;
    height: 36px;
    width: 100%;
    top: 16px;
    left: 0px;
}

.is-title-item span {
    position: relative;
    display: block;
}

.is-desc {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: gotham;
    font-weight: bold;
    color: #fff;
    padding: 25px 0px;
    /* border-top: 5px solid #da241d; */
    /* border-bottom: 5px solid #da241d; */
    line-height: 30px;
    letter-spacing: 1.5px;
    padding-left: 5px;
    /* margin-bottom: 215px; */
}

.opening-anim {
    left: 300px;
    opacity: 0;
}

span.opening-anim {
    position: relative;
}

.is-desc:before {
    content: "";
    position: absolute;
    display: block;
    width: 500%;
    top: 0px;
    left: 200%;
    height: 5px;
    background: #da241d;
    opacity: 0;
}

.is-desc:after {
    content: "";
    position: absolute;
    display: block;
    width: 500%;
    bottom: 0px;
    right: 200%;
    height: 5px;
    background: #da241d;
    opacity: 0;
}

.is-desc-after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 60px;
    background: #da241d;
    top: calc(100% + 30px);
    left: calc(50% - 1px);
    overflow: hidden;
}

.is-desc-after:before {
    content: "";
    position: absolute;
    display: block;
    height: 300%;
    width: 100%;
    background: #fff;
    top: -200%;
    left: 0px;

    -webkit-animation: downslide 1.5s infinite;
    -moz-animation: downslide 1.5s infinite;
    -ms-animation: downslide 1.5s infinite;
    animation: downslide 1.5s infinite;
}

@keyframes downslide {
    0% { 
		top: -300%;
    }
    100% { 
		top: 100%;
    }
}



.is-container.opening-activate .is-desc:before {
    left: 0%;
    width: 100%;
    opacity: 1;

    -webkit-transition: 0.8s left 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    -moz-transition: 0.8s left 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    -ms-transition: 0.8s left 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    transition: 0.8s left 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
}

.is-container.opening-activate .is-desc:after {
    right: 0%;
    width: 100%;
    opacity: 1;

    -webkit-transition: 0.8s right 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    -moz-transition: 0.8s right 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    -ms-transition: 0.8s right 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    transition: 0.8s right 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
}



.is-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
}

.is-group {
    position: relative;
    display: block;
    width: 320px;
    margin-bottom: -60px;
    z-index: 1;
}

.is-group:last-child {
    margin-bottom: -30px;
}

.is-group:nth-child(even) {
    left: 380px;
}

.is-group-title {
    position: relative;
    display: table;
    padding: 0px 5px;
    margin-bottom: 22px;
}

.is-group-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    background: #da241d;
    top: 12px;
    left: 0px;
}

.is-group-title span {
    position: relative;
    display: block;
    font-size: 36px;
    font-family: gotham;
    line-height: 27px;
    color: #fff;
    letter-spacing: 2px;
}

.is-group-title span:before {
    content: "";
    position: absolute;
    display: block;
    background-size: contain !important;
}

.is-group-title.cleaning span:before {
    width: 34px;
    height: 40px;
    background: url('../../img/front/services/isotank/cleaning-icon.png') no-repeat;
    top: -7px;
    left: calc(100% + 10px);
}

.is-group-title.repair span:before {
    width: 40px;
    height: 40px;
    background: url('../../img/front/services/isotank/repair-icon.png') no-repeat;
    top: -7px;
    left: calc(100% + 10px);
}

.is-group-title.testing span:before {
    width: 40px;
    height: 40px;
    background: url('../../img/front/services/isotank/testing-icon.png') no-repeat;
    top: -7px;
    left: calc(100% + 10px);
}

.is-group-title.inspection span:before {
    width: 42px;
    height: 40px;
    background: url('../../img/front/services/isotank/inspection-icon.png') no-repeat;
    top: -7px;
    left: calc(100% + 10px);
}

.is-group-desc {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: roboto;
    color: #fff;
    line-height: 24px;
    margin-bottom: 25px;
}

.is-depo {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 660px;
    border: 5px solid #fff;
    padding: 65px 60px 65px 65px;
    color: #fff;
    margin: 0px auto 75px;
}

.is-depo-title {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: roboto;
    font-weight: bold;
    padding-bottom: 13px;
    line-height: 11px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    letter-spacing: 2px;
}

.is-depo-group {
    position: relative;
    display: block;
    font-size: 0px;
}

.is-depo-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
}

.is-depo-item:first-child {
    width: 185px;
}

.is-depo-item:last-child {
    width: calc(100% - 185px);
    padding-left: 6px;
}

.is-depo-item:last-child:before {
    content: ":";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}

.is-testimony {
    position: relative;
    display: block;
    text-align: left;
    width: calc(100% - 60px);
    max-width: 700px;
    margin: 0px auto 20px;
}

.is-testimony-title {
    position: relative;
    display: table;
    padding: 0px 5px;
    margin: 0px auto 55px;
}

.is-testimony-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    background: #da241d;
    top: 12px;
    left: 0px;
}

.is-testimony-title span {
    position: relative;
    display: block;
    text-align: center;
    font-size: 36px;
    font-family: gotham;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 28px;
    color: #fff;
}

.is-testimony-group {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: calc(100% - 60px); */
    width: calc(50% - 3px);
    max-width: 330px;
    margin-bottom: 50px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: roboto;
    line-height: 24px;
}

.is-testimony-group:nth-child(even) {
    padding-right: 25px;
}

.is-testimony-group:nth-child(odd) {
    padding-left: 25px;
}

.is-testimony-desc {
    position: relative;
    display: block;
    margin-bottom: 28px;
}

.is-testimony-name {
    position: relative;
    display: block;
    font-weight: bold;
}

.is-testimony-caption {
    font-style: italic;
}

.is-service {
    position: relative;
    display: block;
}

.is-service-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: roboto;
    color: #fff;
    line-height: 14px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 2px;
}

.is-service-group {
    position: relative;
    display: block;
    font-size: 0px;
    text-align: center;
}

.is-service-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 50px;
    border: 1px solid #fff;
    font-size: 14px;
    font-family: gotham;
    letter-spacing: 2px;
    color: #fff;
    line-height: 50px;
    background: transparent;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.is-service-link:first-child {
    margin-right: 20px;
}

.is-service-link:hover {
    background: #da241d;
    
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.is-service-link.active {
    background: #da241d !important;
}



.bottom-anim-container {
    top: 300px;
    opacity: 0;
}

.bottom-anim {
    top: 300px;
    opacity: 0;
}

p.bottom-anim {
    position: relative;
}

.bottom-anim-container.bottom-activate:before {
    right: -42;
    opacity: 1;

    -webkit-transition: 0.8s right 1.1s, 0.8s opacity 1.1s;
    -moz-transition: 0.8s right 1.1s, 0.8s opacity 1.1s;
    -ms-transition: 0.8s right 1.1s, 0.8s opacity 1.1s;
    transition: 0.8s right 1.1s, 0.8s opacity 1.1s;
}

.bottom-anim-container.bottom-activate:after {
    left: -107;
    opacity: 1;

    -webkit-transition: 0.8s left 1.1s, 0.8s opacity 1.1s;
    -moz-transition: 0.8s left 1.1s, 0.8s opacity 1.1s;
    -ms-transition: 0.8s left 1.1s, 0.8s opacity 1.1s;
    transition: 0.8s left 1.1s, 0.8s opacity 1.1s;
}

.left-anim-container {
    opacity: 0;
    left: -300px;
}

.left-anim {
    opacity: 0;
    left: -300px;
}

span.left-anim {
    position: relative;
}

img.left-anim {
    position: relative;
}

.right-anim-container {
    opacity: 0;
    left: 300px;
}

.right-anim {
    opacity: 0;
    left: 300px;
}

span.right-anim {
    position: relative;
}

img.right-anim {
    position: relative;
}


/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
	.is-title-item {
        font-size: 44px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
	.is-group {
        width: 450px;
        display: block;
        left: 0px !important;
        margin: 0px auto 80px;
    }

    .is-group-title {
        /* width: 100%; */
        /* text-align: left; */
        margin: 0px 0px 25px;
    }

    .is-group-desc {
        text-align: left;
    }

    .is-group-desc br {
        display: none;
    }

    .is-group-image {
        position: relative;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	
}

@media screen and (max-width : 500px) {
    .is-top {
        padding-top: 280px;
        margin-bottom: 150px;
    }

    .is-title {
        margin-bottom: 55px;
    }

    .is-title:before {
        left: 50px;
        width: 220px;
    }

	.is-title-item {
        font-size: 37px;
        line-height: 30px;
    }

    .is-title-item:before {
        height: 25px;
    }

    .is-desc {
        padding: 15px 0px;
        font-size: 13px;
    }

    .is-group {
        width: calc(100% - 50px);
    }

    .is-depo {
        padding: 30px;
        width: calc(100% - 50px)
    }

    .is-depo-group {
        margin-bottom: 10px;
    }

    .is-depo-item {
        display: block;
        padding: 0px !important;
    }

    .is-depo-item:first-child {
        display: table;
        width: auto;
        padding-right: 10px !important;
    }

    .is-depo-item:first-child:before {
        content: ":";
        position: absolute;
        display: block;
        right: 0px;
        top: 0px;
    }

    .is-depo-item:last-child {
        width: 100%;
    }

    .is-depo-item:last-child:before {
        display: none;
    }

    .is-group {
        margin-bottom: 50px;
    }

    .is-group:last-child {
        margin-bottom: 50px;
    }

    .is-group-title:before {
        height: 28px;
        top: 10px;
    }

    .is-group-title span {
        font-size: 28px;
    }

    .is-testimony-title:before {
        height: 28px;
        top: 10px;
    }

    .is-testimony-title span {
        font-size: 32px;
    }

    .is-testimony-group {
        padding: 0px !important;
        width: 100%;
        display: block;
        /* text-align: center; */
        max-width: none;
    }

    .is-service-link {
        margin: 0px 0px 20px 0px !important;
    }

    .is-service-link:last-child {
        margin-bottom: 0px !important;
    }
}