@import url(https://fonts.googleapis.com/css?family=Oswald:300,400);
 .showbox {
    float: left;
	padding-left:6px;
	font-family:calibri;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	background-color: #fff;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  .showbox:hover {
    font-family:calibri;
	font-size:16px;
	padding-left:6px;
	color:#FF0000;
	text-decoration:none;
    -webkit-transform: translate(3em,0);
    -moz-transform: translate(3em,0);
    -o-transform: translate(3em,0);
    -ms-transform: translate(3em,0);
    transform: translate(3em,0);
  }


.showbox01 {
    float: left;
	padding-left:6px;
	font-family:calibri;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	background-color: #fff;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  .showbox01:hover {
    font-family:calibri;
	font-size:14px;
	padding-left:6px;
	color:#FF0000;
	text-decoration:none;
    -webkit-transform: translate(1em,0);
    -moz-transform: translate(1em,0);
    -o-transform: translate(1em,0);
    -ms-transform: translate(1em,0);
    transform: translate(1em,0);
  }
  
  
.footer-head{
font-family:Calibri;
color:#CC0000;
font-size:24px;
text-decoration:none;
}

.top-menu-1{
font-family:Calibri;
color:#000;
padding-left:4px;
font-size:14px;
font-weight:900;
text-decoration:none;
}
.top-menu-1:hover{
font-family:Calibri;
color:#CC0000;
padding-left:6px;
font-size:14px;
font-weight:900;
text-decoration:none;
}
  

	.categories_title {
    background: #24A9E2; none repeat scroll 0 0;
    margin-top: 3px;
    padding: 0;
}
.anav-left {
    border-right: 1px solid #ffffff;
    margin: 0 10px 0 0;
    padding: 0 16px;
    color: #ffffff;
    line-height: 45px;
    width: 17%;
    float: left;
}

.categories_title span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 45px;
    text-transform: uppercase;
    padding-left: 6px;
	font-family: "Open Sans", sans-serif;
}


@media(max-width:350px){
.pu-king-logo1 img{}

.shadow-part{margin-top:-4px !important;}

.copyright-paras-rice{text-align:center;}
}

@media(max-width:769px){
.pull-right {
    float: none!important;
	text-align:center;
}
.king-tiop-brand-logo{text-align:center;}


.pu-king-logo1{text-align:center;
margin:4px;}

.pu-king-logo2{text-align:center;
    margin: 10px !important;}

.our-product-pu-king img{width:100%;}



.pu-king-product.circle {
    position: relative;
    border-radius: 50%;
	overflow:hidden;
}
.copyright-paras-rice{text-align:center !important;}
}

.pu-king-logo2{
margin:0px;
}


.pu-king-top-head{ 
    padding: 11px 4px;
	margin:0px;}

	
	.carousel {
    position: relative;
    margin-top: -20px !important;
}


.shadow-part img{width:100%;}

@media(min-width:769px){
.pading-style1{
text-align:center;}

.pading-style2{padding:0px !important;
    margin-top: -6px;
    margin-left: -11px;}
	
.pu-king-logo1 {
    margin: 0px;
    margin-left: -9px;
	text-align:left;
}

.pu-king-logo2{    margin: 0px;
    margin-top: 5px;
    margin-left: -4px;}
	
	.pading-style3{    margin-right: 4px;}
}



@media (min-width: 1200px){
.container {
    width: 1000px !important;
}}


.our-product-pu-king{text-align:center;
margin:0px;}



.pu-king-product.circle {
    position: relative;
    border-radius: 50%;
}

.pu-king-product a:hover {
    text-decoration: none !important;
}
.pu-king-product a {
    color: #333;
}

.pu-king-product.circle.effect16.left_to_right:hover .img {
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    transform: rotate(-120deg);
}
.pu-king-product.circle.effect16.left_to_right .img {
    -webkit-transform-origin: 95% 40%;
    -moz-transform-origin: 95% 40%;
    -ms-transform-origin: 95% 40%;
    -o-transform-origin: 95% 40%;
    transform-origin: 95% 40%;
}
.pu-king-product.circle.effect16 .img {
    z-index: 11;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.pu-king-product.circle .img {
    position: relative;
  width:100%;
    border-radius: 50%;
}


.pu-king-product.circle.effect16 .info {
    background: #333333;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.pu-king-product.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pu-king-product, .pu-king-product * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.pu-king-product:hover .info p a {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}
.ih-info p a {
    display: block;
    color: #333;
    width: 80px;
    height: 80px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 24px;
    margin: 7px auto 0;
    font-family: 'Open Sans', Arial, sans-serif;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -moz-transition: -moz-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -o-transition: -o-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -ms-transition: -ms-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -webkit-transform: translateX(60px) rotate(90deg);
    -moz-transform: translateX(60px) rotate(90deg);
    -o-transform: translateX(60px) rotate(90deg);
    -ms-transform: translateX(60px) rotate(90deg);
    transform: translateX(60px) rotate(90deg);
    -webkit-backface-visibility: hidden;
}

.pu-king-product.circle.effect16 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 18px;
    margin: 0 30px;
    padding:20px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
	    font: normal 18px/24px "Roboto";
}

.pu-king-product.circle.effect16 .info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.pu-king-product.circle.effect16.left_to_right a:hover .img {
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
    transform: rotate(-120deg);
}
.pu-king-product.circle.effect16.left_to_right .img {
    -webkit-transform-origin: 95% 40%;
    -moz-transform-origin: 95% 40%;
    -ms-transform-origin: 95% 40%;
    -o-transform-origin: 95% 40%;
    transform-origin: 95% 40%;
}
.pu-king-product.circle.effect16 .img {
    z-index: 11;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.pu-king-product.circle .img img {
    border-radius: 50%;
}
.pu-king-product img {
    width: 100%;
    height: 100%;
}


.pu-king-product.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.pu-king-product.circle.effect16.left_to_right .img:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 50%;
    top: 40%;
    left: 95%;
    margin: -4px 0 0 -4px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}

.pu-king-product.circle.effect16 .info {
    background: #24A9E2;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.pu-king-product.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.for-gents-description{   font-family: calibri;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 33px;
    font: normal 12px/20px "Roboto";
}
	
	
	.for-gents{}
	
	.mid-product-part{  
	    padding-bottom: 42px;}

.info view-animation{display: block;
    color: #333 !important;
    width: 80px !important;
    height: 80px !important;
    background: rgba(255,255,255,0.3) !important;
    border-radius: 50% !important;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 24px;
    margin: 7px auto 0;
    font-family: 'Open Sans', Arial, sans-serif;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -moz-transition: -moz-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -o-transition: -o-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -ms-transition: -ms-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -webkit-transform: translateX(60px) rotate(90deg);
    -moz-transform: translateX(60px) rotate(90deg);
    -o-transform: translateX(60px) rotate(90deg);
    -ms-transform: translateX(60px) rotate(90deg);
    transform: translateX(60px) rotate(90deg);
    -webkit-backface-visibility: hidden;}
	
	
	.info:hover view-animation{opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);}
	
	
	.footer-lat-aggwal {
padding: 2px 5px;
    padding-top: 16px;
background: #212832;
    padding:24px 0 7px 0;
 
	
}


@media(max-width:769px){
	
	.footer-lat-aggwal{   background-size: contain;}
	.buton-link{text-align:center;}
	
.quick-navigation {
    font-size: 17px;
    margin-top: 20px !important;
    margin-bottom: 2px;
    font-weight: 600;
    color: #fff;
    font-family: sans-serif;
}
	
}




.quick-navigation{    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #fff;
        font: 18px/30px "Roboto Condensed"!important;}

.footer-ul ul {
    text-decoration: none;
    padding: 0px;
    margin: 0px;
}

.footer-ul ul li {
    list-style: none;

    padding: 1px 3px;
}

.footer-ul ul li a {
    text-decoration: none !important;
    color: #fff;
	transition:.30s all;
}

.footer-ul ul li a:hover{color:#24A9E2;}

.footer-h1-style {
font-size: 14px;
    padding: 2px 0px;
    margin: 0px;
    font-family: calibri;
}


.pading-style-last-footer{border-top:1px solid rgba(55, 77, 88, 0.46);
     margin-top: 2px;
    padding-top: 3px !important;}


.footer-ul-part-ul ul{padding:0px;
margin:0px;}
.footer-ul-part-ul ul li{list-style:none ;
display:inline-block;}

.footer-ul-part-ul ul li a{    text-decoration: none !important;
    color: #fff;
    transition: .30s all;}
	
	


.footer-ul {
   
}

.twitter:hover {
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
    font-size: 12px;
    text-decoration: none;
}
.twitter {
    background-image: url(../images/twitter-b.png);
    background-repeat: no-repeat;
    font-size: 12px;
    text-decoration: none;
}
	
	
	
	.facebook:hover {
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
    font-size: 12px;
    text-decoration: none;
}
.facebook {
    background-image: url(../images/facebook-b.png);
    background-repeat: no-repeat;
    font-size: 12px;
    text-decoration: none;
}
	
	
	.copyright-paras-rice {
    margin: 0px;
    font-family: calibri;
    font-size: 14px;
    color: #fff;
    text-align: justify;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 21px;
}

@media (min-width: 768px){
.web-mart-img-link {
    float: right;
    margin: 0px;
}

.banner-bootom-shadow{    margin-top: -15px;}
}
	
	

	.h1-menu{  
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
    font-weight: 300;}
	.h1-menu:hover{  
    font-size: 14px;
	color:#000;
    padding: 0px;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
    font-weight: 300;}
	
.h1-sb-menu{    font-size: 13px;
    margin: 0px;
    padding: 0px;
    font-family: inherit;
   font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
    font-weight: 300;}
	
	
	.shadow-part{margin:0px;}
	
	
	
	
	.pu-king-product:hover .view-animation{opacity: 1 !important;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);}
	
	.view-animation{    display: block !important;
    color: #333 !important;
    width: 80px !important;
    height: 80px !important;
    background: rgba(255, 255, 255, 0.67) !important;
    border-radius: 50% !important;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 24px;
    margin: -3px auto 0;
    font-family: 'Open Sans', Arial, sans-serif;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -moz-transition: -moz-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -o-transition: -o-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -ms-transition: -ms-transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s, background 0.2s linear 0s;
    -webkit-transform: translateX(60px) rotate(90deg);
    -moz-transform: translateX(60px) rotate(90deg);
    -o-transform: translateX(60px) rotate(90deg);
    -ms-transform: translateX(60px) rotate(90deg);
    transform: translateX(60px) rotate(90deg);
    -webkit-backface-visibility: hidden;}
	
	
	
	
	
	
	
	
	
	
.our-categories {
    margin: 0px;
    padding: 0px;
}

.active{ color:#000;}

@media (min-width: 769px){
.our-categories img {
    width: 100%;
}}

.main-side-menu-product-page {
   background: #fff;
    border: 1px dotted #24A9E2;
    border-radius: 4px;
}


.main-side-menu-product-page ul {
    padding: 0px;
    margin: 0px;
}

.main-side-menu-product-page ul li {
      list-style: none;
    
    border-bottom: dotted 1px #24A9E2;
}

.main-side-menu-product-page ul li a {
      text-decoration: none;
    color: #1B1C1E;
    transition: 1s all;
    display: inline-block;
    vertical-align: middle;
    -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;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    width: 100%;
    padding: 6px 6px;
}


.main-side-menu-product-page ul li a:before{content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#24A9E2,#1F8FBE);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;g576
	
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;}
	
	.main-side-menu-product-page ul li a:hover:before{
		    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

		
	}
	
	
	
	.our-categories{       font-size: 21px;
    text-align: center;
    padding: 10px 1px;
    background: #24A9E2;
    color: #fff;
    font-family: sans-serif;}

.main-side-menu-product-page ul li a:hover  h1{
    padding-left: 12px;
	color:#fff;
}
.main-side-menu-product-page ul li a:hover h1 b {
    padding-left: 12px;
	color:#FFFFFF !important;
	transform: translate(14px,0);
}
.main-heading {
    font-size: 15px;
}
.main-product {
padding: 4px 4px;
    margin: 0px;
    transition: .8s all;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
 font: 300 14px/20px "Roboto";
    padding-left: 6px;
	
}

	 	
	@media(max-width:769px){
	.pull-right{float:none !important;
	text-align:center;}
	}
	.h6-hedaing{    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 7px;
    line-height: 24px;
    color: #606060;
    font-size: 14px;
    text-align: justify;
	margin-top:0px;}
	
.anbout-us-pu{    padding: 15px;
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 0px;}	

.anbout-us-pu li{text-decoration:none !important;}

.anbout-us-pu li a{    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 7px;
    line-height: 24px;
    color: #606060;
    font-size: 14px;
    text-align: justify;
	text-decoration:none !important;}
	

	
	.m-14-model-tile-link{     color: #000;
    font-family: -webkit-body;
    text-decoration: none !important;
	    transition: .30s all;
}

	.m-14-model-tile-link:hover{color:#c00;}
	
	.m-14-model-tile-title{    color: #24A9E2;
    font-family: -webkit-body;
    font-weight: 600;
	margin-top:10px;}
	
	
	.product-image-part{
	    transition: .30s all;
    margin-bottom: 13px;
    box-shadow: 0px 1px 8px 1px #cacaca;
    border: 1px solid #ccc;}
	
	.product-image-part:hover{color: #1b1d1f;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #ccc;}
	
		
	.product-image-part .m-14-title-wrapper{    text-align: center;
    padding-bottom: 13px;
    border-bottom: .25em solid #24A9E2;
    border-radius: 0 0 5px 5px;
	opacity:0;}
	
	.product-image-part:hover .m-14-title-wrapper{opacity:1;
	transition:.30s all;}
	
	.product-image-part .m-14-model-tile-link{opacity:0;}
	
	.product-image-part:hover .m-14-model-tile-link{opacity:1;}
	
	.m-14-model-overview-link-wrapper{text-align:center;}
	
	
	#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

#back-top a {
    border-radius: 4px;
    display: block;
    padding: 6px 13px;
    text-align: center;
    color: #C54E53;
    transition: .30s all;
    background: #353938;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
    text-decoration: none;
    z-index: 99999;
}
#back-top i {
    font-size: 25px;
}
	
	
.roll-in{
	-webkit-animation: roll-in 400ms ease both;
	-moz-animation: roll-in 400ms ease both;
    -o-animation: roll-in 400ms ease both;
    animation: roll-in 400ms ease both;
}
@-webkit-keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes roll-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-15deg);
    -ms-transform: translateX(-100%) rotate(-15deg);
    transform: translateX(-100%) rotate(-15deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
	
.pu-king-top-head{
       padding-top: 23px;
    padding-bottom: 30px;
	    background: url(../images/menu.png) repeat-x scroll center bottom;}
	
	@media(max-width:769px){
	.pull-right{float:none !important;
	text-align:center;}
	
	.menuzord-brand{display:block;}
	}
	
	
	@media(min-width:769px){
	.menuzord-brand{display:none;}
	.menuzord-menu li .indicator{display:none;}
	
	}
	
	
	.reg {
    background-color: #f4f4f2;
    border: 0.5px solid #93aed7;
    border-radius: 5px;
    height: 30px;
    margin-left: 50px;
    width: 250px;
	padding-left:08px;
}
.btn-my{
	border:solid 1px #999999;
	background:#999999;
	color:#FFFFFF;
	padding:08px 12px 08px 12px;
	margin-left: 50px;
}
.hidden-all{
	display:none;
}
.pads{
	padding-left:50px;
	padding-top:20px;
	color:#666666;
	font-weight:bold;
}