@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'AldoSemiBold';
	src: url('../fonts/aldopc_3.eot');
	src: url('../fonts/aldopc_3.eot') format('embedded-opentype'),  url('../fonts/aldopc_3.woff') format('woff'),  url('../fonts/aldopc_3.ttf') format('truetype'),  url('../fonts/aldopc_3.svg#AldoSemiBold') format('svg');
}
@font-face {
	font-family: 'AldotheApacheRegular';
	src: url('../fonts/aldotheapache_1.eot');
	src: url('../fonts/aldotheapache_1.eot') format('embedded-opentype'),  url('../fonts/aldotheapache_1.woff') format('woff'),  url('../fonts/aldotheapache_1.ttf') format('truetype'),  url('../fonts/aldotheapache_1.svg#AldotheApacheRegular') format('svg');
}
@font-face {
	font-family: 'GillSansLight';
	src: url('../fonts/gill-sans-light1.eot');
	src: url('../fonts/gill-sans-light1.eot') format('embedded-opentype'),  url('../fonts/gill-sans-light1.woff') format('woff'),  url('../fonts/gill-sans-light1.ttf') format('truetype'),  url('../fonts/gill-sans-light1.svg#GillSansLight') format('svg');
}
@font-face {
	font-family: 'GillSansMTBold';
	src: url('../fonts/gilb____0.eot');
	src: url('../fonts/gilb____0.eot') format('embedded-opentype'),  url('../fonts/gilb____0.woff') format('woff'),  url('../fonts/gilb____0.ttf') format('truetype'),  url('../fonts/gilb____0.svg#GillSansMTBold') format('svg');
}
body {
	position: relative;
	background: #d4d4d4;
}
p {
	margin: 0px !important;
}
header {
	background: rgba(0, 125, 62, 0.9);
	position: relative;
	width: 100%;
	top: 0;
	z-index: 4;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 100;
	display: none;
}
.play-video {
	display: none;
	position: absolute;
	z-index: 101;
	left: 0;
	right: 0;
	top: 10%;
}
.play-video center {
	position: relative;
	max-width: 600px;
	margin: auto;
}
.play-video center iframe {
	width: 100%;
	height: 350px;
	border: none;
}
#close {
	cursor: pointer;
	color: white;
	border: 1px solid #fff;
	font-size: 18px;
	font-family: 'GillSansMTBold';
	width: 28px;
	position: absolute;
	right: 0;
	border-radius: 50px;
	background: none repeat scroll 0% 0% #000;
	border: 1px solid #FFF;
	margin-right: -7px !important;
}
.videos iframe {
	display: none;
}
iframe#english {
	display: block;
}
.videos {
	background: #000;
}
.videos p {
	display: inline-block;
	color: #fff;
	padding: 10px;
	cursor: pointer;
}
.videos p.active {
	text-decoration: underline;
}
.video {
	cursor: pointer;
}
.logo {
	padding: 7px;
	position: absolute;
	background: #007d3e;
	z-index: 2;
}
.container {
	max-width: 1200px;
}
.social-icons {
	float: right;
}
.social-icons a {
	float: left;
	margin: 7px 4px;
	width: 29px;
	height: 29px;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}
.social-icons a:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25);
}
.menu {
	width: 100%;
	float: left;
	margin: 10px 0px;
}
.menu ul li {
	float: left;
	list-style: none;
	border-bottom: 1px solid transparent;
	margin: 0px 9px;
}
.menu ul li a {
	padding: 3px 15px;
	color: #FFF;
	font-size: 19px;
	font-family: 'AldoSemiBold';
	text-transform: uppercase;
}
.menu ul li a:hover {
	text-decoration: none;
}
.menu ul li:hover, .menu ul li.active {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.corp-video {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	margin-bottom: -3.2%;
	cursor: pointer;
}
.carousel-caption {
	bottom: 3% !important;
}
.carousel-caption h3 {
	font-family: 'GillSansMTBold';
	color: #FFF;
	font-size: 35px;
	text-shadow: 0px 0px 5px #000;
	bottom: 15%;
	text-transform: uppercase;
	background: rgba(0,0,0,0.5);
	padding: 15px;
	float: right;
}
.carousel-caption h3 span {
	font: 36px 'Arial';
	font-weight: bold;
}
.slider-bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	opacity: 0.2;
}
.slider-bg img {
	width: 100%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	top: 100px
}
.news {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	margin-top: -45px;
	height: 100px;
	position: relative;
	z-index: 3;
}
.news-right {
	padding: 0px !important;
	background: none repeat scroll 0% 0% #000;
}
.news-right img {
	height: 100px;
}
.icons {
	float: right;
	width: 70px;
	text-align: center;
}
.icons span {
	cursor: pointer;
}
.als-prev img {
}
.latest-news-title, .latest-news-content {
	padding: 0px 25px;
	font-family: 'GillSansLight';
	color: #FFF;
	font-size: 18px;
	text-shadow: 0px 0px 5px #000;
}
.latest-news-title p, .latest-news-content p {
	height: 100px;
	vertical-align: middle;
	display: table-cell;
}
.latest-news-title {
	background: #eb7922;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
}
.latest-news-content {
	margin-bottom: 20px;
}
.about {
	margin: 50px 0px;
}
.about img {
	width: 100%;
}
.services-img {
	padding: 0px !important;
	max-width: 373px;
	margin: 10px;
	width: 23.5% !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.services-img:last-child {
	margin-right: 0px;
}
.services-img a {
	text-align: center;
	padding: 20px 0px 50px;
	position: absolute;
	width: 100%;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
	color: #b2bb1c;
	bottom: 0;
	margin-bottom: 0px;
	font-size: 29px;
	font-family: 'GillSansLight';
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	top: 0;
	margin-top: 124%;
}
.services-img:hover a {
	color: #fff;
	text-decoration: none; /*margin-top: 0; padding-top: 45%;*/
}
.mobile-content {
	background: url(../img/bg.png) no-repeat left top;
	background-size: 100%;
	padding-bottom: 27px;
}
footer {
	background: #000;
}
.footer-menu {
	font-size: 18px;
}
.footer-menu ul {
	padding: 0px;
	margin-left: -7px;
}
.footer-menu ul li {
	list-style: none;
}
.footer-menu ul li.active a {
	text-decoration: underline;
}
.footer-menu ul li a, footer h2, footer h3 {
	color: #FFF;
	padding: 0px 8px;
	font-family: 'GillSansLight';
}
footer h2 {
	margin-bottom: 10px;
	font-size: 22px;
	padding: 0px;
}
footer h3 {
	font-size: 20px;
	padding: 0px;
	color: #fff;
	margin: 5px 0px;
	float: left;
	border-bottom: 1px dotted #fff;
}
.copy-right {
	float: right;
	padding: 25px 0px;
	color: #FFF;
	font-family: 'GillSansLight';
}
.copy-right p {
	margin-top: 15% !important;
}
/* Pages Header */
.page-head img {
	width: 100%;
}
.page-headers {
	background: #000;
}
.page-headers h1 {
	width: 24%;
	float: left;
}
.page-headers h1 {
	color: #b2bb1c;
	font-size: 35px;
	font-family: 'AldoSemiBold';
	text-transform: uppercase;
}
.page-headers h1.ornamental-title {
	font-size: 35px;
}
/* Page content*/
.page-content {
	min-height: 500px;
	background: #fff;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	font-size: 18px;
	font-family: 'GillSansLight';
}
/* About Tabs*/
.tabs-title, .product-tabs-title, .product2-tabs-title {
	padding: 20px 0px !important;
	border-right: 1px solid #c5c5c5;
}
.tabs-title ul {
	margin-left: -13%;
}
.tabs-title ul li {
	list-style: none;
	background-image: url("../img/tab-list-bg.png");
	background-repeat: no-repeat;
	background-position: 98%;
	background-color: #eb7922;
	font-weight: bold;
	padding: 7px 0px 7px 30px;
	font-family: 'GillSansLight';
	font-size: 20px;
	margin-bottom: 13px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.tabs-title ul li:after {
	background: url("../img/tab-list.png");
	width: 12px;
	height: 12px;
	position: absolute;
	content: "";
	left: -12px;
	margin-top: 35px;
}
.tabs-title ul li:hover {
	background-image: url("../img/tab-list-active-bg.png");
	background-repeat: no-repeat;
	background-position: 98%;
	background-color: #b2bb1c;
}
.tabs-content, .tabs-content11, .tabs-content22, .tabs-content33, .tabs2-content11, .tabs2-content22 {
	padding: 20px 0px;
}
.tabs-content1 p, .tabs-content2 p, .tabs-content3 p, .tabs2-content1 p, .tabs2-content2 p {
	margin-bottom: 10px !important;
}
.tabs-title ul .active {
	background-image: url("../img/tab-list-active-bg.png");
	background-repeat: no-repeat;
	background-position: 98%;
	background-color: #b2bb1c;
}
.tabs-content1 {
	display: none;
}
.first-doc, .first-docs {
	display: block;
}
.about-us {
	border-left: 1px solid #c5c5c5;
}
.about-us h1, .technology-content h1, .quality-content h1, .media-content h1 {
	color: #EB7922;
	font-weight: bold;
	font-size: 28px;
}
.about-us h2 {
	color: #EB7922;
	font-weight: bold;
	font-size: 23px;
	text-decoration: underline;
}
.quality-content h2 {
	color: #EB7922;
	font-weight: bold;
	font-size: 23px;
}
.about-us h3 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
}
.team-members img {
	width: auto;
	max-width: 100%;
	float: left;
	margin: 0px 15px 15px 0px;
	border: 1px solid #000;
}
.member {
	float: left;
}
/* Products Top Menu Tabs*/
.product-tabs {
	width: 76%;
	float: right;
}
.product-tabs ul {
	float: right;
	margin: 0px;
}
.product-tabs ul li {
	list-style: none;
	float: left;
}
.product-tabs ul li a {
	list-style: none;
	float: left;
	color: #fff;
	font-size: 16px;
	font-family: 'AldoSemiBold';
	text-transform: uppercase;
	padding: 8px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.product-tabs ul li.active a, .product-tabs ul li a:hover {
	background: #b2bb1c;
	color: #000;
	text-decoration: none;
}
/* Products Tabs*/
.product-tabs-title h1, .product2-tabs-title h1 {
	margin-left: -12px;
	list-style: none;
	background-image: url("../img/plus.png");
	background-repeat: no-repeat;
	background-position: 97%;
	background-color: #eb7922;
	font-weight: bold;
	padding: 7px 0px 7px 30px;
	font-family: 'GillSansLight';
	font-size: 26px;
	margin-bottom: 13px;
}
.product-tabs-title h1:after, .product2-tabs-title h1:after {
	background: url("../img/tab-list.png");
	width: 12px;
	height: 12px;
	position: absolute;
	content: "";
	left: -12px;
	margin-top: 35px;
}
.product-tab1 {
	margin-left: -40px;
}
.product-tab1 li {
	list-style: none;
}
.product-tab1 li a {
	color: #333;
	display: block;
	background-image: url("../img/list-style.png");
	background-repeat: no-repeat;
	background-position: 35px;
	font-weight: bold;
	padding: 7px 0px 7px 65px;
	font-family: 'GillSansLight';
	font-size: 20px;
	margin-bottom: 13px;
	cursor: pointer;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.product-tab1 li a:hover, .product-tab1 li.active a {
	background-color: #b2bb1c;
	text-decoration: none;
}
.product-img {
	margin-bottom: 20px;
}
.product-img p {
	text-align: center;
	width: 100%;
	margin: auto !important;
	border: 1px solid #d6d7d8;
	padding: 3px;
}
.product-img p img {
	width: 100%;
}
.tabs-content22, .tabs-content33, .tabs2-content22 {
	margin-top: -40px;
}
.tabs2-content1 {
	margin: 20px 0px;
}
.tabs2-content1 h3 {
	font-size: 80px;
	color: rgba(0,0,0,0.2);
	text-align: center;
	margin-top: 10%;
}
.tabs-content1 a, .tabs-content2 a, .tabs2-content1 a, .tabs2-content2 a {
	float: right;
	position: relative;
	background: url('../img/download.png') no-repeat scroll 10px -34px #B2BB1C;
	padding: 5px 20px 5px 45px;
	color: #000;
	z-index: 1;
	border-radius: 3px;
	font-family: 'GillSansLight';
	margin: 12px 20px 10px 0px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.tabs-content1 a:hover, .tabs-content2 a:hover, .tabs2-content1 a:hover, .tabs2-content2 a:hover {
	text-decoration: none;
	color: #000;
	background-position: 10px 6px;
}
/*Technology*/
.technology-right, .quality-right, .media-right, .map {
	padding: 0px !important;
}
.technology-content img, .quality-content img, .media-content img { /*width: 28%; float: left; margin: 0px 30px 0px 0px;*/
}
.technology-content, .quality-content, .media-content {
	padding: 0px !important;
}
.technology-content ul li, .media-content ul li {
	margin-bottom: 10px;
}
.quality-content ul li {
}
.quality-content h1, .media-content h1, .address h1, .contact-form h1 {
	color: #eb7922;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.quality-content p, .media-content p {
	margin: 5px 20px 10px 0 !important;
}
.content-img {
	float: left;
	margin-right: 25px;
	width: 30%;
}
.content-img img {
	width: 100%;
}
.media-content ul li a {
	color: #000;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.media-content ul li a:hover {
	text-decoration: none;
	color: #EB7922;
	margin-left: 5px;
}
/*Contact Us*/
.address-icons, .address-content {
	float: left;
}
.address-icons {
	margin-right: 10px;
	width: 10%;
}
.address-content {
	width: 85%;
}
.address-content p {
	font-size: 16px;
}
.address-img, .address h1 {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.address {
	padding-left: 2.5% !important;
}
.contact-form {
	padding-right: 30px !important;
}
.contact-form h1 {
	float: right;
}
.contact-form input, .contact-form textarea {
	width: 80%;
	margin-bottom: 8px;
	float: right;
	color: #8d8c8c;
	border: 1px solid #787878;
	padding: 5px;
}
.contact-form input[type="submit"] {
	width: auto;
	margin-bottom: 8px;
	float: right;
	color: #b2bb1c;
	font-family: 'AldoSemiBold';
	border: none;
	background: #000;
	padding: 4px 25px;
	font-size: 20px;
}
.mobile-menu {
	display: none;
}
.technology-content ul, .media-content ul, .quality-content ul {
	margin-top: 5px;
	float: left;
	width: 65%;
}
.address-img p a {
	color: #333;
}
.address-img p a:hover {
	color: #EB7922;
}
/*#map-close{border:1px solid #FFF;border-radius:50%;font-size:20px;width:30px;height:30px;color:#fff;text-align:center;position:absolute;z-index:100;right:-10px;top:-10px;background:#000;cursor:pointer}
.dealer-event{padding:10px 25px;background:#000;color:#fff;margin:20px 0!important;text-align:center;cursor:pointer;float:right;max-width:275px;width:100%}
.dealers-details{position:absolute;left:0;right:0;top:10%;margin:auto;z-index:999;display:none;max-width:600px;width:100%;background:#000;color:#000;padding:5px}
*/

#map-close {
	border: 1px solid #FFF;
	border-radius: 50%;
	font-size: 20px;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	position: absolute;
	z-index: 100;
	right: -10px;
	top: -10px;
	background: #000;
	cursor: pointer;
}
.dealer-event {
	padding: 10px 25px;
	background: #EB7922;
	color: #fff;
	margin: 20px 0px !important;
	text-align: center;
	cursor: pointer;
	float: right;
	max-width: 275px;
	width: 100%;
}
.dealers-details {
	position: absolute;
	left: 0;
	right: 0;
	top: 5%;
	margin: auto;
	z-index: 999;
	display: none;
	max-width: 900px;
	width: 100%;
	background: #000;
	color: #000;
	padding: 5px;
}
.dealers-details #map {
	width: 100%;
	height: 100%;
	min-height: 650px;
}
.location-pointer {
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-size: 18px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	padding: 10px;
}
.location-pointer span {
	display: block;
}
.location-pointer span.first {
	margin-bottom: 10px;
}
/************media-carousal*********/
#carousel-wrapper {
	padding-bottom: 10px;
	position: relative;
//height: 220px;
	max-width: 490px;
	width: 100%;
	margin: 8% auto 4%;
}
#carousel, #thumbs {
	overflow: hidden;
}
#carousel-wrapper .caroufredsel_wrapper {
	border-radius: 4px;
//box-shadow: 0 0 5px #899;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}
#carousel span, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
}
#carousel span, #carousel a, #thumbs span, #thumbs a {
	position: relative;
}
#carousel img, #thumbs img {
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#carousel img.glare, #thumbs img.glare {
	width: 102%;
	height: auto;
}
#carousel span {
	width: 554px;
	height: 313px;
}
#thumbs-wrapper {
	padding: 10px 30px 0;
	position: relative;
}
#thumbs a {
	border: 2px solid #566;
	width: 100px;
	height: 100px;
	margin: 0 10px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 10px;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}
#thumbs a:hover, #thumbs a.selected {
	border-color: #BAC329;
}
#wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}
#prev, #next {
	display: block;
	width: 36px;
	height: 36px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
#prev {
	background: url(../img/prevmedia.png) no-repeat 0 0;
	left: -5px;
}
#next {
	background: url(../img/nextmedia.png) no-repeat 0 0;
	right: -5px;
}
#prev.disabled, #next.disabled {
	display: none !important;
}
.tech-scroll .back-button {
	margin-top: 40px;
	float: right;
	background: url(../img/back-icon.png) no-repeat 12px center #B2BB1C;
	padding: 5px 15px 5px 50px;
	color: #000;
	border-radius: 3px;
	font-family: "GillSansLight";
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}
.tech-scroll .back-button:hover {
	text-decoration: none;
	background-position: 7px center;
}
.content-img .carousel-indicators {
	width: 100%;
	margin: 0px;
	left: 0px;
	bottom: 0px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
	height: 30px;
}
#content {
/*position: relative;
	margin: 50px auto;
	width: 960px;*/
}
/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}
.als-viewport {
	position: relative;
	overflow: hidden;
	/*margin: 0px auto 40px;*/
	height: 259px !important;
	width: 100% !important;
	float: left;
	margin-left: -8.5%;
	margin-bottom: 10px;
}
.als-wrapper {
	position: relative;
	list-style: none;
	width: 100% !important;
}
.als-item {
	position: relative;
	display: block;
	float: left;
	border-bottom: 1px dotted rgb(255, 255, 255);
	width: 100%;
}
/*.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}*/


/**************************
 * specific als elements
 * styling for #lista1
 **************************/

#home-gallery-inner {
	margin: 0 auto 0px auto;
}
#home-gallery-inner .als-item {
	/*height: 100px;*/
	min-width: 128px;
	padding: 10px 0px;
}
#home-gallery-inner .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;/*margin-bottom: 8px;*/
}

/*#home-gallery-inner .als-prev, #home-gallery-inner .als-next {
	top: 58px;
	width: 15px;
	height: 22px;
}

#home-gallery-inner .als-prev {
	left: 90px;
}

#home-gallery-inner .als-next {
	right: 100px;
}
*/








/* responsive */
@media (max-width: 1200px) {
.page-headers h1.ornamental-title {
	font-size: 30px;
}
.menu ul li {
	margin: 0px 8px;
}
.menu ul li a {
	padding: 0px 8px;
}
.carousel-caption {
	padding: 0px !important;
}
.tabs-title ul {
	margin-left: -16%;
}
.page-content {
	min-height: 100%;
}
.product-tabs ul li a {
	padding: 20px 15px;
}
.services-img {
	max-width: 306px;
}
.services-img {
	width: 23.1% !important;
}
.services-img a {
	font-size: 24px;
}
footer h3 {
	font-size: 19px;
}
.footer-menu {
	font-size: 14px;
}
}
@media (max-width: 991px) {
.page-headers h1.ornamental-title {
	font-size: 24px;
	line-height: 40px;
}
.services-img {
	width: 46% !important;
	float: left;
	max-width: 100%;
}
.services-img a {
	font-size: 30px;
}
.page-headers h1 {
	font-size: 34px;
}
.tabs-title ul {
	margin-left: -21%;
}
.footer-menu ul {
	padding: 10px 0px;
	text-align: center;
}
.footer-menu ul li {
	float: none;
	display: inline-table;
}
.copy-right {
	float: none;
	padding: 0px 0px 10px 0px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.address, .contact-form {
	width: 50%;
	float: left;
}
.contact-form input, .contact-form textarea {
	width: 95%;
}
.map iframe {
	min-height: 200px !important;
}
.menu ul li a {
	padding: 10px 2px;
	font-size: 18px;
}
.menu ul li {
	margin: 0px 4px;
}
.carousel-caption h3 {
	font-size: 25px;
}
.product-tabs ul li a {
	padding: 25px 10px;
	font-size: 21px;
}
#home-gallery-inner {
	float: left;
}
.als-viewport {
	margin-left: -25px;
}
.latest-news-content {
	font-size: 16px;
}
.icons {
	display: none;
}
.copy-right p {
	margin-top: 0% !important;
}
}
@media (max-width: 768px) {
.page-headers h1.ornamental-title {
	font-size: 25px;
	line-height: 25px;
}
.page-headers h1 {
	font-size: 22px;
}
header {
	position: relative;
	background: rgba(0, 0, 0, 1);
}
.top-logo {
	text-align: center;
}
.logo {
	position: relative;
}
.corp-video {
	width: 39%;
	left: 0;
	top: 0;
}
.corp-video img {
	width: 100%;
}
.latest-news-title {
	width: 20%;
	float: left;
}
.carousel-caption h3 {
	font-size: 25px;
	margin-bottom: -10px;
}
.news-right {
	width: 10%;
	float: left;
}
.icons {
	margin-right: -12px !important;
	margin-top: -100px;
	padding-top: 4%;
}
#home-gallery-inner .als-item {
	padding: 10px 0px !important;
}
.mobile-content {
	padding: 0px 30px;
}
.tabs-title ul {
	margin-left: -51px;
}
.tabs-content {
	padding-top: 0px;
}
.tabs-title, .product-tabs-title, .product2-tabs-title {
	padding: 0px !important;
	border-right: none;
}
.tabs-content, .tabs-content11, .tabs-content22, .tabs-content33, .tabs2-content11, .tabs2-content22 {
	padding: 0px;
}
.product-tabs-title h1:after, .product2-tabs-title h1:after {
	margin-top: 27px;
}
.product-tabs-title h1, .product2-tabs-title h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
.product-tab1 li a {
	margin-bottom: 0px;
	font-size: 15px;
}
.tabs-content22, .tabs-content33, .tabs2-content22 {
	margin-top: 0px;
}
.technology-content img, .quality-content img, .media-content img {
	display: none;
}
.content-img {
	display: none;
}
.technology-content ul, .media-content ul, .quality-content ul {
	width: 100%;
}
.technology-content, .quality-content, .media-content {
	padding: 10px 20px !important;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	display: none !important;
}
.video {
	width: 50% !important;
}
.page-headers h1 {
	width: 25%;
}
.product-tabs {
	width: 75%;
}
}
@media (max-width: 650px) {
.play-video center {
	max-width: 95%;
}
.product-tabs {
	float: left;
	width: 100%;
}
.product-tabs ul {
	float: left;
}
.page-headers h1 {
	width: 100%;
	font-size: 35px;
}
.product-tabs ul li a {
	font-size: 23px;
	padding: 10px;
}
.product-img p {
	width: 60%;
}
.address, .contact-form {
	width: 100%;
	float: left;
}
.contact-form input, .contact-form textarea {
	width: 95%;
}
header {
	padding-bottom: 35px;
}
.menu {
	display: none;
}
.mobile-menu {
	width: 93%;
	display: block;
	position: absolute;
	z-index: 4;
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	margin-top: 40px;
	magin-bottom: 2%;
}
.menu ul {
	margin-top: 30px;
	margin-bottom: -35px
}
.menu ul li {
	float: none;
}
.services-img a {
	font-size: 28px;
}
}
@media (max-width: 570px) {
.news-right img {
	display: none;
}
.als-viewport {
	margin-left: -38px !important;
}
.icons {
	margin-top: 0px;
}
#home-gallery-inner .als-item {
	padding: 5px 0px !important;
}
.corp-video {
	margin-top: 2%;
}
.product-tabs ul li a {
	font-size: 20px;
}
.services-img {
	width: 100% !important;
	max-width: 260px;
	float: none;
	margin: 10px auto;
}
.services-img:last-child {
	margin-right: auto;
}
.services-img a {
	font-size: 26px;
	padding: 8% 0px 0px;
	font-weight: none;
}
}
@media (max-width: 500px) {
.carousel-caption h3 {
	font-size: 10px;
	margin-bottom: 6px;
}
.als-viewport {
	margin-left: -38px !important;
}
.play-video center iframe {
	width: 93%;
}
.product-tabs ul li a {
	font-size: 14px;
}
}
@media (max-width: 420px) {
.latest-news-title {
	display: none;
}
.product-tabs ul {
	margin: 0px;
	padding: 0px;
}
.product-tabs ul li a {
	font-size: 12.5px;
}
}
