

* {
    box-sizing: border-box;
}

html, body{
	font-family: Roboto !important;
	overflow-x: hidden;
}





svg {
	vertical-align: middle;
}
.scroll-down {
	width: 40px;
	height: 40px;
	bottom: 35px;
	padding-left: 7px;
	cursor: pointer;
	z-index: 2;
	color: #c7c4b8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll-down.svg svg {
	stroke: 30px;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	margin-top:20px;
}

.scroll-down.svg .stroke {
	stroke: #c6c6c6;
	stroke-width: 2px;
}

.scroll-down.svg .scroller {
	fill: #c6c6c6;
	-webkit-animation: updown 1s infinite;
	-moz-animation: updown 1s infinite;
	-o-animation: updown 1s infinite;
	animation: updown 1s infinite;
}

.scroll-down.svg svg:hover .stroke{
	stroke: #7A7A7A;
}

.scroll-down.svg svg:hover .scroller{
	fill: #7A7A7A;
}


@-webkit-keyframes updown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@-moz-keyframes updown {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-moz-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@-o-keyframes updown {
	0% {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-o-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}
@keyframes updown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}
	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}





#mobil-page{
	display: none;
}


#scroll-down{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}


#scroll-down img{
	width: 35px;
	height: auto;
}

header{
	width: 90%;
	height: auto;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	margin:auto;
	padding: 20px 20px;
	box-sizing: border-box;
}

#logo{
	width: 226px;
	height: 88px;
	float: left;
}





#header-right{
	width: auto;
	height: auto;
	float: right;
	margin: 20px 0px;
}


#akfix-logo{
	margin-right: 30px;
}

#akfix-logo-white{
	margin-right: 30px;
	display: none;
}


#header-right a{
	font-size:16px;
	text-decoration: none;
	color:#fff;
}


.sticky{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #CF0511;
	padding: 10px 100px;
	box-sizing: border-box;
	box-shadow: 0px 0px 5px 0px #222;
}

.sticky #logo{
	width: 120px !important;
	height: auto;
}

.sticky #header-right{
	margin: 0px;
	margin-top: 10px;
}


.sticky #header-right a{
	font-size:14px !important;
}
.sticky #header-right a:hover{
	color:#253286;
}

.sticky #akfix-logo{
    display: none;
}

.sticky #akfix-logo-white{
	display: inline-block;
	margin-top:4px;
}

#languages{
	float: right;
	margin-top:12px;
}

#languages a:hover{
	color:#CF0511;
}

#languages span{
	font-size:12px;
	color:#fff;
	padding: 0px 5px;
}


	#banner-text{
		width: 45%;
		max-width: 600px;
		position: absolute;
		z-index: 3;
		box-sizing: border-box;
		top:200px;
		left: 7%;
	}

	#banner-text h1{
		font-size:54px;
		line-height: 54px;
		font-weight: normal;
		display: block;
		color:#fff;
	}


	#banner-text h1 strong{
		display: block;
		color:#fff;
	}


	#banner-text p{
		width: 85%;
		font-size:18px;
		line-height: 26px;
		color: #fff;
		margin-top: 45px;
	}



#video-area{
	width: 320px;
	height: auto;
	position: absolute;
	z-index: 99999;
	right: 0;
	top: 30%;
	margin: auto;
	margin-right:8%;
}


#video-area #video-image{
	width: 100%;
	height: auto;
}

#play-hover{
	display: none;
	position: absolute;
	top:0px;
	bottom: 0px;
	left:0px;
	right: 0px;
	margin: auto;
}

#video-play-btn{
	height: 39px;
	position: absolute;
	top:0px;
	bottom: 0px;
	left:0px;
	right: 0px;
	margin: auto;
	display: block;
	text-align: center;
}

#video-play-btn:hover #play-icon{
	display: none;
}

#video-play-btn:hover #play-hover{
	display: block;
}

	.full-bg{
		width: 100%;
		height: auto;

	}

	#full-image-bg{
		width: 100%;
		height: auto;
	}




    .content-area-1{
        width: 100%;
        overflow: auto;
        background-color: #f3f3f3;
        margin-top: 80px;
		padding: 50px 0px;
		display: flex;
		align-items: center;
    }

	.content-area-1-left{
		width: 40%;
		height: auto;
		float: left;
		margin-left: 7%;
	}

		.content-area-1-left img{
			width: 100%;
			max-width: 700px;
			height: auto;
		}

	.content-area-1-right{
		width: 40%;
		height: auto;
		float: right;
		margin-right: 5%;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.content-area-1-right h2{
		font-size:60px;
		font-weight: bold;
		color:#4D4D4D;
		display: block;
		line-height: 65px;
	}

	.content-area-1-right span{
		font-size:60px;
		color:#4D4D4D;
	}




	/* Content 2 */
	.content-area-2{
		width: 100%;
		height: auto;
		height: 568px;
		background-image: url("../image/bg/thermcoat-content-bg-2.png");
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}


	.content-area-2 strong{
		font-size:70px;
		color:#fff;

	}


	.content-area-2 span{
		font-size:50px;
		color:#fff;
		margin-top: 10px;
	}

	.content-area-2 span strong{
		font-size:50px;
		color:#fff;
		margin-top: 10px;
	}




	/* Content 3 */
	.content-area-3{
		width: 100%;
		overflow: auto;
		max-height: 924px;
		background-image: url("../image/bg/3mk-bg.png");
		background-position: bottom center;
		background-repeat: no-repeat;
		padding:50px 0px 200px 0px;
		display: table;
	}


	.content-area-3-left{
		width: 40%;
		/*overflow: auto;*/
		height: auto;
		margin-left:4%;
		display: flex;
		float: left;
	}



	.content-area-3-left-img img{
		width: auto;
		max-width: 213px;
		height: auto;
		float: left;
	}

	#content-area-3-text{
		width: 100%;
		height: auto;
		margin-left: 30px;
		padding-top:15%;
		padding-bottom:25%;
		box-sizing: border-box;
		color:#fff;
	}

	#content-area-3-text span{
		font-size:60px;
	}

	#content-area-3-text strong{
		font-size:194px;
		margin-left:30px;
	}

	#content-area-3-text p{
		width: 85%;
		font-size:24px;
		line-height: 34px;
		margin-left:60px;
	}



	.content-area-3-right{
		width: 40%;
		overflow: auto;
		float: right;
		margin-left: 4%;
		margin-top:4%;

	}


	#content-area-3-right-text{
		width: 80%;
		height: auto;
		color:#fff;
		overflow: hidden;
	}

	#content-area-3-right-text h2{
		font-size:24px;
		margin-bottom:20px;
		line-height: 34px;
		display: block;
		letter-spacing: 1px;
	}

	#content-area-3-right-text p{
		font-size:20px;
		margin-bottom:20px;
		line-height: 30px;
	}



	/* Content 4 */
	.content-area-4-title{
		width: 100%;
		height: auto;
		text-align: center;
	}

	.content-area-4-title strong{
		font-size: 70px;
		color: #4D4D4D;
		display: block;
	}

	.content-area-4-title p{
		font-size: 30px;
		color: #4D4D4D;
		margin-top:10px;
	}

	.content-area-4{
		width: 100%;
		height: auto;
		text-align: center;
		display: flex;
		align-items: center;
	}

	.content-area-4-left{
		width: 40%;
		height: auto;
		float: left;
		margin-left: 5%;
		margin-top: 60px;
	}

	.content-area-4-left img{
		width: 100%;
		max-width: 700px;
		height: auto;
	}


	.content-area-4-right{
		width: 50%;
		height: auto;
		float: right;
		margin-left: 5%;
		padding-left: 20px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}


	.application-materials{
		width: 26%;
		overflow: auto;
		text-align: left;
		margin-bottom: 5px;
		padding: 10px;
	}


	.application-materials img{
		width: 100%;
		height: auto;
	}

	.application-materials span{
		font-size:20px;
		margin-top:10px;
		display: block;
		color: #4D4D4D;
	}




    /* Content 5 */
    .content-area-5{
        width: 100%;
        overflow: auto;
        background-color: #253286;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:80px 0px;
    }


    .content-area-5-right{
        width: auto;
        height: auto;
        float: right;
        margin-left: 5%;
        margin-right: 5%;
    }

    .content-area-5-right img{
        width: 100%;
        max-width: 396px;
        height: auto;
    }

    .content-area-5-left{
        width: 50%;
        height: auto;
        float: left;
        margin-left: 5%;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .content-area-5-left h3{
        font-size:40px;
        font-weight: bold;
        color:#fff;
        display: block;
        line-height: 50px;
    }

    .content-area-5-left ul{
        margin-top: 30px;
    }


    .content-area-5-left ul li{
        font-size:20px;
        color:#fff;
        line-height: 34px;
        list-style-type: circle;
        margin: 15px 50px;
    }







	/* Content 6 */
	.content-area-6{
		width: 100%;
		overflow: auto;
		min-height: 380px;
		background-image: url("../image/product-bg-6.jpg");
		background-repeat: no-repeat;
		background-position: bottom center;
		padding:80px 0px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}


	.content-area-6-right{
		width: 45%;
		height: auto;
		float: right;
		margin-right: 5%;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.content-area-6-right h3{
		font-size:40px;
		font-weight: bold;
		color:#fff;
		display: block;
		line-height: 50px;
	}

	.content-area-6-right ul{
		margin-top: 30px;
	}


	.content-area-6-right ul li{
		font-size:20px;
		color:#fff;
		line-height: 34px;
		list-style-type: circle;
		margin: 15px 50px;
	}



	/* Content 7 */
	.content-area-7{
		width: 100%;
		height: auto;
		background-color: #00B09B;
		padding: 10px 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}


	.content-area-7-icons{
		width: auto;
		height: 100px;
		margin: 10px;
		display: flex;
		align-items: center;
	}



	.content-area-7-icons strong{
		font-size:14px;
		color:#fff;
		margin-left:20px;
		line-height: 20px;
	}

	.icon-lines{
		width: 1px;
		height: 100px;
		background-color: #058879;
		margin: 0px 2%;
	}







	/* Content 8 */
	.content-area-8{
		position: relative;
		width: 100%;
		height: 500px;
		background: #f3f3f3;
		box-sizing: border-box;
	}


	.content-area-8:after{
		position: absolute;
		width: 100%;
		height: 100%;
		content: '';
		background: inherit;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform-origin: bottom right;
		transform: skewY(-5deg);
	}


	.content-area-8-left{
		width: 40%;
		height: auto;
		float: left;
		margin-left: 10%;
		margin-top: 5%;
	}


	.content-area-8-left h4{
		font-size:40px;
		font-weight: bold;
		color:#4D4D4D;
		display: block;
		line-height: 44px;
	}



	.content-area-8-left p{
		width: 80%;
		font-size:24px;
		color:#4D4D4D;
		line-height: 34px;
		margin-top: 40px;
	}


	.content-area-8-right{
		width: 50%;
		max-width: 892px;
		height: auto;
		float: right;
	}

	.content-area-8-right img{
		width: 100%;
		max-width: 892px;
		height: auto;
	}







	/* Content 9 */
	.content-area-9{
		position: relative;
		width: 100%;
		overflow: hidden;
	}


	.content-area-9-right{
		width: 40%;
		height: auto;
		float: right;
		margin-right: 5%;
		margin-top: 8%;
	}


	.content-area-9-right h4{
		font-size:40px;
		font-weight: bold;
		color:#4D4D4D;
		display: block;
		line-height: 44px;
	}



	.content-area-9-right p{
		width: 80%;
		font-size:24px;
		color:#4D4D4D;
		line-height: 34px;
		margin-top: 40px;
	}


	.content-area-9-left{
		width: 50%;
		max-width: 961px;
		height: auto;
		float: left;
	}

	.content-area-9-left img{
		width: 100%;
		max-width: 962px;
		height: auto;
	}







/* Content 10 */
.content-area-10{
	position: relative;
	width: 100%;
	height: 500px;
	background: #f3f3f3;
	box-sizing: border-box;
}


.content-area-10:after{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform-origin: bottom right;
	transform: skewY(-5deg);
}


.content-area-10-left{
	width: 40%;
	height: auto;
	float: left;
	margin-left: 5%;
	margin-top: 7%;
}


.content-area-10-left h5{
	font-size:34px;
	font-weight: bold;
	color:#4D4D4D;
	display: block;
	line-height: 36px;
}

.content-area-10-left ul{
	margin-top: 40px;
}


.content-area-10-left ul li{
	font-size:20px;
	color:#4D4D4D;
	line-height: 34px;
	list-style-type: circle;
	margin: 10px 50px;
}



.content-area-10-right{
	width: 55%;
	max-width: 1033px;
	height: auto;
	float: right;
}

.content-area-10-right img{
	width: 100%;
	max-width: 1033px;
	height: auto;
	margin-top:-2px;
}



	/* Content Document Area */

	.content-document-area{
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		margin-top:70px;
	}

	.documents-area-1{
		width: 100%;
		height: 110px;
		background-color: #00B09B;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.documents-area-2{
		width: 100%;
		height: 110px;
		background-color: #CF0511;
		display: flex;
		align-items: center;
		justify-content: center;
	}


	.documents-area-3{
		width: 100%;
		height: 110px;
		background-color: #5B5B5B;
		display: flex;
		align-items: center;
		justify-content: center;
	}



    .document-icon{width:64px;height:64px;float:left;}
    .document-text{width:auto;overflow:auto;float:left;font-size:14px;margin-left:20px;color:#fff;line-height:20px; letter-spacing: 0.5px;}
    .document-text strong{display:block;font-size:16px}
    .document-text span{font-weight:600;font-size:14px}
    .document-text a{color:#fff;text-decoration:none}
    .document-text:hover {color:#000;}








    /* Photo Gallery */
    .row {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
    }

    /* Create four equal columns that sits next to each other */
    .column {
        flex: 25%;
        max-width: 25%;
        padding: 0px;

    }

    .column img {
        vertical-align: middle;
		border:1px solid #fff;
    }

    .column img:hover {
        opacity: 0.5;
    }




	.footer-left{
		width: 42%;
		height: auto;
		float: left;
		margin-left: 5%;
		margin-top:50px;
	}


	.footer-left p{
		font-size:15px;
		color:#7A7A7A;
		margin: 20px 0px;
		line-height: 20px;
	}

	.footer-left a{
		font-size:20px;
		color:#7A7A7A;
		line-height: 26px;
		text-decoration: none;
		margin: 0px 10px 0px 0px;
	}


	.footer-left a:hover{
		color:#CF0511;
	}






	.footer-right{
		width: 42%;
		height: auto;
		float: right;
		margin-right: 5%;
		margin-top:50px;

	}

	.ast-area{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.ast-area span{
		font-size:14px;
		text-align: right;
		margin-right: 20px;
		color:#7A7A7A;
		line-height: 20px;
	}


	.ast-area strong{
		font-weight: bold;
	}




	#copyright{
		width: 40%;
		font-size:14px;
		color:#A1A1A1;
		line-height: 18px;
		display: block;
		margin-top:-10px;
		float: right;
		text-align: right;
		margin-right: 5%;
		margin-bottom: 100px;
	}




@media only screen and (max-width: 1600px) {

		#banner-text h1{
			font-size:36px;
			line-height: 40px;
		}


		#banner-text p{
			width: 75%;
			font-size:18px;
			line-height: 28px;
		}


		#video-area{
			width: 250px;
			height: 140px;
		}




	}




	@media only screen and (max-width: 1380px) {

		#banner-text h1{
			font-size:34px;
			line-height: 36px;
			margin-top: -30px;
		}


		#banner-text p{
			width: 70%;
			font-size:16px;
			line-height: 24px;
			margin-top: 20px;
		}

		#video-area{
			width: 220px;
			height: 125px;
			top:25%;
		}



		.content-area-1-right h2{
			font-size:60px;
			line-height: 55px;
		}

		.content-area-1-right span{
			font-size:40px;
		}




		.content-area-3-left-img img{
			max-width: 150px;
		}


		#content-area-3-text span{
			font-size:35px;
		}

		#content-area-3-text strong{
			font-size:140px;
		}

		#content-area-3-text p{
			font-size:20px;
			line-height: 30px;
			margin-left: 50px;
		}



		.content-area-3-right{
			margin-top:2%;
		}

		#content-area-3-right-text h2{
			font-size:20px;
			line-height: 28px;
		}

		#content-area-3-right-text p{
			font-size:16px;
			line-height: 24px;
		}


		.content-area-6-right{
			width: 60%;
		}


	}




	@media only screen and (max-width: 1180px) {

		#logo{
			width: 170px;
			height: auto;
		}

		#banner-text h1{
			font-size:30px;
			line-height: 34px;
			margin-top: -40px;
		}


		#banner-text p{
			width: 75%;
			font-size:14px;
			line-height: 24px;
			margin-top: 20px;
			font-weight:normal;
		}

		#video-area{
			width: 190px;
			height: 107px;
		}



		.application-materials{
			margin: 0px;
			padding: 10px;
		}


		.application-materials span{
			font-size:16px;
		}


        .content-area-5-left ul li{
            font-size:16px;
            line-height: 26px;
        }


		.content-area-6-right{
			width: 70%;
		}


		.content-area-6-right ul li{
			font-size:18px;
			line-height: 24px;
		}


		.content-area-8{
			height: 400px;
		}


		.content-area-8-left h4{
			font-size:30px;
			line-height: 40px;
			margin-top: 20px;
		}



		.content-area-8-left p{
			font-size:18px;
			line-height: 28px;
		}



		.content-area-9-right h4{
			font-size:30px;
			line-height: 40px;
			margin-top:20px;
		}


		.content-area-9-right p{
			font-size:18px;
			line-height: 28px;
		}




		.content-area-10{
			height: 400px;
		}


		.content-area-10-left h5{
			font-size:30px;
			line-height: 40px;
			margin-top: 20px;
		}



		.content-area-10-left ul li{
			font-size:18px;
			line-height: 28px;
		}


		.column {
			flex: 50%;
			max-width: 50%;
		}


		.content-area-7-icons img{
			width: 70px
		}


	}



	@media only screen and (max-width: 1000px) {

		#banner-text h1{
			width: 300px;
			font-size:30px;
			line-height: 34px;
			margin-top: -30px;
		}


		#banner-text p{
			display: none;
		}



		.content-area-3-right{
			margin-top:1%;
		}

		#content-area-3-right-text h2{
			font-size:18px;
		}

		#content-area-3-right-text p{
			font-size:14px;
			line-height: 22px;
		}


		.content-area-7-icons{
			min-width: 220px;
			margin-top:20px;
			margin-bottom:20px;
		}

		.icon-lines{
			display: none;
		}


		.content-area-9 {
			margin-top: 8%;
		}

		.content-area-9-right {
			margin-top: 2%;
		}


		.documents-area-1, .documents-area-2, .documents-area-3{
			padding: 0px 20px;
		}

		.document-text div{display:none;}


		.footer-left{
			width: 45%;
			margin-left: 2%;
		}


		.footer-right{
			width: 45%;
			margin-right: 2%;
		}

		.ast-area span{
			font-size:12px;
		}


	}



	@media only screen and (max-width: 780px) {

		#web-page{
			display: none;
		}

		#mobil-page{
			display: block;
		}




	}
