@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6{padding:0; margin:0; font-weight:normal;}
figure{margin:0; padding:0;}
p{padding:0; margin:0;}
ul, ol{padding:0; margin:0;}
li{list-style:none;}
a, a:hover, a:focus{outline:none; text-decoration:none;}
label{font-weight:normal;}
label, span, a{display:inline-block;}

body{font:400 16px "Open Sans",Arial,Verdana,sans-serif; padding:0; margin:0;}
.text-center{text-align:center;}
.pkClearfix:before, .pkClearfix:after{display:table; content:"";}
.pkClearfix:after{clear:both;}
.pull-left{float:left;}
.pull-right{float:right;}

.topAd figure{display:inline-block;}
.topAd figure img{float:left;}
.pkContainer{width:970px; margin:0 auto; box-sizing:border-box;padding:0 15px;}
.pkHeader{padding:25px 0; background:#fff;}
.pkHeaderFixed{position:fixed; left:0; top:0; width:100%; z-index:9999;}
.pkLogo a{display:block;}
.pkLogo a img{float:left;}
.pkTopMenu{margin-top:10px;}
.pkSearch input{border:0;}
.pkSearch input[type="text"]{width:145px; height:25px; background:#ebebeb; box-sizing:border-box; padding:0 10px; text-transform:uppercase; font-size:13px;}
.pkSearch input[type="submit"]{height:25px; width:35px; background:#ffd700; color:#006f61; font-size:13px; font-weight:600; cursor:pointer;}
.pkTopMenu ul li{float:left; list-style:inside disc; font-size:10px; color:#006f61;}
.pkTopMenu ul li:first-child{list-style:none;}
.pkTopMenu ul li:first-child a{padding-left:0;}
.pkTopMenu ul li a{padding:0; margin:0; color:#006f61; font-size:12px; font-weight:600; text-transform:uppercase; padding:5px 18px; line-height:15px;}
.pkHeaderBottom{margin-top:15px;}
ul.pkMenu{position:relative;}
ul.pkMenu:before{position:absolute; left:-25%; top:10px; height:1px; width:25%; background:#d7d7d7; content:"";}
ul.pkMenu li{float:left;}
ul.pkMenu li a{font-size:16px; font-weight:600; color:#000; padding:0 15px; line-height:20px; text-transform:uppercase;}
ul.pkMenu li:last-child a{padding-right:0;}

/*--Select Menu Start--*/
.select-hidden{display:none; visibility:hidden; padding-right:10px;}
.select{cursor:pointer; display:inline-block; position:relative; font-size:12px; color:#000; width:155px; height:20px; text-transform:uppercase; line-height:20px; letter-spacing:1px;}
.select-styled {position: absolute;top: 0;right: 0;bottom: 0;left: 0;background-color:#ebebe5; padding:0 5px; -moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;-webkit-transition: all 0.2s ease-in;transition: all 0.2s ease-in; color:#3b261a;}
.select-styled:after {content: "";width: 0;height: 0;border: 5px solid transparent; border-color: #f7c92b transparent transparent transparent;position: absolute;top: 8px;right: 6px; color:#3b261a;}
.select-styled:hover {background-color: #ebebe5;}
.select-styled:active, .select-styled.active {background-color: #ebebe5;}
.select-styled:active:after, .select-styled.active:after {top:2px; border-color: transparent transparent #f7c92b transparent;}
.select-options{display: none;position: absolute;top: 100%;right: 0;left: 0;z-index: 999;margin: 0;padding: 0;list-style: none;background-color: #f7f7f1;}
.select-options li{margin:0; padding:5px 15px; font-size:11px; -moz-transition:all 0.15s ease-in;-o-transition: all 0.15s ease-in;-webkit-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.select-options li:hover{color:#000;background:#e3e3de;}
.select-options li[rel="hide"]{display:none;}
/*--Select Menu End--*/

/*--Navigation Icon Start--*/
.navIcon{position:absolute; display:none;}
.navIcon{cursor:pointer; font-size:38px; font-weight:700; right:15px; top:18px; z-index:2; background:#fff;}
.navIcon span{display:block; width:35px; background:#000; height:4px; border-radius:9px; -webkit-transition:.4s transform, .4s opacity;
-moz-transition:.4s transform, .4s opacity; -ms-transition:.4s transform, .4s opacity; transition:.4s transform, .4s opacity;}
.menuOpen .navIcon span:first-child{transform:rotateZ(45deg) translate3d(8px, 6px, 0);}
.menuOpen .navIcon span:nth-child(2){opacity:0;}
.menuOpen .navIcon span:last-child{transform:rotateZ(-45deg) translate3d(8px, -7px, 0);}
.navIcon span:nth-child(2){margin:6px 0;}
/*--Navigation Icon End--*/

.pkScrollHeader{background:#fff; box-shadow:0 3px 2px #ccc; padding:5px 0; position:fixed; left:0; top:0; width:100%; z-index:999; opacity:0; box-sizing:border-box;}
.pkScrollHeader.sticky{transition: all 0.4s ease; opacity:1;}
.pkScrollHeaderSearch{margin-top:10px;}
.pkScrollHeader ul.pkMenu{margin-top:10px;}
.pkScrollHeader ul.pkMenu::before{width:0;}

/***********/
h2.pk-main-head {  text-align: center;position:relative;font-weight:600;font-size:24px;color:#000;text-transform:uppercase;margin-bottom: 15px;}
h2.pk-main-head::before {position:absolute;left:5%;width:90%;height:1px;background:#d7d7d7;top:50%;content:"";z-index:4;}
h2.pk-main-head span {background:#fff;position:relative;z-index:5;padding:0 40px;}
.col-3 {width: 25%;float:left;padding:0 10px;box-sizing:border-box;}
.col-4 {width:33.33333333%;float:left;padding:0 10px;box-sizing:border-box;}
.col-5 {width:41.66666667%;float:left;padding:0 10px;box-sizing:border-box;}
.col-6 {width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.col-8 {width:66.66666667%; float:left; padding:0 10px; box-sizing:border-box;}
.pk-row {margin:0 -10px;} 
.pk-row::after, .pk-row::before {content:"";display:table;}
.pk-row::after{clear:both;}
.footer-link-head {font-size:18px;font-weight:600;text-transform:uppercase;color:#000;line-height: 30px;}
.pk-footer-link li a {color:#e64330;font-size:16px;font-weight:600;text-transform:uppercase;line-height: 30px;transition:all ease 0.5s;}
.pk-footer-link li a:hover {color:#71c5cc;transition:all ease 0.5s;}
.pk-footer-bottom {margin-top:20px;}
.pk-footer-bottom-info p, .footer-bottom-note-text p {font-weight:600;color:#000;font-size:16px;}
.pk-footer-bottom-info p a, .footer-bottom-note-text p a{color:#71c5cc;}
.pk-footer-bottom-menu {text-align:center;}
.footer-bott-menu-list {display:inline-block;padding:0 10px;}
.footer-bott-menu-list li{border-bottom:1px solid #ddd;display:block;}
.footer-bott-menu-list li:last-child {border:none;}
.footer-bott-menu-list li a {line-height:40px;color:#000;font-weight:700;font-size:16px;}
.ftr-note-text {  font-size: 16px;  font-weight: 800;  margin-bottom: 15px;}
.pk-copyright {padding:20px 0;}
.pk-copyright p {line-height:40px;color:#000;font-weight:700;font-size:16px;}
 .footer-bott-menu-list li a:hover {color: #71c5cc;transition:all ease 0.5s;}
 
@media(max-width:970px){
	.pkContainer{width:100%;}
	.pkHeader{padding:10px 15px;}
	.pkLogo a img{width:240px;}
	ul.pkMenu li a{font-size:14px;}
	.pkTopMenu ul li a{padding:5px 10px;}
	ul.pkMenu li a{padding:0 10px;}
	ul.pkMenu::before{width:15%; left:-15%;}
	.pkSearch input[type="text"]{width:130px;}
	.pkScrollHeader{padding:10px 15px;}
	.pkScrollHeaderLogo img{width:240px;}
	.pkScrollHeaderSearch{margin-top:0;}
	.pkHeader .pkContainer {padding:0;}
	.pk-footer-link li a {font-size:14px;}
	.footer-link-head {  font-size: 15px;}
	h2.pk-main-head {font-size: 20px;}
	h2.pk-main-head span {padding: 0 20px;}
	.pk-footer-bottom-info p, .footer-bottom-note-text p {  font-size: 14px;}
	.footer-bott-menu-list li a {  font-size: 14px;}
	.ftr-note-text {  font-size: 14px;}
	.pk-copyright p {  font-size: 13px;}
	  .pk-copyright {  padding: 10px 0;}
}
@media(min-width:768px){
	.pkMenu{display:block !important;}
}
@media(max-width:767px){
	.topAd{display:none;}
	.pkLogo a img{width:200px;}
	.pkHeaderTop{position:relative;}
	.pkSearchBox{display:none;}
	ul.pkMenu::before{width:0;}
	.pkLogo, .pkTopMenu{float:none;}
	.pkSearch, .pkTopMenu ul{float:none;}
	.pkTopMenu{text-align:center;}
	.pkTopMenu ul{text-align:center;}
	.pkTopMenu ul li{float:none; display:inline-block;}
	.pkHeader{padding:0; border:1px solid #e9e9e9;}
	.pkLogo{padding:10px 15px; background:#fff; box-shadow:0 2px 2px #ccc;}
	.pkSearch{display:inline-block; margin-top:10px; width:90%; position:relative;}
	.pkSearch input[type="text"]{width:100%; padding-right:45px;}
	.pkSearch input[type="submit"]{position:absolute; right:0; top:0;}
	.pkHeaderBottom{margin:0;}
	.pkHeaderBottom ul{float:none; width:90%; margin:0 auto;}
	.pkHeaderBottom ul li{float:none; display:block; border-bottom:1px solid #d8d8d8;}
	.pkHeaderBottom ul li:last-child{border:0;}
	.pkHeaderBottom ul li a{padding:8px; display:block;}
	.pkMenu{display:none;}
	.navIcon{display:block;}
	.pkScrollHeader{display:none !important;}
	.pk-footer-link li a {font-size:13px;}
	.footer-link-head {  font-size: 14px;}
	

	
	
}
@media(max-width:640px){
	.pkLogo a img{width:175px;}
	.pk-footer-link li a {  font-size: 12px;}
	h2.pk-main-head::before {  left: 0;  width: 100%;}
	.footer-link-box {width:100%;margin-bottom:10px;}
	.footer-link-box li{display:inline-block;padding:0 5px;}
	.pk-footer-link {margin:0 -5px;}
	.footer-botm-box {width:100%;}
	.footer-bott-menu-list {display:block;padding:0;text-align:left;margin:15px 0;}
	.footer-bott-menu-list li {  border: medium none;  display: inline-block;  line-height: 30px;  padding: 0;}
   .footer-bott-menu-list {  margin: 15px -15px;}
   .footer-bott-menu-list li a {  border-right: 2px solid #555555;  font-size: 14px;  line-height: 15px;  padding: 0 15px;}
   .footer-bott-menu-list li:last-child a{border:none;}
   .pk-copyright p {  font-size: 12px;}
   .pk-copyright {  padding: 5px 0;}
}
@media(max-width:480px){

}

