@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
* {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin: 0px;
	padding: 0px;
}
::-moz-selection {
background-color: rgba(0,180,235,0.5);
color: #FFF;
}
::selection {
	background-color: rgba(0,180,235,0.5);
	color: #FFF;
}
.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.max-width {
	max-width: 1170px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
span.thornedge {
	font-family: 'Lora', serif;
	color: #652b2a;
}
.title-header-max-width {
	max-width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
.top-bar {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,1);
}
.logo {
	float: left;
	width: 25%;
	min-width: 180px;
}
.navigation {
	float: right;
	width: 70%;
	margin-top: 6%;
}
a.nav-btn {
	color: #3b3b3b;
	text-decoration: none;
	float: right;
	padding-bottom: 5px;
	margin-right: 25px;
	margin-left: 25px;
	padding-right: 2px;
	padding-left: 2px;
	/**/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.nav-btn-selected {
	color: #730200;
	text-decoration: none;
	float: right;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #652b2a;
	margin-right: 25px;
	margin-left: 25px;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 20px;
}
a.nav-btn-contact {
	color: #730200;
	border: 1px solid #730200;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	float: right;
	margin-top: -5px;
	margin-left: 25px;
	font-size: 20px;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.nav-btn:hover {
	color: #730200;
}
a.nav-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 2px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: #730200;
}
a.nav-btn:hover:before {
	left: 0;
	right: 0;
}
a.nav-btn-contact:hover {
	color: #FFF;
	background-color: #730200;
}
a.nav-btn-contact.selected {
	color: #FFF;
	background-color: #730200;
}
.menu-mobile-btn {
	background-image: url(../imgs/menu-mobile-icon.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	float: right;
	height: 25px;
	width: 25px;
	margin-top: 5px;
	margin-right: 10px;
	display: none;
}
.menu-mobile-container {
	background-color: rgba(0,0,0,0.9);
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 50%;
	position: fixed;
	display: none;
}
.menu-mobile-container a.nav-menu-mobile {
	color: #FFF;
	text-align: left;
	text-indent: 15px;
	width: 100%;
	float: left;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.menu-mobile-container a.nav-menu-mobile.first {
	margin-top: 30px;
}
.menu-mobile-container a.nav-menu-mobile.selected {
	background-color: rgba(255,255,255,0.3);
}
.menu-mobile-container a.nav-menu-mobile:hover {
	background-color: rgba(255,255,255,0.3);
}
.header {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	width: 100%;
	padding-bottom: 2%;
}
h1.title-header {
	color: #FFF;
	float: left;
	background-color: rgba(0,180,235,0.5);
	font-size: 50px;
	margin-top: 10%;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-weight: 100;
}
.header-left-cn-search {
	float: left;
	margin-top: 7%;
	width: 50%;
}
.card-search {
	float: left;
	margin-top: 10%;
	width: 100%;
}
h2.title-search {
	font-size: 24px;
	font-weight: 300;
	color: #FFF;
}
h2.header-content {
	font-size: 26px;
	font-weight: 400;
	color: #FFF;
	margin-top: 7%;
	line-height: 45px;
}
select.search {
	height: 40px;
	width: 60%;
	min-width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-top: 10px;
	background-color: rgba(255,255,255,0.7);
	font-size: 14px;
	text-align: left;
	text-indent: 10px;
	color: #2b2b2b;
	margin-right: 2%;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
select.search:hover {
	background-color: rgba(255,255,255,1);
	cursor: pointer;
	color: #19a5cb;
}
input.search {
	height: 40px;
	width: 110px;
	float: left;
	background-color: rgba(0,0,0,0.2);
	border: 1px solid #FFF;
	color: #FFF;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	text-indent: 0px;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input.search:hover {
	background-color: rgba(0,180,235,0.5);
	cursor: pointer;
}
.arrow-down {
	height: 30px;
	width: 50px;
	margin-top: 25%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/down-arrow-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/*HOVER*/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.arrow-down:hover {
	cursor: pointer;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
p.bold-text {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #888888;
	text-align: justify;
	margin-top: 5%;
}
.read-more-btn {
	line-height: 45px;
	color: #19a5cb;
	text-align: center;
	height: 45px;
	width: 165px;
	border: 1px solid #19a5cb;
	margin-top: 3%;
	font-size: 16px;
	float: left;
	text-decoration: none;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.read-more-btn:hover {
	cursor: pointer;
	color: #FFF;
	background-color: #19a5cb;
}
h1.title-card {
	font-size: 36px;
	font-weight: 300;
	color: rgba(0,180,235,1);
	margin-top: 5%;
	float: left;
}
p.text {
	font-size: 16px;
	font-weight: 300;
	color: #858585;
	text-align: justify;
	margin-top: 2%;
	line-height: 25px;
	float: left;
}
p.checked-text {
	font-size: 16px;
	font-weight: 300;
	color: #858585;
	text-align: justify;
	margin-top: 2%;
	line-height: 25px;
	background-image: url(../imgs/checked-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	float: left;
}
.service-info-full {
	background-color: #ededed;
	width: 100%;
	padding-bottom: 4%;
	margin-top: 3%;
}
.home-bottom-contact {
	width: 100%;
	margin-top: 5%;
	background-image: url(../imgs/contact-image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-bottom: 3%;
	padding-top: 2%;
}
.home-bottom-contact.about {
	margin-top: 0%;
}
.home-bottom-contact.products {
	margin-top: 0%;
}
h1.title-contact-con {
	font-size: 50px;
	font-weight: 500;
	color: #FFF;
	margin-top: 5%;
	float: left;
}
p.text.white {
	color: #FFF;
	float: left;
	font-size: 20px;
	font-weight: 100;
	line-height: 35px;
}
p.text.white-bold {
	color: #FFF;
	font-size: 20px;
	font-weight: 400;
	line-height: 35px;
	margin-top: 2%;
}
.border-sep {
	background-color: #FFF;
	height: 1px;
	width: 40%;
	margin-top: 2%;
}
.contact-us-btn {
	color: #FFFFFF;
	height: 45px;
	margin-top: 2%;
	font-size: 16px;
	text-decoration: none;
	background-color: rgba(0,0,0,0.5);
	line-height: 45px;
	float: left;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-right: 35px;
	padding-left: 35px;
}
.contact-us-btn:hover {
	padding-right: 25px;
	padding-left: 45px;
}
.contact-container {
	background-image: url(../imgs/contact-container-image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	padding-bottom: 10%;
	padding-top: 8%;
}
.contact-container .left {
	float: left;
	width: 35%;
}
.contact-container .right {
	float: right;
	width: 60%;
}
h2.title-contact {
	font-size: 40px;
	font-weight: 500;
	color: #FFF;
	width: 100%;
}
p.txt-contact {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 3%;
	line-height: 25px;
	margin-top: 3%;
	width: 100%;
}
.border-sep.contact {
	background-color: #FFF;
	height: 1px;
	width: 100%;
	margin-top: 8%;
}
span.bold {
	font-weight: 700;
}
.field-container {
	width: 48%;
	float: left;
}
.field-container-right {
	width: 48%;
	float: right;
}
p.title-field {
	color: #FFF;
	font-size: 16px;
	margin-top: 7%;
}
input {
	width: 100%;
	height: 50px;
	margin-top: 5px;
	text-align: left;
	text-indent: 10px;
	background-color: rgba(255,255,255,0.7);
	color: #333;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input:hover {
	background-color: rgba(255,255,255,1);
}
textarea.message {
	height: 250px;
	width: 100%;
	padding-left: 1%;
	padding-top: 5px;
	margin-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: rgba(255,255,255,0.7);
	color: #333;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
textarea.message:hover {
	background-color: rgba(255,255,255,1);
}
input.send {
	background-color: rgba(255,255,255,0);
	height: 50px;
	width: 180px;
	margin-top: 20px;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	color: #FFF;
	float: right;
	text-indent: 0px;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input.send:hover {
	background-color: rgba(255,255,255,0.2);
	color: #FFF;
	cursor: pointer;
}
.products-bck-color {
	background-color: #000000;
}
.products-cards {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}
.card-product {
	text-align: center;
	vertical-align: top;
	display: inline-block;
	width: 24.8%;
	height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 3px;
	margin-left: -1px;
	/*TRANSITION*/
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.card-product.top-line {
	margin-top: 0px;
}
.card-product:hover {
	background-position:center center;
}
.card-product .dark-light {
	background-color: rgba(0,0,0,0.7);
	width: 100%;
	height: 260px;
	/*TRANSITION*/
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-bottom: 40px;
}
.card-product .dark-light:hover {
	background-color: rgba(0,0,0,0.4);
	cursor: pointer;
}
h3.title-product {
	font-size: 24px;
	color: #FFF;
	padding-top: 35px;
	font-weight: 500;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
p.txt-product {
	font-size: 16px;
	color: #FFF;
	padding-top: 25px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.read-more-card-production {
	line-height: 40px;
	color: #FFF;
	text-align: center;
	height: 40px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FFF;
	margin-top: 25px;
	background-color: rgba(255,255,255,0);
	/*TRANSITION*/
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.card-product .dark-light:hover .read-more-card-production {
	background-color: rgba(255,255,255,0.6);
	color: #000;
}
.card-product.fx-01 {
	background-image: url(../imgs/product-001.jpg);
}
.card-product.fx-02 {
	background-image: url(../imgs/product-002.jpg);
}
.card-product.fx-03 {
	background-image: url(../imgs/product-003.jpg);
}
.card-product.fx-04 {
	background-image: url(../imgs/product-004.jpg);
}
.card-product.fx-05 {
	background-image: url(../imgs/product-005.jpg);
}
.card-product.fx-06 {
	background-image: url(../imgs/product-006.jpg);
}
.card-product.fx-07 {
	background-image: url(../imgs/product-007.jpg);
}
.card-product.fx-08 {
	background-image: url(../imgs/product-008.jpg);
}
.card-product.fx-09 {
	background-image: url(../imgs/product-009.jpg);
}
.card-product.fx-10 {
	background-image: url(../imgs/product-010.jpg);
}
.card-product.fx-11 {
	background-image: url(../imgs/product-011.jpg);
}
.card-product.fx-12 {
	background-image: url(../imgs/product-012.jpg);
}
.card-product.fx-13 {
	background-image: url(../imgs/product-013.jpg);
}
.card-product.fx-14 {
	background-image: url(../imgs/product-014.jpg);
}
.card-product.fx-15 {
	background-image: url(../imgs/product-015.jpg);
}
.card-product.fx-16 {
	background-image: url(../imgs/product-016.jpg);
}
.popup-bck {
	background-color: rgba(0, 0, 0, 0.9);
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}
.white-pop-up {
	background-color: #FFF;
	position: absolute;
	height: 500px;
	width: 500px;
	top: 50%;
	left: 50%;
	text-align: center;
	border: 1px solid #FFF;
	overflow: hidden;
	margin-top: -250px;
	margin-left: -250px;
	overflow-y: scroll;
	display: none;
}
.close-popup {
	height: 25px;
	width: 25px;
	background-image: url(../imgs/close-pop-up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	/*HOVER*/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.close-popup:hover {
	cursor: pointer;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.white-pop-up h2.title-popup {
	font-size: 30px;
	color: #666;
	margin-top: 40px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.bottom-bar {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
p.content-popup {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	text-align: left;
}
p.left-bottom-bar {
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
}
p.right-bottom-bar {
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	margin-top: 10px;
}
a.bottom-link {
	color: #19a5cb;
	text-decoration: none;
	/*TRANSITION*/
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.bottom-link:hover {
	color: #FFF;
}
.top-arrow {
	height: 30px;
	width: 50px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imgs/top-arrow-ico.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/*HOVER*/
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.top-arrow:hover {
	cursor: pointer;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.margin-top {
	margin-top: 50px;
}
.header-top {
	position: absolute;
	top: 0px;
	width: 100%;
}
.header-video {
	width: 100%;
	position: relative;
	object-fit: cover;
}
.fullscreen-bg_video {
	width: 100%;
	object-fit: cover;
}
