﻿
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400,700|Open+Sans:300,400,400italic,600,800|Raleway:200,700,400,900|Roboto:100,300,400,900|Pacifico|Open+Sans+Condensed:300italic,700|Old+Standard+TT:400italic););

/* Basic Elements
============================================================ */

* {
	padding:0;
	margin:0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,body{
	background-image: url('../images/bg.jpg');

}

::-moz-selection {
	background: #FFCC00;
	text-shadow: none;
	color: #000000;
}

::selection {
	background: #FFCC00;
	text-shadow: none;
	color: #000000;
}

a:focus {
    outline: none;
}

a{
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
a:hover{
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

.flote-left{
	float: left;
}
.flote-right{
	float: right;
}

.margin{
	margin-top: 5px;
	margin-bottom: 5px;
}
.border{
	border: 1px solid #FF3300;
}


/* Preloader
-------------------------*/
#preloader {
	background-color: #0099FF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999999;
	background-image: url('../images/preloader-bg.png');
}
#loading-animation {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -150px;
	height: 400px;
	width: 332px;
	margin-top: -75px;
}

#loading-animation .logo{
	top: 0px;
	left: 0px;
	position: absolute;
}

.spinner {
  width: 100px;
  text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;  
	margin-top: 0px;
	margin-left: -50px;	
}

.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/* Home
-------------------------------------------------- */

#container{
	margin: 0px auto 0px auto;
	width: 1280px;
	background-color: #FFFFFF;
}

#header-container{
	width: 1280px;
	height: 815px;
	position: relative;
}
#header-container .top-overlay{
	height: 253px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1280px;
	background-image: url('../images/top-overlay.png');
	z-index: 99;
}
#header-container .bottom-overlay{
	height: 220px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 1280px;
	background-image: url('../images/bottom-overlay.png');
	z-index: 99;
}
#header-container .header{
	position: absolute;
	z-index: 99;
	top: 0px;
	left: 0px;
	width: 1280px;
}
#header-container .header .logo{
	float: left;
	margin-top: 35px;
	margin-left: 35px;
}
#header-container .header .menu{
	float: right;
	margin-top: 50px;
	margin-right: 10px;
	position: relative;
}
/* Effect 5: same word slide in */

#header-container .header .menu a {
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	position: relative;
	display: inline-block;
	outline: none;
	color: #FFFFFF;
	text-decoration: none;

	letter-spacing: 1px;
	font-weight: 900;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}
#header-container .header .menu a:hover,
#header-container .header .menu a:focus {
	outline: none;
	color: #0099FF;
	font-weight: 900;
}

#header-container .header .menu a {
	overflow: hidden;
	padding: 0 6px;
}

#header-container .header .menu a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

#header-container .header .menu a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#header-container .header .menu a:hover span,
#header-container .header .menu a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */

/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/

#nav {
	float: right;
	margin-top: 46px;
	margin-right: 10px;
	position: relative;
}
#nav li {
	list-style: none;
	display: inline;
	float: left;
	position: relative;
}
#nav li:first-child {
	border-style: none;
}
#nav li a {
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 5px 15px 5px 15px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 16px;
	text-shadow: 0 2px 2px rgba(0,0,0,0.0);
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 900;
}
#nav li a i{
	font-size: 22px;
}

#nav li a:hover, #nav li:hover a {
	background: #0099FF;
	color: #fff!important;
	z-index: 99999;
	position: relative;
	text-shadow: 0 2px 2px rgba(0,0,0,0.6);
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#nav li:nth-child(1){
	color: #ff0000;
}


/* level 2 */
#nav li:hover > ul {
	display: block;
}
#nav ul {
	display: none;
	background: #0099FF;
	padding: 10px 20px;
	font-weight: normal;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 999;
	-moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
}
#nav ul li {
	background: none;
	border: none;
	position: relative;
	padding-bottom: 0;
	float: left;
	margin: 0;
}
#nav ul li a, #nav li:hover ul li a {
	background: transparent!important;
	border-bottom: 1px solid #0099FF;
	color: #fff!important;
	text-shadow: none!important;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	float: none;
	padding: 10px 0;
	width: 180px;
	display: block;
	border-bottom-color: #008DEC;
	text-transform: none;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
}
#nav ul li a:hover, #nav li:hover ul li a:hover {
	color: #111!important;
}
#nav ul.sub-menu li:last-child a {
	border-bottom: 0;
}
#nav li.current-menu-item a {
	color: #0099FF!important;
}
#nav li.current-menu-item a:hover  {
	color: #fff!important;
}

#nav li a:hover, #nav li:hover a, #nav li.current_page_item a, #nav li.current-menu-ancestor a, #nav li.current-menu-item a {
	color: #ed1a3b;
}


/* level 3 */

#nav ul ul {
	display: none;
	width: 140px;
	position: absolute;
	top: -10px;
	left: 140px;
}
#nav ul li:last-child ul a {
	border-bottom: 1px solid #0099FF!important;
	border-bottom-color: #008CEA !important;
}
#nav ul li ul li:last-child a {
	border-bottom: 0!important;
}

/* END */
/*-----------------------------------------------------------------------------------*/

#header-container .main-slider{
	overflow: hidden;
}
#header-container .main-slider .title{
	font-family: 'Open Sans Condensed', arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px #000;
}
#header-container .main-slider .sub-title{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
	text-shadow: 2px 2px 5px #000;
}

#header-container .main-slider .link{
	padding: 10px 30px 10px 30px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	float: left;
}
#header-container .main-slider .link:hover{
	color: #fff;
	background-color: #0099FF;
}

#why-engent{
	background-position: center center;
	background-image: url('../images/vector-bg.png');
	background-repeat: no-repeat;
	margin-top: 50px;
}


#why-engent .title{
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 35px;
}
#why-engent .title span{
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	display: block;
}

#why-engent .seprator{
	background-image: url('../images/saperator.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 4px;
}

#why-engent .why-data-container{
	width: 85%;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#why-engent .why-data-container .data-column{
	margin: 0px 10px 0px 10px;
	width: 195px;
	height: 230px;
	float: left;
	text-align: center;
}
#why-engent .why-data-container .data-column h1{
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 60px;
}
#why-engent .why-data-container .data-column h1 span{
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #333;
	font-size: 60px;
}

#why-engent .why-data-container .data-column span{
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #333;
	font-size: 14px;
}

#manufacture{
	margin-top: 50px;
}


#manufacture .title{
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 35px;
	margin-bottom: 50px;
}
#manufacture .title span{
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	display: block;
}
#manufacture .title span strong{
	color: #000;
}
#manufacture .field-container{
	width: 91%;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
#manufacture .field-container .data-column{
	margin: 0px 5px 0px 5px;
	width: 220px;
	float: left;
	text-align: center;
}
#manufacture .field-container .data-column .img{
	width: 220px;
	height: 120px;
	position: relative;
}
#manufacture .field-container .data-column .img .border{
	width: 200px;
	height: 100px;
	position: absolute;
	top: 8%;
	left: 5%;
	border: 1px solid rgba(255,255,255,0.0);
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#manufacture .field-container .data-column .img .border:hover{
	border: 1px solid rgba(255,255,255,1);
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}

#manufacture .field-container .data-column span{
	padding: 10px 0px 10px 0px;
	margin: 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 11px;
	display: block;
}

#customers{
	margin-top: 50px;
	margin-bottom: 50px;
}

#customers .title{
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #ccc;
	font-size: 35px;
	margin-bottom: 50px;
}
#customers .customers-list{
	padding: 0px;
	width: 91%;
	margin: 0px auto 0px auto;
	overflow: hidden;
	list-style-type: none;
}
#customers .customers-list li{
	border-color: #EFEFEF;
	border-width: 1px;
	margin: 0px 5px 0px 5px;
	width: 220px;
	float: left;
	text-align: center;
	border-left-style: solid;
	height: 150px;
}
#customers .customers-list li:first-child{
	border-style: none;
}
#customers .customers-list li span{
	padding: 10px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	display: block;
}
#about-container{
	height: 415px;
	background-image: url('../images/about-bg.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}
#about-container .right{
	width: 680px;
	float: right;
	margin-right: 50px;
	margin-top: 50px;
}
#about-container .right .title{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #fff;
	font-size: 35px;
	text-align: right;
	width: auto;
	float: right;
}
#about-container .title .separator{
	background-color: #3D3357;
	height: 2px;
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
}
#about-container p{
	padding: 10px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 14px;
	text-align: right;
	line-height: 1.5em;
	opacity: 0.6;
}
#about-container .readmore{
	border: 1px solid #FFFFFF;
	padding: 10px;
	text-align: right;
	margin-right: 10px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 12px;
	float: right;
	text-decoration: none;
}
#about-container .readmore:hover{
	color: #000000;
	background-color: #FFFFFF;
}
#news-container{
	background-position: center center;
	height: 500px;
	background-image: url('../images/news-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
#news-container .title{
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #000000;
	font-size: 40px;
	padding-top: 20px;
}
#news-container .seprator{
	background-image: url('../images/saperator.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 4px;
}
#news-container .listing-container{
	width: 81%;
	margin: 50px auto 0px auto;
	overflow: hidden;
}
#news-container .listing-container .news-column{
	margin: 0px 20px 0px 20px;
	width: 300px;
	float: left;
	text-align: center;
}
#news-container .listing-container .news-column .image{
	border: 1px solid #0099FF;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#news-container .listing-container .news-column .image:hover{
	border: 1px solid #000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 10px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.75);
}
#news-container .listing-container .news-column .image img{
	width: 100%;
	height: auto;
}
#news-container .listing-container .news-column .info{
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news-container .listing-container .news-column .info a{
	color: #0099FF;
}
#news-container .listing-container .news-column h1{
	padding: 0px;
	margin: auto;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #333333;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

#news-container .readmore{
	padding: 10px;
	border: 2px solid #0099FF;
	width: 150px;
	margin: 30px auto 0px auto;
	color: #0099FF;
	display: block;
	text-align: center;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 800;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
#news-container .readmore:hover{
	color: #fff;
	background-color: #0099FF;
}

#bottom-technology{
	background-position: center center;
	background-image: url('../images/vector-bg.png');
	background-repeat: no-repeat;
	margin-top: 50px;
}
#bottom-technology .title{
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 35px;
}
#bottom-technology p{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	margin: 0px auto 0px auto;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	text-align: center;
	width: 650px;
}

#bottom-technology .seprator{
	background-image: url('../images/saperator.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 4px;
}
#bottom-technology .technology-container{
	width: 85%;
	margin: 50px auto 0px auto;
	overflow: hidden;
}
#bottom-technology .technology-container .data-column{
	margin: 0px 10px 0px 10px;
	width: 250px;
	height: 215px;
	float: left;
	text-align: center;
}
#bottom-technology .technology-container .data-column h1{
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #333;
	font-size: 25px;
}
#bottom-technology .technology-container .data-column h1 span{
	padding: 10px;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	display: block;
}

#footer{
	height: 225px;
}
#footer .company-profile{
	background-position: 550px top;
	background-color: #F1F3F4;
	overflow: hidden;
	background-image: url('../images/footer-bg.png');
	background-repeat: no-repeat;
	height: 170px;
}
#footer .company-profile .profile{
	float: left;
	width: 700px;
	margin-top: 30px;
	margin-left: 50px;
}
#footer .company-profile .profile .title{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 30px;
}
#footer .company-profile .profile .title span{
	font-weight: 400;
	color: #333333;
	font-size: 14px;
	display: block;
}
#footer .company-profile .profile .btn{
	margin: 10px 10px 10px 0px;
	padding: 10px;
	border: 2px solid #0099FF;
	color: #0099FF;
	display: block;
	text-align: center;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 800;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
}
#footer .company-profile .profile .btn:hover{
	color: #fff;
	background-color: #0099FF;
}
#footer .company-profile .contact{
	float: right;
	margin-right: 50px;
	margin-top: 30px;
	text-align: right;
}
#footer .company-profile .contact .title{
	font-family: 'Old Standard TT', arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #646567;
	font-weight: 400;
	font-style: italic;
}
#footer .company-profile .contact .phone{
	background-position: 70px bottom;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #0099FF;
	font-weight: 300;
	background-image: url('../images/phone-icon.png');
	background-repeat: no-repeat;
	padding-left: 50px;
}
#footer .copyright-container{
	border-top-style: solid;
	border-width: 1px;
	border-color: #F2F2F2;
	overflow: hidden;
}
#footer .copyright-container .copyright{
	padding: 10px 10px 10px 40px;
	float: left;
	overflow: hidden;
	margin-right: 150px;
}
#footer .copyright-container .copyright .copyright-text{
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	float: left;
	line-height: normal;
	margin-top: 4px;
	margin-left: 10px;
}
#footer .copyright-container .copyright .copyright-text a{
	border-width: 1px;
	border-color: #CCCCCC;
	color: #000;
	border-bottom-style: dotted;
	text-decoration: none;
	font-weight: 800;
}
#footer .copyright-container .copyright .copyright-text a:hover{
	color: #0099FF;
}
#footer .copyright-container .social-box{
	float: left;
	margin-left: 20px;
}
#footer .copyright-container .social-box .social-title{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #787878;
	float: left;
	margin-top: 15px;
}

#footer .copyright-container .design{
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: 400;
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}
#footer .copyright-container .design img{
	margin-left: 5px;
	margin-top: -2px;
}


/* Google Language
-------------------------------------------------- */
#header-container .header .google-lang{
	border: 1px solid #808080;
	float: right;
	margin-top: 48px;
	margin-right: 10px;
}
div.goog-te-menu2 { 
    background-color: #000000 !important; text-decoration: none; border: 1px solid #f00 !important; overflow: hidden; padding: 0px;
}

#google_translate_element select {
	border-radius: 5px;
}
#google_translate_element div {
	position: relative;
	border: none;
	background-color: rgba(5, 95, 104, 0);
}
#google_translate_element span {
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
}

#google_translate_element a:hover {
	text-decoration: none;
}

.goog-te-gadget-icon{
	background-position: center center !important;
	background-image: url('../images/globe.png') !important;
	background-repeat: no-repeat !important;
	margin-left: 5px !important;
}













@-webkit-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes counter-clockwise {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.gearbox {
	height: 150px;
	width: 200px;
	position: relative;
	border: none;
	overflow: hidden;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	margin-top: 180px;
	left: 55px;
}
.gearbox .overlay {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -moz-box-shadow: inset 0px 0px 20px black;
  -webkit-box-shadow: inset 0px 0px 20px black;
  box-shadow: inset 0px 0px 20px black;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.gearbox.turn .overlay {
  background: transparent;
}

.gear {
  position: absolute;
  height: 60px;
  width: 60px;
  -moz-box-shadow: 0px -1px 0px 0px #888888, 0px 1px 0px 0px black;
  -webkit-box-shadow: 0px -1px 0px 0px #888888, 0px 1px 0px 0px black;
  box-shadow: 0px -1px 0px 0px #888888, 0px 1px 0px 0px black;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.gear.large {
  height: 120px;
  width: 120px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.gear.large:after {
  height: 96px;
  width: 96px;
  -moz-border-radius: 48px;
  -webkit-border-radius: 48px;
  border-radius: 48px;
  margin-left: -48px;
  margin-top: -48px;
}
.gear.one {
  top: 12px;
  left: 10px;
}
.gear.two {
  top: 61px;
  left: 60px;
}
.gear.three {
  top: 110px;
  left: 10px;
}
.gear.four {
  top: 13px;
  left: 128px;
}
.gear:after {
  content: "";
  position: absolute;
  height: 36px;
  width: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  background: #fff;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  z-index: 3;
  -moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 2px 0px 0px #080808, inset 0px -1px 0px 0px #888888;
  -webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 2px 0px 0px #080808, inset 0px -1px 0px 0px #888888;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1), inset 0px 2px 0px 0px #080808, inset 0px -1px 0px 0px #888888;
}

.gear-inner {
  position: relative;
  height: 100%;
  width: 100%;
  background: #000;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.large .gear-inner {
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.gear.one .gear-inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
  -moz-animation: counter-clockwise 3s infinite linear;
}
.gear.two .gear-inner {
  -webkit-animation: clockwise 3s infinite linear;
  -moz-animation: clockwise 3s infinite linear;
}
.gear.three .gear-inner {
  -webkit-animation: counter-clockwise 3s infinite linear;
  -moz-animation: counter-clockwise 3s infinite linear;
}
.gear.four .gear-inner {
  -webkit-animation: counter-clockwise 6s infinite linear;
  -moz-animation: counter-clockwise 6s infinite linear;
}
.gear-inner .bar {
  background: #000;
  height: 16px;
  width: 76px;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  top: 50%;
  margin-top: -8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.large .gear-inner .bar {
  margin-left: -68px;
  width: 136px;
}
.gear-inner .bar:nth-child(2) {
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.gear-inner .bar:nth-child(3) {
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.gear-inner .bar:nth-child(4) {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.gear-inner .bar:nth-child(5) {
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.gear-inner .bar:nth-child(6) {
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}
#loading-animation .loading-txt {
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #5BBDFF;
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
}



/* Inner Page
============================*/
#inner-header{
	border-style: solid;
	border-width: 1px;
	width: 1280px;
	height: 255px;
	position: relative;
	background-color: #000000;
}

#inner-header .google-lang{
	border: 1px solid #808080;
	float: right;
	margin-top: 48px;
	margin-right: 10px;
}


#inner-header .logo{
	float: left;
	margin-top: 35px;
	margin-left: 35px;
}

/* About Page
============================*/
.about-header{
	background-image: url('../images/company-header.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}
#about-page{
	overflow: hidden;
	padding: 10px;
	background-position: center center;
	background-image: url('../images/vector-bg.png');
}
#about-page .about-left-menu{
	margin: 40px 0px 40px 20px;
	float: left;
	box-shadow: 0px 5px 10px 5px #eeeeee;
	padding: 20px;
	width: 260px;
	background-color: #FFFFFF;
}


#about-page .about-left-menu ul{
	padding: 0px;
	margin: 0px;
}
#about-page .about-left-menu ul li:first-child{
	border-style: none;
	margin-top: 0px;
}
#about-page .about-left-menu ul li{
	display: block;
	margin-top: 10px;
	font-weight: 400;
	margin-left: 20px;
	position: relative;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
}
#about-page .about-left-menu ul li::after {
	position: absolute;
	left: -20px;
	top: 8px;
	font-size: 20px;
	font-weight: 800;
	color: #CCCCCC;
	content: "\f105";
	font-family: FontAwesome;
}

#about-page .about-left-menu ul li a{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: none;
}
#about-page .about-left-menu ul li a:hover{
	color: #0099FF;
}

#about-page .about-left-menu ul li.selected a{
	color: #0099FF;
	font-weight: 700;
}
#about-page .about-left-menu ul li.selected::after {
	position: absolute;
	left: -20px;
	top: 8px;
	font-size: 20px;
	font-weight: 800;
	color: #0099FF;
	content: "\f105";
	font-family: FontAwesome;
}


#about-page .right-content{
	float: right;
	width: 900px;
	margin-top: 20px;
	padding-bottom: 100px;
	margin-right: 50px;
}


#about-page .right-content h1{
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 35px;
}
#about-page .right-content h2{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
}

#about-page .right-content .seprator{
	background-image: url('../images/saperator.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 4px;
}
#about-page .right-content p{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	text-align: justify;
	line-height: 1.5em;
}
#about-page .right-content ul{
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
#about-page .right-content ul li{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}
#about-page .right-content ul li span{
	display: block;
	font-size: 12px;
}
#about-page .right-content .column{
	margin: 10px;
	width: 450px;
	float: left;
}

#about-page .right-content .awards{
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 20px;
	text-align: center;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	margin-top: 20px;
	background-color: #FFFFFF;
}


#about-page .right-content .awards:hover{
	border: 1px solid #0099FF;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 10px 15px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 10px 15px 0px rgba(50, 50, 50, 0.75);
}
#about-page .right-content .awards img{
	margin-bottom: 10px;
}
#about-page .right-content .awards span{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #000000;
}




/* Service and Support Page
============================*/
.service-header{
	background-image: url('../images/service-header.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

#service-page{
	overflow: hidden;
	padding: 50px;
	background-position: center center;
	background-image: url('../images/vector-bg.png');
}
#service-page h1{
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 35px;
}
#service-page h2{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
}

#service-page .seprator{
	background-image: url('../images/saperator.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 4px;
}
#service-page p{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	text-align: justify;
	line-height: 1.5em;
}
#service-page ul{
	padding: 0px;
	margin: 0px 0px 20px 15px;
}
#service-page ul li{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}

#service-page .img{
	border-style: solid;
	border-width: 1px;
	float: right;
	width: 357px;
	height: 420px;
	margin: 50px;
}
#service-page .img img{
	width: 100%;
}

/*---------------------------------------
		    Contact Page
--------------------------------------*/
.contact-header{
	background-image: url('../images/contact-header.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

#contact-page{
	overflow: hidden;
	padding: 50px;
	background-position: center center;
	background-image: url('../images/vector-bg.png');
}

#contact-page .contact-title{
	font-weight: 900;
	font-size: 35px;
	font-family: 'Raleway', arial, Helvetica, sans-serif;
	text-align: center;
}
#contact-page .contact-divider{
	margin: 0px auto 0px auto;
	height: 6px;
	background-color: #0099FF;
	width: 300px;
}

#contact-page .contact{
	border-width: 1px;
	border-color: #E8E8E8;
	margin: 10px 10px 30px 20px;
	float: left;
	width: 350px;
	height: 200px;
	border-left-style: solid;
	padding-left: 20px;
}
#contact-page .no-border{
	border-style: none;
}
#contact-page .contact .title{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 16px;
	color: #D90000;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
#contact-page .contact i{
	color: #FF9933;
	display: block;
	font-size: 50px;
}
#contact-page .contact .address{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	text-align: center;
}
#contact-page .contact .address span{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 800;
	color: #000000;
}
#contact-page .contact .address-small{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-align: center;
}

#contact-page .contact .address a{
	color: #000;
	text-decoration: none;
}
#contact-page .contact .address a:hover{
	color: #0099FF;
}

/* products Page
============================*/
.product-header{
	background-image: url('../images/about-header.jpg');
	background-repeat: no-repeat;
	background-position: right center;
}

#product-page{
	overflow: hidden;
	padding: 50px;
}
#product-page h1{
	text-align: center;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 35px;
}
#product-page h2{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
}

#product-page .seprator{
	background-image: url('../images/saperator.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 4px;
}
#product-page p{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	text-align: justify;
	line-height: 1.5em;
}
#product-page ul{
	padding: 0px;
	margin: 0px 0px 20px 15px;
}
#product-page ul li{
	font-family: 'Open Sans', arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
}

#product-page .img{
	border-style: solid;
	border-width: 1px;
	float: right;
	width: 357px;
	height: 420px;
	margin: 50px;
}
#product-page .img img{
	width: 100%;
}

/*---------------------------------------
		    Enquiry Page
--------------------------------------*/

#contact input[type=text], #contact input[type=email], #contact input[type=tel], #contact input[type=url], #contact textarea, #contact button[type=submit] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 50px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type=text], #contact input[type=email], #contact input[type=tel], #contact input[type=url], #contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type=text]:hover, #contact input[type=email]:hover, #contact input[type=tel]:hover, #contact input[type=url]:hover, #contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type=submit] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type=submit]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type=submit]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
