@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HPMitra';
    src:url('../Fonts/HPMitra.eot?#') format('eot'),    
          url('../Fonts/HPMitra.woff') format('woff'),
          url('../Fonts/HPMitra.ttf') format('truetype'); 
}


@font-face {
    font-family: 'HPTunisia';
    src:url('../Fonts/HPTunisia.eot?#') format('eot'),    
          url('../Fonts/HPTunisia.woff') format('woff'),
          url('../Fonts/HPTunisia.ttf') format('truetype'); 
}

html,body {
	height: 100%;
	margin:0;
	padding:0;
}
a, a:hover { text-decoration: none; }


.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}



#preloader
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffd400;
	z-index: 999999;
}

#status
{
	width: 200px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../Images/preload2.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -50px 0 0 -100px;
}
#status1
{
	width: 200px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../Images/preload3.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 0 0 -100px;
}

/************************preloader************************/
.spinner {
  /*margin: 100px auto 0;
  width: 70px;
  text-align: center;*/
  	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;

}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  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 {
	width:100%;
	box-sizing:border-box;
	margin:0 auto;
	height: 100%;
	position: relative;
}

#slider-wrapper {
	height: 100%;
	width: 100%;
	min-width: 980px;
	position: relative;
}

#home .overlay
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

.top-bar {
	height:25px;
	text-align:left;
	width:100%;
	color:#FFFFFF;
}

.top-bar div.lang{
	display:block;
	height:25px;
	width:100%;
	max-width:1180px;
	box-sizing:border-box;
	margin:0 auto;
	padding:0 15px;
}

.top-bar div.lang div {
	display:block;
	height:25px;
	min-width:145px;
	float:left;
	background-color:#FFFFFF;
	border-radius:0 0 5px 5px;
	color:#000000;
	font:12px Arial, Tahoma;
	box-sizing:border-box;
	text-align:right;
	padding:6px 14px 0 0;
	position:relative;
}

.top-bar div.lang div span {
	left: 14px;
	position: absolute;
	top:3px;
	
}

.top-bar div.lang div a {
	display:inline-block;
}

.navigation {
	background-color:rgba(255,255,255,0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 110px;
	margin:15px 0 auto;
	min-width:980px;
	padding:0;
	width: 100%;
}

.navigation.nav-fixed {
	background-color:rgba(255,255,255,1);
	border-bottom:5px solid #e3e3e4;
	bottom: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height: 115px;
	margin:-30px 0 0;
	min-width:980px;
	padding:5px 15px 0;
	position: fixed;
	width: 100%;
	z-index:101;
}

.navigate {
	width:100%;
	max-width:1180px;
	min-width:950px;
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
	display:table;
	height:110px;
}

.logo {
	margin: 9px 0;
	text-align: right;
	width: 27.5%;
	display:table-cell;
	vertical-align:middle;
}

.nav-menu {
	font: 19px HPTunisia,Tahoma;
	text-align: left;
	width: 72.5%;
	display:table-cell;
	vertical-align:middle;
	overflow:hidden;
}

.logo > img {
  max-width: 322px;
  min-width:260px;
  width: 100%;
}

.nav-menu ul {
	display: block;
	padding: 0;
	width: 100%;
}

.nav-menu ul li {

	display: inline-block;
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#000000;
}

.nav-menu ul li:first-child a {
	margin-left:0;	
}

.nav-menu ul li:last-child {
	margin-right:0;	
}

.nav-menu ul li.active {
	
}

.nav-menu ul li a {
	color: #000000;
	display: block;
	margin: 8px 5px 0;
	padding: 0 5px 7px;
	position: relative;
	white-space: nowrap;
	word-spacing: -1px;
	font-size: 17px;
	font-family: HPMitra,Tahoma,sans-serif;
}

.nav-menu ul li a.current span {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	
}

.nav-menu ul li a span {
	background-color: #FFD400;
	display: block;
	width: 0;
	height:4px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	bottom: 4px;
	left: 0;
	position: absolute;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	width: 100%;
	
}

.nav-menu ul li a:hover span {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
	max-width: 1100px;
	min-width: 950px;
	padding: 62px 55px;
	width: 100%;
}

#about .content {
	padding:62px 55px 62px 20px;
}

.title-ic {
	background-image:url(../Images/title-icon.png);
    width:45px;
    height:45px;
	float:right;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-ms-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	margin: 6px 0 0;
}
@keyframes spin {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.title-sub {
	border-right: 5px solid #ffd400;
	color: #000000;
	float: right;
	font: 22px/50px HPTunisia,Tahoma;
	height: 55px;
	margin-right: 15px;
	padding-right: 15px;
}

#about {
	background-color: #F4F4F4;
	display: block;
	min-width: 980px;
	width: 100%;
}

.tyres-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float: right;
	padding: 0;
	width: 35.6%;
}

.about-content {
	width:100%;
}

.title {
	display: table;
	width: 100%;
	margin: 0 auto 20px;
}

.text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
	direction: rtl;
	display: block;
	float: right;
	font: 16px HPMitra,Tahoma;
	text-align: justify;
	width: 64.4%;	

}

#about .text {
  padding: 20px 0 0;
}

.text span{
	color: #6a6a6a;
	font: 20px HPMitra,Tahoma;
}

#product {
	background-color: #ffffff;
	display: block;
	min-width: 980px;
	width: 100%;
}

.pcontent {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	margin: 0 auto;
	max-width: 1100px;
	min-width: 950px;
	padding: 62px 30px;
	width: 100%;
}


.tyre-bg {
	background: url("../Images/tire-bg.jpg") 50% 0 no-repeat fixed;
	width:100%;
	height:225px;
	margin: 0 auto; 
	font: 26px HPTunisia,Tahoma;
	color:#ffffff;
	direction:rtl;
	text-align:center;
	padding:100px 0;
	line-height:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	min-width: 980px;
}

.tyre-bg span {
	font: 36px HPTunisia,Tahoma;
	color:#ffd400;
}

.product-content {
    margin-top: 50px;
	width:100%;
}

.products {
	text-align:center;
	width:100%;
}

.p-tyre {
	background-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	float: left;
	margin: 0 0.5%;
	padding: 15px 0;
	width: 19%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: background-color 0.2s linear 0s;
	-moz-transition: background-color 0.2s linear 0s;
	-ms-transition: background-color 0.2s linear 0s;
	-o-transition: background-color 0.2s linear 0s;
	transition: background-color 0.2s linear 0s;
}

.p-tyre:hover {
	background-color: rgba(0, 0, 0, 0.06);
}

.pactive, .pactive:hover {
	opacity:0.3 !important;
	filter: alpha(opacity=30) !important;
	background-color: rgba(0, 0, 0, 0.2);
}

.p-tyre > div {
  margin-top: 19px;
}

.p-tyre span {
	border-right: 7px solid #ffd400;
	height: 14px;
	padding-right: 5px;
	text-align: right;
	font: bold 17px Arial, Tahoma;
	color:#231f20;
}

.p-tyre p {
	font: 17px/18px HPTunisia,Tahoma;
	color:rgba(0,0,0,0.6);
}

.asphalt-bg {
	background: url("../Images/asphalt-bg.jpg") right top no-repeat;
	width:100%;
	height:225px;
	font: 37px HPTunisia,Tahoma;
	color:#ffffff;
	direction:ltr;
	text-align:center;
	padding:70px 0;
	line-height:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	min-width:980px;
	background-size:100% 100%;
}

.asphalt-bg span {
	font: 45px HPTunisia,Tahoma;
	color:#ffd400;
}

.product-details {
  text-align: right;
  width:100%;
}

.detail-a2000, .detail-b717, .detail-hk668, .detail-hk698, .detail-hk896 {
	color: #231f20;
	display: none;
	height: 140px;
	margin-bottom: 50px;
	position: relative;
	width: 100%;
}

.detail-a2000 > img, .detail-b717 > img, .detail-hk668 > img, .detail-hk698 > img, .detail-hk896 > img {
	background:rgba(0,0,0,0) url("../Images/white-overlay.png") right bottom no-repeat;
  	bottom: 0;
	height: 130px;
	position: absolute;
	right: 0;
	z-index: 100;
}

.table-a2000, .table-b717, .table-hk668, .table-hk698, .table-hk896 {
	display: block;
	float: right;
	height: 140px;
	overflow: hidden;
	position: relative;
	width: 0;
	
}

.wrap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	bottom: 0;
	right: 0;
	padding: 0 115px 0 0;
	position: absolute;
	width: 100%;
}

.wrap > div {
  font: 18px HPTunisia,Tahoma;
  padding: 0 35px 8px 0;
}

.wrap span {
  /*border-left: 1px solid #000000;*/
  background:rgba(0,0,0,0) url("../Images/pr-border.png") left 4px no-repeat;
  margin-left: 20px;
  padding: 0 0 0 20px;
}

.wrap span:after {
  content: url("../Images/bullet.png");
  padding-left: 12px;
}


tr{
	text-align:center;
	font: 14px Arial, Helvetica, sans-serif;;
} 

.tbl-title {
	background-color: #ffd400;
	font:bold 13px Arial, Tahoma;
}

div.product-details td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:2px;
}

.tbl-title p{
	font-size:10px;
	margin:0;
}


tr:nth-child(even) {
	background-color:#f4f4f4;
}


#standards {
	background-color: #f4f4f4;
	display: block;
	min-width: 980px;
	width: 100%;
}


.standards-content {
	margin-top: 40px;
}

.desc {
	font: 16px HPMitra,Tahoma;
	color:#000000;
	direction:rtl;
 	margin-bottom: 25px;
}

.desc span {
	color: #58595b;
	font: 20px HPMitra,Tahoma;
}

.standards-ic {
	width:100%;
	text-align:center;
}

.s-ic {
	width:33%;
	float:left;
	margin-top:15px;
}


.ic-bg {
	background-color: #ffd500;
	box-sizing: border-box;
	height: 180px;
	padding: 35px 0;
	text-align: center;
	width: 100%;
}

#contact {
	background-color: #ffffff;
	display: block;
	min-width: 980px;
	width: 100%;
}

.contact-content {
	margin-top: 40px;
}

.contact-form {
	direction: rtl;
	height: 192px;
	margin-bottom: 60px;
	width: 100%;
}

.frm-btn {
	width:5%;
	float:left;
	height:100%;
}

.frm-msg {
	width:48%;
	float:left;
	padding:0 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	height:100%;
}


.frm-input {
	width:47%;
	float:left;
	height:100%;
}


.frm-input input[name="phone"], .frm-input input[name="email"], .frm-input input[name="subject"] {
	margin-top:5px;
}

.contact_btn {
	height:192px;
	border:1px solid #fdb913;
	border-radius:5px;
	cursor:pointer;
	color:#fdb913;
	font: 20px HPTunisia,Tahoma;
	background:#ffffff url("../Images/sendfa.png") 0px center no-repeat;
	width:100%;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
	
	
}

.contact_btn:hover {
	color:#ffffff;
	background-color:#fdb913;
	background:#fdb913 url("../Images/sendfa.png") -48px center no-repeat;
	
}


.send, .send:hover {
	background:#fdb913 url("../Images/sendfa.png") -96px center no-repeat;
}

.contact_btn p{
	-ms-transform: rotate( -90deg ); /* ie 9 */
	-webkit-transform: rotate( -90deg ); /* chrome */
	-o-transform: rotate( -90deg ); /* opera */
	-moz-transform: rotate( -90deg ); /* firefox */	
}

textarea.message {
	width:100%;
	border:1px solid #cccccc;
	height:192px;
	border-radius:5px;
	font: 13px Tahoma;
	color: #888888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding:15px 15px 0 0;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

textarea.message:focus {
	border:1px solid #fdb913;
}

.textinput, select.quality {
	width:100%;
	border:1px solid #cccccc;
	height:44px;
	border-radius:5px;	
	font: 13px Tahoma;
	color: #888888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding-right:15px;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.textinput:focus {
	border:1px solid #fdb913;
}

select.quality {
	background: #fff;
	margin-top: 5px;
}

.success{
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font:14px Arial,Tahoma;
	direction:ltr;
	text-align:center;
}
.error{
	background: #FFDFDF;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font:14px Arial,Tahoma;
	direction:ltr;
	text-align:center;
}

.contact-info {
	color: #5a5a5a;
	font: 15px Arial,sans-serif;
	width: 100%;
	direction: ltr;
}

.c-info1 {
	float:left;
	width:23%;
	padding-right:25px;
	border-right:1px solid #d1d3d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.c-info1 p{ color:#fdb913;font-weight: bold;}
.c-info2 {
	float:left;
	width:40%;
	padding:0 25px;
	border-right:1px solid #d1d3d4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.c-info2 span{ color:#fdb913;font-weight: bold;}
.c-info3 {
	float:left;
	width:37%;
	padding-left:25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.c-info3 span {
	color: #fdb913;
	font-weight: bold;
}


footer {
	background-color:#575859;
	display:block;
	width:100%;
	height:250px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin:0 auto;
	padding:50px 0;
	text-align:center;
	font:13px Tahoma;
	color:#c0bfbf;
	min-width: 980px;
}

footer a#go-top {
	margin:0 auto 50px;
	display:block;
	width:70px;
}

.info {
	height:40px;
	text-align:center;
	margin:0 auto;
	display:inline-block;
}

.info div.asalogo {
	float:left;
	text-align:right;
	padding-right:17px;
	width:326px;
	box-sizing:border-box;
}

.info div.copyright {
	border-left:1px solid #7f8081;
	float:right;
	padding-left:17px;
	text-align:left;
	
}


/*Animate CSS effects*/

.fadeIn-normal {
    opacity: 0;
}

.fadeInRight-normal {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.fadeInLeft-normal {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.fadeInDown-normal {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.fadeInUp-normal {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.bounceIn-normal {
	opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
}

.clear {
	clear: both;
}

