@font-face {
    font-family: ProximaBlack;
    src: url('/templates/font/Proxima/ProximaNova-Black.otf');
}

@font-face {
    font-family: Proxima;
    src: url('/templates/font/Proxima/ProximaNova-Reg.otf');
}

@font-face {
    font-family: ProximaBold;
    src: url('/templates/font/Proxima/ProximaNova-Bold.otf');
}

@font-face {
    font-family: ProximaLight;
    src: url('/templates/font/Proxima/ProximaNova-Light.otf');
}

.container>div {
	width: 75rem;
}

body, h1, h2, h3, p{
    margin: 0;
    padding: 0;
    font-family: Proxima;
}

.container {
	display: flex;
	justify-content: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1rem;
}

.flex {
	display: flex;
}

.flexV {
	display: flex;
	flex-direction: column;
}

.container > div {
    width: 75rem;
}

.hero {
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    background: url(/templates/images/layout/img_cat/tables.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    display: flex;
}

.logo {
    position: absolute;
    left: 13.75rem;
    top: 3.75rem;
    height: 4.4rem;
    z-index: 5;
}

.transback {
    padding-left: 13.75rem;
    padding-top: 21rem;
}

.transback h1 {
    font-size: 8.5rem;
    color: #fff;
    font-family: ProximaBold;
    text-transform: uppercase;
    width: 45rem;
    line-height: 8rem;
    position: relative;
    z-index: 3;
}

.transback img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: 1;
}

.blockh2 {
    display: flex;
    margin-top: 4rem;
}

.blockh2 > div{
    width: 11.06rem;
    height: 0.31rem;
    background: #fff;
    position: relative;
    z-index: 3;
    margin-top: 1rem;
}

.blockh2 > h2 {
    font-size: 2.5rem;
    color: #fff;
    position: relative;
    line-height: 2.4rem;
    z-index: 3;
    text-transform: uppercase;
    padding-left: 0.5rem;
}

.flexenter {
    width: 100%;
    display: flex;
    justify-content: center;
}

.showoff {
    display: flex;
    width: 72rem;
    padding-top: 4rem;
    padding-bottom: 8rem;
}

.showoff.wide {
    width: 91rem;
    padding-top: 7.8rem;
}

.showoff .img{
    width: 34.4rem;
}

.showoff.wide .img {
    width: 46rem;
}

.showoff.wide.small .img {
    width: 41rem;
}

.showoff .text {
    width: 27rem;
    margin-left: 10.5rem;
}

.showoff.wide .text{
    width: 39rem;
    margin-left: 8rem;
}

.img.grill {
    margin-top: 7rem;
}

.text {
    position: relative;
    margin-top: 8.75rem;
}

.text .ghost, .whitebox .ghost{
    position: absolute;
    left: -5rem;
    top: -7rem;
    font-size: 11.5rem;
    color: #cbb3b6;
    font-family: ProximaBold;
    z-index: -1;
}

.text h2, .whitebox h2 {
    font-size: 5rem;
    color: #283c5f;
    line-height: 4rem;
    font-family: ProximaBold;
}

.text p, .whitebox p {
    font-size: 1.56rem;
    color: #000;
    padding-top: 1rem;
}

.showoff .img img {
    width: 100%;
    height: auto;
}

.food {
    background: url(/templates/images/layout/img_cat/food.jpg) no-repeat center;
    background-size: cover;
    padding: 7.2rem 0 11.25rem 0;
}

.whitebox {
    background: #fff;
    padding: 6rem 5rem 5rem 5rem;
    width: 47rem;
    margin-left: 21.5rem;
    box-sizing: border-box;
    position: relative;
}

.whitebox h2{
    position: relative;
    z-index: 2;
}

.whitebox span.ghost{
    top: -2rem;
    left: 0.7rem;
    z-index: 1;
}

.prefoot {
    margin-top: 4rem;
}

footer a {
	text-decoration: none;
}

footer a:hover p {
	color: red;
}


.footer-logo {
	width: 12.5rem;
}

footer {
	padding: 2rem 0;
	background: #20314d;
}

.footprint {
	justify-content: space-between;
	flex-wrap: wrap;
}

.footprint h3 {
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 1rem;
}

.footprint ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footprint ul li a,
.footprint p ,
.footprint a.p{
	color: #fff;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.footprint ul li {
	margin: 0.3rem 0;
}

.footprint ul li a:hover {
	color: red;
}

.footprint ul li:first-child{
	margin-top: 0;
	margin-bottom: 1rem;
}

.footprint ul li:first-child a{
	text-transform: uppercase;
	font-size: 1.1rem;
	color: #fff !important;
	opacity: 1;
	cursor: default;
}



/****** copoy **/

.copy {
	background: #304770;
	padding: 1rem;
}

.copy-inner {
	color: #fff;
	justify-content: space-between;
}

.copytext {
	color: #b6b6b6;
}

a.red {
	color: #ff0000;
	font-family: ProximaBlack;
	text-decoration: underline;
}

.red span {
	color: #fff;
	text-decoration: underline;
}

@media screen and (max-width: 1500px) {
    .whitebox {
        margin-left: 0;
    }
    .food {
        display: flex;
        justify-content: center;
    }
    .showoff .text {
        margin-left: 6rem;
    }
    .showoff.wide.small .img {
        width: 33rem;
    }
    .showoff.wide .text {
        margin-left: 6rem;
        width: 30rem;
    }
    .text h2, .whitebox h2 {
        font-size: 4rem;
    }
    .showoff.wide .img {
        width: 35rem;
    }
}

@media screen and (max-width: 1150px) {
    .transback {
        padding-left: 8rem;
        padding-top: 15rem;
    }
    .logo {
        left: 8rem;
    }
    .showoff .img,
    .showoff.wide .img,
    .showoff.wide.small .img{
        width: 25rem;
    }
    .img.grill {
        margin-top: 14rem;
    }
    .showoff.wide {
        padding-top: 6rem;
        padding-bottom: 0rem;
    }
    .showoff.wide .text {
        margin-top: 4rem;
    }
}


@media screen and (max-width: 1000px) {
    .showoff .text {
        margin-left: 2rem;
    }
    .showoff .img, .showoff.wide .img, .showoff.wide.small .img {
        width: 18rem;
    }
    .showoff .text {
        width: 22rem;
    }
    .text p, .whitebox p {
        font-size: 1.2rem;
    }
    .text h2, .whitebox h2 {
        font-size: 2.8rem;
        line-height: 2.5rem;
    }
    .showoff.wide .text {
        margin-left: 3rem;
        width:  22rem;
    }
    .transback h1 {
        font-size: 5rem;
        line-height: 5rem;
    }
    .blockh2 > div {
        width: 5rem;
    }
    .blockh2 > h2 {
        font-size: 1.8rem;
        line-height: 1.8rem;
    }
    .transback img {
        width: 100%;
    }
    .transback h1 {
        width: 30rem;
    }
    .food {
        padding: 3rem 0;
    }
}

@media screen and (max-width: 900px) {
    .footer-logo {
		margin: 2rem 0;
    }
    .logo-foot {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	footer {
		padding: 0;
	}
	.item-foot {
		width: 50%;
		display: flex;
		justify-content: center;
	}
	.item-foot>div {
		width: 9rem;
		padding-bottom: 2rem;
		text-align: left;
	}
}

@media screen and (max-width: 700px) {
    .transback {
        padding: 10rem 0 0 2rem;
    }
    .blockh2 {
        margin-top: 2.5rem;
    }
    .transback h1 {
        width: 20rem;
    }
    .img.grill {
        margin-top: 3rem;
    }
    .showoff .img img {
        margin-bottom: 3rem;
    }
    .logo {
        left: 2rem;
        top: 2rem;
    }
    .showoff {
        flex-direction: column;
        align-items: center;
    }
    #newtech {
        flex-direction: column-reverse;
        padding-top: 0rem;
    }
}

@media screen and (max-width: 450px) { 
    .transback h1 {
        width: 18rem;
        font-size: 3rem;
        line-height: 3rem;
    }
    .blockh2 > div {
        width: 3rem;
    }
    .blockh2 > h2 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
    .showoff .text,
    .showoff.wide .text {
        width: 17.5rem;
        margin-left: 0.5rem;
    }
    .text h2, .whitebox h2 {
        font-size: 2.2rem;
        line-height: 2rem;
    }
    .text p, .whitebox p {
        font-size: 1rem;
    }
    .showoff {
        padding-bottom: 4rem;
    }
    .text {
        margin-top: 4rem;
    }
    .whitebox {
        padding: 3rem;
    }
    .text .ghost, .whitebox .ghost {
        font-size: 8rem;
    }
    .text .ghost, .whitebox .ghost {
        left: -1rem;
        top: -5.3rem;
    }
    .whitebox span.ghost {
        top: -1rem;
    }
}