@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: fonttype1;
	src: url(Gotham-XLight.woff);
}
@font-face {
	font-family: fonttype2;
	src: url(Gotham-XLight.woff);
}
.names{
    font-size: 20px;
}
.typ1 {
	font-family: fonttype1;
}
.typ2 {
	font-family: fonttype2;
}
.sty1 {
	color: #3d3d3c;
}
.sty2 {
	color: #e75338;
}
.topHeadder {
	background-color: #fff;
	color: #353535;
}
body {
	font-family: fonttype2;
}
.lightblue{
    background-color: #f1f4fa;
}
.darkBlue{
    background-color: #092a79;
    text-align: center;
    padding:50px;
}
/*div
{
	border:#F00 1px solid;
	}*/
.threeBox {
	background-color: #f6f6f6;
	padding: 15px 0px;
}
.threeBox img {
	margin-top: 30px;
	width: 100%;
	height: auto
}
a {
	color: inherit;
	text-decoration: none
}
a:hover {
	color: inherit;
	text-decoration: none
}
a:focus {
	color: inherit;
}
.onproduct {
	font-family: fonttype1;
	font-size: 34px;
	position: absolute;
	color: #000;
	letter-spacing: -1px;
	background-color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	padding: 20px;
	top: 35%;
	left: 12%;
	width: 80%;
}
.centerSM {
	text-align: left;
}
.size3 {
	font-size: 32px;
}
@media (max-width:460px) {
.onproduct {
	font-family: fonttype1;
	font-size: 14px;
	position: absolute;
	color: #000;
	letter-spacing: -1px;
	background-color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	padding: 20px;
	top: 45%;
	left: 10%;
	width: 80%;
}
.centerSM {
	text-align: center
}
.size3 {
	font-size: 16px;
}
}
@media (min-width:768px) {
.onproduct {
	font-family: fonttype1;
	font-size: 14px;
	position: absolute;
	color: #000;
	letter-spacing: -1px;
	background-color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	padding: 20px;
	top: 45%;
	left: 12%;
	width: 80%;
}
.centerSM {
	text-align: left
}
.size3 {
	font-size: 16px;
}
}
@media (min-width:991px) {
.onproduct {
	font-family: fonttype1;
	font-size: 24px;
	position: absolute;
	color: #000;
	letter-spacing: -1px;
	background-color: #FFF;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	padding: 20px;
	top: 25%;
	left: 12%;
	width: 80%;
}
.centerSM {
	text-align: left
}
.size3 {
	font-size: 21px;
	color: #387996;
}
}
.underline {
	border-top: #000 1px solid;
	clear: both;
	margin: 10px 0px 10px;
}
.underlin3 {
	border-top: #fff 1px solid;
	clear: both;
	margin-bottom: 15px;/*	margin-left:35%;
	margin-right:35%;*/
}
.none {
	clear: both;
}
.viewrange {
	font-size: 12px;
}
.brown {
	color: #e6462e
}
.prodShado {
	box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.75);
	padding: 15px;
}
.sendform {
	background-color: #3d3d3c;
	color: #FFF;
	padding: 15px;
	box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.75);
	-moz-box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.75);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(224, 224, 224, 0.75);
}
/*display on prd List*/
.thumbnail-square {
	position: relative;
	width: 250px;
	height: 250px;
	overflow: hidden;
}
.thumbnail-square img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thumbnail-square img.portrait {
	width: 100%;
	height: auto;
}
.thumbnail-square-home {
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.thumbnail-square-home img {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.thumbnail-square-home img.portrait {
	width: 100%;
	height: auto;
}
.hvr {
	transition: all .2s ease-in-out;
}
.hvr:hover {
	transform: scale(1.1);
}
/*prodlist end*/
.fontColour1 {
	color: #092a79;
}
.serchBox {
	background-color: #387996;
	color: #FFF;
	margin-left:2px;
	margin-right:2px;
}
.prdlist {
	-webkit-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: -1px 0px 5px 0px rgba(0,0,0,0.75);
}
.prdlistD {
	padding: 15px;
}

.tolet {
	background-color: #387996;
	color: #FFF;
	position:absolute;
	margin:15px 15px 15px -15px;
	padding:8px;
	z-index:5000;

}


/*-------------------------------------------------- 
/* blog */
/*-------------------------------------------------- */
.blog-list{ margin-top:-10px; margin:0; padding:0;}
.blog-list li{margin-bottom:20px; list-style:none;  background:url(../images/dotwhite50.png);  line-height:1.7em; padding-bottom:40px;}
.blog-header .by{display:inline-block; float:left;  background:url(../images/icon-user.png) left center no-repeat; padding-left:24px;}
.blog-header .cat{ display:inline-block; float:left; background:url(../images/icon-folder.png) left center no-repeat; padding-left:24px;}
.blog-header .news-date{ display:inline-block; float:left; background:url(../images/icon-folder.png) left center no-repeat; padding-left:24px;}
/* blog list */
.blog-list li{margin-bottom:40px;}
.blog-list .info{position:absolute; width:60px; }
.blog-list .date{ text-shadow:none; background:#387996; text-shadow:none; color:#fff; text-align:center; padding:10px 0 10px 0;}
.blog-list .date h4{color:#fff; font-size:30px;}
.blog-list a.readmore{ display:block; width:60px; height:40px; background:url(../images/arrow-2.png) right center no-repeat #555;}
.blog-list a.readmore:hover{ background:url(../images/arrow-2.png) left center no-repeat #E1704B;}
.blog-list .preview{padding-left:80px; line-height:1.6em;}
.blog-list .meta-info{margin:10px 0 0 80px; font-size:13px; padding:5px 0 5px 0; border-top:dotted 1px #ccc; border-bottom:dotted 1px #ccc;}
.blog-list .meta-info span{ padding:0 10px 0 10px; color:#ccc;}
.blog-list .preview img{padding-bottom:10px; width:100%;}
.blog-list .callbacks_container{margin-bottom:-35px;}

/*-------------------------------------------------- 
/* blog single */
/*-------------------------------------------------- */
.blog-read{ margin-top:-10px; margin:0; padding:0;}
.blog-read{margin-bottom:20px; list-style:none;  background:url(../images/dotwhite50.png);  line-height:1.7em; padding-bottom:40px;}
.blog-header .by{display:inline-block; float:left;  background:url(../images/icon-user.png) left center no-repeat; padding-left:24px;}
.blog-header .cat{ display:inline-block; float:left; background:url(../images/icon-folder.png) left center no-repeat; padding-left:24px;}
.blog-header .news-date{ display:inline-block; float:left; background:url(../images/icon-folder.png) left center no-repeat; padding-left:24px;}
/* blog list */
.blog-read {margin-bottom:40px;}
.blog-read .info{position:absolute; width:60px; }
.blog-read .date{ text-shadow:none; background:#6A9A37;color:#fff; text-align:center; padding:5px 0 5px 0;}
.blog-read .date h4{color:#fff; font-size:30px;}
.blog-read a.readmore{ display:block; width:60px; height:40px; background:url(../images/arrow-2.png) right center no-repeat #555;}
.blog-read a.readmore:hover{ background:url(../images/arrow-2.png) left center no-repeat #E1704B;}
.blog-read .preview{padding-left:80px; line-height:1.6em;}
.blog-read .meta-info{margin:10px 0 0 80px; font-size:13px; padding:5px 0 5px 0; border-top:dotted 1px #ddd; border-bottom:dotted 1px #ddd;}
.blog-read .meta-info span{ padding:0 10px 0 10px; color:#ccc;}
.blog-read .preview img{padding-bottom:10px; width:100%;}
.blog-read .callbacks_container{margin-bottom:-35px;}



/* blog comment */
#blog-comment{ margin-left:70px;}
#blog-comment h5{margin-bottom:10px;}
#blog-comment ul, #blog-comment li{list-style:none; margin-left:-30px; padding-left:0;}
#blog-comment li{min-height:70px; padding-bottom:10px; margin-bottom:10px; padding-bottom:20px; border-bottom: solid 1px #eee;}
#blog-comment li .avatar{position:absolute; margin-top:5px; width:60px; height:60px;}
#blog-comment .comment{ margin-left:85px; }
#blog-comment li{min-height:70px; font-size:14px; line-height:1.6em; }
#blog-comment li li{ margin-left:55px; padding-bottom:0px; margin-top:20px; padding-top:10px; border-top: solid 1px #eee; border-bottom:none;}
#blog-comment li li .avatar{position:absolute; }
#blog-comment li li .comment{ }
.comment-info {margin-left:85px; margin-bottom:5px;}
.comment-info span{}
.comment-info .c_name{ display:block; font-weight:700; color:#555;}
.comment-info .c_reply{  padding-left:20px; margin-left:20px; border-left:solid 1px #ddd; font-size:12px;}
.comment-info .c_date{  font-size:12px;}



.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}


#toTop { z-index:1555; display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-999px;	background:url(../img/ui.totop.png) no-repeat left top;}
#toTopHover {background:url(../img/ui.totop.png) no-repeat left -51px;width:51px;height:51px;display:block;overflow:hidden;float:left;}
#toTop:active, #toTop:focus {outline:none;}

@media (max-width:460px) {
	  .dropdown-menu{ border:0 !important; }
}
@media (min-width:768px) {
	  .dropdown-menu{ border:0 !important; margin-top:-10px !important;}
	}
@media (min-width:991px) {
	  .dropdown-menu{ border:0 !important; margin-top:-10px !important;}
	}
/*@media (max-width:991px) {
	  .dropdown-menu{ border:0 !important; margin-top:-30px !important;}
	}*/

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	
	background:#616161;
	color:#fff;
	
}
