@font-face {
  font-family: 'RobotoSlab';
  src:url("../css/font/RobotoSlab-Regular.ttf") format("truetype"),
  url("../css/font/RobotoSlab-Light.ttf") format("truetype"),
  url("../css/font/RobotoSlab-Bold.ttf") format("truetype");
  font-weight:normal;
  font-style:normal;
}


html {
	font-family: RobotoSlab;
}

body {
  text-align: center;
  zoom: 1;
}

*, .row {
	margin: 0px;
	padding: 0px;
  font-family: RobotoSlab;
}
a:hover {
  cursor: pointer !important;
}

#container {
	width: 100%;
	text-align: center;
	/*background: #CDCDCD;*/
  background:linear-gradient(to bottom, #0c528e 0%,#163a75 37%,#103566 61%,#0a1535 100%);
  position: relative;
}

.header-top {
	height: auto;
	border:1px solid;
	background-image: url('../images/banner.jpg');
  padding: 5px 5%;
  text-align: left;
}

.header-top .float {
  float: right;
}

.header-top .status {
	/*height: 30px;*/
	/*background-color: #EECC00;*/
	/*padding-right: 5%;*/
  display: inline-block;
  width: 100%;
  float: right;
  position: relative;
}

.header-top .status ul {
  position: absolute;
  list-style-type: none;
  /*float: right;*/
  right: 0;
  text-align: right;
}

.header-top .status ul li {
	display: inline-block;
}

.header-top .status ul a {
	display: block;
	color: #FFFFFF;
	/*font-weight: bold;*/
	line-height: 20px;
	/*width: 120px;*/
	margin-left: 10px;
	text-decoration: underline;
}

.status ul a:hover {
	color: #FFDD22;
  cursor: pointer;
}

.header-center {
  display: inline-block;
}

.logo {
  width: 100%;
  height: auto;
  display: inline-block;
}

.search-align {
  text-align: center;
  padding: 3.5% 5% 0 5%;
}
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}

.navbar {
 border-radius: 0px;
}
.navbar-cover {
 /*background-color: #0055CC;*/
 background-color: #EECA22;
 padding-left: 5%;
 margin-bottom: 15px;
	/*position: sticky;
	top: 0;
	z-index: 100;*/
}

.navbar .container-fluid {
  padding-left: 0;
}

.nav.navbar-nav>li>a, .navbar-header .navbar-brand {
	color: #000000;
}

.nav.navbar-nav>li>a span {
  font-size: 28px;
  margin: -8px 0;
}

.navbar-inverse .navbar-brand:hover {
  color: #DD0000;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 11px;
}

.nav>li>a {
  padding: 10px 10px 11px 10px;
}

.dropdown:hover {
  background-color: #1175CC;
  color: #EEEE00;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar-nav>li>.dropdown-menu {
  display: none;
  margin-left: -1px;
  border: 1px solid rgba(230, 150, 0, 0.5);
  border-top: 0;
  min-width: 320px;
}

.column-item {
  padding: 0px;
  padding: 0 0.5em;
}

.dropdown-menu>li> .row > ul > li:before {
  content: "";
  padding-left: 0em;
  margin-left: -0.5em;
}

.dropdown-menu>li> .row > ul > li {
  list-style-type: disc;
  list-style-position: inside;
}

.dropdown-menu>li> .row > ul h5 {
  color: #EECC00;
  border-bottom: 1px solid #EECC00;
}

.dropdown-menu>li> .row > ul a {
  font-weight: normal;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
}

.dropdown-menu>li> .row > ul a:hover {
  color: #FFFF00;
  text-decoration: underline;
}

.home-button {
	margin-left: 5%;
}

.search-nav {
	display: none;
}

.search-nav-show {
  display: inline-block;
}

.search-nav .navbar-form {
  margin-bottom: 0;
}

.dropdown-menu>li>a, .dropdown-menu {
	background-color:#000000;
	color: #EEEE00;
}

.navbar .brand, .navbar .nav > li > a:hover {
 background-color:#1175EE;
 color: #EEEE00;
}

.navbar-cover-fixed-top {
 top: 0;
 z-index: 1000;
 position: fixed;
 width: 100%;
}


/*Body*/
#content {
 width: 90%;
 /*border: 1px solid;*/
 display: block;
 margin: 5px auto;
}

.content-left {
 padding-left: 0px;
 padding-right: 10px;
}

.content-left .content-left-block {
  display: block;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid;
}

.content-left-title {
 background-color: #EEBB22;
 color: #000000;
 font-weight: bold;
 font-size: 16px;
 line-height: 30px;
}
/*Left New*/
.homenews {
 width: 100%;
 overflow: hidden;
}

.homenews ul {
 display: block;
 list-style-type: none;
 overflow: hidden;
 background: #fff;
}

.homenews li {
 display: block;
 border-bottom: 1px solid #ededed;
 background: #fff;
 margin: 0 6px;
 padding: 8px 0;
}

.homenews li a {
 display: block;
 overflow: hidden;
 text-decoration: none;
 color: #000000;
}

.homenews li a:hover {
 color: #0077DD;
 transition: all 0.2s;
}

.homenews li h3 {
 display: block;
 overflow: hidden;
 line-height: 1.3em;
 font-size: 14px;
 text-align: left;
 margin: 0px;
 color: inherit;
 font-weight: inherit;
 transition: 0.2s;
}
.homenews li .img-box {
 display: inline-block;
 float: right;
 max-width: 100px;
 max-height: 70px;
 margin-left: 10px;
 vertical-align: middle;
 overflow: hidden;
}

.homenews li  a .img-box img {
 /*float: right;*/
 transition: 1.5s;
 width: 100px;
 height: 70px;
 /*margin-left: 10px;*/
 /*vertical-align: middle;*/

}

.homenews li a:hover img {
 transform: scale(1.5);
}

.homenews li a:hover:before {
 text-align: center;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}

.homenews li span {
 font-size: 12px;
 color: #999;
 margin-right: 10px;
 float: left;
 font-weight: normal;
}


/*********************************************/
/*********** Special of FK man  **************/
/*********************************************/

.textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

/*Start*/


.content-left .content-left-block .feedback-form {
  display: block;
  padding: 10px;
  background-color: #FFFFFF;
}

.content-left .content-left-block .feedback-form .textbox {
  width: 100%;
  padding: 5px;
  border: 1px solid  #288AD6;
  border-radius: 3px;
  margin: 5px 0;
}


.content-left .content-left-block .feedback-form textarea {
  width: 100%;
  height: 124px;
  padding: 5px;
  border: 1px solid  #288AD6;
  border-radius: 3px;
  margin: 5px 0;
}

.content-left .content-left-block .feedback-form button.btnSmt {
  padding: 5px 25px;
  /*height: 20px;*/
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #288ad6;
  border-radius: 4px;
  background: #288ad6;
  margin: 0;
}

.content-left .content-left-block .feedback-form a.btnSmt:hover {
  text-decoration: none;
}


.content-left .content-left-block .product-related {
  width: 100%;
  overflow: hidden;
}

.product-related ul {
  display: block;
  list-style-type: none;
  overflow: hidden;
  background: #fff;
  margin: 0;
}

.product-related li {
  display: block;
  border-bottom: 1px solid #ededed;
  background: #fff;
  margin: 0 6px;
  padding: 8px 0;
}

.product-related li:hover {
  border-bottom: 1px solid #A92310;
  transition: 0.5s ease-in-out 0s;
}

.product-related li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #1334ED;
}

.product-related li a:hover {
  color: #0077DD;
  transition: all 0.2s;
}

.product-related li h3 {
  display: block;
  overflow: hidden;
  line-height: 1.3em;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 0px;
  color: inherit;
  transition: 0.2s;
}
.product-related li .img-box {
  display: inline-block;
  float: right;
  max-width: 100px;
  /*max-height: 70px;*/
  margin-left: 10px;
  vertical-align: middle;
  overflow: hidden;
}

.product-related li  a .img-box img {
  /*float: right;*/
  transition: 1.5s;
  width: 100%;
  height: auto;
  /*margin-left: 10px;*/
  /*vertical-align: middle;*/

}

.product-related li a h4 {
  font-size: inherit;
  font-weight: bold;
  color: #FF0000;
  text-align: left;
}

.product-related li a p {
  text-align: left;
  color: #000000;
}

.product-related li a:hover:before {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product-related li span {
  font-size: 12px;
  color: #999;
  margin-right: 10px;
  float: left;
  font-weight: normal;
}

.confirm-form {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 10px;
}

.confirm-form .textbox {
  display: block;
  padding: 8px;
  width: 100%;
  margin: 10px 0;
  height: 35px;
  border: 1px solid #ABABAB;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.confirm-form button {
  display: block;
  width: 80%;
  margin: 0 auto 10px;
  padding: 8px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #4a90e2;
  border-radius: 4px;
  background: #4a90e2;
  cursor: pointer;
}

#signin-form .modal-header {
  background: linear-gradient(#12Ce55 1%, #4CAF50);
  border-radius: 3px 3px 0 0;
}

#signin-form-left {
  width: 60%;
  padding-right: 10px;
  border-right: 1px solid #CDCDCD;
  display: inline-block;
}

#signin-form-right {
  width: 40%;
  padding-left: 10px;
  float: right;
}


#signin-form .form-horizontal .form-group {
  margin-left: 0px;
}

#signin-form .modal-body h4 {
  color: #1212ED;
  border-bottom: 2px solid #DCDCDC;
  padding-bottom: 5px;
}
#signin-form label {
  text-align: left;
  padding-right: 0px;
}

#signin-form label span {
  color: #ED0000;
}

#signin-form .form-horizontal .form-group > div {
  padding-left: 0px;
}

#signin-form .form-horizontal .clearfix {
  text-align: center;
}

#signin-form .button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  margin: 8px auto;
  border: none;
  cursor: pointer;
  width: 80%;
  border-radius: 4px;
  outline: none;
}

#signin-form #signin-form-right a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 10px;
  border-radius: 4px;
}

#signin-form #signin-form-right a.facebook {
  background-color: #3B5998;
}

#signin-form #signin-form-right a.google {
  background-color: #B32323;
}

#signin-form #signin-form-right a:hover {
  opacity: 0.8;
}

#signin-form #signin-form-right span {
  text-align: center;
  display: inline-block;
  width: 35px;
  font-size: 18px;
}

#signin-form #signin-form-right p {
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin: 0;
  border-left: 1px solid;
}

/*********** Special of FK man  **************/
/*********************************************/
/*********************************************/



.content-right {
 padding: 0px;
}

.myslide {
 width: 100%;
 /*height: 300px;*/
 padding: 0px;
}

.myslide img {
  width: 100%;
  height: auto;
}

.carousel-control {
 width: 6%;
}

.p-content {
 display: block;
 margin-top: 10px;
 border: 1px solid;
 /*height: 500px;*/
 width: 100%;
 background-color: #F9F9F9;
 /*background: linear-gradient(#FFFFFF, #CCCCCC);*/
}

.p-content .top {
 width: 100%;
 height: 35px;
 border-bottom: 3px #EEBB22 solid;
 /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F3F3F3), to(#DFDFDF));*/
 background: #000000;
}

.p-content .top h1 {
 color: #000000;
 background: #EEBB22;
 display: inline-block;
 height: 32px;
 line-height: 32px;
 font-size: 16px;
 font-weight: bold;
 padding: 0 10px 0 10px;
 margin: 0;
 position: relative;
 top: 0px;
 float: left;
}

.p-content .top .arrow-brd {
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-left: 32px solid #EEBB22;
  float: left;
}

.product-left {
 padding-left: 0px;
}

.product-right {
 padding-right: 0px;
}

.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
 padding: 0px;
}

.product {
 display: block;
 width: 100%;
 max-height: 350px;
 border: 1px solid #AAAAAA;
 /*border-radius: 3px;*/
 /*margin-top: 10px;*/
 padding: 10px 10px 20px 10px;
 color: #000000;
 cursor: pointer;
 text-decoration: none;
 overflow: hidden;
 position: relative;
}

.product a {
  display: block;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
}

.p-content .product:hover {
 text-decoration: none;
 color: #000000;
}

.product a img {
 width: 200px;
 max-height: 220px;
 margin: 0 auto;
}

.product h1 {
 display: block;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 color: #000099;
 margin-top: 10px;
 margin-bottom: 5px;
}

.product .price {
 padding: 0px 0px 5px 0px;
}

.product .newprice {
 color: #EE0000;
 font-weight: bold;
 padding: 0px 10px 10px 0px;
}

.product .buy {
  width: 100%;
}

.product .buy a {
  display: inline-block;
  font-size: 18px;
  border: 0px;
  border-radius: 18px;
  width: 40%;
  margin: 0 4%;
  outline: none;
  color: #000000;
}

.product .buy a:active {
  opacity: 0.6;
}

.product .detail {
  background: linear-gradient(#f59000,#fd6e1d);
}

.product .add-cart {
  background: #00A922;
}

.product .moreinfo {
	/*width: ;
	height: ;*/
	position: absolute;
	top: -200px;
	left: 0px; 
	/*margin-left: -3.3%;*/
	background: #000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;

	padding-left: 8%;
	display: block;
  color: #FFAA00;
  /*font-weight: bold;*/
  text-align: left;
  height: 230px;
  width: 100%;
  overflow: hidden;
}

.acc .moreinfo {
  height: 220px;
}

.moreinfo ul {
  margin: 0;
  padding: 10px 6px;
  list-style-type: disc;
  /*height: 145px;*/
}

.moreinfo ul li {
  padding-bottom: 5px;
  font-family: inherit;
  /*list-style: none;*/
}

.p-content .product:hover .moreinfo {
	transition: all 0.6s;
	top: 0px;
	opacity: 0.85;
	z-index: 0;
}



/*******************************************/
/***************  Footer 1 *****************/
/*******************************************/

.footer {
  width: 100%;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
}

.footer .footer-left {
  text-align: left;
  display: inline-block;
}

.footer .footer-center {
  text-align: left;
  display: inline-block;
  /*width: 100%;*/
}

.footer .footer-right {
  text-align: left;
  display: inline-block;
  padding-top: 10px;
  color: #FFFF00;
}

.footer .footer-right a {
  text-decoration: none;
}

.footer .footer-bottom {
  /*border-top: 1px solid #FFFFFF;*/
  display: inline-block;
  padding: 10px 0;
}

.footer hr {
  width: 90%;
  margin: 0px auto;
  height: 2px;
  background: #FFFFFF;
  border: 0;
}

.footer .footer-left img {
  margin-top: 10px;
  display: block;
  max-width: 100%;
  max-height: 100px;
}

.footer .footer-center i {
  background-color: #EE9900;
  color: #000000;
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px;
  vertical-align: middle;
  display: inline-block;
}

.footer .footer-center p {
  display: inline-block;
}

.footer .footer-right span {
  font-size: 50px;
  opacity: 1;
}


.footer .footer-right a:hover span {
  opacity: 0.6;
}

.footer .footer-right .icon-facebook {
  color: #3B5998;
}

.footer .footer-right .icon-twitter {
  color: #55ACEE;
}
.footer .footer-right .icon-googleplus {
  color: #dd4b39;
}
.footer .footer-right .icon-skype {
  color: #00aff0;
}
.footer .footer-right .icon-linkedin {
  color: #007bb5;
}
.footer .footer-right .icon-youtube {
  color: #bb0000;
}


.stickcart {
  position: fixed;
  right: 1%;
  bottom: 42px;
  background: #fff;
  border-radius: 40px;
  box-shadow: 5px 10px 10px 0 rgba(0,0,0,.5);
  font-size: 14px;
  color: #288ad6;
  padding: 0 10px 0 0;
  width: 140px;
  z-index: 99;
}

#container > a:hover {
  text-decoration: none;
  color: #288ad6;
}

.stickcart div {
  float: left;
  width: 38px;
  height: 38px;
  border-radius: 40px;
  background: #ffde31;
  margin: 2px 5px 2px 2px;
  font-size: 25px;
  color: #000000;
}

.stickcart span {
  display: block;
  padding: 4px 0 0;
  white-space: nowrap;
}

.stickcart strong {
  display: block;
  white-space: nowrap;
}

.scroll-top {
  background-repeat: no-repeat;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  bottom: 90px;
  cursor: pointer;
  display: none;
  height: 38px;
  outline: medium none;
  padding: 0;
  position: fixed;
  right: 1%;
  width: 38px;
  z-index: 98;
  background-color: #2356ED;
  color: #FFFFFF;
  font-size: 22px;
  box-shadow: 5px 10px 10px 0 rgba(0,0,0,.5);
}

@media (max-width: 425px) {
  .smartphone h1 {
    height: 32px;
    /*color: #DD22DD;*/
  }
}

@media (min-width: 1400px) {
  #container {
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
  }

  .navbar-cover-fixed-top {
    width: 1360px;
  }
}

@media (min-width: 330px) {
  #container {
    min-width: 350px;
    margin: 0 auto;
    position: relative;
  }
}

@media (max-width: 1080px) {
  .search-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .search-nav {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  #content {
    width: 100%;
    padding: 5px;
  }
  .content-left {
    margin-top: 10px;
    padding-right: 0px;
  }
  .navbar-cover {
    margin-bottom: 5px;
  }
}

@media (max-width: 944px) {
  .acc .product h1 {
    height: 28px;
  }
}

@media (min-width: 992px) {
  .acc .product h1 {
    height: 28px;
  }
}

@media (max-width: 329px) {
  .product h1 {
    font-size: 13px;
  }
}



/*****************************/
/*****************************/
/*******   Reponsive  ********/

@media (min-width: 600px) and (max-width: 991px) {
  .product-related ul li {
    display: inline-block;
    width: 46%;
    border: 2px solid #DEDEDE;
    border-radius: 5px;
    margin: 8px 5px;
    padding: 5px;
  }

  .product-related ul li a h3 {
    height: 33px;
  }
}

@media (min-width: 768px){
  #signin-form .modal-dialog {
    width: 768px;
    margin: 30px auto;
  }
}

@media (max-width: 767px){
  #signin-form #signin-form-left, #signin-form #signin-form-right {
    width: 100%;
  } 
}