/* FONTS */

@font-face {
	font-family: 'Open Sans Light';
	src: url('../fonts/OpenSans-Light.eot');
	src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Light.woff') format('woff'),
		url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Bold.woff') format('woff'),
		url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Regular';
	src: url('../fonts/OpenSans.eot');
	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans.woff') format('woff'),
		url('../fonts/OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Semibold';
	src: url('../fonts/OpenSans-Semibold.eot');
	src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans-Semibold.woff') format('woff'),
		url('../fonts/OpenSans-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans LightItalic';
	src: url('../fonts/OpenSansLight-Italic.eot');
	src: url('../fonts/OpenSansLight-Italic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSansLight-Italic.woff') format('woff'),
		url('../fonts/OpenSansLight-Italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}


html{
    font-size: 62.5%;
}

@media screen and (min-width:1780px) and (max-width:1919px){
    html{
        font-size: 58%;
    }
}

@media screen and (min-width:1680px) and (max-width:1779px){
    html{
        font-size: 55%;
    }
}

@media screen and (min-width:1580px) and (max-width:1679px){
    html{
        font-size: 52%;
    }
}

@media screen and (min-width:1480px) and (max-width:1579px){
    html{
        font-size: 50%;
    }
}

@media screen and (max-width:1479px){
    html{
        font-size: 48%;
    }
}

@media screen and (max-width:768px){
    html{
        overflow-x: hidden;
    }
}

body {
    font-family: 'Open Sans Regular';
    background: #ffffff;
    color: #3D3D3C;
    font-size: 14px;
    font-size: 1.4rem;
	width: 100%;
    height: 100%;
    padding: 0;
	overflow-x: hidden;
}

a {
	cursor: pointer;
}

/*
@media screen and (max-width:992px){
    body{
        font-size: 1.34vmax;
        line-height: 1.77vmax;
    }
}

@media screen and (max-width:768px){
    body{
        font-size: 15px;
    }
}
*/

nav ul {
  list-style: none; }


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }


h2, h3, h4{
    font-family: 'Open Sans Bold';
    color: #3D3D3C;
}


h1{
    font-family: 'Open Sans Bold';
    font-size: 43px;
    font-size: 4.3rem;
    color: #fff;
}

@media screen and (max-width:768px){
    h1{
        font-size: 4.4rem;
    }

	h2{
		font-size: 2.5rem;
	}

	h3{
		font-size: 2.3rem !important;
	}



	h5{
		font-size: 1.7rem !important;
	}
}

@media screen and (max-width: 767px){
	h1{
		font-size: 3.9rem;
	}
}

h2{
    font-size: 35px;
    font-size: 3.5rem;
}

h3{
    font-size: 22px;
    font-size: 2.2rem;
}

h4{
    font-size: 20px;
    font-size: 2rem;
}

h5{
    font-size: 18px;
    font-size: 1.8rem;
}

h6{
	font-size: 13px;
	font-size: 1.3rem;
}

p,ol,ul{
    font-family: 'Open Sans Light';
    color: #3D3D3C;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media screen and (max-width:992px){
    p, ol, ul{
/*        font-size: 1.30vmax;*/
        line-height: 1.6;
    }
}

@media screen and (max-width:768px){
    p, ol, ul{
        font-size: 1.7rem;
        line-height: 1.4;
    }
}





  /* =========================

		GENERAL STYLES

   =========================*/
*, *:before, *:after {
    box-sizing: border-box;
    border: none;
}

a:link,
a:visited,
a:active {
/*  font-weight: 600;*/
    color: #000;
    text-decoration: none;
}

a:link:hover,
a:visited:hover,
a:active:hover {
    color: #1c75bb;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}


/**************************************************/
/*                  INDEX START                   */
/**************************************************/

#home-banner{
	position: relative;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 10% 18% 50%;
	z-index: 10;
}

#home-banner:before{
	position: absolute;
	left: 0;
	bottom: 0;
	content:'';
	width: 100%;
	height: 24%;
	background-image: url(../images/main/triangle-cut-bottom.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 13;
}

.home-banner-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	/*background-color: rgba(0,0,0,0.25); */
	background-color: rgba(0,0,0,0.55);
	z-index: 5;
}

.home-logo-text{
	position: relative;
	width: 100%;
	height: auto;
	color: white;
	margin-bottom: 30px;
	z-index: 30;
}

.home-logo-text h2{
	font-size: 2.1rem;
    font-family: 'Open Sans Bold' !important;
	color: #ffffff;
	margin: 0;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
}

.home-banner-content{
	position: relative;
	width: 30%;
	height: auto;
	color: white;
	/*-webkit-box-shadow: 1.8rem 0rem 16rem 4.3rem rgba(255,255,255,1);
	-moz-box-shadow: 1.8rem 0rem 16rem 4.3rem rgba(255,255,255,1);
	box-shadow: 1.8rem 0rem 16rem 4.3rem rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.8);*/
	padding: 0.3rem 0;
	animation-duration: 0.6s;
	animation-timing-function: ease-in-out;
	z-index: 30;
}

#home-banner h2{
	font-family: 'Open Sans Regular';
	color: #ffffff;
	/*color: #5B5B5B;
	margin-bottom: 5rem;*/
	margin: 0;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
}

#home-banner h4{
	font-family: 'Open Sans Light';
	color: #5B5B5B;
	line-height: 1.3;
}

#home-floating-product-about{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 25;
}

.home-product-categories-wrap{
	position: relative;
	width: 75%;
	height: auto;
	margin: 0 auto;
}


[data-animate]{
	opacity: 0;
}

[data-animate].js-animated{
	opacity: 1;
}


.home-product-link-bg{
	position: relative;
	width: 25%;
	height: auto;
	display: inline-block;
	text-align: center;
}

.home-product-link-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(35, 31, 32, 0.8);
	padding: 5%;
	text-align: center;
	z-index: 30;
}

.home-product-back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}

.home-product-link-wrapper{
	position: relative;
	width: 90%;
	margin: 5% auto;
}

.home-product-link-icon{
	position: relative;
	width: 100%;
	padding: 5% 0;
	z-index: 50;
}

.home-product-link-icon img{
	height: 8rem;
}

.home-product-link{
	position: relative;
	width: 100%;
	padding: 5% 0;
	z-index: 50;
}

.home-product-link h3{
	text-transform: uppercase;
	color: white;
	margin: 0;
	line-height: 1.3;
}

.red-focus{
	filter: grayscale(100%);
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.red-overlay{
	background-color: rgba(255, 0, 0, 0.65) !important;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.home-product-search-bg{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #ececec;
	padding: 1% 5%;
	text-align: center;
}

.search{
	position: relative;
	width: 37.5rem;
	font-size: 2.3rem;
	font-family:'Open Sans Semibold';
	color: #3D3D3C;
	letter-spacing: 0.1rem;
	background-color: #ececec;
}

.search:focus{
	outline: none;
}

.search::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #bbb;
	font-family:'Open Sans Light';
}
.search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #bbb;
   opacity:  1;
   font-family:'Open Sans Light';
}
.search::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #bbb;
   opacity:  1;
   font-family:'Open Sans Light';
}
.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #bbb;
   font-family:'Open Sans Light';
}

.search-pict{
	height: 2.3rem;
	margin-left: 1rem;
}

.be-bold{
	font-family: 'Open Sans Bold';
}

.be-light{
	font-family: 'Open Sans Light';
}

.home-about-wrap{
	position: absolute;
	bottom: 100%;
	left: -1%;
	width: 51%;
	background-color: white;
	padding: 2% 8%;
}

.home-about-wrap:before{
	/*content: '';*/
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: inherit;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
}

.home-about-triangle {
	position: absolute;
	bottom: 99%;
	left: 0;
	right: 0;
    width: 100%;
    height: 0;
    padding-left:50%;
    padding-bottom: 34%;
    overflow: hidden;
}
.home-about-triangle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
	margin-left: -450px;
    border-left: 450px solid transparent;
    border-right: 450px solid transparent;
    border-bottom: 300px solid #ffffff;
}

.home-about{
	position: relative;
	width: 80%;
	height: auto;
}

.home-about h4{
	line-height: 1.3;
}

.home-about-title{
	margin-bottom: 2.5rem;
}

.btn-learn{
	position: relative;
	background-color: transparent;
	border: 3px solid #3D3D3C;
	color: #3D3D3C;
	padding: 0.3rem 4rem;
	border-radius: 0;
	font-size: 1.7rem;
	font-family: 'Open Sans Bold';
	margin-top: 2.5rem;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.btn-learn:hover{
	background-color: #A8212B;
	color: #ffffff;
	border: 3px solid #A8212B;
}

#home-service-section{
	position: relative;
	width: 100%;
	height: auto;
}

.home-side-microscop{
	position: relative;
	margin-top: -0.8%;
    left: 0;
    width: 55%;
	z-index: 20;
}

.home-side-microscop img{
	width: 100%;
}

.home-service-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -2%;
}

.home-service-right-attach{
	position: relative;
	width: 50%;
	margin-left: auto;
}

.home-service-content{
	position: relative;
	width: 60%;
	margin-right: auto;
}

.home-service-content h4{
	margin-bottom: 2.5rem;
}

.home-distribution-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 5%;
	z-index: 15;
}

.home-distribution-left-attach{
	position: relative;
	width: 50%;
	height: auto;
}

.home-distribution-content{
	position: relative;
	width: 60%;
	margin-left: auto;
}

.home-gradient-1{
	position: absolute;
	top: -95%;
	left: 0;
	width: 33%;
	z-index: 12;
}

.home-gradient-1 img{
	width: 100%;
}

.rand-stripe-1{
	position: absolute;
	bottom: 45%;
	right: -1%;
	width: 8%;
	height: 3px;
	background-color: #C92721;
	transform: rotate(-30deg);
}

.rand-stripe-2{
	position: absolute;
	bottom: 47.5%;
	right: -1%;
	width: 7%;
	height: 3px;
	background-color: #C92721;
	transform: rotate(-30deg);
}

#home-principal-section{
	position: relative;
	width: 100%;
	height: auto;
}

.home-principal-wrapper{
	position: relative;
	width: 39%;
	height: auto;
	left: 18%;
	overflow: hidden;
	margin-top: 15%;
	z-index: 3;
}

.home-principal-pict{
	position: relative;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: 70%;
	background-repeat: no-repeat;
	z-index: 30;
}

.home-principal-pict:before{
	content: '';
	display: block;
	padding-top: 112%;
}

.home-principal-pict img{
	width: 100%;
}

.home-principal-pict-top{
	position: relative;
	width: 100%;
	z-index: 50;
}

.home-principal-pict-top:before{
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	background: white;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
}

.home-principal-pict-top:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: white;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
}

.home-principal-pict-bottom{
	position: relative;
	width: 100%;
	z-index: 50;
	margin-top: 1px;
}

.home-principal-pict-bottom:before{
	content: '';
	position: absolute;
	top: 0;
	left: -50%;
	background: white;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
}

.home-principal-pict-bottom:after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: white;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
}

.home-gradient-2{
	position: absolute;
	top: -3%;
	right: 0;
	width: 44%;
	z-index: 5;
}

.home-gradient-2 img{
	width: 100%;
}

.rand-stripe-3{
	position: absolute;
	top: 25%;
	left: -1%;
	width: 8%;
	height: 3px;
	background-color: #C92721;
	transform: rotate(-30deg);
}

.rand-stripe-4{
	position: absolute;
	top: 24.5%;
	left: -1%;
	width: 13%;
	height: 3px;
	background-color: #C92721;
	transform: rotate(-30deg);
}

.home-principal-content-wrapper{
	position: absolute;
	top: 47%;
	right: 15%;
	width: 37%;
	padding: 11.5% 0;
	background-color: #E5E5E5;
	z-index: 30;
}

.home-principal-content-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: inherit;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	z-index: -1
}

.home-principal-content-wrapper:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	background-color: inherit;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	z-index: -1
}

.home-principal-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.home-principal-content h4{
	margin-bottom: 3rem;
}

.home-principal-content a{
	color: red;
}

.btn-join{
	position: relative;
	background-color: transparent;
	border: 3px solid #3D3D3C;
	color: #3D3D3C;
	padding: 0.3rem 3rem;
	border-radius: 0;
	font-size: 1.7rem;
	font-family: 'Open Sans Bold';
	margin-top: 2.5rem;
	z-index: 70;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.btn-join:hover{
	background-color: #A8212B;
	color: #ffffff;
	border: 3px solid #A8212B;
}

#home-buyer-section{
	position: relative;
	width: 100%;
	height: auto;
}

.home-gradient-3-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 10%;
}

.home-gradient-3{
	position: relative;
	width: 35%;
	left: 0;
	z-index: 10;
}

.home-gradient-3 img{
	width: 100%;
}

.mobi-gradient-3{
	display: none;
}

.home-gradient-3-attach{
	position: absolute;
	/*top: 0;
	left: 10%;
	width: 36.4%;*/
	top: -3%;
    left: 18.8%;
    width: 29%;
	z-index: 15;
}

.home-gradient-3-attach img{
	width: 100%;
}

.home-buyer-content-wrapper{
	position: absolute;
    /*top: 0%;
    right: 10%;
    width: 50%;*/
	top: 27%;
	right: 8%;
	width: 45%;
    padding: 11.5% 0;
    background-color: white;
    z-index: 15;
}

.home-buyer-content-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: inherit;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	z-index: -1
}


.home-buyer-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 70;
}

.home-buyer-content h4{
	margin-bottom: 3rem;
}

.home-buyer-content a{
	color: red;
}

.rand-stripe-5{
	position: absolute;
	bottom: 35%;
	right: -1%;
	width: 16%;
	height: 3px;
	background-color: #E0A607;
	transform: rotate(-30deg);
}

.rand-stripe-6{
	position: absolute;
	bottom: 36.5%;
	right: -1%;
	width: 8%;
	height: 3px;
	background-color: #E0A607;
	transform: rotate(-30deg);
}

.home-decor-product{
	position: absolute;
	right: 1%;
	bottom: 18%;
	width: 20%;
	z-index: 30;
}

.home-decor-product img{
	width: 100%;
}

#home-news{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 15% 5%;
	margin-top: 2%;
	z-index: 50;
}

.news-title{
	padding: 0 2.3rem;
	color: #686868;
	font-family: 'Open Sans Bold';
}

.be-dark{
	color: #686868;
}

.owl-news-wrapper{
	margin-top: 3%;
}

.home-news-slide-wrapper{
	position: relative;
	padding: 0 2.5rem;
}

.home-news-bg{
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 49%;
}

.home-news-desc{
	position: relative;
	background-color: rgba(216, 216, 217, 0.6);
}

.home-news-text{
	position: relative;
	padding: 7% 9%;
}

.home-news-time-wrapper{
	position: relative;
	background-color: #CDCECF;
	padding: 1.5% 9% 0;
}

.clock-icon{
	font-size: 2.5rem !important;
	color: #808080;
}

.home-news-time{
	margin-left: 10px;
}

.home-news-time p{
	margin-bottom: 0;
}

.owl-news-custom.owl-theme .owl-controls{
	position: absolute;
	top: -14%;
	right: 2.5rem;
	margin-top: 0;
}

.owl-news-custom.owl-theme .owl-controls .owl-buttons div{
	color: #3D3D3C;
	background-color: transparent;
	opacity: 1;
	font-size: 2rem;
	font-family: 'Open Sans Bold';
	padding: 0;
}

@media screen and (max-width: 1366px){
	#home-news{
		padding: 0 14% 5%;
	}
}

@media screen and (max-width: 768px){
	#home-banner{
		padding: 20% 4rem 52%;
		overflow:hidden;
	}

	.top-logo{
		left: 4rem !important;
		/*width: 20% !important;*/
		width: 24% !important;
	}

	.menu-hexa{
		right: 4rem !important;
		top: 6.5rem !important;
	}

	.menu-link-wrapper{
		top: 29% !important;
	}

	.home-banner-content{
		width: 65%;
		border: none;
		margin: 0 auto;
		text-align: center;
		box-shadow: none;
		-webkit-box-shadow: none;
		background-color: transparent;
	}

	.home-banner-content h2{
		font-size: 2.7rem;
	}

	.home-product-categories-wrap{
		width: 100%;
	}

	.mobile-row{
		margin-left: 0;
		margin-right: 0;
	}

	.home-product-link-wrapper{
		min-height: 21rem;
	}

	#home-product-categories-slider{
		position: relative;
		width: 85%;
		margin: 0 auto;
	}

	#home-product-categories-slider .owl-controls{
		margin-top: 0;
		width: 100%;
	}

	#home-product-categories-slider .owl-buttons{
		margin-top: 0;
		width: 100%;
	}

	#home-product-categories-slider.owl-theme .owl-controls .owl-buttons div{
		position: absolute;
		top: 32%;
		font-size: 5rem;
	}

	#home-product-categories-slider.owl-theme .owl-buttons div{
		position: absolute;
		top: 32%;
		font-size: 5rem;
		background: transparent;
		opacity: 1;
	}

	#home-product-categories-slider .owl-prev{
		left: -12rem;
		width: 11rem;
	}

	#home-product-categories-slider .owl-next{
		right: -12rem;
		width: 11rem;
	}

	#home-product-categories-slider img{
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}

	#home-product-categories-slider .owl-buttons img{
		width: 100%;
	}

	.home-product-link-icon{
		text-align: center;
	}

	.home-product-link-bg{
		width: 100%;
	}

	.home-product-search-bg{
		width: 85%;
		margin: 0 auto;
	}

	.home-about-wrap{
		left: 7.5%;
		padding: 2% 8% 5%;
		width: 85%;
	}

	.home-about{
		width: 100%;
	}

	.home-service-wrapper{
		padding: 0 5rem;
		z-index: 15;
		margin-top: 0;
	}

	.home-service-right-attach{
		width: 100%;
	}

	.home-service-content{
		width: 100%;
	}

	.home-distribution-wrapper{
		padding: 0 5rem;
	}

	.home-distribution-left-attach{
		width: 100%;
	}

	.home-distribution-content{
		width: 100%;
		text-align: left;
	}

	#home-news{
		padding: 0 15px 5%;
		margin-top: 0;
	}

	.home-news-slide-wrapper{
		padding: 0;
	}

	.news-title{
		padding: 0;
	}

	.owl-news-custom.owl-theme .owl-controls{
		right: 0;
	}

	.home-gradient-2{
		top: 8.9%;
		width: 67%;
	}

	.home-principal-content-wrapper{
		position: relative;
		width: 100%;
		right: 0;
		padding: 37% 0;
		margin: 53.5% 0;
	}

	.home-principal-content{
		width: 80%;
	}

	.home-principal-wrapper{
		display: none;
	}

	.home-buyer-content-wrapper{
		position: relative;
		right: initial;
		width: 100%;
		padding: 11% 5rem;
	}

	.home-buyer-content-wrapper:before, .home-buyer-content-wrapper:after{
		width: 0;
	}

	.home-buyer-content{
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}

	#home-floating-product-about{
		margin-top: 27%;
	}

	#home-floating-product-about .row{
		margin: 0;
	}

	.owl-news-custom.owl-theme .owl-nav{
		right: 0rem;
	}

	.desktop-gradient-3{
		display: none;
	}

	.mobi-gradient-3{
		display: block;
	}

	.home-gradient-3{
		width: 80%;
		margin: 0 auto;
	}

	.home-gradient-3-attach{
		top: -16%;
		left: 20.7%;
		width: 65%;
	}
}

@media screen and (max-width: 767px){
	#home-banner{
		padding: 28% 15px 43%;
	}

	.menu-hexa{
		right: 15px !important;
		/*top: 6.5rem !important;*/
		top: 4.5rem !important;
		width: 5rem !important;
		height: 3rem !important;
	}

	.menu-hexa:before, .menu-hexa:after{
		width: 3.4rem !important;
		height: 3.4rem !important;
	}

	.menu-hexa:before{
		top: -1.6rem !important;
	}

	.menu-hexa:after{
		bottom: -1.8rem !important;
	}

	.strip-wrapper{
		top: 0 !important;
	}

	.top-logo{
		left: 8px !important;
		/*left: 15px !important;
		width: 30% !important;*/
		width: 40% !important;
		top: 2rem !important;
	}

	.home-banner-content{
		border-bottom: none;
		border-right: none;
	}

	.home-banner-content h2{
		font-size: 2.3rem;
	}

	.home-principal-content-wrapper{
		position: relative;
		width: 100%;
		right: 0;
		padding: 3% 0;
		margin: 49.4% 0;
	}

	.home-principal-content{
		position: relative;
		top: 0;
		left: initial;
		margin: 0 auto;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}

	.home-gradient-2{
		top: 24%;
		width: 66%;
	}

	#home-floating-product-about{
		margin-top: 8rem;
	}

	.home-product-categories-wrap{
		width: 100%;
	}

	.mobile-home-product-categories{
		margin: 60% auto 0;
	}

	.home-distribution-wrapper{
		margin-top: 15%;
	}

	#home-product-categories-slider{
		width: 80%;
	}

	#home-product-categories-slider.owl-theme .owl-nav div{
		top: 4rem;
	}

	#home-product-categories-slider .owl-prev{
		left: -9.5rem;
		width: 8rem;
	}

	#home-product-categories-slider .owl-next{
		right: -9.5rem;
		width: 8rem;
	}

	#home-product-categories-slider .owl-nav img{
		width: 100%;
	}

	.home-product-link h3{
		font-size: 1.7rem !important;
	}

	.home-product-link-wrapper{
		min-height: 15rem;
	}

	.search{
		font-size: 1.7rem;
		width: 29rem;
	}

	.search-pict{
		height: 1.7rem;
	}

	.home-product-search-bg{
		width: 81%;
	}

	.home-decor-product{
		display: none;
	}
}

@media screen and (max-width: 414px){
	.home-gradient-2{
		top: 22.9%;
	}

	.menu-link-wrapper{
		top: 21% !important;
	}

	.menu-link-wrapper:before{
		border-width: 0 0 20rem 45rem !important;
	}

	.menu-link-wrapper:after{
		border-width: 0 45rem 20rem 0 !important;
	}
}

@media screen and (max-width: 375px){
	.home-gradient-2{
		top: 23.8%;
		width: 69%;
	}

	.menu-link-wrapper{
		top: 23% !important;
	}
}

@media screen and (max-width: 320px){
	.home-gradient-2{
		top: 27.3%;
		width: 78%;
	}

	#home-floating-product-about{
		margin-top: 7rem;
	}

	.home-about-wrap{
		left: 2.5%;
		width: 95%;
	}

	.menu-link-wrapper{
		width: 38rem !important;
	}
}

/**************************************************/
/*                  INDEX END                     */
/**************************************************/


/**************************************************/
/*                  ABOUT START                   */
/**************************************************/

#about-header{
	position: relative;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner{
	position: relative;
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 10;
}

.header-overlay{
	position: relative;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.4);*/
	background-color: rgba(0,0,0,0.6);
	padding-top: 45%;
}

.header-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-transform: uppercase;
}

#about-content-section{
	position: relative;
	width: 100%;
	height: auto;
}

#about-content-section .container-fluid{
	padding: 0;
}

.about-tab-wrap{
	position: relative;
	width: 70%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5%;
	z-index: 15;
}

.about-tab{
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 0;
}

.about-tab-overlay{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 4rem 0;
	background-color: rgba(0,0,0,0.7);
}

.about-red-overlay{
	background-color: rgba(179, 39, 33, 0.9) !important;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.about-tab-pict{
	position: relative;
	width: 10%;
	margin: 0 auto;
}

.about-tab-pict img{
	width: 100%;
}

.about-tab-text{
	position: relative;
	width: 100%;
	margin-top: 5%;
	text-transform: uppercase;
}

.about-tab-text h4{
	color: white;
}

.about-tab-content{
	padding: 0;
}

.about-tab-each{
	padding: 0;
	margin: 19% 0 5%;
}

#history{
	margin-bottom: 8%;
}

.vision-gradient-1{
	position: relative;
	right: -6.5%;
	width: 47%;
	z-index: 5;
	margin-top: -14%;
	margin-left: auto;
}

.vision-gradient-1 img{
	width: 100%;
}

.hexagon {
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);
}
.hexagon-in1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}
.hexagon-in2 {
    width: 100%;
    height: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}

.hexagon1 {
	position: absolute;
	top: 16.5%;
	left: -5%;
    width: 80%;
    height: 80%;
	z-index: 15;
}

.vision-text-wrap{
	position: absolute;
	top: 0;
	left: 7%;
	width: 37%;
}

.vision-text-wrap h3{
	text-transform: uppercase;
	margin-bottom: 4rem;
}

.vision-text-wrap h4{
	color: #727272;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: 'Open Sans Semibold';
}

.vision-text-wrap p{
	margin: 1rem 0 1.5rem;
}

.floating-quote{
	position: absolute;
	/*top: 25%;*/
	top: 33%;
    /*left: 38%;
    width: 22%;*/
	left: 36%;
    width: 28%;
    padding: 7% 0;
	background-color: #CFCFCF;
	z-index: 30;
}

.floating-quote:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: inherit;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	z-index: -1
}

.floating-quote:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	background-color: inherit;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	z-index: -1
}

.floating-text{
	position: absolute;
	top: 55%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}

.floating-text h4{
	font-family:'Open Sans LightItalic';
	line-height: 1.5;
	font-size: 1.8rem;
}

.floating-text h5{
	font-family:'Open Sans Bold';
	/*margin-top: 15%;*/
	margin-top: 11%;
}

.vision-gradient-2{
	position: relative;
	left: -6.5%;
	width: 47%;
	z-index: 5;
	margin-right: auto;
	/*margin-top: -14%;*/
	margin-top: -12%;
}

.vision-gradient-2 img{
	width: 100%;
}

.hexagon2 {
	position: absolute;
	top: 19%;
	right: -6%;
    width: 80%;
    height: 80%;
	z-index: 15;
}

.mission-text-wrap{
	position: absolute;
	top: 60%;
	right: 7%;
	width: 37%;
}

.mission-text-wrap h3{
	text-transform: uppercase;
	margin-bottom: 4rem;
}

.mission-text-wrap h4{
	color: #727272;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: 'Open Sans Semibold';
}

.mission-text-wrap p{
	margin: 1rem 0 1.5rem;
}

.about-rand-stripe-1{
	position: absolute;
	top: 12%;
    right: -2%;
    width: 9%;
	height: 2px;
	background-color: #B32721;
	transform: rotate(-30deg);
}

.about-rand-stripe-2{
	position: absolute;
	top: 10.8%;
    right: -2%;
    width: 7%;
	height: 3px;
	background-color: #B32721;
	transform: rotate(-30deg);
}

.about-rand-stripe-3{
	position: absolute;
	top: 65%;
    left: -2%;
    width: 8%;
	height: 3px;
	background-color: #CA9007;
	transform: rotate(-30deg);
}

.about-rand-stripe-4{
	position: absolute;
	top: 64.5%;
    left: -2%;
    width: 7.8%;
	height: 3px;
	background-color: #CA9007;
	transform: rotate(-30deg);
}

.floating-quote-2{
	position: absolute;
	top: 7%;
    left: 38%;
    width: 22%;
    padding: 7% 0;
	background-color: #CFCFCF;
	z-index: 30;
}

.floating-quote-2:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: inherit;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	z-index: -1
}

.floating-quote-2:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	background-color: inherit;
	padding-bottom: 50%;
	width: 57.7%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-30deg) skewX(30deg);
	-ms-transform: rotate(-30deg) skewX(30deg);
	transform: rotate(-30deg) skewX(30deg);
	z-index: -1
}


@keyframes fullwidth{
	from{
		opacity: 0;
		width: 0px;
	}
	to{
		opacity: 1;
		width: 100%;
	}
}

@-webkit-keyframes fullwidth{
	from{
		opacity: 0;
		width: 0px;
	}
	to{
		opacity: 1;
		width: 100%;
	}
}

.fullwidth{
	-webkit-animation-name: fullwidth;
    animation-name: fullwidth;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes fullheight{
	from{
		opacity: 0;
		height: 0%;
	}
	to{
		opacity: 1;
		height: 100%;
	}
}

@-webkit-keyframes fullheight{
	from{
		opacity: 0;
		height: 0%;
	}
	to{
		opacity: 1;
		height: 100%;
	}
}

.fullheight{
	-webkit-animation-name: fullheight;
    animation-name: fullheight;
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.history-right-wrap{
	position: relative;
	width: 45%;
	vertical-align: top;
	display: inline-block;
	right: 1%;
}

.history-right-year{
	position: relative;
	display: inline-block;
	width: 20%;
	text-align: right;
	background-color: white;
	z-index: 20;
}

.year-right-horizontal{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #C4C4C4;
}

.year-right-horizontal.js-animated{
	width: 100%;
}

.history-right-desc-wrap{
	position: relative;
	display: inline-block;
	width: 80%;
	margin-top: 6.3rem;
	margin-left: -0.6%;
	vertical-align: top;
	z-index: 5;
}

.history-right-desc-second-wrap{
	position: relative;
	width: 100%;
	margin-top: -1%;
	/*border-left: 1px solid transparent;
    -o-border-image: linear-gradient(to bottom, #000000 -10% ,#000000 50%, transparent 51%, transparent 100%);
	border-image: -webkit-linear-gradient(top, #000000 -10% ,#000000 50%, transparent 51%, transparent 100%);
	border-image: linear-gradient(to bottom, #000000 -10% ,#000000 50%, transparent 51%, transparent 100%);
	border-image-slice: 1;*/
}

.history-right-stripe{
	position: relative;
	display: inline-block;
	width: 12%;
	margin-right: 3%;
	padding-top: 22%;
}

.history-right-vertical{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 0%;
	background-color: #C4C4C4;
}

.history-right-vertical.js-animated{
	height: 100%;
}

.history-right-horizontal{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #C4C4C4;
}

.history-right-horizontal.js-animated{
	width: 100%;
}

.history-right-desc{
	position: absolute;
	top: 88%;
	display: inline-block;
	vertical-align: bottom;
	float: none;
	width: 85%;
	margin-top: -4%;
}


.history-left-wrap{
	position: relative;
	width: 45%;
	/*left: 6%;*/
	left: 14%;
	vertical-align: top;
	display: inline-block;
	/*margin-top: 7rem;*/
	margin-top: 5rem;
	margin-right: -3%;
}

.history-left-year{
	position: relative;
	display: inline-block;
	width: 20%;
	background-color: white;
}

.year-left-horizontal{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #C4C4C4;
}

.year-left-horizontal.js-animated{
	width: 100%;
}

.history-left-desc-wrap{
	position: relative;
	display: inline-block;
	width: 80%;
	margin-top: 6.3rem;
	margin-right: -0.6%;
	vertical-align: top;
}

.history-left-desc-second-wrap{
	position: relative;
	width: 100%;
	margin-top: -1%;
	text-align: right;
	/*border-left: 1px solid transparent;
    -o-border-image: linear-gradient(to bottom, #000000 -10% ,#000000 50%, transparent 51%, transparent 100%);
	border-image: -webkit-linear-gradient(top, #000000 -10% ,#000000 50%, transparent 51%, transparent 100%);
	border-image: linear-gradient(to bottom, #000000 -10% ,#000000 50%, transparent 51%, transparent 100%);
	border-image-slice: 1;*/
}

.history-left-stripe{
	position: relative;
	display: inline-block;
	width: 12%;
	margin-left: 3%;
	padding-top: 22%;
}

.history-left-vertical{
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 0%;
	background-color: #C4C4C4;
}

.history-left-vertical.js-animated{
	height: 100%;
}

.history-left-horizontal{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #C4C4C4;
}

.history-left-horizontal.js-animated{
	width: 100%;
}

.history-left-desc{
	position: absolute;
	top: 88%;
	vertical-align: bottom;
	float: none;
	width: 85%;
	margin-top: -4%;
}



.history-gradient-2{
	/*right: -14.5%;*/
	right: -22.5%;
	width: 38%;
	margin-top: -5%;
}

.history-gradient-1{
	width: 38%;
	margin-top: -5%;
}

.history-quote-wrap{
	position: absolute;
	top: -11%;
	width: 100%;
	text-align: center;
}

.history-quote{
	position: relative;
	width: 100%;
	text-align: center;
}

.history-quote h4{
	font-family: 'Open Sans Semibold';
	font-style: italic;
	color: #727272;
}

.history-quote-by{
	position: relative;
	display: inline-block;
	margin: 0 auto;
}

.history-quote-by h5{
	font-family: 'Open Sans Bold';
	color: #727272;
	font-size: 1.4rem;
	margin: 0.5rem 0;
}


#philosophy{
	margin-top: 6%;
}

@media screen and (max-width: 1366px){
	.history-right-desc-wrap{
		margin-top: 6rem;
	}

	.history-left-desc-wrap{
		margin-top: 6rem;
	}

	.history-left-desc-second-wrap{
		margin-top: 0;
	}

	.history-right-desc-second-wrap{
		margin-top: 0;
	}
}

@media screen and (max-width: 1269px){
	.history-left-desc-wrap{
		width: 78%;
	}

	.history-right-desc-wrap{
		width: 78%;
	}
}

@media screen and (max-width: 1024px){
	.floating-quote{
		padding: 8% 0;
	}

	.floating-quote-2{
		padding: 8% 0;
	}

	.about-tab-pict{
		width: 30px;
	}
}

@media screen and (min-width: 767px) and (max-width: 768px){
	.floating-quote{
		position: relative;
		left: 0;
		width: 48%;
		padding: 15% 0;
		margin: 18% auto;
	}

	.about-tab-wrap{
		width: 100%;
		margin-top: -11%;
	}
}

@media screen and (max-width: 768px){
	#about-header{
		background-size: contain;
	}

	.header-overlay{
		/*padding-top: 85%;*/
		padding-top: 43%;
	}

	.about-tab-text h4{
		margin-bottom: 0;
	}

	.header-content{
		text-align: center;
	}

	.vision-text-wrap{
		position: relative;
		left: 0;
		width: 100%;
	}

	.vision-gradient-1{
		width: 90%;
		right: initial;
		/*left: 5%;*/
		left: initial;
		margin: 10% auto 0;
	}

	.hexagon1{
		top: 12%;
		left: 5%;
		width: 90%;
		height: 90%;
	}

	.hexagon2{
		top: 12%;
		left: 5%;
		width: 90%;
		height: 90%;
	}

	.history-left-desc{
		position: relative;
		margin-top: 0;
		width: 100%;
	}

	.vision-gradient-2{
		margin-top: 0;
		width: 90%;
		left: 5%;
	}

	.mission-text-wrap{
		position: relative;
		right: 0;
		width: 100%;
	}

	.about-tab-pict{
		/*width: 18%;*/
		width: 30px;
	}

	.history-mobile-year-strip{
		position: relative;
		width: 8rem;
		height: 1px;
		background-color: rgba(0,0,0,0.2);
		margin-right: 2rem;
		display: inline-block;
		vertical-align: middle;
	}

	.history-left-year{
		vertical-align: middle;
	}

	.history-left-year h3{
		margin: 0;
	}

	.history-right-year{
		text-align: left;
	}

	.history-right-desc{
		position: relative;
		margin-top: 0;
		width: 100%;
	}

	.history-mobile-explain{
		position: relative;
		width: 100%;
		margin: 15% 0%;
		padding: 0 5%;
	}

	.history-mobile-year{
		position: relative;
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}

	.history-mobile-year h3{
		margin: 0;
	}

	.history-mobile-desc{
		position: relative;
		width: 100%;
	}

	.history-mobile-big-year{
		position: relative;
		width: 100%;
		text-align: center;
	}

	.history-quote-wrap{
		top: -5%;
	}

	.about-rand-stripe-1{
		display: none;
	}

	.about-rand-stripe-2{
		display: none;
	}

	.about-rand-stripe-3{
		display: none;
	}

	.about-rand-stripe-4{
		display: none;
	}
}

@media screen and (max-width: 767px){
	.header-content{
		margin-top: 10px;
	}

	.history-quote-wrap{
		top: 0;
	}

	.floating-quote{
		position: relative;
		left: 0;
		width: 75%;
		padding: 22% 0;
		/*margin: 20% auto;*/
		margin: 25% auto;
	}

	.about-tab-overlay{
		padding: 1rem 0;
	}

	.about-tab-wrap{
		width: 100%;
		margin-top: -10%;
	}

	.about-tab-text h4{
		font-size: 1.5rem;
	}

	.about-tab-overlay:first-child .about-tab-text{
		padding: 0 15px;
	}

	.about-tab-each{
		margin: 0 0 5%;
	}

	#about-content-section{
		padding: 0 4%;
	}

	#about-content-section .container-fluid{
		padding: 0;
	}

	.history-left-year{
		position: relative;
		width: auto;
		text-align: left;
	}

	.history-left-year h3{
		margin: 1rem 0;
	}

	.history-left-desc{
		position: relative;
		width: 80%;
		text-align: left;
		margin-top: 2rem;
	}

	.history-right-year{
		position: relative;
		width: auto;
		text-align: right;
	}

	.history-right-year h3{
		margin: 1rem 0;
	}

	.history-right-desc{
		position: relative;
		width: 80%;
		text-align: right;
		margin-left: 20%;
		margin-top: 2rem;
	}

	.history-gradient-2 {
		right: -19.5%;
	}

	.vision-gradient-1{
		margin-top: 10%;
	}

	.vision-gradient-2{
		margin-top: 10%;
	}

	.history-mobile-year-strip{
		width: 6rem;
		margin-right: 1rem;
	}
}

@media screen and (max-width: 375px){
	.about-tab-text h4{
		font-size: 1.5rem;
	}
}

/**************************************************/
/*                  ABOUT END                     */
/**************************************************/


/**************************************************/
/*               PHYLOSOPHY START                 */
/**************************************************/

#phylosophy-section-of-content{
	position: relative;
	width: 100%;
	height: auto;
	/*background-color: #EFEFEF;*/
	padding: 14% 11% 0%;
	/*margin-top: -16rem;*/
	margin-top: -21rem;
	background-image: url(../images/main/phy-section-1.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.the-phy-head-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 30;
}

.the-phy-head{
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}

.the-phy-number{
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 5%;
	display: none;
}

.the-phy-number h1{
	font-size: 19rem !important;
	font-family: 'Open Sans Semibold';
	color: rgba(79,79,79, 0.07) !important;
	margin: 0 !important;
	line-height: 1.1 !important;
}

.the-phy-title{
	position: relative;
	display: inline-block;
	/*max-width: 70rem;*/
}

.the-phy-title h1{
	font-size: 3rem;
	font-family: 'Open Sans Bold';
	color: #4F4F4F;
	letter-spacing: 0.1rem;
	line-height: 1.3;
}

.the-phy-title h2{
	font-family: 'Open Sans Semibold';
	color: #4F4F4F;
	margin: 2rem 0;
}

.the-phy-desc{
	position: relative;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.the-phy-desc h4{
	font-family: 'Open Sans Light';
	line-height: 1.3;
	margin: 2rem 0;
}

#phylosophy-section-of-content-2{
	position: relative;
	width: 100%;
	height: auto;
	/*background-color: #F4F4F4;*/
	padding: 8% 11% 6%;
	background-image: url(../images/main/phy-section-2.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

#phy-2{
	right: 107%;
}

.phylosophy-decoration{
	position: absolute;
	bottom: 0;
	left: -1%;
	width: 12%
}

.phylosophy-decoration img{
	width: 100%;
}

.the-phy-bound{
	position: relative;
	width: 65%;
	height: auto;
	text-align: center;
	margin: 10% auto 8%;
}

.the-phy-bound h4{
	margin: 0;
	font-size: 2.3rem;
	color: #4F4F4F;
	letter-spacing: 0.1rem;
}

.phy-red-bound{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.phy-red-bound img{
	width: 100%;
}

.phy-orange-bound{
	position: relative;
	width: 90%;
	margin-top: 16%;
	margin-left: auto;
	margin-right: auto;
}

.phy-orange-bound img{
	width: 100%;
}

.phy-logo{
	position: absolute;
	top: 22%;
	left: 30%;
	width: 40%;
}

.phy-logo img{
	width: 100%;
}

.phy-inspiring{
	position: absolute;
	top: 39%;
	left: 0.5%;
	width: 10%;
	z-index: 20;
}

.phy-inspiring img{
	width: 100%;
}

.phy-inspiring-text{
	position: absolute;
	top: 53%;
	left: -1.5%;
	width: 10%;
	text-align: center;
	z-index: 20;
}

.phy-dedicated{
	position: absolute;
	top: 39%;
	right: 0.5%;
	width: 10%;
	z-index: 20;
}

.phy-dedicated img{
	width: 100%;
}

.phy-dedicated-text{
	position: absolute;
	top: 53%;
	right: -2%;
	width: 16%;
	text-align: center;
	z-index: 20;
}

.phy-cooperative{
	position: absolute;
	bottom: -3.5%;
	left: 45%;
	width: 10%;
	z-index: 20;
}

.phy-cooperative img{
	width: 100%;
}

.phy-cooperative-text{
	position: absolute;
	bottom: -7%;
	left: 40%;
	width: 20%;
	text-align: center;
	z-index: 20;
}

.the-phi-split{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap:   6rem; /* Chrome, Safari, Opera */
	-moz-column-gap:      6rem; /* Firefox */
	column-gap:           6rem;
	margin-top: 2rem;
}

.the-phi-split h4{
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
	page-break-inside: avoid; /* For Firefox. */
	break-inside: avoid; /* For standard browsers like IE. :-) */
	margin: 0 0 2rem 0;
}


.phy-outside-move{
	position: absolute;
	top: 48.5%;
	left: 48.6%;
	width: 3%;
	-webkit-animation: myOrbit 9s linear infinite; /* Chrome, Safari 5 */
       -moz-animation: myOrbit 9s linear infinite; /* Firefox 5-15 */
         -o-animation: myOrbit 9s linear infinite; /* Opera 12+ */
            animation: myOrbit 9s linear infinite;
}

.phy-outside-move img{
	width: 100%;
}

@-webkit-keyframes myOrbit {
    from { -webkit-transform: rotate(0deg) translateX(1800%); }
    to   { -webkit-transform: rotate(360deg) translateX(1800%); }
}

@-moz-keyframes myOrbit {
    from { -moz-transform: rotate(0deg) translateX(1800%); }
    to   { -moz-transform: rotate(360deg) translateX(1800%); }
}

@-o-keyframes myOrbit {
    from { -o-transform: rotate(0deg) translateX(1800%); }
    to   { -o-transform: rotate(360deg) translateX(1800%); }
}

@keyframes myOrbit {
    from { transform: rotate(0deg) translateX(1800%); }
    to   { transform: rotate(360deg) translateX(1800%); }
}

.phy-outside-move{
	position: absolute;
	top: 27.5%;
	left: 47.5%;
	width: 5%;
	animation: round 5s linear infinite;
	z-index: 5;
}

.phy-outside-move img{
	width: 100%;
}

@keyframes round {
    0% { transform: rotate(-30deg) translateX(-900%); }
	50%   { transform: rotate(-150deg) translateX(-900%); }
    100%   { transform: rotate(-30deg) translateX(-900%); }
}


.phy-inside-move{
	position: absolute;
	top: 27.5%;
	left: 47.5%;
	width: 5%;
	animation: circ 4s linear infinite;
	z-index: 5;
}

.phy-inside-move img{
	width: 100%;
}

@keyframes circ {
    0% { transform: rotate(35deg) translateX(800%); }
	50%   { transform: rotate(145deg) translateX(800%); }
    100%   { transform: rotate(35deg) translateX(800%); }
}


.phy-modal .modal-dialog{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) !important;
	margin: 0 auto;
	width: 80%;
	left: 10%;
}

.phy-modal .modal-content{
	border-radius: 0;
	box-shadow: none;
}

.phy-modal .modal-body{
	padding: 7% 8%;
}

.phy-modal .close{
	position: absolute;
	right: 1%;
	top: 5%;
	font-size: 3rem;
}

.phy-modal h4{
	margin-bottom: 2rem;
}

.phy-modal p{
	font-family: 'Open Sans Regular';
	font-size: 2rem;
	line-height: 1.2;
}

.phy-modal-decor-1{
	position: absolute;
	top: 6%;
	left: 5%;
	width: 19%;
}

.phy-modal-decor-1 img{
	width: 100%;
}

.phy-modal-decor-2{
	position: absolute;
	top: 6%;
	right: 3%;
	width: 19%;
}

.phy-modal-decor-2 img{
	width: 100%;
}


.phy-circle-decor{
	z-index: 15;
	opacity: 0;
}

.phy-circle-decor img{
	width: 100%;
}

#phy-circle-decor-1{
	position: absolute;
	top: 0.1%;
	left: 8.3%;
	width: 2%;
}

#phy-circle-decor-2{
	position: absolute;
	top: 7.5%;
	left: 5.7%;
	width: 2.5%;
}

#phy-circle-decor-3{
	position: absolute;
	top: 11%;
	left: 7.2%;
	width: 1.5%;
}

#phy-circle-decor-4{
	position: absolute;
	top: 18.5%;
	left: 4.6%;
	width: 1.5%;
}

#phy-circle-decor-5{
	position: absolute;
	top: 15%;
	left: 15%;
	width: 1.5%;
}

#phy-circle-decor-6{
	position: absolute;
	top: 34%;
	left: 4.8%;
	width: 1.5%;
}


@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeDown {
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown;
}

@-webkit-keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
     }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
     }
}

.fadeUp {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}


@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeRight {
    -webkit-animation-name: fadeRight;
    animation-name: fadeRight;
}


@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeLeft {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
}


@-webkit-keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    75% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


@keyframes scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    75% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.scale {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}


.phy-straight-decor{
	background-color: #FFAA00;
	height: 3px;
	z-index: 5;
	opacity: 0;
}

#phy-straight-decor-1{
	position: absolute;
	right: 91.5%;
	top: 0.3%;
	width: 8.5%;
	transform: rotate(4deg);
}

#phy-straight-decor-2{
	position: absolute;
	right: 91.5%;
	top: 1.8%;
	width: 9%;
	transform: rotate(-15deg);
}

#phy-straight-decor-3{
	position: absolute;
	right: 90.6%;
	top: 3.5%;
	width: 10.3%;
	transform: rotate(-30deg);
}

#phy-straight-decor-4{
	position: absolute;
	right: 86%;
    top: 8.4%;
    width: 19.5%;
	transform: rotate(120deg);
}

#phy-straight-decor-5{
	position: absolute;
	left: 4.5%;
    top: 4.6%;
    width: 8.2%;
	transform: rotate(105deg);
}

#phy-straight-decor-6{
	position: absolute;
	right: 92%;
    top: 5%;
    width: 10%;
	transform: rotate(-130deg);
}

#phy-straight-decor-7{
	position: absolute;
	right: 92.5%;
    top: 6%;
    width: 9%;
    transform: rotate(-138deg);
}

#phy-straight-decor-8{
	position: absolute;
	right: 94%;
    top: 8.5%;
    width: 6.5%;
	transform: rotate(180deg);
}

#phy-straight-decor-9{
	position: absolute;
	left: 0%;
    top: 13.8%;
    width: 12%;
	transform: rotate(97deg);
}

#phy-straight-decor-10{
	position: absolute;
	right: 92.5%;
    top: 10.5%;
    width: 8%;
	transform: rotate(-163deg);
}

#phy-straight-decor-11{
	position: absolute;
	left: -1%;
    top: 14.2%;
    width: 10%;
	transform: rotate(145deg);
}

#phy-straight-decor-12{
	position: absolute;
	right: 94.5%;
    top: 18.5%;
    width: 6%;
	transform: rotate(-160deg);
}

#phy-straight-decor-13{
	position: absolute;
	left: 5.3%;
    top: 17.2%;
    width: 10.5%;
	transform: rotate(158deg);
}

#phy-straight-decor-14{
	position: absolute;
	right: 91.2%;
    top: 23.2%;
    width: 9.5%;
	transform: rotate(105deg);
}

#phy-straight-decor-15{
	position: absolute;
	left: -0.55%;
    top: 30.6%;
    width: 9.5%;
	transform: rotate(73deg);
}


@keyframes longer1 {
    from {
        width: 0%;
        opacity: 0;
		transform: rotate(0deg);
    }

    to {
        width: 8.5%;
        opacity: 1;
		transform: rotate(4deg);
    }
}

.longer1 {
    -webkit-animation-name: longer1;
    animation-name: longer1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes longer2 {
    from {
        width: 0%;
        opacity: 0;
		transform: rotate(-30deg);
    }

    to {
        width: 9%;
        opacity: 1;
		transform: rotate(-15deg);
    }
}

.longer2 {
    -webkit-animation-name: longer2;
    animation-name: longer2;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes longer3 {
    from {
		top: 2.5%;
        width: 0%;
        opacity: 0;
		transform: rotate(-50deg);
    }

    to {
		top: 3.5%;
        width: 10.3%;
        opacity: 1;
		transform: rotate(-30deg);
    }
}

.longer3 {
    -webkit-animation-name: longer3;
    animation-name: longer3;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes longer4 {
    from {
        top: 3.3%;
		width: 10%;
        opacity: 0;
		transform: rotate(112deg);
    }

    to {
        top: 8.4%;
		width: 19.5%;
        opacity: 1;
		transform: rotate(120deg);
    }
}

.longer4 {
    -webkit-animation-name: longer4;
    animation-name: longer4;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes longer5 {
    from {
		top: 4.8%;
		width: 6.7%;
        opacity: 0;
		transform: rotate(110deg);
    }

    to {
		top: 4.6%;
		width: 8.2%;
        opacity: 1;
		transform: rotate(105deg);
    }
}

.longer5 {
    -webkit-animation-name: longer5;
    animation-name: longer5;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes longer6 {
    from {
		top: 7.5%;
		width: 3%;
        opacity: 0;
		transform: rotate(-135deg);
    }

    to {
		top: 5%;
		width: 10%;
        opacity: 1;
		transform: rotate(-130deg);
    }
}

.longer6 {
    -webkit-animation-name: longer6;
    animation-name: longer6;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes longer7 {
    from {
		top: 8%;
		width: 3%;
        opacity: 0;
		transform: rotate(-145deg);
    }

    to {
		top: 6%;
		width: 9%;
        opacity: 1;
		transform: rotate(-138deg);
    }
}

.longer7 {
    -webkit-animation-name: longer7;
    animation-name: longer7;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes longer8 {
    from {
		width: 0%;
        opacity: 0;
    }

    to {
		width: 6.5%;
        opacity: 1;
    }
}

.longer8 {
    -webkit-animation-name: longer8;
    animation-name: longer8;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes longer9 {
    from {
		top: 15%;
		width: 10.5%;
        opacity: 0;
		transform: rotate(100deg);
    }

    to {
		top: 13.8%;
		width: 12%;
        opacity: 1;
		transform: rotate(97deg);
    }
}

.longer9 {
    -webkit-animation-name: longer9;
    animation-name: longer9;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes longer10 {
    from {
		top: 11%;
		width: 4%;
        opacity: 0;
		transform: rotate(-168deg);
    }

    to {
		top: 10.5%;
		width: 8%;
        opacity: 1;
		transform: rotate(-163deg);
    }
}

.longer10 {
    -webkit-animation-name: longer10;
    animation-name: longer10;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes longer11 {
    from {
		top: 15.5%;
		width: 0%;
        opacity: 0;
		transform: rotate(150deg);
    }

    to {
		top: 14.2%;
		width: 10%;
        opacity: 1;
		transform: rotate(145deg);
    }
}

.longer11 {
    -webkit-animation-name: longer11;
    animation-name: longer11;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes longer12 {
    from {
		top: 19.5%;
		width: 0%;
        opacity: 0;
		transform: rotate(-165deg);
    }

    to {
		top: 18.5%;
		width: 6%;
        opacity: 1;
		transform: rotate(-160deg);
    }
}

.longer12 {
    -webkit-animation-name: longer12;
    animation-name: longer12;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes longer13 {
    from {
		top: 18.2%;
		width: 0%;
        opacity: 0;
		transform: rotate(168deg);
    }

    to {
		top: 17.2%;
		width: 10.5%;
        opacity: 1;
		transform: rotate(158deg);
    }
}

.longer13 {
    -webkit-animation-name: longer13;
    animation-name: longer13;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


@keyframes longer14 {
    from {
		top: 21.2%;
		width: 7%;
        opacity: 0;
		transform: rotate(99deg);
    }

    to {
		top: 23.2%;
		width: 9.5%;
        opacity: 1;
		transform: rotate(105deg);
    }
}

.longer14 {
    -webkit-animation-name: longer14;
    animation-name: longer14;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes longer15 {
    from {
		top: 30%;
		width: 8.2%;
        opacity: 0;
		transform: rotate(75.5deg);
    }

    to {
		top: 30.6%;
		width: 9.5%;
        opacity: 1;
		transform: rotate(73deg);
    }
}

.longer15 {
    -webkit-animation-name: longer15;
    animation-name: longer15;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.phy-grey-decor{
	z-index: 5;
	opacity: 0;
}

.phy-grey-decor img{
	width: 100%;
}

#phy-grey-decor-1{
	position: absolute;
	top: 0.5rem;
	right: 18.5rem;
	width: 3.5rem;
}

#phy-grey-decor-2{
	position: absolute;
	top: 1.6rem;
    right: 52rem;
    width: 2rem;
}

#phy-grey-decor-3{
	position: absolute;
	top: -0.4rem;
	right: 33rem;
    width: 1.5rem;
}

#phy-grey-decor-4{
	position: absolute;
	top: 6rem;
    right: 17.5rem;
    width: 1.8rem;
}

#phy-grey-decor-5{
	position: absolute;
	top: 20rem;
    right: 29.5rem;
    width: 1.5rem;
}

#phy-grey-decor-6{
	position: absolute;
	top: 9rem;
    right: 41rem;
    width: 1.5rem;
}

#phy-grey-decor-7{
	position: absolute;
	top: 7rem;
    right: 27rem;
    width: 2rem;
}

#phy-grey-decor-8{
	position: absolute;
	top: 13rem;
    right: 1rem;
    width: 1.2rem;
}


.phy-red-decor-wrapper{
	height: 1px;
	z-index: 1;
}

.phy-red-decor{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(168,72,72, 1);
	opacity: 0;
}


#phy-red-decor-1{
	width: 31rem;
    position: absolute;
    top: 2.5rem;
    right: 21rem;
	transform: rotate(-2deg);
}

#phy-straight-red-1{
	right: 0;
}

#phy-red-decor-2{
	width: 19rem;
    position: absolute;
    top: 1.7rem;
    right: 34rem;
	transform: rotate(-7deg);
}

#phy-straight-red-2{
	left: 0;
}

#phy-red-decor-3{
	width: 17rem;
    position: absolute;
    top: 4rem;
    right: 17rem;
    transform: rotate(25deg);
}

#phy-straight-red-3{
	left: 0;
}

#phy-red-decor-4{
	width: 12rem;
    position: absolute;
    top: 5.5rem;
    right: 6rem;
    transform: rotate(-17deg);
}

#phy-straight-red-4{
	left: 0;
}

#phy-red-decor-5{
	width: 14rem;
    position: absolute;
    top: 2.5rem;
    right: 6rem;
	transform: rotate(10deg);
}

#phy-straight-red-5{
	right: 0;
}

#phy-red-decor-6{
	width: 21.5rem;
    position: absolute;
    top: 11rem;
    right: 14.5rem;
    transform: rotate(-64deg);
}

#phy-straight-red-6{
	right: 0;
}

#phy-red-decor-7{
	width: 21.5rem;
    position: absolute;
    top: 11rem;
    right: 21.2rem;
    transform: rotate(81deg);
}

#phy-straight-red-7{
	right: 0;
}

#phy-red-decor-8{
	width: 12rem;
    position: absolute;
    top: 5rem;
    right: 31.5rem;
    transform: rotate(-53deg);
}

#phy-straight-red-8{
	right: 0;
}

#phy-red-decor-9{
	width: 14rem;
    position: absolute;
    top: 9rem;
    right: 28rem;
	transform: rotate(-10deg);
}

#phy-straight-red-9{
	left: 0;
}

#phy-red-decor-10{
	width: 27rem;
    position: absolute;
    top: 11rem;
    right: 1rem;
    transform: rotate(14deg);
}

#phy-straight-red-10{
	left: 0;
}


.showe {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@keyframes fulfill {
    from {
		width: 0%;
        opacity: 0;
    }

    to {
		width: 100%;
        opacity: 1;
    }
}

.fulfill {
    -webkit-animation-name: fulfill;
    animation-name: fulfill;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}




.phi-new-main-wrap{
	position: relative;
	width: 100%;
	margin-top: 5%;
}

.phi-new-grid-1{
	position: relative;
	width: 100%;
	text-align: center;
}

.phi-new-inspiring{
	position: relative;
	width: 25%;
	margin: 0 auto;
}

.phi-new-inspiring-icon{
	position: relative;
	width: 7rem;
	margin: 0 auto;
}

.phi-new-inspiring-icon img{
	width: 100%;
}

.phi-new-inspiring-title{
	position: relative;
	width: 100%;
}

.phi-new-inspiring-title h4{
	color: #4f4f4f;
	margin: 1.5rem 0;
}

.phi-new-inspiring-desc{
	position: relative;
	width: 100%;
	text-align: left;
}

.phi-new-grid-2{
	position: relative;
	width: 100%;
	text-align: center;
}

.phi-new-phi{
	position: relative;
	display: inline-block;
	width: 43%;
	vertical-align: top;
}

.phi-new-phi img{
	width: 100%;
}

.phi-dot-1{
	position: absolute;
	top: 52.4%;
    left: 0.5%;
    width: 1%;
	border-radius: 50%;
	border: 1px solid rgba(245,166,4, 1);
	animation: pulse 2s infinite;
}

.phi-dot-1:before{
	content: '';
	display: block;
	padding-top: 100%;
}

.phi-dot-2{
	position: absolute;
	top: 0.5%;
    left: 49.3%;
    width: 1%;
	border-radius: 50%;
	border: 1px solid rgba(245,166,4, 1);
	animation: pulse 2s infinite;
}

.phi-dot-2:before{
	content: '';
	display: block;
	padding-top: 100%;
}

.phi-dot-3{
	position: absolute;
	top: 51.5%;
    left: 98.5%;
    width: 1%;
	border-radius: 50%;
	border: 1px solid rgba(245,166,4, 1);
	animation: pulse 2s infinite;
}

.phi-dot-3:before{
	content: '';
	display: block;
	padding-top: 100%;
}

/*
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(245,166,4, 0.9);
    box-shadow: 0 0 0 0 rgba(245,166,4, 0.9);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(245,166,4, 0);
      box-shadow: 0 0 0 10px rgba(245,166,4, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(245,166,4, 0);
      box-shadow: 0 0 0 0 rgba(245,166,4, 0);
  }
}
*/

@keyframes pulse{
	0%{
		transform: scale(1.0, 1.0);
		opacity: 0.2;
	}

	25%{
		opacity: 1.0;
	}

	50%{
		opacity: 1.0;
	}

	75%{
		opacity: 1.0;
	}

	100%{
		transform: scale(3.0, 3.0);
		opacity: 0.1;
	}
}

.phi-new-cooperative{
	position: relative;
	display: inline-block;
	width: 28.5%;
	text-align: right;
	padding-right: 5%;
	vertical-align: top;
	margin-top: 2rem;
}

.phi-new-cooperative-icon{
	position: relative;
	width: 7rem;
	margin-left: auto;
}

.phi-new-cooperative-icon img{
	width: 100%;
}

.phi-new-cooperative-title{
	position: relative;
	width: 100%;
}

.phi-new-cooperative-title h4{
	color: #4f4f4f;
	margin: 1.5rem 0;
}

.phi-new-cooperative-desc{
	position: relative;
	width: 100%;
	overflow-y: auto;
	max-height: 26rem;
}


.phi-new-dedicated{
	position: relative;
	display: inline-block;
	width: 28.5%;
	text-align: left;
	padding-left: 3.5%;
	vertical-align: top;
	margin-top: 2rem;
}

.phi-new-dedicated-icon{
	position: relative;
	width: 7rem;
}

.phi-new-dedicated-icon img{
	width: 100%;
}

.phi-new-dedicated-title{
	position: relative;
	width: 100%;
}

.phi-new-dedicated-title h4{
	color: #4f4f4f;
	margin: 1.5rem 0;
}

.phi-new-dedicated-desc{
	position: relative;
	width: 100%;
	overflow-y: auto;
	max-height: 26rem;
}

.phi-particle-wrap{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 500px;
	background-color: black;
}

#phi-new-particles{
	position: absolute;
	top: 0;
	right: 0;
	width: 20%;
	height: 20rem;
}

#particles-js{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#particles-js canvas{
	display: block;
}

.phi-new-mobile-wrap{
	display: none;
}

.phi-white-lay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255, 0.6);
	z-index: 7;
}

/*
@media screen and (max-width: 1602px){
	#phy-red-decor-7{
		top: 21%;
	}

	#phy-grey-decor-5{
		top: 39.5%;
		right: 15.3%;
	}

	#phy-grey-decor-6{
	    top: 16.9%;
	}
}

@media screen and (max-width: 1399px){
	#phy-red-decor-5{
		transform: rotate(12deg);
	}

	#phy-grey-decor-5{
		top: 39%;
	}
}

@media screen and (max-width: 1385px){
	#phy-red-decor-7{
		width: 17%;
		right: 8.2%;
	}

	#phy-red-decor-8{
		width: 8%;
		right: 15.8%;
	}

	#phy-grey-decor-3{
		top: 0.3%;
	}

	#phy-grey-decor-5{
		top: 38.5%;
	}
}


@media screen and (max-width: 1366px){
	#phy-grey-decor-1{
		width: 2.2%;
	}

	#phy-grey-decor-2{
		width: 1.2%;
	}

	#phy-grey-decor-3{
		width: 0.9%;
	}

	#phy-grey-decor-4{
		width: 1.2%;
	}

	#phy-grey-decor-5{
		width: 0.9%;
		top: 38.1%;
		right: 15.2%;
	}

	#phy-grey-decor-6{
		width: 0.9%;
	}

	#phy-grey-decor-7{
		width: 1.2%;
	}

	#phy-grey-decor-8{
		width: 0.9%;
	}

	#phy-red-decor-5{
		transform: rotate(13deg);
	}
}

@media screen and (max-width: 1299px){
	#phy-red-decor-5{
		transform: rotate(15deg);
	}

	#phy-red-decor-8{
		width: 8.5%;
		right: 15.8%;
		top: 10.2%;
	}
}

@media screen and (max-width: 1278px){
	@keyframes longer15 {
		from {
			top: 30%;
			width: 8.2%;
			opacity: 0;
			transform: rotate(75.5deg);
		}

		to {
			top: 30.4%;
			width: 9.5%;
			opacity: 1;
			transform: rotate(73deg);
		}
	}
}

@media screen and (max-width: 1270px){
	#phy-red-decor-6{
		width: 17%;
		top: 21%;
		right: 4.3%;
	}

	#phy-grey-decor-5{
		top: 37.1%;
		right: 15%;
	}
}


@media screen and (max-width: 1235px){
	#phy-red-decor-7{
		top: 20%;
	}
}

@media screen and (max-width: 1222px){
	@keyframes longer4 {
		from {
			top: 3.3%;
			width: 10%;
			opacity: 0;
			transform: rotate(112deg);
		}

		to {
			top: 8.4%;
			width: 19.8%;
			opacity: 1;
			transform: rotate(120deg);
		}
	}
}

@media screen and (max-width: 1140px){
	#phy-grey-decor-8{
		top: 24%;
	}

	#phy-red-decor-3{
		width: 10%;
		top: 6.7%;
		right: 9%;
		transform: rotate(29deg);
	}

	#phy-red-decor-4{
		transform: rotate(-22deg);
	}

	#phy-red-decor-7{
		width: 18.5%;
		top: 20.2%;
		right: 7.5%;
	}
}

@media screen and (max-width: 1127px){
	@keyframes longer3 {
		from {
			top: 2.5%;
			width: 0%;
			opacity: 0;
			transform: rotate(-50deg);
		}

		to {
			top: 3.5%;
			width: 10.7%;
			opacity: 1;
			transform: rotate(-30deg);
		}
	}

	@keyframes longer4 {
		from {
			top: 3.3%;
			width: 10%;
			opacity: 0;
			transform: rotate(112deg);
		}

		to {
			top: 8.4%;
			width: 20.2%;
			opacity: 1;
			transform: rotate(120deg);
		}
	}

}

@media screen and (max-width: 1111px){
	#phy-red-decor-6{
		width: 18.5%;
		right: 3.4%;
	}

	#phy-red-decor-8{
		width: 9.5%;
		right: 15.3%;
		transform: rotate(-63deg);
	}
}*/

@media screen and (max-width: 1088px){
	#phylosophy-section-of-content{
		/*margin-top: -20.5rem;*/
	    padding: 16% 11% 0%;
	}
}

/*
@media screen and (max-width: 1066px){
	#phy-red-decor-5{
		transform: rotate(16deg);
	}

	#phy-red-decor-10{
		width: 15%;
		top: 20.5%;
		right: 0.4%;
		transform: rotate(20deg);
	}
}

@media screen and (max-width: 1047px){
	#phy-grey-decor-3{
		top: 0.6%;
	}

	#phy-grey-decor-5{
		top: 36.8%;
	}

	#phy-red-decor-4{
		transform: rotate(-24deg);
	}

	#phy-red-decor-6{
		width: 19.5%;
		right: 3.3%;
		transform: rotate(-75deg);
	}
}

@media screen and (max-width: 1027px){
	@keyframes longer3 {
		from {
			top: 2.5%;
			width: 0%;
			opacity: 0;
			transform: rotate(-50deg);
		}

		to {
			top: 3.5%;
			width: 11%;
			opacity: 1;
			transform: rotate(-30deg);
		}
	}

	@keyframes longer4 {
		from {
			top: 3.3%;
			width: 10%;
			opacity: 0;
			transform: rotate(112deg);
		}

		to {
			top: 8.4%;
			width: 20.5%;
			opacity: 1;
			transform: rotate(120deg);
		}
	}

	@keyframes longer15 {
		from {
			top: 30%;
			width: 8.2%;
			opacity: 0;
			transform: rotate(75.5deg);
		}

		to {
			top: 30.4%;
			width: 9.9%;
			opacity: 1;
			transform: rotate(73deg);
		}
	}

	#phy-circle-decor-6{
		left: 5.2%;
	}

}

@media screen and (max-width: 1024px){
	#phy-grey-decor-5{
		top: 36.5%;
	}

	#phy-red-decor-3{
		transform: rotate(31deg);
	}
}

@media screen and (max-width: 991px){
	#phy-grey-decor-1{
		width: 2.4%;
	}

	#phy-grey-decor-2{
		width: 1.4%;
	}

	#phy-grey-decor-3{
		width: 1.1%;
	}

	#phy-grey-decor-4{
		width: 1.4%;
	}

	#phy-grey-decor-5{
		width: 1.1%;
		top: 35.8%;
		right: 14.9%;
	}

	#phy-grey-decor-6{
		width: 1.1%;
	}

	#phy-grey-decor-7{
		width: 1.4%;
		top: 14.5%;
	}

	#phy-grey-decor-8{
		width: 1.1%;
	}

	#phy-red-decor-5{
		transform: rotate(19deg);
	}

	#phy-red-decor-7{
		width: 20.5%;
		right: 6.5%;
	}
}

@media screen and (max-width: 978px){
	.phy-circle-decor{
		display: none;
	}

	.phy-straight-decor{
		display: none;
	}

	.phy-grey-decor{
		display: none;
	}

	.phy-red-decor-wrapper{
		display: none;
	}
}

@media screen and (max-width: 933px){
	#phy-red-decor-3{
		transform: rotate(34deg);
	}

	#phy-red-decor-4{
		transform: rotate(-27deg);
	}

	#phy-red-decor-6{
		width: 21.5%;
		right: 2%;
		top: 20%;
	}

	#phy-red-decor-7{
		width: 21%;
		right: 6.3%;
		top: 19.5%;
		transform: rotate(83deg);
	}

	#phy-red-decor-8{
		transform: rotate(-67deg);
	}

	#phy-grey-decor-8{
		top: 23.5%;
	}
}

@media screen and (max-width: 856px){

}*/

@media screen and (max-width: 808px){
	#phylosophy-section-of-content{
		/*margin-top: -25.5rem;*/
	}
}

@media screen and (max-width: 768px){
	.under-header-quote{
		padding: 3% 2% !important;
		width: 90% !important;
		margin-top: -11% !important;
	}

	.contact-quote h3{
		margin: 1rem 0;
	}

	.the-phy-title{
		width: 85%;
	}

	/*.the-phy-title h1{
		font-size: 6rem;
	}*/

	.the-phy-number{
		right: 95%;
		margin-right: 0;
	}

	.the-phy-number h1{
		font-size: 17rem !important;
	}

	#phylosophy-section-of-content{
		margin-top: -10%;
	}

	#phylosophy-section-of-content .container-fluid{
		padding: 0;
	}

	#phy-2{
		right: 90%;
	}

	#phylosophy-section-of-content-2{
		padding: 8% 4% 6%;
	}

	.the-phy-bound h4{
		font-size: 1.5rem;
	}

	.phy-inspiring-text{
		top: 52%;
		left: -3%;
		width: 9rem;
	}

	.phy-dedicated-text{
		top: 52%;
		right: -3.5%;
		width: 9rem;
	}

	.phy-cooperative-text{
		bottom: -9%;
		left: 37%;
		width: 12rem;
	}

	.phy-orange-bound{
		margin-top: 17%;
	}
}

@media screen and (max-width: 767px){
	.under-header-quote{
		/*margin-top: -20% !important;*/
		margin-top: -12% !important;
	}

	#phylosophy-section-of-content{
		margin-top: -29%;
		padding: 36% 5% 0%;
		background-image: url(../images/main/philosophy-mobile-bg.jpg);
	}

	#phylosophy-section-of-content-2{
		background-image: url(../images/main/philosophy-mobile-bg.jpg);
	}

	.phy-orange-bound{
		margin-top: 16%;
	}

	.the-phy-number{
		right: 90%;
	}

	.the-phy-number h1{
		font-size: 17rem;
	}

	.phi-new-main-wrap{
		display: none;
	}

	.phi-new-mobile-wrap{
		display: block;
		position: relative;
		width: 100%;
		margin-bottom: 5%;
	}

	.phi-new-phi-mobile{
		position: relative;
		width: 80%;
		margin: 0 auto;
	}

	.phi-new-phi-mobile img{
		width: 100%;
	}

	.phi-new-row{
		position: relative;
		width: 100%;
		margin-top: 5%;
	}

	.phi-new-pict-desc-wrap{
		position: relative;
		width: 100%;
	}

	.phi-new-icon-mobile{
		position: relative;
		width: 16%;
		display: inline-block;
		vertical-align: top;
		margin-right: 5%;
	}

	.phi-new-icon-mobile img{
		width: 100%;
	}

	.phi-new-desc-wrap-mobile{
		position: relative;
		width: 79%;
		display: inline-block;
		vertical-align: top;
	}

	.the-phi-split{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}


/**************************************************/
/*                PHYLOSOPHY END                  */
/**************************************************/


/**************************************************/
/*                PRODUCT START                   */
/**************************************************/

#product-header{
	position: relative;
	width: 100%;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
}

#product-general{
	position: relative;
	width: 100%;
	height: auto;
	padding: 5% 9% 5%;
}

#product-breadcrumb{
	margin-left: 0;
}

.product-general-pict{
	position: relative;
	width: 59%;
	height: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 53rem;
}


.general-product-title-line{
	position: relative;
	width: 61%;
	border-top: 4px solid #DD463C;
	margin: 0;
}

.product-general-text{
	position: relative;
	width: 40%;
	height: auto;
	padding-left: 5%;
}

.product-general-text h1{
	font-size: 5.5rem;
	color: #4F4F4F;
	margin: 1rem 0 0;
}

.product-general-text h3{
	font-size: 2.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.2;
	margin: 4rem 0;
}

.product-general-text h4{
	font-family: 'Open Sans Regular';
	font-size: 1.9rem;
	line-height: 1.3;
	margin-top: 3.5rem;
}

.general-product-title{
	position: relative;
	width: 85%;
}

.general-product-desc{
	position: relative;
	width: 98%;
}

.product-general-to-sub-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 15%;
}

.general-to-sub-each{
	position: relative;
	display: inline-block;
	width: 22%;
	padding: 0 2.5%;
	border: 0.4rem solid #FF807D;
	margin: 0 1.2%;
	text-align: center;
}

.general-to-sub-pict{
	position: relative;
	width: 100%;
	margin-top: -35%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.general-to-sub-overlay{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	padding-top: 100%;
	transition: all 0.5s;
}

.general-to-sub-each:hover .general-to-sub-overlay{
	background-color: rgba(0,0,0,0.6);
}

.general-to-sub-title{
	position: relative;
	width: 100%;
	margin: 15% 0;
}

.general-to-sub-title h3{
	line-height: 1.2;
	margin: 0;
	transition: all 0.5s;
}

.general-to-sub-each:hover .general-to-sub-title h3{
	color: #FF807D;
}

.mobile-general-to-sub{
	display: none;
}

.desktop-wrap{
	display: block;
}

.mobile-wrap{
	display: none;
}

@media screen and (max-width: 1024px){
	.general-to-sub-title h3{
		font-size: 2.1rem;
	}
}

@media screen and (max-width: 768px){
	#product-general{
		padding: 5%;
	}

	#product-general .container-fluid{
		padding: 0;
	}

	.breadcrumb{
		padding: 1rem 0;
	}

	.product-general-pict{
		width: 100%;
		padding-top: 60%;
	}

	.product-general-text{
		width: 100%;
		padding-left: 0;
		margin-top: 15%;
	}

	.general-to-sub-each{
		width: 45%;
		margin: 10% 2%;
	}

	.desktop-general-to-sub{
		display: none;
	}

	.mobile-general-to-sub{
		display: block;
	}

	.desktop-wrap{
		display: none;
	}

	.mobile-wrap{
		display: block;
	}

	.general-product-title{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.general-to-sub-each{
		width: 98%;
		margin: 30% 1%;
	}
}

/**************************************************/
/*                 PRODUCT END                    */
/**************************************************/



/**************************************************/
/*              PRODUCT SUB START                 */
/**************************************************/

#product-sub-head-option{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -7%;
	z-index: 20;
}

.the-gray-filter{
	filter: grayscale(100%);
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.the-red-overlay{
	background-color: rgba(255, 0, 0, 0.65) !important;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.product-category-min-height{
	width: 100%;
	min-height: 26rem;
}

#product-sub-category-carousel .owl-controls{
	margin-top: 0;
	width: 100%;
}

#product-sub-category-carousel .owl-buttons{
	margin-top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
}

#product-sub-category-carousel .owl-prev, #product-sub-category-carousel .owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7rem;
	background: transparent;
}

#product-sub-category-carousel .owl-prev{
	left: -8rem;
}

#product-sub-category-carousel .owl-next{
	right: -8rem;
}

#product-sub-category-carousel .owl-buttons img{
	width: 100%;
}


#product-sub-section{
	position: relative;
	width: 100%;
	height: auto;
	padding: 12% 8% 10%;
	margin-top: -7%;
	background-color: #E7E7E7;
	z-index: 5;
}

#product-sub-breadcrumb{
	margin-bottom: 12%;
	margin-left: 1.5%;
}

.product-sub-top{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 2.5%;
}

.product-sub-pict-wrapper{
	position: relative;
	width: 33%;
	height: auto;
}

.product-sub-pict-border{
	position: relative;
	width: 100%;
	border: 1rem solid #FF807D;
	padding: 0 2rem 5rem;
}

.product-sub-pict{
	position: relative;
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -25%;
	right: -3rem;
}

.product-sub-text{
	position: relative;
	width: 59%;
	height: auto;
	padding-left: 7%;
	margin-top: -7%;
}

.product-sub-title-line{
	border-top: 4px solid #DD463C;
	width: 55%;
	margin: 0;
}


.product-sub-title{
	position: relative;
	width: 70%;
}

.product-sub-title h1{
	color: #4F4F4F;
	margin: 1rem 0;
}

.product-sub-sub-title{
	position: relative;
	width: 80%;
}

.product-sub-sub-title h3{
	font-size: 2.6rem;
	margin: 3rem 0;
	color: #4F4F4F;
}

.product-sub-desc{
	position: relative;
	width: 100%;
}

.product-sub-desc h4{
	margin: 3rem 0;
	font-family: 'Open Sans Regular';
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.product-sub-bottom{
	position: relative;
	width: 100%;
	padding: 0 1.3rem;
}

.product-sub-bottom-child{
	position: relative;
	width: 30%;
	border: 0.4rem solid #FF807D;
	margin: 23rem 4rem 0;
	padding: 0 3%;
}

.product-sub-bottom-pict{
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -25%;
}

.product-sub-bottom-overlay{
	position: relative;
	width: 100%;
	height: 100%;
	/*padding-top: 70%;*/
	transition: all 0.5s;
}

.product-sub-bottom-overlay:before{
	content: '';
	display: block;
	padding-top: 95%;
}

.product-sub-bottom-pict:hover .product-sub-bottom-overlay{
	background-color: rgba(0,0,0,0.6);
}

.product-sub-bottom-title{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 3rem 0;
}

.product-sub-bottom-title h3{
	margin: 0;
}

.product-sub-bottom-mobile{
	display: none;
}

@media screen and (max-width: 1366px){
	.product-category-min-height{
		min-height: 25rem;
	}
}

@media screen and (max-width: 1269px){
	#product-sub-section{
		margin-top: -7.5%;
	}
}

@media screen and (max-width: 1198px){
	#product-sub-head-option{
		margin-top: -7.5%;
	}
}

@media screen and (max-width: 1140px){
	#product-sub-section{
		margin-top: -8%;
	}
}

@media screen and (max-width: 1085px){
	#product-sub-section{
		margin-top: -10%;
		padding: 14% 8% 10%;
	}
}

@media screen and (max-width: 1024px){
	.product-category-min-height{
		min-height: 23rem;
	}
}

@media screen and (max-width: 768px){
	#product-sub-head-option{
		margin-top: -12%;
	}

	#product-sub-section{
		padding: 16% 4% 10%;
		margin-top: -13%;
	}

	#product-sub-breadcrumb{
		margin-left: 0;
	}

	.product-sub-pict-wrapper{
		width: 100%;
		margin: 15% 0;
	}

	.product-sub-text{
		width: 100%;
		padding-left: 0;
		margin-top: 0;
	}

	.product-sub-title{
		width: 100%;
	}

	.product-sub-sub-title{
		width: 100%;
	}

	.product-sub-bottom-desktop{
		display: none;
	}

	.product-sub-bottom-mobile{
		display: block;
	}

	.product-sub-bottom-child{
		width: 48%;
		margin: 15% 1% 0;
	}

	.product-sub-bottom-overlay{
		padding-top: 80%;
	}

	.product-sub-bottom-title{
		padding: 3rem 0;
	}
}

@media screen and (max-width: 767px){
	#product-sub-head-option{
		margin-top: -8%;
		overflow: hidden;
	}

	#product-sub-section{
		padding: 30% 4% 10%;
		margin-top: -27%;
	}

	.home-product-link-icon img{
		height: 7rem;
	}
}

@media screen and (max-width: 375px){
	#product-sub-section{
		margin-top: -29%;
	}
}

@media screen and (max-width: 360px){
	#product-sub-section{
		margin-top: -30%;
	}
}

/**************************************************/
/*               PRODUCT SUB END                  */
/**************************************************/



/**************************************************/
/*           PRODUCT SUB CHILD START              */
/**************************************************/

#product-sub-child-head-option{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -7%;
	z-index: 20;
}

#product-sub-child-section{
	position: relative;
	width: 100%;
	height: auto;
	padding: 12% 8% 10%;
	margin-top: -7%;
	background-color: #E7E7E7;
	z-index: 5;
}

#product-sub-child-breadcrumb{
	margin-bottom: 13%;
	margin-left: 1.5%;
}

.product-sub-child-bottom-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0 2%;
	margin-top: 10%;
}

.product-sub-child-navigation-wrapper{
	position: relative;
	width: 27%;
	display: inline-block;
	background-color: white;
	margin: 0 1.25%;
	padding-top: 1%;
	padding-bottom: 2%;
}

.product-sub-child-navigation-wrapper h2{
	margin: 0;
	color: #4F4F4F;
}

.product-sub-child-navigation-wrapper h3{
	margin: 0;
	font-family: 'Open Sans Regular';
	color: #4F4F4F;
}

.product-sub-child-navigation-title{
	position: relative;
	width: 100%;
	padding: 5% 13%;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.product-sub-child-navigation{
	position: relative;
	width: 100%;
	padding: 0 8% 0 13%;
}

.product-sub-child-list{
	position: relative;
	width: 100%;
	padding: 6% 0;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.product-sub-child-list:last-child{
	border-bottom: none;
}

.product-sub-child-list.active h3{
	border-bottom: 2px solid #cc463a;
	display: inline-block;
}

.product-sub-child-showcase{
	position: relative;
	width: 70.5%;
	display: inline-block;
	margin: 0 1.25%;
	background-color: white;
}

.product-sub-child-above{
	position: relative;
	width: 100%;
	padding: 3% 5% 1%;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

.product-sub-child-sort{
	position: relative;
	width: 50%;
	display: inline-block;
}

.product-sub-child-sort-text{
	position: relative;
}

.product-sub-child-select{
	position: relative;
	width: 45%;
	margin: 0 1%;
}

.product-sub-child-select select{
	width: 100%;
	border: 1px solid #969696;
	height: 4rem;
	padding: 0 1rem;
	font-size: 2rem;
	font-family: 'Open Sans Bold';
	background-image: url(../images/main/select-arrow.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 10%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}

.product-sub-child-search-icon{
	position: relative;
	background-color: #CD463B;
	padding: 0.9rem 1.7rem;
	margin-left: 1%;
}

.product-sub-child-search-icon i{
	color: white;
	font-size: 2rem;
}

.product-sub-child-pagination-wrapper{
	position: relative;
	width: 49%;
	display: inline-block;
	text-align: right;
}

.product-sub-child-pagination{
	text-align: center;
}

.product-sub-child-pagination>li{
	margin: 0 0.5rem;
	display: inline-block;
}

.product-sub-child-pagination>li:last-child{
	margin-right: 0;
}

.product-sub-child-pagination>li:first-child>a, .product-sub-child-pagination>li:first-child>span{
	border-radius: 0;
}

.product-sub-child-pagination>li:last-child>a, .product-sub-child-pagination>li:last-child>span{
	border-radius: 0;
}

.product-sub-child-pagination li a{
	font-size: 2rem;
	font-family: 'Open Sans Bold';
	color: #727272;
	width: 4.3rem;
	height: 4.3rem;
}

.product-sub-child-pagination li i{
	font-size: 3rem;
	color: #727272;
}

.product-sub-child-choose-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	padding: 3% 3%;
}

.product-sub-child-choose-new{
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

/*.product-sub-child-choose-wrapper ul{
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

}*/

/*.product-sub-child-choose-wrapper li{
	list-style: none;
    background-image: url(../images/main/hexa-point.png);
    background-size: auto 1.5rem;
    background-position: left 0.6rem;
    background-repeat: no-repeat;
    font-family: 'Open Sans Regular';
	padding-left: 4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin: 1.5rem 0;
	display: inline-block;
	vertical-align: top;
	width: 31%;
}*/

.product-sub-child-choose-new ul{
	padding-left: 2rem;
}

.product-sub-child-choose-new li{
	list-style: none;
    background-image: url(../images/main/hexa-point.png);
    background-size: auto 1.5rem;
    background-position: left 0.6rem;
    background-repeat: no-repeat;
    font-family: 'Open Sans Regular';
	padding-left: 3.5rem;
	padding-right: 10px;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin: 1.5rem 0;
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.product-sub-child-choose-wrapper li a:hover{
	color: #E2493E;
}

.product-sub-child-choose{
	position: relative;
	width: 29%;
	padding-top: 35%;
	margin: 0% 2%;
	background-size: 65%;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
}

.product-sub-child-choose:hover .product-sub-child-back-hexa{
	opacity: 1;
}

.product-sub-child-back-hexa {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate(120deg);
       -moz-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);
			transition: all 0.4s;
}
.product-sub-child-middle-hexa {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
}
.product-sub-child-front-hexa {
    width: 100%;
    height: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    visibility: visible;
    -webkit-transform: rotate(-60deg);
       -moz-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
         -o-transform: rotate(-60deg);
            transform: rotate(-60deg);
	background-color: rgba(0,0,0,0.6);
}

.product-sub-child-choose-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	text-align: center;
	overflow: hidden;
	/*display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
}

.product-sub-child-choose-text h4{
	color: #A1A1A1;
	margin: 0;
}

@media screen and (max-width: 1270px){
	#product-sub-child-section{
		margin-top: -10%;
		padding: 14% 8% 10%;
	}
}

@media screen and (max-width: 1250px){
	.product-sub-child-navigation-wrapper h2{
		font-size: 3.2rem;
	}
}

@media screen and (max-width: 1120px){
	.product-sub-child-navigation-wrapper h2{
		font-size: 3rem;
	}

	.product-sub-child-navigation-wrapper h3{
		font-size: 2rem;
	}
}

@media screen and (max-width: 1091px){
	.product-sub-child-choose{
		width: 28%;
	}
}

@media screen and (max-width: 1030px){
	.product-sub-child-navigation-wrapper h2{
		font-size: 2.8rem;
	}

	.product-sub-child-navigation-wrapper h3{
		font-size: 1.8rem;
	}
}


@media screen and (max-width: 768px){
	#product-sub-child-section{
		padding: 23% 4% 10%;
		margin-top: -20%;
	}

	.product-sub-top{
		padding: 0;
	}

	.product-sub-child-bottom-wrapper{
		padding: 0;
	}

	.product-sub-child-navigation-wrapper{
		display: none;
	}

	.product-sub-child-showcase{
		width: 100%;
		margin: 0;
	}

	.product-sub-child-filter-mobile{
		position: relative;
		width: 82%;
		height: auto;
	}

	.product-sub-child-sort{
		width: 100%;
		margin: 2% 0;
	}

	.product-sub-child-select{
		width: 78%;
		margin: 0 2%;
		display: inline-block;
		vertical-align: middle;
		float: right;
	}

	.product-sub-child-select select{
		background-size: 6%;
	}

	.product-sub-child-search-icon{
		padding: 2rem 2.4rem;
		margin-left: 5%;
	}

	.product-sub-child-choose{
		width: 45%;
		margin: 3% 2%;
	}

	.product-sub-child-pagination-wrapper{
		width: 100%;
		text-align: center;
	}

	.product-sub-child-pagination>li{
		margin: 0;
	}

	.product-sub-child-sort-text{
		display: inline-block;
		vertical-align: middle;
	}

	.product-sub-child-choose-new li{
		width: 32%;
	}
}

@media screen and (max-width: 767px){
	#product-sub-child-section{
		padding: 36% 4% 10%;
		margin-top: -34%;
	}

	.product-sub-child-select{
		width: 59%;
	}

	.product-sub-child-select select{
		background-size: 10%;
	}

	.product-sub-child-search-icon{
		margin-left: 2%;
	}

	.product-sub-child-search-icon{
		padding: 1.3rem 1.7rem;
		margin-left: 2%;
	}

	.product-sub-child-choose-new ul{
		padding-left: 0;
	}

	.product-sub-child-choose-new li{
		width: 48%;
	}

	.product-sub-child-choose-wrapper li{
		padding-left: 2.5rem;
		font-size: 1.5rem;
	}

}

@media screen and (max-width: 320px){
	.product-sub-child-select{
		width: 54%;
	}
}



/**************************************************/
/*           PRODUCT SUB CHILD END                */
/**************************************************/


/**************************************************/
/*           PRODUCT DETAIL START                 */
/**************************************************/

#product-detail-section{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #EBEBEB;
	padding: 10% 8% 5%;
	margin-top: -7%;
	z-index: 5;
}

.the-breadcrumb{
	position: relative;
	margin-bottom: 5%;
	z-index: 20;
}

.breadcrumb{
	background-color: transparent !important;
	font-family: 'Open Sans Regular';
	font-size: 1.8rem;
}

.breadcrumb > li + li:before {
    color: #4F4F4F;
    content: "";
	font-family: 'Open Sans Regular';
	padding: 0;
}

.breadcrumb li.active{
	color: #4F4F4F;
	border-bottom: 3px solid #E2493E;
}

.breadcrumb-separator{
	font-family: 'Open Sans Regular';
	padding: 0 1.5rem;
}

#product-detail-breadcrumb{
	margin-left: 0;
}

.product-detail-all-pict-wrapper{
	border-right: 1px solid rgba(128, 128, 128, 0.4);
}

.product-detail-slider-wrapper{
	position: relative;
	display: inline-block;
	width: 11%;
	height: auto;
	margin: 3rem 0;
}

.product-detail-slider{
	position: relative;
}

.product-detail-slider .slick-arrow{
	cursor: pointer;
}

.detail-active{
	filter: grayscale(0%) !important;
}

.product-detail-item{
	position: relative;
	top: 0rem;
	width: 100%;
	padding-top: 10rem;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 2rem 0;
	transition: 0.25s ease-in-out;
	filter: grayscale(100%);
}

.product-detail-item:focus{
	outline: none;
}

.product-detail-prev{
	position: absolute;
	top: -3rem;
	width: 100%;
	text-align: center;
}

.product-detail-prev img{
	width: 3rem;
}

.product-detail-next{
	position: absolute;
	bottom: -3rem;
	width: 100%;
	text-align: center;
}

.product-detail-next img{
	width: 3rem;
}

.product-detail-display{
	position: relative;
	display: inline-block;
	width: 66%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 56rem;
	margin-left: 12%;
}

.product-detail-desc-part{
	/*border-left: 1px solid rgba(128, 128, 128, 0.4);
	margin-left: -1px;*/
	padding: 0;
}

.product-detail-desc-wrapper{
	/*padding-left: 10%;*/
	padding-top: 1%;
}

.product-detail-title{
	position: relative;
	width: auto;
	padding-left: 0;
	padding-right: 0;
	/*padding-bottom: 5%;*/
	padding-bottom: 2rem;
	border-top: 4px solid #E2493E;
	display: inline-block;
}

.product-detail-title h3{
	margin: 1rem 0;
}

.product-detail-feature{
	padding-left: 0;
	padding-right: 0;
	border-top: 1px solid rgba(128, 128, 128, 0.4);
	padding-top: 5%;
}

.product-detail-tab-wrapper{
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}

.product-detail-tab-button{
	position: relative;
	width: auto;
	display: inline-block;
	margin-right: 10%;
	padding: 0 0.5rem;
}

.feature-on{
	border-bottom: 4px solid #E2493E;
}

.product-detail-tab-content{
	padding-top: 4%;
	padding-left: 0;
	padding-right: 0;
}

.product-detail-each-content{
	padding-left: 0;
	padding-right: 0;
}

.product-detail-each-content ul{
	padding-left: 3%;
}

.product-detail-each-content li{
	list-style: none;
	background-image: url(../images/main/hexa-point.png);
	background-size: auto 1.5rem;
	background-position: left 0.6rem;
	background-repeat: no-repeat;
	padding-left: 4rem;
	font-family: 'Open Sans Regular';
}

.product-detail-button-wrapper{
	text-align: center;
	margin-top: 3.5rem;
}

.product-detail-button{
	position: relative;
	width: 23rem;
	height: 7rem;
	border: 3px solid #BD463B;
	background-color: transparent;
	font-size: 1.8rem;
	font-family: 'Open Sans Semibold';
	transition: all 0.25s;
}

.product-detail-button:hover{
	background-color: #BD463B;
	color: white;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #e2493e !important;
	width: 6px !important;
}

.mCSB_scrollTools .mCSB_draggerRail{
	background-color: rgba(128,128,128, 0.5) !important;
	width: 1px !important;
}

.product-detail-new-list-wrap{
	border-top: 1px solid rgba(128, 128, 128, 0.4);
	border-bottom: 1px solid rgba(128, 128, 128, 0.4);
	max-height: 64rem;
	padding: 2rem 0 2rem 4%;
}

.product-detail-new-list{
	margin-bottom: 2rem;
}

.product-detail-new-list ul{
	padding-left: 0;
}

.product-detail-new-list li{
	width: 24.5%;
	display: inline-block;
	list-style: none;
    background-image: url(../images/main/hexa-point.png);
    background-size: auto 1.5rem;
    background-position: left 0.6rem;
    background-repeat: no-repeat;
    font-family: 'Open Sans Regular';
    padding-left: 4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    margin: 0.5rem 0;
    vertical-align: top;
}

.product-detail-new-list li p{
	display: inline-block;
	font-family: 'Open Sans Regular';
    font-size: 1.8rem;
	margin-bottom: 0;
}

.product-detail-new-list li.active p{
	border-bottom: 2px solid #BD463B;
}


#product-related-section{
	position: relative;
	width: 100%;
	height: auto;
	padding: 5% 8%;
}

.related-product-border{
	border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}

.related-product-title-wrapper{
	position: relative;
	display: inline-block;
	width: auto;
}

.related-product-title{
	position: relative;
	width: auto;
	padding-right: 3rem;
}

.related-product-title h3{
	margin: 0.5rem 0;
}

.related-product-underline{
	position: relative;
	width: auto;
	height: 5px;
	background-color: #97463B;
	transform: skew(-60deg);
}

.related-product-slider-wrapper{
	margin-top: 5%;
	padding: 0 5%;
}

.related-product-each{
	position: relative;
	padding-top: 117%;
	background-size: 75%;
	background-position: center center;
	background-repeat: no-repeat;
}

.related-product-each:hover .product-sub-child-back-hexa{
	opacity: 1;
}

#owl-related-product.owl-theme .owl-controls .owl-buttons div{
	height: 5rem;
	position: absolute;
	top: 41%;
	background-color: transparent;
	opacity: 1;
}

#owl-related-product.owl-theme .owl-controls .owl-buttons img{
	height: 100%;
}

#owl-related-product.owl-theme .owl-controls .owl-buttons .owl-prev{
	left: -6%;
}

#owl-related-product.owl-theme .owl-controls .owl-buttons .owl-next{
	right: -6%;
}

@media screen and (max-width: 1270px){
	#product-detail-section{
		margin-top: -10%;
		padding: 14% 8% 10%;
	}
}

@media screen and (max-width: 1024px){
	.product-detail-slider-wrapper{
		width: 14%;
	}

	.product-detail-item{
		width: 100% !important;
	}
}


@media screen and (max-width: 768px){
	#product-detail-section{
		padding: 10% 4% 5%;
	}

	#product-detail-section .container-fluid{
		padding: 0;
	}

	.product-detail-all-pict-wrapper{
		padding: 0;
	}

	.product-detail-slider-wrapper{
		width: 18%;
	}

	.product-detail-item{
		margin: 1rem 0;
	}

	.product-detail-display{
		padding-top: 49rem;
	}

	.product-detail-desc-part{
		margin-top: 10%;
		margin-left: 0;
		padding: 0 3%;
	}

	.product-detail-desc-wrapper{
		padding: 0;
	}

	.product-detail-tab-button{
		margin-right: 6%;
	}

	.product-detail-button-wrapper{
		margin-top: 5%;
		padding: 0;
	}

	#product-related-section{
		padding: 5% 4%;
	}

	#owl-related-product.owl-theme .owl-controls .owl-buttons .owl-prev{
		left: -10%;
	}

	#owl-related-product.owl-theme .owl-controls .owl-buttons .owl-next{
		right: -10%;
	}

	.the-breadcrumb li{
		line-height: 1.5;
	}
}

@media screen and (max-width: 767px){
	.product-detail-desc-part{
		padding: 0;
	}

	.product-detail-new-list-alphabet{
		padding: 0;
	}

	.product-detail-new-list-wrap{
		max-height: 62rem;
	}

	.product-detail-new-list{
		padding: 0;
	}

	.product-detail-new-list li{
		width: 49%;
		padding-left: 2.5rem;
		font-size: 1.6rem;
		background-position: left 0.4rem;
	}

	.product-detail-new-list li p{
		font-size: 1.6rem;
	}

	.mCSB_inside > .mCSB_container{
		margin-right: 25px;
	}

	#product-detail-section{
		margin-top: -28%;
		padding: 32% 4% 5%;
	}
}

@media screen and (max-width: 360px){
	#product-detail-section{
		margin-top: -29%;
	}
}


/**************************************************/
/*            PRODUCT DETAIL END                  */
/**************************************************/



/**************************************************/
/*            PRODUCT SEARCH START                */
/**************************************************/

#product-search-section{
	position: relative;
	width: 100%;
	height: auto;
	padding: 11% 10% 10%;
	margin-top: -7%;
	background-color: #E7E7E7;
}

#product-search-breadcrumb ol{
	padding-left: 0;
}

.product-search-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 20;
}

.product-search-field-wrapper{
	position: relative;
	width: 95%;
	display: inline-block;
}

.product-search-field{
	width: 100%;
	height: 7rem;
	font-size: 1.8rem;
	font-family: 'Open Sans Bold';
	padding-left: 2%;
}

.product-search-field::-webkit-input-placeholder{
	color: rgba(76, 76, 76, 0.3);
}

.product-search-field:-moz-placeholder{
	color: rgba(76, 76, 76, 0.3);
}

.product-search-field::-moz-placeholder{
	color: rgba(76, 76, 76, 0.3);
}

.product-search-field:-ms-input-placeholder{
	color: rgba(76, 76, 76, 0.3);
}

.product-search-icon-wrapper{
	position: relative;
	width: 4.5%;
	height: 7rem;
	display: inline-block;
	background-color: #CD463B;
	text-align: center;
}

.product-search-icon-wrapper img{
	height: 2.5rem;
	margin-top: 2.3rem;
}

.product-search-result-wrapper{
	padding: 0;
	margin-top: 5%;
}

.product-search-result-title{
	padding: 0;
}

.product-search-result-title h3{
	font-size: 2.6rem;
	margin: 0;
	letter-spacing: 0.05rem;
}

.product-search-result{
	padding: 0;
	margin-top: 1rem;
	z-index: 20;
}

.product-search-result ul{
	padding-left: 0.3rem;
}

.product-search-result li{
	list-style: none;
	background-image: url(../images/main/hexa-point.png);
	background-size: auto 1.5rem;
	background-position: left 0.6rem;
	background-repeat: no-repeat;
	padding-left: 4rem;
	font-family: 'Open Sans Regular';
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	margin: 2.5rem 0;
}

.product-search-result a{
	color: #4F4F4F;
}

.product-search-result a:hover{
	color: #E2493E;
}

.product-search-decoration{
	position: absolute;
	top: -5%;
	right: -2%;
	width: 38%;
	z-index: 5;
}

.product-search-decoration img{
	width: 100%;
}

@media screen and (max-width: 768px){
	#product-search-section{
		padding: 11% 4% 10%;
	}

	.product-search-field-wrapper{
		width: 85%;
	}

	.product-search-field{
		padding-left: 5%;
	}

	.product-search-icon-wrapper{
		width: 15%;
	}
}


/**************************************************/
/*             PRODUCT SEARCH END                 */
/**************************************************/



/**************************************************/
/*                 PARTNER START                  */
/**************************************************/


#partner-content-section{
	position: relative;
	width: 100%;
	height: auto;
}

.partner-tab-each{
	padding: 0;
    margin: 7% 0 5%;
}

.partner-gradient{
	position: relative;
	left: -1%;
    width: 32%;
    z-index: 5;
    margin-right: auto;
}

.partner-gradient img{
	width: 100%;
}

.hexagon-partner{
	position: absolute;
    top: 19%;
    right: -6%;
    width: 75%;
    height: 80%;
    z-index: 15;
}

.partner-text-wrap{
	position: relative;
	width: 42%;
	margin-left: 12%;
	text-align: center;
	margin-top: 2%;
}

.partner-text-wrap h2{
	color: #4F4F4F;
	font-size: 4.5rem;
	letter-spacing: 0.2rem;
	margin-bottom: 6%;
	margin-top: 6%;
}

.partner-text-wrap h4{
	font-family: 'Open Sans Regular';
	color: #4F4F4F;
	line-height: 1.3;
	margin: 3% 0;
}

.partner-template-form-wrap{
	position: relative;
	width: 100%;
	height: auto;
	padding: 2% 8%;
	margin-top: 4%;
}

.partner-quote{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding: 4% 0;
}

.partner-quote h2{
	font-size: 4.5rem;
	color: white;
	letter-spacing: 0.1rem;
}

.partner-quote h4{
	font-family: 'Open Sans Regular';
	color: white;
}

.partner-form{
	position: relative;
	width: 100%;
	margin: 5% 0 0%;
	padding: 0 1%;
}

.each-partner-form{
	margin-bottom: 4%;
}

.partner-left-fill{
	padding-right: 5%;
}

.partner-right-fill{
	padding-left: 5%;
}

.each-partner-form label{
	font-size: 2rem;
    font-family: 'Open Sans Light';
    letter-spacing: 0.1rem;
    margin-bottom: 1.5rem;
}

.partner-input{
	/*font-size: 3rem;
	height: 7rem;*/
	font-size: 2.3rem;
	height: 5rem;
	padding: 0 2rem;
	border: 2px solid rgba(128, 128, 128, 0.2);
	box-shadow: none;
	border-radius: 0;
	outline: none;
}

textarea.partner-input{
	resize: none;
	min-height: 7rem;
	padding-top: 1rem;
}



.partner-input input[type="text"]:focus,
.partner-input:focus {
	border: 2px solid rgba(128, 128, 128, 0.2);
	box-shadow: none;
	outline: 0 none;
}

.partner-input::-webkit-input-placeholder{
	color: rgba(128, 128, 128, 0.4);
}

.partner-input:-moz-placeholder{
	color: rgba(128, 128, 128, 0.4);
}

.partner-input::-moz-placeholder{
	color: rgba(128, 128, 128, 0.4);
}

.partner-input:-ms-input-placeholder{
	color: rgba(128, 128, 128, 0.4);
}

.partner-button-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 0 15px;
}

.btn-partner-submit{
	border: 3px solid #BD463B;
	padding: 1rem 9rem;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 2.3rem;
	font-family: 'Open Sans Semibold';
	color: #4F4F4F;
	transition: all 0.25s;
	margin-top: 0%;
}

.btn-partner-submit:hover{
	background-color: #BD463B;
	border: 3px solid #BD463B;
	color: white;
}

.partner-network-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	padding: 2% 8%;
	margin: 3% 0;
}

.partner-network-title{
	position: relative;
	width: 100%;
	height: auto;
}

.partner-network-title h2{
	font-size: 3rem;
}

.partner-network{
	position: relative;
	width: 100%;
	height: auto;
}

.partner-network-pict{
	position: relative;
	width: 16%;
	text-align: center;
	margin: 3% 0;
}

.partner-network-pict img{
	width: 55%;
}

#principal-carousel{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 3% 0;
}

#principal-carousel .owl-item{
	display: inline-block;
}

.principal-item{
	width: 100%;
	text-align: center;
}

.principal-item img{
	width: 55%;
}

.partner-decoration{
	position: absolute;
	top: -18%;
	right: -3%;
	width: 38%;
}

.partner-decoration img{
	width: 100%;
}

.partner-stripe-1{
	position: absolute;
    top: 8%;
    right: -1%;
    width: 9.5%;
    height: 2px;
    background-color: #C92721;
    transform: rotate(-30deg);
}

.partner-stripe-2{
	position: absolute;
    top: 6.7%;
    right: -1%;
    width: 7%;
    height: 3px;
    background-color: #C92721;
    transform: rotate(-30deg);
}


.partner-decoration-2{
	position: absolute;
	top: -12.5%;
	right: -3%;
	width: 38%;
}

.partner-decoration-2 img{
	width: 100%;
}

.partner-stripe-3{
	position: absolute;
    top: 5.6%;
    right: -1%;
    width: 9.5%;
    height: 2px;
    background-color: #C92721;
    transform: rotate(-30deg);
}

.partner-stripe-4{
	position: absolute;
    top: 4.7%;
    right: -1%;
    width: 7%;
    height: 3px;
    background-color: #C92721;
    transform: rotate(-30deg);
}

.owl-nav.disabled{
	display: none;
}

@media screen and (max-width: 768px){
	.partner-gradient{
		width: 85%;
	}

	.partner-tab-each{
		text-align: center;
	}

	.partner-text-wrap{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.partner-template-form-wrap{
		padding: 2% 4%;
	}

	.partner-form .row{
		margin: 0;
	}

	.partner-network-wrapper{
		padding: 2% 4%;
	}

	.partner-network-pict{
		width: 32%;
		margin: 5% 0;
	}

	.partner-network-pict img{
		width: 65%;
	}
}

@media screen and (max-width: 767px){
	.each-partner-form{
		padding: 0;
	}

	.partner-form{
		margin: 5% 0;
	}
}

/**************************************************/
/*                  PARTNER END                   */
/**************************************************/



/**************************************************/
/*                  CAREER START                  */
/**************************************************/

#career-region-wrap{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: -7%;
}

#career-tab-slider{
	position: relative;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	z-index: 50;
}

.career-region{
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
}

.career-overlay{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	padding: 10% 1%;
}

.career-red-overlay{
	background-color: rgba(179, 39, 33, 0.7) !important;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
}

.career-region img{
	width: 20%;
}

.career-region h3{
	color: white;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	margin: 3.5rem 0;
}

#career-tab-slider.owl-theme .owl-controls .owl-buttons div{
	border-radius: 0;
	opacity: 0.7;
	background-color: transparent;
}

#career-tab-slider.owl-theme .owl-controls .owl-buttons div:hover{
	opacity: 1;
}

#career-tab-slider.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	width: 100%;
	top: 34%;
}

#career-tab-slider.owl-theme .owl-controls .owl-buttons .owl-prev{
	position: absolute;
	left: -50px;
}

#career-tab-slider.owl-theme .owl-controls .owl-buttons .owl-next{
	position: absolute;
	right: -50px;
}

.career-arrow{
	color: #B32721;
	font-size: 7rem !important;
}

.career-each-tab{
	text-align: center;
}

.career-position-wrap{
	padding: 0 6.5% 5% 6.5%;
}

.career-position-padding{
	padding: 2.5%;
}

.orange{
	background-color: #E48F35;
}

.yellow{
	background-color: #E4B32E;
}

.red{
	background-color: #E45252;
}

.career-position-bg{
	padding: 45% 0;
}

.career-position-bg:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 10rem 10rem;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}

.career-position{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 10%;
}

.career-position h4{
	font-family: 'Open Sans Light';
	line-height: 1.3;
	margin: 0;
	color: white;
}

.career-position h2{
	margin: 8% 0 12%;
	font-family: 'Open Sans Regular';
	color: white;
	text-transform: uppercase;
}

.career-general-desc{
	padding: 4% 10% 2%;
}

.btn-career{
	border: 1px solid white;
	color: white;
	padding: 2% 10%;
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 2rem;
	margin-top: 9%;
	transition: all 0.25s;
}

.btn-career:hover{
	background-color: white;
}

.btn-career a{
	color: white;
}

.btn-career:hover a{
	color: #3D3D3C;
}

#career-detail{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 3%;
}

#career-detail h4{
	font-family: 'Open Sans Regular';
	text-transform: uppercase;
	margin: 2rem 0;
}

#career-detail h2{
	font-family: 'Open Sans Regular';
	margin: 3rem 0;
	text-transform: uppercase;
}

.career-info-wrapper{
	padding: 0% 9.5%;
}

.career-info-wrapper ul{
	list-style: none;
	padding-left: 2.3rem;
}

.career-info-wrapper li{
	list-style-image: url(../images/main/hexa-point.png);
	font-family: 'Open Sans Regular';
	line-height: 1.5;
	padding-left: 2rem;
	font-size: 1.9rem;
}

.responsible{
	padding-top: 2%;
	padding-bottom: 0%;
	padding-right: 6%;
}

.qualification{
	border: 3px solid #D7D7D7;
	padding: 2% 3%;
}

.career-line{
	margin-bottom: 2%;
}

#career-form-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	padding: 0% 10%;
}

#career-form-wrapper h4{
	font-family: 'Open Sans Regular';
	margin: 2rem 0;
	line-height: 1.5;
}

#career-form-wrapper h2{
	font-family: 'Open Sans Regular';
	margin: 3.5rem 0 7rem;
	text-transform: uppercase;
}

.career-form{
	padding-top: 4%;
}

.form-title{
	text-transform: uppercase;
}

.red-asterix{
	color: #D20744;
}

.left-form-career{
	padding-left: 0;
}

.right-form-career{
	padding-right: 0;
}

.career-form label{
	font-size: 2.2rem;
	font-family: 'Open Sans Light';
	color: #4F4F4F;
}

.career-form p{
	font-family: 'Open Sans Regular';
	margin-top: 10px;
	color: rgba(79,79,79,0.7);
	letter-spacing: 0.1rem;
}

.career-cv{
	height: 20%;
	position: absolute;
	top: 36%;
	right: 5%;
	cursor: pointer;
}

@media screen and (max-width: 1366px){
	#career-tab-slider.owl-theme .owl-controls .owl-buttons{
		top: 31%;
	}
}

@media screen and (max-width: 1179px){
	.career-position-bg{
		padding: 47% 0;
	}
}

@media screen and (max-width: 1135px){
	.career-position-bg{
		padding: 49% 0;
	}
}

@media screen and (max-width: 1100px){
	.career-position-bg{
		padding: 52% 0;
	}
}

@media screen and (max-width: 1040px){
	.career-position-bg{
		padding: 55% 0;
	}
}

@media screen and (max-width: 1027px){
	.career-position-bg{
		padding: 58% 0;
	}

	.career-position-padding{
		padding: 2%;
	}
}

@media screen and (max-width: 1024px){
	#career-region-wrap{
		margin-top: -8.5%;
	}
}

@media screen and (max-width: 768px){
	#career-region-wrap{
		margin-top: 8%;
	}

	#career-tab-slider{
		width: 75%;
	}

	.career-general-desc{
		padding: 5% 0;
	}

	.career-position-wrap{
		padding: 0 0 5%;
	}

	.career-position-bg:after{
		border-width: 0 0 7rem 7rem;
	}



	.career-position-padding{
		padding: 2% 1%;
	}
}

@media screen and (max-width: 767px){
	.career-position-padding{
		padding: 5% 0;
	}

	.career-position-bg{
		padding: 10% 0;
	}

	.career-position{
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
	}
	.left-form-career{
		padding-right: 0 !important;
	}

	.right-form-career{
		padding-left: 0 !important;
	}
}

/**************************************************/
/*                  CAREER END                    */
/**************************************************/


/**************************************************/
/*                  CONTACT START                 */
/**************************************************/

#contact-quote-wrap{
	position: relative;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 1% 10%;
	text-align: center;
	z-index: 20;
}

.under-header-quote{
	position: relative;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -6%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 1% 10%;
	text-align: center;
	z-index: 20;
}

.contact-quote{
	position: relative;
	width: 100%;
}

.contact-quote h3{
	font-family: 'Open Sans LightItalic';
	color: white;
	letter-spacing: 0.2rem;
	font-size: 2.9rem;
	line-height: 1.5;
}

.contact-quote h4{
	font-family: 'Open Sans Bold';
	color: white;
	margin: 2rem 0;
}

#map{
	position: relative;
	width: 80%;
	margin: 8% auto;
	min-height: 35rem;
	height: 50rem;
}

#contact-fill-wrap{
	position: relative;
	width: 100%;
	height: auto;
}

.contact-fill{
	position: relative;
	width: 80%;
	margin: 0 auto;
}

.contact-fill label{
	font-size: 2rem;
	font-family: 'Open Sans Light';
	letter-spacing: 0.1rem;
	margin-bottom: 1.5rem;
}

.left-fill{
	padding-right: 4%;
}

.right-fill{
	padding-left: 4%;
}

.contact-input{
	background-color: white;
	border-radius: 0;
	box-shadow: none;
	/*height: 6rem;*/
	height: 5rem;
}

.contact-input:focus{
	outline:none;
	box-shadow: none;
	border: 2px solid rgba(128, 128, 128, 0.2);
}

.each-form{
	margin-bottom: 3%;
}

textarea.contact-input{
	resize: none;
}

.button-contact-wrapper{
	text-align: center;
	margin: 1% 0 6%;
}

.btn-contact{
	border: 3px solid #BD463B;
	padding: 1rem 6rem;
	text-transform: uppercase;
	border-radius: 0;
	font-size: 2.3rem;
	font-family: 'Open Sans Semibold';
	color: #4F4F4F;
	transition: all 0.25s;
}

.btn-contact:hover{
	background-color: #BD463B;
	border: 3px solid #BD463B;
	color: white;
}

@media screen and (max-width: 768px){
	#contact-quote-wrap{
		margin-top: 8%;
		padding: 3%;
	}

	.contact-fill{
		width: 95%;
	}

	.button-contact-wrapper{
		margin: 5% 0 3%;
	}

}

@media screen and (max-width: 767px){
	#contact-quote-wrap{
		margin-top: -10% !important;
	}
}

/**************************************************/
/*                  CONTACT END                   */
/**************************************************/



/**************************************************/
/*                  GALLERY START                 */
/**************************************************/


#gallery-content-wrapper{
	position: relative;
	width: 100%;
	height: auto;
}

.gallery-tab-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: -0.04%;
	border: none;
}

.gallery-tab-outter{
	display: inline-block;
	position: relative;
	width: auto;
	padding: 1.5% 3%;
	background-color: #C36E6A;
	margin: 0 -0.1%;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 5;
}

.gallery-tab-outter:first-child{
	border: none;
}

.gallery-tab{
	position: relative;
	background-color: transparent;
	z-index: 15;
}

.gallery-tab h3{
	margin: 0.5rem;
	color: #666666;
	font-size: 2rem;
}

.gallery-tab-white-layer{
	position: absolute;
	height: 90%;
	top: 10%;
	left: 0;
	right: 0;
	background-color: white;
	z-index: 10;
	opacity: 1;
	transition: all 0.25s;
}

.gallery-tab-outter.active .gallery-tab h3{
	color: white;
}

.gallery-tab-outter.active .gallery-tab-white-layer{
	opacity: 0;
}

.gallery-content{
	margin-top: 5%;
}

.gallery-pict{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 65rem;
}

.gallery-text-wrapper{
	/*background-color: #E8E8E8;*/
	padding-top: 65rem;
}

.gallery-text{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: table;
	padding: 0 8%;
}

.gallery-number{
	border-left: 4px solid #C36E6A;
}

.gallery-number h3{
	margin: 0.7rem 0;
	color: #D3D3D3;
}

.gallery-title{
	margin-top: 4%;
}

.gallery-title h3{
	color: #848484;
}

.gallery-desc{
	margin-top: 10%;
}

.gallery-desc h5{
	color: #848484;
	font-family: 'Open Sans Regular';
	line-height: 1.3;
	letter-spacing: 0.1rem;
}

.gallery-hover-wrap{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(232,232,232,0.8);
	transition: all 0.5s;
	opacity: 0;
}

.gallery-odd:hover .gallery-hover-wrap{
	opacity: 1;
}

.gallery-even:hover .gallery-hover-wrap{
	opacity: 1;
}

.gallery-mobile{
	display: none;
}

@media screen and (max-width: 767px){
	.gallery-desktop{
		display: none;
	}

	.gallery-mobile{
		display: block;
	}

	.gallery-text-wrapper{
		padding-top: 0;
	}

	.gallery-text{
		position: relative;
		padding: 10% 8%;
	}
}


/**************************************************/
/*                  GALLERY END                   */
/**************************************************/


/**************************************************/
/*                  NEWS START                    */
/**************************************************/

.news-category{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 15;
}

.news-content-margin{
	margin-top: 1%;
}

.news-pict{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 50rem;
}

.news-desc{
	padding: 0 3% 0 7%;
}

.news-desc-text{
	margin: 2% 0 7%;
}

.news-desc-text h5{
	line-height: 1.4;
	letter-spacing: 0.1rem;
}

.news-read{
	position: relative;
	border-radius: 0;
	background-color: transparent;
	/*border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 3px solid #C36E6A;*/
	border: 3px solid #A8212B;
	font-size: 1.8rem;
	letter-spacing: 0.1rem;
	padding: 0 3rem;
	transition: all 0.25s;
}

.news-read:hover{
	background-color: #A8212B;
	color: white;
}

.news-date{
	text-align: center;
}

.news-date h6{
	font-size: 10rem;
	font-family: 'Open Sans Light';
	color: #707070;
	margin: 0;
}

.news-date h1{
	font-size: 4rem;
	color: #707070;
	font-family: 'Open Sans Regular';
	letter-spacing: 0.2rem;
	margin: 0;
}

.news-date h2{
	font-family: 'Open Sans Regular';
	color: #707070;
	margin: 0;
	letter-spacing: 0.3rem;
}

.news-date h4{
	color: #4f4f4f;
	margin-top: 6rem;
}

.news-list{
	font-family: 'Open Sans Bold';
	font-size: 1.8rem;
	background-color: transparent;
	border-radius: 0;
	letter-spacing: 0.1rem;
	margin-left: 1rem;
	margin-top: 20%;
}

.news-list i{
	margin-left: 1rem;
}

.news-pagination{
	text-align: center;
	margin-top: 7%;
}

.news-pagination-arrow{
	display: inline-block;
	padding: 1.3% 1%;
	background-color: #474747;
	margin: 0 0.7%;
	cursor: pointer;
	transition: all 0.25s;
}

.news-pagination-arrow:hover{
	background-color: #C36E6A;
}

.news-pagination-arrow img{
	height: 2.4rem;
}


.news-detail-banner{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -13.5%;
	z-index: 5;
}

.news-detail-overlay{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	padding-top: 35%;
}

.news-detail-content-wrapper{
	padding: 5% 7%;
	background-color: rgba(236,236,236,0.2);
}

.news-by{
	margin-top: 18%;
	font-family: 'Open Sans Bold';
	letter-spacing: 0.1rem;
}

.news-detail-desc{
	padding-right: 4.5%;
	text-align: justify;
}

.news-detail-desc-text h5{
	line-height: 1.5;
	letter-spacing: 0.1rem;
	margin: 2.5rem 0;
}

.news-back{
	background-color: transparent;
	border-radius: 0;
	border: 3px solid #C36E6A;
	padding: 0.2rem 2rem;
	font-size: 1.8rem;
	transition: all 0.25s;
}

.news-back i{
	margin-left: 0.5rem;
}

.news-back:hover{
	background-color: #C36E6A;
	color: white;
}

.news-bottom-right{
	position: relative;
	width: auto;
	text-align: right;
}

.news-bottom-right h5{
	display: inline-block;
}

.news-bottom-right a{
	display: inline-block;
	width: 11%;
	margin: 0 0.8%;
}

.news-bottom-right img{
	width: 100%;
}

.mobile-news-wrapper{
	display: none;
}

.press-detail-bg{
	background-color: rgba(236,236,236,0.2);
	padding-bottom: 5%;
}

#press-detail-carousel{
    position: relative;
    width: 100%;
    padding: 0 7%;
}

.press-detail-item{
    padding: 0 6.5%;
}

.press-detail-item-bg{
    padding-top: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#press-detail-carousel .owl-controls{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

#press-detail-carousel .owl-buttons{
    position: relative;
    width: 100%;
    pointer-events: none;
}

#press-detail-carousel .owl-prev{
    display: inline-block;
    position: relative;
    width: 49%;
	text-align: left;
    pointer-events: none;
	background: transparent;
	margin-right: auto;
}

#press-detail-carousel .owl-next{
    display: inline-block;
    position: relative;
    width: 49.5%;
    text-align: right;
    pointer-events: none;
	background: transparent;
	margin-left: auto;
}

#press-detail-carousel .owl-buttons img{
    width: 5.3rem;
    cursor: pointer;
    pointer-events: auto;
}

.coverage-close{
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4rem;
}

#buzzing-modal{
    background-color: rgba(255,255,255, 0.8);
}

#buzzing-modal .close{
    font-size: 3rem;
}

#buzzing-modal .modal-dialog{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

#buzzing-modal .modal-content{
    position: relative;
    width: 44%;
    min-width: 70rem;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#buzzing-modal .modal-body{
    padding: 5rem 8rem;
}

.buzzing-modal-pict{
    position: relative;
    width: 95%;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
}

.buzzing-modal-pict img{
    width: 100%;
}

.buzzing-nav{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
    align-items: center;
	pointer-events: none;
}

.buzzing-wrap-for-nav{
	position: relative;
	width: 95%;
	margin: 0 auto;
	pointer-events: none;
}

.buzzing-prev{
    display: inline-block;
    position: relative;
    width: 49.5%;
	text-align: left;
    pointer-events: auto;
	background: transparent;
	margin-right: auto;
	cursor: pointer;
	z-index: 30;
}

.buzzing-next{
    display: inline-block;
    position: relative;
    width: 49.5%;
    text-align: right;
    pointer-events: auto;
	background: transparent;
	margin-left: auto;
	cursor: pointer;
	z-index: 30;
}

.buzzing-wrap-for-nav img{
	width: 6rem;
}

@media screen and (max-width: 768px){
	.desktop-news-wrapper{
		display: none;
	}

	.mobile-news-wrapper{
		display: block;
	}

	.news-content-margin{
		margin-top: 15%;
	}

	.news-desc{
		padding: 0% 4%;
		margin: 2% 0;
	}

	.mobile-news-date h6{
		font-family: 'Open Sans Regular';
		font-size: 1.5rem;
	}

	.news-list-wrapper{
		text-align: right;
	}

	.news-list{
		margin: 0;
		padding: 3px 0;
	}

	.news-pagination{
		margin: 7% 0;
	}

	.news-pagination-arrow{
		padding: 2.3rem 1.8rem;
		margin: 0 3%;
	}

	.news-pagination-arrow img{
		height: 4rem;
	}

	.news-detail-content-wrapper{
		padding: 5% 4%;
	}

	.news-detail-banner{
		margin-top: 6.5%;
	}

	.news-detail-overlay{
		padding-top: 60%;
	}
}

@media screen and (max-width: 767px){
	.mobile-news-author{
		margin-left: 2rem;
		opacity: 0.7;
	}

	#press-detail-carousel .owl-controls{
		left: -4%;
		right: -4%;
	}

	#press-detail-carousel .owl-buttons div{
		padding: 0;
		margin: 0;
	}

	#news-outside-wrapper .about-tab-wrap{
		margin-top: -9%;
	}
}

/**************************************************/
/*                   NEWS END                     */
/**************************************************/


/**************************************************/
/*                THANK YOU START                 */
/**************************************************/

#thankyou-wrap{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#thankyou-wrap .container-fluid{
	padding: 0;
}

.thankyou-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.thankyou-overlay:before{
	content: '';
	display: block;
	padding-top: 40%;
}

.thankyou-inside{
	position: relative;
}

.thankyou-inside h1{
	color: white;
	font-size: 5rem;
}

.thankyou-inside p{
	color: white;
	font-size: 1.9rem;
}

.thankyou-title{
	position: relative;
	width: 100%;
}

.thankyou-sub{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.thankyou-button-wrap{
	position: relative;
	width: 100%;
	color: white;
	margin-top: 5rem;
}

.btn-thanks{
	background-color: white;
	padding: 0.5rem 2rem;
	border-radius: 0;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}

.btn-thanks:hover{
	background-color: #BD463B;
	color: white;
}

.btn-thanks i{
	margin-left: 1rem;
}

@media screen and (max-width: 768px){
	.thankyou-inside h1{
		font-size: 6.6rem;
	}
}

@media screen and (max-width: 767px){
	.thankyou-inside h1{
		font-size: 5rem;
	}

	.thankyou-inside p{
		font-size: 1.7rem;
	}
}

/**************************************************/
/*                  THANK YOU END                 */
/**************************************************/


/**************************************************/
/*                  MENU START                    */
/**************************************************/

.top-logo{
	position: absolute;
	top: 3rem;
	left: 12rem;
	/*left: 15rem;
	width: 11%;*/
	width: 15%;
	z-index: 15;
}

.top-logo img{
	width: 100%;
}

.home-logo-frame{
	/*-webkit-box-shadow: -0.3rem -0.3rem 24rem 5.3rem rgba(255,255,255,1);
	-moz-box-shadow: -0.3rem -0.3rem 24rem 5.3rem rgba(255,255,255,1);
	box-shadow: -0.3rem -0.3rem 24rem 5.3rem rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.6);*/
}

.menu-hexa{
	position: absolute;
    top: 7rem;
    right: 17rem;
    /*width: 5rem;
    height: 3rem;*/
	width: 5.4rem;
    height: 3.4rem;
    background-color: transparent;
    border-left: solid 0.2rem #ffffff;
    border-right: solid 0.2rem #ffffff;
    z-index: 100;
	cursor: pointer;
}

.menu-hexa:before,.menu-hexa:after{
	content: "";
	position: absolute;
	z-index: 1;
	-webkit-transform: scaleY(0.5774) rotate(-45deg);
	-ms-transform: scaleY(0.5774) rotate(-45deg);
	transform: scaleY(0.5774) rotate(-45deg);
	background-color: inherit;
	/*width: 3.6rem;
    height: 3.6rem;
	left: 0.5rem;*/
	width: 3.8rem;
    height: 3.9rem;
	left: 0.6rem;
}

.menu-hexa:before{
	/*top: -1.8rem;*/
	top: -1.9rem;
    border-top: solid 0.3rem #ffffff;
    border-right: solid 0.3rem #ffffff;
}

.menu-hexa:after{
	/*bottom: -1.8rem;*/
	bottom: -2rem;
    border-bottom: solid 0.3rem #ffffff;
    border-left: solid 0.3rem #ffffff;
}

.bait{
	background-color: black;
	border-left: solid 0.2rem transparent;
    border-right: solid 0.2rem transparent;
}

.bait:before{
	background-color: black;
	border-top: solid 0.3rem transparent;
    border-right: solid 0.3rem transparent;
}

.bait:after{
	background-color: black;
	border-bottom: solid 0.3rem transparent;
    border-left: solid 0.3rem transparent;
}

.strip-wrapper{
	position: relative;
	/*top: 0rem;*/
	top: 0.2rem;
	width: 55%;
	margin: 0 auto;
	z-index: 110;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.strip-wrapper span{
	display: block;
	position: absolute;
	height: 0.4rem;
	width: 100%;
	background: #ffffff;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.hexa-span-active{
	background: #727272;
}

.menu-hexa-grey{
	border-left: solid 0.2rem #727272;
    border-right: solid 0.2rem #727272;
}

.menu-hexa-grey:before{
	border-top: solid 0.3rem #727272;
    border-right: solid 0.3rem #727272;
}

.menu-hexa-grey:after{
	border-bottom: solid 0.3rem #727272;
    border-left: solid 0.3rem #727272;
}

.be-yellow{
	background: #E0A607;
}

.strip-wrapper span:nth-child(1) {
  top: 0.4rem;
}

.strip-wrapper span:nth-child(2),.strip-wrapper span:nth-child(3) {
  top: 1.4rem;
}

.strip-wrapper span:nth-child(4) {
  top: 2.4rem;
}

.strip-wrapper.open span:nth-child(1) {
  top: 1.3rem;
  width: 0%;
  left: 50%;
}

.strip-wrapper.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.strip-wrapper.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.strip-wrapper.open span:nth-child(4) {
  top: 1.3rem;
  width: 0%;
  left: 50%;
}

.strip{
	position: relative;
	width: 100%;
	height: 0.4rem;
	margin: 0.5rem auto;
	background-color: white;
	vertical-align: middle;
}

.menu-link-wrapper{
	display: none;
	position: absolute;
	top: 32%;
	right: -45rem;
	width: 45rem;
	background-color: rgba(0,0,0,0.8);
	z-index: 70;
	padding-right: 6%;
}

.menu-link-wrapper:before{
	position: absolute;
	bottom: 100%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 25rem 45rem;
	border-color: transparent transparent rgba(0,0,0,0.8) transparent;
}

.menu-link-wrapper:after{
	position: absolute;
	top: 100%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 45rem 25rem 0;
	border-color: transparent rgba(0,0,0,0.8) transparent transparent;
}

.menu-link-group{
	margin-bottom: 0;
}

.menu-link-panel{
	position: relative;
	background-color: transparent;
	border-radius: 0;
	border: none;
	text-align: right;
}

.panel-title-wrapper{
	position: relative;
}

.panel-title{
	color: white;
	font-size: 2rem !important;
}

.menu-slash{
	margin-right: 1rem;
}

.turn-wrapper{
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	margin-left: 2rem;
}

.plus, .minus {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-transition: .5s all ease-out;
  transition: .5s all ease-out;
  color: #D62721;
}

.plus {
  opacity:1
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.plus-off{
	opacity:0;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.minus {
  opacity:0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.minus-on{
	opacity:1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.plus-icon{
	font-size: 2.5rem !important;
}

.minus-icon{
	font-size: 2.5rem !important;
}

.panel-link h6{
	margin: 1.5rem 0;
	font-size: 1.7rem;
}

.panel-link a{
	color: white;
	font-family: 'Open Sans Bold';
	opacity: 0.8;
	-webkit-transition: .5s all;
	transition: .5s all;
}

.panel-link a:hover{
	color: white;
	opacity: 1;
}

.menu-link-body{
	padding: 0 15px;
}

.panel-link{
	position: relative;
	padding-right: 4.5rem;
}

.menu-direct{
	position: absolute;
	top: 7rem;
	right: 25rem;
    z-index: 60;
}

.btn-go-direct{
	border: 0.18rem solid #FFFFFF;
    padding: 4px 1rem;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Open Sans Regular';
    color: #ffffff;
    transition: all 0.25s;
    background-color: transparent;
}

.btn-go-direct:hover, .btn-go-direct:focus{
	background-color: #BD463B;
    border: 3px solid #BD463B;
    color: white;
}

@media screen and (max-width: 1366px){
	/*.menu-hexa:before,.menu-hexa:after{
		width: 3.5rem;
		height: 3.5rem;
		left: 0.6rem;
	}*/

	.strip-wrapper span{
		width: 99%;
	}
}

@media screen and (max-width: 1024px){
	.top-logo{
		width: 16%;
	}
}

@media screen and (max-width: 768px){
	.menu-direct{
	    top: 6.1rem;
    	right: 12rem;
	}

	.btn-go-direct{
		border: 2px solid #FFFFFF;
	}

	.menu-hexa{
		border-left: solid 0.3rem #ffffff;
    	border-right: solid 0.3rem #ffffff;
	}

	.menu-hexa:before {
	    border-top: solid 0.35rem #ffffff;
	    border-right: solid 0.35rem #ffffff;
	}

	.menu-hexa:after {
	    border-bottom: solid 0.35rem #ffffff;
	    border-left: solid 0.35rem #ffffff;
	}

	.menu-hexa:before, .menu-hexa:after{
		left: 0.5rem;
	}

	.home-logo-text{
		text-align: center;
	}
}

@media screen and (max-width: 767px){
	.menu-direct{
	    top: 4rem;
    	right: 10rem;
	}

	.btn-go-direct{
		border: 2px solid #FFFFFF;
	}

	.menu-hexa{
		border-left: solid 0.3rem #ffffff;
    	border-right: solid 0.3rem #ffffff;
	}

	.menu-hexa:before {
		top: 1.9rem;
	    border-top: solid 0.35rem #ffffff;
	    border-right: solid 0.35rem #ffffff;
	}

	.menu-hexa:after {
		bottom: 2rem;
	    border-bottom: solid 0.35rem #ffffff;
	    border-left: solid 0.35rem #ffffff;
	}

	.menu-hexa:before, .menu-hexa:after{
		left: 0.5rem;
	}
}


/**************************************************/
/*                  MENU END                      */
/**************************************************/


/**************************************************/
/*                  FOOTER START                  */
/**************************************************/

#footer-navigation{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 5%;
}

.footer-column-wrapper{
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.footer-each-column{
	position: relative;
	display: inline-block;
	margin: 0 1.5%;
	text-align: left;
}

.just-slash{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 1rem;
}

.just-slash p{
	margin: 0;
}

.beside-slash{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.footer-nav-title{
	position: relative;
}

.footer-nav-title p{
	font-family:'Open Sans Bold';
	margin: 0;
}

.footer-nav-title p:last-child{
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.be-red{
	color: #C92721;
}

.footer-nav-link{
	position: relative;
}

.footer-nav-link p{
	border-bottom: 1px solid #808080;
	padding-right: 3rem;
	padding-bottom: 1rem;
	font-family: 'Open Sans Light';
	color: #3D3D3C;
}

.footer-nav-link p:last-child{
	border-bottom: none;
}

.footer-powder{
	position: absolute;
	top: 9%;
	right: 0;
	width: 33%;
}

.footer-powder img{
	width: 100%;
}

#footer-info-wrapper{
	position: relative;
	width: 100%;
	height: auto;
	/*margin-top: 7%;*/
	margin-top: 4%;
	padding: 3% 8%;
}

#footer-info-wrapper p{
	font-size: 1.7rem;
	color: black;
}

.footer-office{
	position: relative;
	width: 35%;
	display: inline-block;
	vertical-align: bottom;
}

.footer-logo{
	position: relative;
	width: 100%;
}

.footer-logo img{
	/*width: 85%;*/
	width: 85%;
}

.footer-info{
	position: relative;
	width: 100%;
	padding-left: 8%;
}

.footer-info p{
	margin: 0;
	line-height: 1.5;
}

.footer-address{
	margin: 3% 0;
}

.footer-phone{
	margin-top: 5%;
}

.footer-phone p{
	display: inline-block;
}

.phone-say{
	width: 56px;
}

.footer-semi-wrapper{
	position: relative;
	width: 55%;
	display: inline-block;
	left: 10%;
	vertical-align: bottom;
	z-index: 15;
}

.footer-social-media{
	position: relative;
	width: 100%;
	text-align: right;
}

.footer-social-media img{
	width: 7.5%;
	display: inline-block;
	margin: 0 1rem;
}

.footer-rights{
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: 5%;
	padding-left: 12%;
}

.copyright{
	position: relative;
	display: inline-block;
}

.copyright p{
	/*font-family: 'Open Sans Bold';*/
	font-family: 'Open Sans Light';
	margin-bottom: 0;
}

.rights-link{
	position: relative;
	display: inline-block;
}

.rights-link p{
	display: inline-block;
	margin-bottom: 0;
}

.footer-triangle{
	position: absolute;
	bottom: 0;
	left: 40%;
	width: 35rem;
	padding-top: 18rem;
	background: #e0a607; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #e0a607 , #c92721); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #e0a607, #c92721); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #e0a607, #c92721); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #e0a607 , #c92721); /* Standard syntax */
	z-index: 5;
}

.footer-triangle:after{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18rem 35rem 0 0;
	border-color: #ffffff transparent transparent transparent;
}

.footer-gradient{
	position: absolute;
	bottom: 0;
	right: 45%;
	width: 16%;
	z-index: 5;
}

.footer-gradient img{
	width: 100%;
}

@media screen and (max-width: 1024px){
	.footer-office{
		width: 36%;
	}

	.phone-say{
		width: 50px;
	}
}

@media screen and (max-width: 768px){
	.footer-each-column{
		display: block;
	}

	#footer-info-wrapper{
		/*padding: 3% 15px;*/
		padding: 3% 0;
	}

	.footer-office{
		width: 100%;
	}

	.footer-info{
		padding-left: 0;
	}

	.footer-semi-wrapper{
		width: 100%;
		left: 0;
		margin-top: 15%;
	}

	/*.copyright{
		padding-left: 5%;
	}*/
}

@media screen and (max-width: 767px){
	.footer-rights{
		padding-left: 0;
	}

	.phone-say{
		width: 45px;
	}

	.footer-powder{
		display: none;
	}
}

@media screen and (max-width: 360px){
	#footer-info-wrapper p{
		font-size: 1.6rem;
	}
}

/**************************************************/
/*                  FOOTER END                    */
/**************************************************/


/**************************************************/
/*               UTILITY CLASSES                ;*/
/**************************************************/
.content-inside{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.white{
    color: #fff;
}

.row-fluid{
    white-space: nowrap;
}
.row-fluid .col-fluid{
    display: inline-block;
}

.row-no-margin{
    margin-left: 0;
    margin-right: 0;
}

.full-width-row{
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-left: 9.5%;
    margin-right: 9.5%;
}

.col-sm-125{
	width: 17%;
	display: inline-block;
}

.i-b{
	display: inline-block;
}

@media screen and (max-width:1180px){
    .full-width-row{
        margin-left: 6%;
        margin-right: 6%;
    }
}

@media screen and (max-width:768px){
    .padding-mobile{
        padding-left: 5px;
        padding-right: 5px;
    }
    .margin-mobile-3{
        margin-top: 5%
    }
}


.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-40,
.col-sm-40,
.col-md-40,
.col-lg-40,
.col-xs-45,
.col-sm-45,
.col-md-45,
.col-lg-45,
.col-xs-55,
.col-sm-55,
.col-md-55,
.col-lg-55,
.col-xs-60,
.col-sm-60,
.col-md-60,
.col-lg-60,
.col-xs-125,
.col-sm-125{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-20 {
    width: 20%;
    float: left;
}

.col-xs-125{
	width: 12.5%;
	float: left;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
    }

}

@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 768px){
	.col-sm-125{
		width: 30% !important;
		display: inline-block;
	}
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/main/pattern.png");
    background-repeat: repeat;
    -webkit-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.verticalcenter{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.v-center-element{
    position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.v-center-element-only{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.v-center-40{
	position: absolute;
	width: 100%;
	top: 40%;
	-webkit-transform: translate(0,-40%);
	transform: translate(0,-40%);
}

.v-center{
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.list-centered{
	display: table;
	margin: 0 auto;
}

@media screen and (min-width:769px){
    .v-center-desktop{
        display: inline-block;
        vertical-align: middle;
        float: none !important;
    }

	.v-top-desktop{
        display: inline-block;
        vertical-align: top;
        float: none !important;
    }
}

@media screen and (min-width:769px){
    .v-bottom-desktop{
        display: inline-block;
        vertical-align: bottom;
        float: none !important;
    }
}
.padding-top-2{
    padding-top: 2%;
}

.padding-bottom-2{
    padding-bottom: 2%;
}

.remove-padding {
    padding-left: 0;
    padding-right: 0;
}

.remove-padding-left {
    padding-left: 0;
}

.remove-padding-right {
    padding-right: 0;
}

@media screen and (min-width:769px){
    .row-eq-height-desktop{
        display:-webkit-box;
        display:-ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width:768px){
    .remove-padding-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .remove-padding-left-mobile {
        padding-left: 0;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:768px){
    /*.row-eq-height {
        display: block;
    }*/
}

.row-no-margin{
    margin-left:0;
    margin-right:0;
}

.no-margin{
    margin-top: 0;
}

.hidden{
    display: none;
}

.margin-right-2{
    margin-right: 2%;
}

.margin-top-0{
    margin-top: 0;
}

.margin-top-1{
    margin-top: 1%;
}

.margin-top-2{
    margin-top: 2%;
}

.margin-top-3{
    margin-top: 3%;
}

.margin-top-4{
    margin-top: 4%;
}

.margin-top-5{
    margin-top: 5%;
}

.margin-top-7{
    margin-top: 7%;
}

.margin-top-10{
    margin-top: 10%;
}

.margin-top-15{
    margin-top: 15%;
}


.margin-3{
    margin-top: 3%;
    margin-bottom: 3%;
}

.margin-bottom-2{
    margin-bottom: 2%;
}

.margin-bottom-3{
    margin-bottom: 3%;
}

.margin-bottom-5{
    margin-bottom: 5%;
}

.dark-layer{
	background-image: url(../images/home/dark-layer.png);
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}

.nopad{
	padding: 0;
}

.margin-top-min-2{
	margin-top: -2%;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-1px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-1px,0);
  }
}