@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,500,700,700i,900');

/* Global CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, body {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-font-smoothing: antialiased;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	outline:none;
	-webkit-font-smoothing: antialiased;	
}
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
body, button, input, textarea, select {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	-webkit-appearance: none;
}
select {
	-moz-appearance: none;
	-webkit-appearance: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
}
button {
	cursor:pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
html  {
	-webkit-text-size-adjust: none;
	-webkit-image-size-adjust: none;
}
body {
	background-repeat: no-repeat;
	background-attachment: fixed;
	vertical-align: baseline;
	line-height: 1.2;
	position: relative;
}
html, body{
	width: 100%;
	background-color: #fff;
}
.clear {
	clear:both;
	width:1px;
	height:1px;
}
.clear_after:after {
	clear:both;
	display: block;
	content: "";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* End Global CSS */



/* ! ALL */
.desktop {
	display: block;
}
.mobile {
	display: none;
}
@media (max-width: 991px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
}



/* ! HEADER */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 100;
}
/* ! HEADER :: LOGO */
.header #logo {
	float: left;
	display: inline-block;
	padding: 18px 0;
}
/* ! HEADER :: MENU */
.header .slicknav_nav,
.header .slicknav_menu {
	float: right;
}
.header .slicknav_nav li {
	float: left;
	position: relative;
}
.header .slicknav_nav li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	padding: 0 25px;
	line-height: 74px;
	display: inline-block;
}
.header .slicknav_nav li:hover a,
.header .slicknav_nav li a:hover,
.header .slicknav_nav li.selected a {
	text-decoration: none;
	background: #ed2024;
}
.header .mobile_menu {
	display: none;
}
.header .slicknav_menu .slicknav_btn {
	position: relative;
	overflow: hidden;
	width: 33px;
	height: 30px;
	cursor: pointer;
	display: block;
	z-index: 5;
}
.header .slicknav_menu .slicknav_btn .slicknav_icon {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-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;
	cursor: pointer;
	z-index: 5;
}
.header .slicknav_menu .slicknav_btn .slicknav_icon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background: #fff;
	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;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.header .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(1) {
	top: 0px;
}
.header .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(2) {
	top: 12px;
}
.header .slicknav_menu .slicknav_btn .slicknav_icon span:nth-child(3) {
	top: 24px;
}
.header .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.header .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
	opacity: 0;
	left: -100%;
}
.header .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
@media (max-width: 991px) {
	/* ! HEADER :: LOGO */
	.header #logo {
		padding: 18px 15px;
	}
	/* ! HEADER :: MENU */
	.header .menu_box {
		display: none;
	}
	.header .mobile_menu {
		display: block;
	}
	.header .slicknav_menu {
		padding: 22px 15px;
	}
	.header .slicknav_nav {
		position: fixed;
		top: 74px;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		padding: 0;
		margin: 0;
	}
	.header .slicknav_menu .slicknav_arrow {
		display: none;
	}
	.header .slicknav_nav li {
		float: none;
		display: block;
	}
	.header .slicknav_nav li > a {
		padding: 0 30px;
		display: block;
		line-height: 50px;
	}
}



/* ! FOOTER */
.footer {
	background: #181716;
	padding: 26px 0;
	position: relative;
	z-index: 4;
}
.footer h6 {
    font-size: 14px;
    color: #979897;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    float: left;
    padding: 6px 20px;
}
.footer .boxer-contact {
	float: right;
	padding: 0 13px;
}
.footer .boxer-contact .box {
	float: left;
	margin: 0 7px;
	padding: 0 45px 0 15px;
	background-color: #ff0000;
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-image: url(../images/icon-phone.png);
	background-size: 19px;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	line-height: 28px;
	border-radius: 16px;
	-o-border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
}
.footer .boxer-contact .box-email {
	background-image: url(../images/icon-email.png);
}
.footer .boxer-contact .box:hover,
.footer .boxer-contact .box:focus {
	color: #fff;
	text-decoration: none;
}
.footer .boxer-contact .box a,
.footer .boxer-contact .box a:hover,
.footer .boxer-contact .box a:focus {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 991px) {
	.footer {
		text-align: center;
	}
	.footer h6 {
	    float: none;
	    margin: 15px auto 0;
	}
	.footer .boxer-contact {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}
}



/* ! BODY */
.body {
	min-height: calc(100vh - 80px);
	position: relative;
	z-index: 2;
	padding-top: 74px;
}
.got-banner {
	padding-top: 0;
}
.section {
	position: relative;
	z-index: 2;
}
.container {
	position: relative;
}
.button,
.button:hover,
.button:focus {
    background: #ed2024;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    min-width: 130px;
    line-height: 35px;
    border: none;
	border-radius: 22px;
	-o-border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	cursor: pointer;
	padding: 0 20px;
}
/* ! BODY :: TEXT*/
h2 {
	font-size: 40px;
	color: #000;
	text-align: center;
	font-weight: 700;
	margin-bottom: 45px;
}
p {
	font-size: 18px;
	font-weight: 400;
	color: #9c9b9a;
	margin-bottom: 40px;
	line-height: 1.4;
}
a,
a:hover,
a:focus {
	text-decoration: none;
}
@media (max-width: 991px) {
	.body {
		min-height: calc(100vh - 127px);
	}
	h2 {
		font-size: 30px;
	}
	p {
		margin-bottom: 20px;
	}
}



/* ! FORM */
.form {
	margin: 0 auto;
}
.form .group {
	width: 50%;
	float: left;
}
.form .input-boxer {
	margin-bottom: 20px;
	position: relative;
}
.form .input-boxer label {
	font-size: 18px;
	color: #000;
	font-weight: 700;
	margin-bottom: 15px;
}
.form .input-boxer .box {
	width: 100%;
	position: relative;
}
.form .input-boxer .input {
    width: 100%;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    color: #9c9b9a;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #d7d7d7;
}
.form .input-boxer .input.textarea {
	height: 176px;
	resize: none;
}
.form .input-boxer .error-message {
	font-size: 14px;
	color: #a94442;
	font-weight: 400;
	padding-top: 2px;
}
@media (max-width: 991px) {
}



/* ! TALK TO US */
.sidebar {
	position: fixed;
	top: 50%;
	right: -320px;
	width: 100%;
	max-width: 320px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	background: #fff;
	padding: 30px 30px 0;
	-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
}
.sidebar.open {
	right: 0;
}
.sidebar .form .input-boxer .input {
    width: 100%;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    color: #9c9b9a;
    padding: 10px 15px;
    background: #efefef;
    border: none;
}
.sidebar .form .button-boxer {
	text-align: center;
}
.sidebar .btn-sidebar {
	position: absolute;
	top: 0;
	right: 100%;
	width: 45px;
	height: 100%;
	background: #ed2024;
	-webkit-box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
	box-shadow: 0px 10px 15px rgba(0,0,0,0.3);
	border-radius: 20px 0 0 20px;
	-o-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	-webkit-border-radius: 20px 0 0 20px;
	cursor: pointer;
}
.sidebar .btn-sidebar h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-90deg) translate(-50%, -50%);
	-o-transform: rotate(-90deg) translate(-50%, -50%);
	-moz-transform: rotate(-90deg) translate(-50%, -50%);
	-webkit-transform: rotate(-90deg) translate(-50%, -50%);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	width: 201px;
	text-align: center;
	padding-right: 50px;
	background: url(../images/icon-emial-big.png) no-repeat right 22px center;
}
@media (max-width: 991px) {
	.sidebar {
		display: none;
	}
}



/* ! HOME */
/* ! HOME :: BANNER */
#home #section-banner {
	position: relative;
	/*padding-top: 57.1429%;*/
	height: 100vh;
	width: 100%;
}
#home #section-banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/home/banner-home-frame.png) no-repeat center bottom;
	background-size: cover;
	z-index: 2;s
}
#home #section-banner .background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/home/banner-home.jpg) no-repeat center bottom;
	background-size: cover;
}
#home #section-banner.animate .background {
    position: relative;
}
#home #section-banner .container {
	position: relative;
	height: 100%;
	z-index: 3;
}
#home #section-banner h2 {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 400;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	padding: 0 50px;
	margin: 0;
}
#home #section-banner h2 strong {
	display: block;
	font-weight: 900;
	font-size: 50px;
}
#home #section-banner #scollToNext {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 30px;
    z-index: 2;
	-webkit-animation: scollToNext 2s infinite;
	-moz-animation: scollToNext 2s infinite;
	-o-animation: scollToNext 2s infinite;
	animation: scollToNext 2s infinite;
}
@-webkit-keyframes scollToNext {
	0% {
    	bottom: 150px;
    	opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
    	bottom: 70px;
    	opacity: 0;
	}
}
@-moz-keyframes scollToNext {
	0% {
    	bottom: 150px;
    	opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
    	bottom: 70px;
    	opacity: 0;
	}
}
@-o-keyframes scollToNext {
	0% {
    	bottom: 150px;
    	opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
    	bottom: 70px;
    	opacity: 0;
	}
}
@keyframes scollToNext {
	0% {
    	bottom: 150px;
    	opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
    	bottom: 70px;
    	opacity: 0;
	}
}
@media (max-width: 991px) {
	#home #section-banner:before {
		background-image: url(../images/home/banner-home-frame-mobile.png);
	}
	#home #section-banner .background {
		background-image: url(../images/home/banner-home-mobile.jpg);
	}
	#home #section-banner h2 {
		padding: 0 10px;
	}
	#home #section-banner h2 strong {
		display: block;
		font-weight: 900;
		font-size: 40px;
	}
}
/* ! HOME :: WHY */
#home #section-why {
	padding: 60px 0 20px;
	text-align: center;
	background-color: #fff;
}
#home #section-why .boxer-three .box {
	float: left;
	width: 33.3333%;
	padding: 15px 20px 0;
	max-width: 400px;
	margin: 0 auto;
}
#home #section-why .boxer-three .icon {
	max-width: 180px;
	margin: 0 auto 35px;
}
#home #section-why .boxer-three .icon img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#home #section-why .boxer-three h3 {
	font-weight: 700;
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 991px) {
	#home #section-why h2,
	#home #section-why p {
		padding: 0 10px;
	}
	#home #section-why .boxer-three .box {
		float: none;
		width: 100%;
		padding: 15px 20px 0;
	}
}
/* ! HOME :: CUSTOMIZED */
#home #section-customized {
	background: url(../images/home/background-customized.jpg) no-repeat center;
	background-size: cover;
	padding: 65px 0;
}
#home #section-customized .boxer-text {
	width: 40%;
	padding-left: 20px;
	text-align: left;
	padding: 28px 0;
}
#home #section-customized .boxer-text h2 {
	color: #fff;
	text-align: left;
}
#home #section-customized .boxer-text p {
	color: #fff;
}
#home #section-customized .photo {
	position: absolute;
	top: 50%;
	right: 35px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
	padding-top: 28.8667%;
	background: url(../images/home/thumbnail-customized.jpg) no-repeat center;
	background-size: cover;
}
@media (max-width: 1199px) {
	#home #section-customized .boxer-text {
		padding: 0;
	}
}
@media (max-width: 991px) {
	#home #section-customized {
		background: none;
		padding: 0;
	}
	#home #section-customized .container {
		width: 100%;
		padding: 0;
	}
	#home #section-customized .boxer-text {
		text-align: center;
		width: 100%;
		padding: 60px 20px;
		background: url(../images/home/background-customized-mobile.jpg) no-repeat center;
		background-size: cover;
	}
	#home #section-customized .boxer-text h2 {
		text-align: center;
	}
	#home #section-customized .photo {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		padding-top: 71.7333%;
		background-image: url(../images/home/thumbnail-customized-mobile.jpg);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
} 
/* ! HOME :: BACKING */
#home #section-backing {
	position: relative;
	-webkit-box-shadow: 2px 10px 20px #efeeee;
	-moz-box-shadow: 2px 10px 20px #efeeee;
	-o-box-shadow: 2px 10px 20px #efeeee;
	box-shadow: 2px 10px 20px #efeeee;
	background-color: #fff;
	z-index: 3;
}
#home #section-backing .photo {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/home/thumbnail-backing.jpg) no-repeat center;
	background-size: cover;
}
#home #section-backing .boxer-text {
	width: 50%;
	padding: 70px 65px 70px 70px;
	float: right;
}
#home #section-backing .boxer-text h2 {
	text-align: left;
}
#home #section-backing .boxer-text p {
	color: #010101;
}
@media (max-width: 991px) {
	#home #section-backing .photo {
		width: 100%;
		height: auto;
		padding-top: 71.7333%;
		position: relative;
		background-image: url(../images/home/thumbnail-backing-mobile.jpg);
	}
	#home #section-backing .boxer-text {
		width: 100%;
		padding: 50px 20px;
		float: none;
		text-align: center;
	}
	#home #section-backing .boxer-text h2 {
		text-align: center;
	}
}
/* ! HOME :: CLIENTELE */
#home #section-clientele {
	padding: 33px 0 23px;
	background-color: #fff;
	z-index: 2;
}
#home #section-clientele h2 {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
	padding: 0 20px;
	text-align: left;
}
#home #section-clientele .boxer-clientele {
	width: 60%;
	float: right;
}
#home #section-clientele .boxer-clientele span {
	float: left;
	width: 33.333%;
	display: inline-block;
	padding: 22px 0;
}
#home #section-clientele .boxer-clientele span img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width: 991px) {
	#home #section-clientele h2 {
		position: relative;
		top: 0;
		left: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
		text-align: center;
	}
	#home #section-clientele .boxer-clientele {
		width: 100%;
		float: none;
	}
}



/* ! OUR STORY */
/* ! OUR STORY :: OUR STORY */
#our_story #section-our_story {
	background: #fff;
	padding: 70px 0 40px;
}
#our_story #section-our_story .boxer-text {
	padding: 0 20px;
	text-align: left;
}
#our_story #section-our_story .boxer-text h2 {
	text-align: left;
}
#our_story #section-our_story .boxer-text p {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	#our_story #section-our_story {
		padding: 60px 0 50px;
	}
	#our_story #section-our_story .boxer-text {
		padding: 0 40px;
	}
}
/* ! OUR STORY :: MISSION */
#our_story #section-mission {
	background: #f8f8f8;
	padding: 65px 0;
}
#our_story #section-mission .boxer-text {
	width: 45%;
	padding: 78px 20px;
	text-align: left;
}
#our_story #section-mission .boxer-text h2 {
	text-align: left;
}
#our_story #section-mission .boxer-text p {
	margin-bottom: 20px;
	color: #000;
}
#our_story #section-mission .photo {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-box-shadow: 5px 0px 24px rgba(2, 2, 2, 0.31);
	-moz-box-shadow: 5px 0px 24px rgba(2, 2, 2, 0.31);
	-o-box-shadow: 5px 0px 24px rgba(2, 2, 2, 0.31);
	box-shadow: 5px 0px 24px rgba(2, 2, 2, 0.31);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
	padding-top: 31.0457%;
	background: url(../images/our_story/thumbnail-mission.jpg) no-repeat center;
	background-size: cover;
}
@media (max-width: 1199px) {
	#our_story #section-mission .boxer-text {
		padding: 34px 20px;
	}
}
@media (max-width: 991px) {
	#our_story #section-mission {
		padding: 0;
	}
	#our_story #section-mission .container {
		width: 100%;
		padding: 0;
	}
	#our_story #section-mission .boxer-text {
		text-align: center;
		width: 100%;
		padding: 60px 50px 40px;
	}
	#our_story #section-mission .boxer-text h2 {
		text-align: center;
	}
	#our_story #section-mission .photo {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		padding-top: 71.6%;
		background-image: url(../images/our_story/thumbnail-mission-mobile.jpg);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
/* ! OUR STORY :: VISION */
#our_story #section-vision {
	padding: 65px 0;
}
#our_story #section-vision .boxer-text {
	width: 45%;
	padding: 78px 20px;
	float: right;
}
#our_story #section-vision .boxer-text h2 {
	text-align: left;
}
#our_story #section-vision .boxer-text p {
	margin-bottom: 20px;
}
#our_story #section-vision .boxer-text p span {
	display: block;
}
#our_story #section-vision .photo {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-box-shadow: 5px 0px 24px rgba(2, 2, 2, 0.31);
	-moz-box-shadow: 5px 0px 24px rgba(2, 2, 2, 0.31);
	-o-box-shadow: 5px 0px 24px rgba(2, 2, 2, 0.31);
	box-shadow: 5px 0px 24px rgba(2, 2, 2, 0.31);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
	padding-top: 31.0457%;
	background: url(../images/our_story/thumbnail-vision.jpg) no-repeat center;
	background-size: cover;
}
@media (max-width: 1199px) {
	#our_story #section-vision .boxer-text {
		padding: 36px 20px;
	}
}
@media (max-width: 991px) {
	#our_story #section-vision {
		padding: 0;
	}
	#our_story #section-vision .container {
		width: 100%;
		padding: 0;
	}
	#our_story #section-vision .boxer-text {
		text-align: center;
		width: 100%;
		padding: 60px 50px 40px;
		float: none;
	}
	#our_story #section-vision .boxer-text h2 {
		text-align: center;
	}
	#our_story #section-vision .photo {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding-top: 71.6%;
		background-image: url(../images/our_story/thumbnail-vision-mobile.jpg);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}



/* ! PRODUCT */
/* ! PRODUCT :: PRODUCT */
#product #section-product {
	padding: 70px 0 25px;
}
#product #section-product h2 {
	text-align: left;
}
#product #section-product .boxer-product {
	padding-left: 300px;
	position: relative;
}
#product #section-product .box-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
}
#product #section-product .box-menu .product-menu {
	font-size: 20px;
	color: #000;
	background-color: #fff;
	font-weight: 400;
	display: block;
	width: 100%;
	line-height: 40px;
	border: 2px solid #000;
	border-radius: 22px;
	-o-border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	text-align: center;
	margin-bottom: 20px;
}
#product #section-product .box-menu .product-menu:hover,
#product #section-product .box-menu .product-menu:focus,
#product #section-product .box-menu .product-menu.selected {
	text-decoration: none;
	color: #fff;
	background-color: #000;
}
#product #section-product .box-product .product {
	float: left;
	width: 33.3333%;
	padding: 0 12px 45px;
}
#product #section-product .box-product .product .photo {
	margin: 0 auto 30px;
	width: 100%;
	padding-top: 110.2041%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f8f8f8;
	-webkit-box-shadow: 3px 3px 10px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 3px 3px 10px rgba(2, 2, 2, 0.1);
	-o-box-shadow: 3px 3px 10px rgba(2, 2, 2, 0.1);
	box-shadow: 3px 3px 10px rgba(2, 2, 2, 0.1);
}
#product #section-product .box-product .product h6 {
	font-weight: 900;
	color: #121213;
	font-size: 20px;
	text-align: center;
}
@media (max-width: 1199px) {
	#product #section-product .boxer-product {
		padding-left: 250px;
	}
	#product #section-product .box-menu {
		width: 185px;
	}
}
@media (max-width: 991px) {
	#product #section-product h2 {
		text-align: center;
	}
	#product #section-product .boxer-product {
		padding-left: 0;
	}
	#product #section-product .box-menu {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 30px;
	}
	#product #section-product .box-menu .product-menu {
		display: inline-block;
		margin: 0 10px 20px;
		max-width: 165px;
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	#product #section-product .box-product .product {
		width: 50%;
	}
}



/* ! SERVICES */
/* ! SERVICES :: CUSTOMIZED */
#services #section-customized {
	background: #fff;
	padding: 65px 0 45px;
}
#services #section-customized .boxer-text {
	width: 50%;
	padding-left: 20px;
	text-align: left;
}
#services #section-customized .boxer-text h2 {
	color: #010101;
	text-align: left;
}
#services #section-customized .boxer-text p {
	margin-bottom: 20px;
}
#services #section-customized .photo {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
	padding-top: 28.6933%;
	background: url(../images/services/thumbnail-customized.jpg) no-repeat center;
	background-size: cover;
}
@media (max-width: 991px) {
	#services #section-customized {
		background: none;
		padding: 0;
	}
	#services #section-customized .container {
		width: 100%;
		padding: 0;
	}
	#services #section-customized .boxer-text {
		text-align: center;
		width: 100%;
		padding: 60px 50px 40px;
	}
	#services #section-customized .boxer-text h2 {
		text-align: center;
	}
	#services #section-customized .photo {
		width: 100%;
		position: relative;
		top: 0;
		right: 0;
		padding-top: 71.6%;
		background-image: url(../images/services/thumbnail-customized-mobile.jpg);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
/* ! SERVICES :: BACKING */
#services #section-backing {
	background: url(../images/services/background-backing.jpg) no-repeat center;
	background-size: cover;
	padding: 120px 0;
}
#services #section-backing .boxer-text {
	width: 50%;
	padding-right: 20px;
	text-align: left;
	padding: 30px 0;
	float: right;
}
#services #section-backing .boxer-text h2 {
	color: #fff;
	text-align: left;
}
#services #section-backing .boxer-text p {
	color: #fff;
	margin-bottom: 20px;
}
#services #section-backing .photo {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40%;
	padding-top: 31.0457%;
	background: url(../images/services/thumbnail-backing.jpg) no-repeat center;
	background-size: cover;
}
@media (max-width: 1199px) {
	#services #section-backing .boxer-text {
		padding: 0;
	}
}
@media (max-width: 991px) {
	#services #section-backing {
		background: none;
		padding: 0;
	}
	#services #section-backing .container {
		width: 100%;
		padding: 0;
	}
	#services #section-backing .boxer-text {
		text-align: center;
		width: 100%;
		padding: 50px 50px 30px;
		background: url(../images/services/background-backing-mobile.jpg) no-repeat center;
		background-size: cover;
		float: none;
	}
	#services #section-backing .boxer-text h2 {
		text-align: center;
	}
	#services #section-backing .photo {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding-top: 71.6%;
		background-image: url(../images/services/thumbnail-backing-mobile.jpg);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}



/* ! CONTACT */
/* ! CONTACT :: CONTACT US */
#contact #section-contact {
	padding: 70px 0 25px;
}
#contact #section-contact .boxer-text {
	width: 50%;
	padding: 0 20px;
	text-align: left;
	float: left;
}
#contact #section-contact .boxer-text h2 {
	text-align: left;
	margin-bottom: 72px;
}
#contact #section-contact .boxer-text h6 {
	position: relative;
	margin-bottom: 30px;
	padding: 0 30px 0 65px;
	font-size: 20px;
	color: #000;
	font-weight: 400;
}
#contact #section-contact .boxer-text h6 .span {
	position: relative;
	display: inline-block;
}
#contact #section-contact .boxer-text h6 .span:before {
	content: '';
	position: absolute;
	top: 0;
	left: -65px;
	width: 31px;
	height: 22px;
	background: url(../images/contact/icon-address.png) no-repeat center;
}
#contact #section-contact .boxer-text h6.address .span:before {
	height: 26px;
	top: 2px;
}
#contact #section-contact .boxer-text h6.phone .span:before {
	background-image: url(../images/contact/icon-phone.png);
}
#contact #section-contact .boxer-text h6.m-phone .span:before {
	background-image: url(../images/contact/icon-phone2.png);
}
#contact #section-contact .boxer-text h6.fax .span:before {
	background-image: url(../images/contact/icon-fax.png);
	top: 1px;
}
#contact #section-contact .boxer-text h6.email .span:before {
	background-image: url(../images/contact/icon-mail.png);
	top: 2px;
}
#contact #section-contact .boxer-text h6 a {
	color: #000;
	text-decoration: none;
}
#contact #section-contact .boxer-map {
	width: 50%;
	padding: 85px 20px 45px;
	float: left;
}
#contact #section-contact .boxer-map iframe {
	max-width: 480px;
	width: 100%;
	height: 345px;
	display: block;
	border: none;
	float: right;
	border: 1px solid #d7d7d7;
}
@media (max-width: 991px) {
	#contact #section-contact {
		padding: 0;
	}
	#contact #section-contact .container {
		width: 100%;
		padding: 0;
	}
	#contact #section-contact .boxer-text {
		text-align: center;
		width: 100%;
		padding: 60px 50px 20px;
		float: none;
	}
	#contact #section-contact .boxer-text h2 {
		margin-bottom: 40px;
		text-align: center;
	}
	#contact #section-contact .boxer-text h6 {
		padding: 0 35px;
	}
	#contact #section-contact .boxer-text h6 .span {
		max-width: 385px;
	}
	#contact #section-contact .boxer-text h6 .span:before {
		left: -45px;
	}
	#contact #section-contact .boxer-map {
		padding: 0;
		float: none;
		width: 100%;
	}
	#contact #section-contact .boxer-map iframe {
		max-width: none;
		height: 195px;
	}
}
/* ! CONTACT :: FORM */
#contact #section-form {
	padding: 60px 0;
	background: #f8f8f8;
}
#contact #section-form .form {
	padding: 0 20px;
}
#contact #section-form h2 {
	text-align: left;
}
#contact #section-form p {
	font-size: 20px;
}
#contact #section-form .mail {
	color: #9c9b9a;
	text-decoration: none;
}
#contact #section-form .boxer {
	float: left;
	width: 50%;
	padding: 0 70px 0 0;
}
#contact #section-form .boxer-right {
	padding: 0 0 0 70px;
}
@media (max-width: 1199px) {
	#contact #section-form .boxer {
		padding: 0 50px 0 0;
	}
	#contact #section-form .boxer-right {
		padding: 0 0 0 50px;
	}
}
@media (max-width: 991px) {
	#contact #section-form .form {
		padding: 0 40px;
	}
	#contact #section-form h2 {
		text-align: center;
	}
	#contact #section-form p {
		text-align: center;
	}
	#contact #section-form .boxer,
	#contact #section-form .boxer-right {
		padding: 0;
		float: none;
		width: 100%;
	}
	#contact #section-form .form .button-boxer {
		text-align: center;
	}
}



/* ! THANK YOU */
/* ! THANK YOU :: THANK YOU */
#thank_you #section-thank_you {
	padding: 161px 0 87px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#thank_you #section-thank_you .boxer-text {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 25px;
}
#thank_you #section-thank_you .boxer-text h2 {
	font-style: italic;
	font-size: 80px;
	font-weight: 700;
}
#thank_you #section-thank_you .boxer-text .boxer-button {
	padding-top: 10px 0;
}
@media (max-width: 991px) {
	#thank_you #section-thank_you .boxer-text h2 {
		font-size: 50px;
		margin-bottom: 20px;
	}
}



/* ! COMING SOON */
/* ! COMING SOON :: COMING SOON */
#coming_soon #section-coming_soon {
	padding: 161px 0 87px;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#coming_soon #section-coming_soon .boxer-text {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 25px;
}
#coming_soon #section-coming_soon .boxer-text h2 {
	font-style: italic;
	font-size: 80px;
	font-weight: 700;
}
#coming_soon #section-coming_soon .boxer-text .boxer-button {
	padding-top: 10px 0;
}
@media (max-width: 991px) {
	#coming_soon #section-coming_soon .boxer-text h2 {
		font-size: 50px;
		margin-bottom: 20px;
	}
}