.about-container {
    position: relative;
    display: block;
    background: url('../../img/front/about/about-background.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    padding-bottom: 130px;
    overflow: hidden;
}

.about-back {
    position: fixed;
    display: block;
    width: 100%;
    height: 707px;
    left: 0px;
    top: 0px;

    -webkit-transition: left 0.8s;
	-moz-transition: left 0.8s;
	-ms-transition: left 0.8s;
	transition: left 0.8s;
}

.container.contact-active .about-back {
	left: -600px;

	-webkit-transition: left 0.8s;
	-moz-transition: left 0.8s;
	-ms-transition: left 0.8s;
	transition: left 0.8s;
}

.about-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;
    }
}

.about-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;
    }
}

.about-content {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    max-width: 430px;
    padding-top: 140px;
    margin: 0px auto 60px;
}

.about-title {
    position: relative;
    display: block;
    margin: 0px 0px 37px;
}

.about-title > span {
    position: relative;
    display: table;
    padding: 0px 5px;
}

.about-title > span:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 35px;
    background: #da241d;
    left: 0px;
    top: 23px;
}

.about-title > span > span {
    position: relative;
    display: block;
    font-size: 48px;
    font-family: gotham;
    color: #fff;
    line-height: 48px;
    letter-spacing: 3px;
}

.about-desc {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 26px;
    font-family: roboto;
    color: #fff;
}

.about-desc p {
    margin: 0px 0px 26px;
}

.about-desc-group {
    position: relative;
    display: block;
    font-size: 0px;
}

.about-desc-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 26px;
    font-family: roboto;
}

.about-desc-item:first-child {
    width: 93px;
}

.about-desc-item:last-child {
    width: calc(100% - 93px);
    padding-left: 8px;
}

.about-desc-item:last-child:before {
    content: ":";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}

.about-list {
    position: relative;
    display: block;
    font-size: 15px;
    padding-left: 11px;
}

.about-list:before {
    content: "•";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
}

.about-icon-container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 640px;
    margin: 0px auto 60px;
}

.about-icon-group {
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    text-align: center;
    font-size: 0px;
}

.about-icon-group.prahu-hub {
    background: #5cb85c;
}

.about-icon-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 240px;
    background-position: 50% !important;
    background-size: cover !important;
}

.about-icon-item.laptop {
    background: url('../../img/front/about/laptop-image.jpg') no-repeat;
}

.about-icon-item.connecting {
    font-size: 30px;
    font-family: gotham;
    color: #5cb85c;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 36px;
    background: #fff;
}

.about-icon-item.isotank {
    background: url('../../img/front/about/isotank-image.jpg') no-repeat;
}

.about-icon-item.reefer {
    background: url('../../img/front/about/reefer-image.jpg') no-repeat;
}

.about-see {
    position: relative;
    display: block;
    text-align: center;
}

.about-see-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;
}

.about-see-group {
    position: relative;
    display: block;
    font-size: 0px;
    text-align: center;
    width: calc(100% - 60px);
    margin: auto;
}

.about-see-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 50px;
    border: 1px solid #fff;
    background: transparent;
    font-size: 14px;
    font-family: gotham;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin-right: 20px;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.about-see-link:last-child {
    margin-right: 0px;
}

.about-see-link:hover {
    background: #da241d;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.opening-anim {
    opacity: 0;
    top: 250px;
}

p.opening-anim {
    position: relative;
}

.left-anim-container {
    opacity: 0;
    left: -300px;
}

.left-anim {
    opacity: 0;
    left: -300px;
}

.right-anim-container {
    opacity: 0;
    left: 300px;
}

.right-anim {
    opacity: 0;
    left: 300px;
}



/* Desktops and laptops */
@media screen and (min-width : 1224px) {

}

/* Tablet */
@media screen and (max-width: 1024px) {
	.about-see-link {
        width: calc(50% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }

    .about-see-link:nth-child(even) {
        margin-right: 0px;
    }

    .about-container {
        background-size: 100% auto !important;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
	
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.about-container {
        background-size: 100% auto !important;
    }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	.about-container {
        background-size: auto 100% !important;
    }
}

@media screen and (max-width : 500px) {
    .about-container {
        background-size: auto 100% !important;
    }

	.about-title > span > span {
        font-size: 40px;
    }

	.about-title > span:before {
        height: 30px;
        top: 20px;
    }

    .about-desc {
        font-size: 14px;
    }

    .about-see-group {
        width: calc(100% - 50px);
    }

    .about-see-link {
        width: 100%;
        margin-bottom: 20px;
        /* margin-right: 20px; */
    }

    .about-icon-item {
        height: 170px;
    }

    .about-icon-container {
        max-width: 340px;
    }

    .about-icon-item.connecting {
        font-size: 18px;
        letter-spacing: 2.5px;
    }

    .about-icon-group {
        height: 170px;
    }

    .about-icon-image {
        width: 320px;
    }
}